summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-11-22 20:38:46 +0000
committerUlrich Müller <ulm@gentoo.org>2010-11-22 20:38:46 +0000
commit54c7d13630fcb96ac352e8e9403ab7372c631810 (patch)
tree052e2995fc484a8db4de7c0a8e056ad3539f9e88 /app-emacs
parentStable on amd64 wrt bug #329863 (diff)
downloadgentoo-2-54c7d13630fcb96ac352e8e9403ab7372c631810.tar.gz
gentoo-2-54c7d13630fcb96ac352e8e9403ab7372c631810.tar.bz2
gentoo-2-54c7d13630fcb96ac352e8e9403ab7372c631810.zip
Version bump. Update LICENSE to GPL-3.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/vhdl-mode/ChangeLog10
-rw-r--r--app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el3
-rw-r--r--app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild6
-rw-r--r--app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild30
4 files changed, 41 insertions, 8 deletions
diff --git a/app-emacs/vhdl-mode/ChangeLog b/app-emacs/vhdl-mode/ChangeLog
index 2470a53ad2b4..9d69d58759a2 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.24 2009/03/18 15:24:19 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.25 2010/11/22 20:38:46 ulm Exp $
+
+*vhdl-mode-3.33.28 (22 Nov 2010)
+
+ 22 Nov 2010; Ulrich Mueller <ulm@gentoo.org> vhdl-mode-3.33.27.ebuild,
+ +vhdl-mode-3.33.28.ebuild:
+ Version bump. Update LICENSE to GPL-3.
18 Mar 2009; Ulrich Mueller <ulm@gentoo.org> -vhdl-mode-3.33.22.ebuild,
-vhdl-mode-3.33.23.ebuild:
diff --git a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
index 7ff43d5eb001..a1780f83cb71 100644
--- a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
+++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
@@ -1,5 +1,2 @@
-
-;;; vhdl-mode site-lisp configuration
-
(autoload 'vhdl-mode "vhdl-mode" "VHDL Mode" t)
(add-to-list 'auto-mode-alist '("\\.vhdl?\\'" . vhdl-mode))
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild
index 7b6a4c3fc811..68209d774aa6 100644
--- a/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild
+++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.27.ebuild,v 1.4 2009/03/18 15:05:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild,v 1.5 2010/11/22 20:38:46 ulm Exp $
inherit elisp eutils
@@ -8,7 +8,7 @@ DESCRIPTION="VHDL-mode for Emacs"
HOMEPAGE="http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html"
SRC_URI="http://www.iis.ee.ethz.ch/~zimmi/emacs/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild
new file mode 100644
index 000000000000..815f46e908aa
--- /dev/null
+++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 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.28.ebuild,v 1.1 2010/11/22 20:38:46 ulm Exp $
+
+EAPI=3
+
+inherit elisp
+
+DESCRIPTION="VHDL-mode for Emacs"
+HOMEPAGE="http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html"
+SRC_URI="http://www.iis.ee.ethz.ch/~zimmi/emacs/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+ELISP_PATCHES="${PN}-info-dir-gentoo.patch"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="ChangeLog README"
+
+src_prepare() {
+ elisp_src_prepare
+ rm site-start.* || die
+}
+
+src_install() {
+ elisp_src_install
+ doinfo vhdl-mode.info || die
+}