diff options
Diffstat (limited to 'app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild')
-rw-r--r-- | app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild new file mode 100644 index 000000000000..400f02533c18 --- /dev/null +++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.27.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 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.1 2009/01/29 07:39:31 fauli Exp $ + +inherit elisp eutils + +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" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SITEFILE=50${PN}-gentoo.el +DOCS="ChangeLog README" + +src_unpack() { + unpack ${A} + cd "${S}" + rm site-start.* || die "rm failed" + epatch "${FILESDIR}/${PN}-info-dir-gentoo.patch" +} + +src_install() { + elisp_src_install + doinfo vhdl-mode.info +} |