diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-27 18:11:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-27 18:11:40 +0000 |
commit | 3271fb67e2a06d8ce78bed461aad63bd838b60c1 (patch) | |
tree | e80f3523dffe333bc4fd0ad2dfc31d8cea581301 /app-emacs | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-3271fb67e2a06d8ce78bed461aad63bd838b60c1.tar.gz gentoo-2-3271fb67e2a06d8ce78bed461aad63bd838b60c1.tar.bz2 gentoo-2-3271fb67e2a06d8ce78bed461aad63bd838b60c1.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/vhdl-mode/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/vhdl-mode/vhdl-mode-3.34.2.ebuild | 25 |
4 files changed, 35 insertions, 4 deletions
diff --git a/app-emacs/vhdl-mode/ChangeLog b/app-emacs/vhdl-mode/ChangeLog index 79f250cce995..0a723a911e1d 100644 --- a/app-emacs/vhdl-mode/ChangeLog +++ b/app-emacs/vhdl-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/vhdl-mode -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.29 2011/01/08 10:34:39 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/ChangeLog,v 1.30 2014/02/27 18:11:39 ulm Exp $ + +*vhdl-mode-3.34.2 (27 Feb 2014) + + 27 Feb 2014; Ulrich Müller <ulm@gentoo.org> +vhdl-mode-3.34.2.ebuild: + Version bump. 08 Jan 2011; Christian Faulhammer <fauli@gentoo.org> -vhdl-mode-3.33.27.ebuild: diff --git a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el index a1780f83cb71..eaf968096ab9 100644 --- a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el +++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el @@ -1,2 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") (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.28.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild index 957f2102939f..cca42ac6cd93 100644 --- a/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild +++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.4 2011/01/08 00:53:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.28.ebuild,v 1.5 2014/02/27 18:11:39 ulm Exp $ EAPI=3 @@ -10,7 +10,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-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.34.2.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.34.2.ebuild new file mode 100644 index 000000000000..b28ae5a07b7e --- /dev/null +++ b/app-emacs/vhdl-mode/vhdl-mode-3.34.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 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.34.2.ebuild,v 1.1 2014/02/27 18:11:39 ulm Exp $ + +EAPI=5 + +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" + +ELISP_PATCHES="${PN}-info-dir-gentoo.patch" +ELISP_REMOVE="site-start.*" +SITEFILE="50${PN}-gentoo.el" +DOCS="ChangeLog README" + +src_install() { + elisp_src_install + doinfo vhdl-mode.info +} |