summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-05 06:12:43 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-05 06:12:43 +0000
commit2cd482fe3f6a83cb94f0486cb7f9a386806ce6e6 (patch)
treee017a9064597b70a979f3ab8e0ef6d120d04977a /app-emacs
parentrun autoconf/autoheader after applying the acl patch #66299 (diff)
downloadhistorical-2cd482fe3f6a83cb94f0486cb7f9a386806ce6e6.tar.gz
historical-2cd482fe3f6a83cb94f0486cb7f9a386806ce6e6.tar.bz2
historical-2cd482fe3f6a83cb94f0486cb7f9a386806ce6e6.zip
Initial import. Ebuild submitted by Michael Hordijk <hoffbrinkle@hotmail.com>. This closes bug #65953.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/vhdl-mode/ChangeLog11
-rw-r--r--app-emacs/vhdl-mode/Manifest15
-rw-r--r--app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el7
-rw-r--r--app-emacs/vhdl-mode/files/digest-vhdl-mode-3.33.21
-rw-r--r--app-emacs/vhdl-mode/metadata.xml5
-rw-r--r--app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild31
6 files changed, 70 insertions, 0 deletions
diff --git a/app-emacs/vhdl-mode/ChangeLog b/app-emacs/vhdl-mode/ChangeLog
new file mode 100644
index 000000000000..9790b582c3a2
--- /dev/null
+++ b/app-emacs/vhdl-mode/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/vhdl-mode
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.1 2004/10/05 06:12:43 usata Exp $
+
+*vhdl-mode-3.33.2 (05 Oct 2004)
+
+ 05 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +files/50vhdl-mode-gentoo.el, +vhdl-mode-3.33.2.ebuild:
+ Initial import. Ebuild submitted by Michael Hordijk
+ <hoffbrinkle@hotmail.com>. This closes bug #65953.
+
diff --git a/app-emacs/vhdl-mode/Manifest b/app-emacs/vhdl-mode/Manifest
new file mode 100644
index 000000000000..a4832733a542
--- /dev/null
+++ b/app-emacs/vhdl-mode/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 2550082ea1655db84a5c6e9aa449b795 vhdl-mode-3.33.2.ebuild 882
+MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
+MD5 a53f10c4ff745502ddb41f83473b9e0f ChangeLog 474
+MD5 792ddd890b1e4550ece823eb320ddbc3 files/digest-vhdl-mode-3.33.2 68
+MD5 a660a1a260fe78bf0674e003faac9cb7 files/50vhdl-mode-gentoo.el 147
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (Darwin)
+
+iD8DBQFBYjtlVWNWqTUmv+0RAnC6AKCiO29ANrw7y1U0dD3udxmdTKQn5gCeIChe
+mmlJ+yLmNc9O/cIaylnmkjU=
+=OGRc
+-----END PGP SIGNATURE-----
diff --git a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
new file mode 100644
index 000000000000..841ef7d72da6
--- /dev/null
+++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
@@ -0,0 +1,7 @@
+
+;;;
+;;; VHDL mode
+;;;
+(autoload 'vhdl-mode "vhdl-mode" "VHDL Mode" t)
+(setq auto-mode-alist (cons '("\\.vhdl?\\'" . vhdl-mode) auto-mode-alist))
+
diff --git a/app-emacs/vhdl-mode/files/digest-vhdl-mode-3.33.2 b/app-emacs/vhdl-mode/files/digest-vhdl-mode-3.33.2
new file mode 100644
index 000000000000..4e427ffd6de9
--- /dev/null
+++ b/app-emacs/vhdl-mode/files/digest-vhdl-mode-3.33.2
@@ -0,0 +1 @@
+MD5 183dcb6c47e0e47a18f5fe1bfe0b8f13 vhdl-mode-3.33.2.tar.gz 411236
diff --git a/app-emacs/vhdl-mode/metadata.xml b/app-emacs/vhdl-mode/metadata.xml
new file mode 100644
index 000000000000..bc306fe58224
--- /dev/null
+++ b/app-emacs/vhdl-mode/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+</pkgmetadata>
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild
new file mode 100644
index 000000000000..aecd1436db46
--- /dev/null
+++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild,v 1.1 2004/10/05 06:12:43 usata Exp $
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="VHDL-mode for Emacs"
+HOMEPAGE="http://opensource.ethz.ch/emacs/vhdl-mode.html"
+SRC_URI="http://opensource.ethz.ch/emacs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc-macos"
+
+DEPEND="virtual/emacs"
+
+SITEFILE=50vhdl-mode-gentoo.el
+
+# do these manually because we only want vhdl-mode right now. The other .el
+# files are only needed for dependencies that need to be figured out
+src_compile() {
+ /usr/bin/emacs --batch -f batch-byte-compile --no-site-file --no-init-file vhdl-mode.el || die
+}
+
+src_install() {
+ elisp-install ${PN} vhdl-mode.el vhdl-mode.elc
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
+}
+