diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-25 09:41:11 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-25 09:41:11 +0000 |
commit | 2cbb0fff3a58a96db945bb23f9443abe5921afb3 (patch) | |
tree | 15f4df4969404db95c6407e7dde259042eef6a00 /app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild | |
parent | stable x86, bug #149637 (diff) | |
download | historical-2cbb0fff3a58a96db945bb23f9443abe5921afb3.tar.gz historical-2cbb0fff3a58a96db945bb23f9443abe5921afb3.tar.bz2 historical-2cbb0fff3a58a96db945bb23f9443abe5921afb3.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild')
-rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild new file mode 100644 index 000000000000..a9d6c99c02f1 --- /dev/null +++ b/app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.0.ebuild,v 1.1 2006/11/25 09:41:11 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Automatically generate a menu of available fonts (normally bound to S-mouse-1) constrained by personal preferences." +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/KahlilHodgson" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +SITEFILE=50ebuild-mode-gentoo.el + |