summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-07-04 23:36:27 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-07-04 23:36:27 +0000
commit85f21697dc64152ab17cce9a28ca1f97be2b64b4 (patch)
treeffc5896063a78f5f6ec1731f133412ff3d9f92c1 /app-emacs/vhdl-mode
parentremoved pkg_postrm() (diff)
downloadhistorical-85f21697dc64152ab17cce9a28ca1f97be2b64b4.tar.gz
historical-85f21697dc64152ab17cce9a28ca1f97be2b64b4.tar.bz2
historical-85f21697dc64152ab17cce9a28ca1f97be2b64b4.zip
removed src_install() and src_compile(); relocated IUSE; added a pair of quotes
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-emacs/vhdl-mode')
-rw-r--r--app-emacs/vhdl-mode/ChangeLog8
-rw-r--r--app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild17
2 files changed, 10 insertions, 15 deletions
diff --git a/app-emacs/vhdl-mode/ChangeLog b/app-emacs/vhdl-mode/ChangeLog
index 7903050a0d50..e0915d6e17fa 100644
--- a/app-emacs/vhdl-mode/ChangeLog
+++ b/app-emacs/vhdl-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/vhdl-mode
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.7 2006/03/06 06:03:53 mkennedy Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.8 2007/07/04 23:36:27 opfer Exp $
+
+ 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
+ vhdl-mode-3.33.8.ebuild:
+ removed src_install() and src_compile(); relocated IUSE; added a pair of quotes
*vhdl-mode-3.33.8 (06 Mar 2006)
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild
index 9550921a125b..60a586b3c5bd 100644
--- a/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild
+++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.8.ebuild,v 1.1 2006/03/06 06:03:53 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild,v 1.2 2007/07/04 23:36:27 opfer 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"
@@ -15,20 +13,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
DEPEND="|| ( app-emacs/cedet app-emacs/speedbar )"
+IUSE=""
SITEFILE=50vhdl-mode-gentoo.el
src_unpack() {
unpack ${A}
- rm ${S}/{sb-image,dframe,speedbar,hideshow,site-start}.el*
+ rm "${S}"/{sb-image,dframe,speedbar,hideshow,site-start}.el*
}
-src_compile() {
- elisp-comp *.el || die
-}
-
-src_install() {
- elisp-install ${PN} *.{el,elc}
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}