summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-29 21:52:28 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-29 21:52:28 +0000
commit4e2cf315b38014e1e3c2a8671ecb5c26a3864084 (patch)
treea116dd72ed24b9b56927968970990ce3fdefe088 /app-emacs/vhdl-mode
parentVersion bump (diff)
downloadgentoo-2-4e2cf315b38014e1e3c2a8671ecb5c26a3864084.tar.gz
gentoo-2-4e2cf315b38014e1e3c2a8671ecb5c26a3864084.tar.bz2
gentoo-2-4e2cf315b38014e1e3c2a8671ecb5c26a3864084.zip
Version bump. Remove old.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/vhdl-mode')
-rw-r--r--app-emacs/vhdl-mode/ChangeLog10
-rw-r--r--app-emacs/vhdl-mode/vhdl-mode-3.33.22.ebuild (renamed from app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild)16
2 files changed, 20 insertions, 6 deletions
diff --git a/app-emacs/vhdl-mode/ChangeLog b/app-emacs/vhdl-mode/ChangeLog
index 75be6b2e15b0..18d47f04330a 100644
--- a/app-emacs/vhdl-mode/ChangeLog
+++ b/app-emacs/vhdl-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/vhdl-mode
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.14 2007/11/09 19:10:33 ulm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.15 2008/02/29 21:52:28 ulm Exp $
+
+*vhdl-mode-3.33.22 (29 Feb 2008)
+
+ 29 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -vhdl-mode-3.33.8.ebuild,
+ +vhdl-mode-3.33.22.ebuild:
+ Version bump. Remove old.
09 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -vhdl-mode-3.33.2.ebuild:
Remove old.
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.22.ebuild
index 26c74423f39a..d6eaa2e9633c 100644
--- a/app-emacs/vhdl-mode/vhdl-mode-3.33.8.ebuild
+++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.22.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.5 2007/09/24 06:28:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.22.ebuild,v 1.1 2008/02/29 21:52:28 ulm Exp $
-inherit elisp
+inherit elisp eutils
DESCRIPTION="VHDL-mode for Emacs"
HOMEPAGE="http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html"
@@ -14,8 +14,16 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SITEFILE=50${PN}-gentoo.el
+DOCS="ChangeLog README"
src_unpack() {
unpack ${A}
- rm "${S}"/{sb-image,dframe,speedbar,hideshow,site-start}.el*
+ cd "${S}"
+ rm site-start.* || die "rm failed"
+ epatch "${FILESDIR}/${PN}-info-dir-gentoo.patch"
+}
+
+src_install() {
+ elisp_src_install
+ doinfo vhdl-mode.info
}