diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-03 21:29:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-03 21:29:50 +0000 |
commit | 1b2fc2aa8f3fb61a4a66816f08a1d58a8c3d57c1 (patch) | |
tree | 13fdf5fa82c1f7588166e01367b5201286fdf706 /app-emacs/eperiodic/eperiodic-2.0.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-1b2fc2aa8f3fb61a4a66816f08a1d58a8c3d57c1.tar.gz gentoo-2-1b2fc2aa8f3fb61a4a66816f08a1d58a8c3d57c1.tar.bz2 gentoo-2-1b2fc2aa8f3fb61a4a66816f08a1d58a8c3d57c1.zip |
Rename ebuild to match upstream version number.
(Portage version: 2.1.4_rc4, RepoMan options: --force)
Diffstat (limited to 'app-emacs/eperiodic/eperiodic-2.0.0.ebuild')
-rw-r--r-- | app-emacs/eperiodic/eperiodic-2.0.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/eperiodic/eperiodic-2.0.0.ebuild b/app-emacs/eperiodic/eperiodic-2.0.0.ebuild new file mode 100644 index 000000000000..7667ec562fc9 --- /dev/null +++ b/app-emacs/eperiodic/eperiodic-2.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/eperiodic/eperiodic-2.0.0.ebuild,v 1.1 2007/12/03 21:29:50 ulm Exp $ + +inherit elisp + +DESCRIPTION="Periodic Table for Emacs" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki?action=browse&id=MattHodges" +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +SIMPLE_ELISP=t +SITEFILE=50${PN}-gentoo.el |