diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-27 21:50:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-27 21:50:21 +0000 |
commit | ff0ecd38bfc63122e8e3ebbb5db8ea8999cb18be (patch) | |
tree | 288dca005e014e6e5e39fcbb84823c738306f1da /app-emacs/bubblet/bubblet-0.74-r1.ebuild | |
parent | Remove generation 1 ebuild. (diff) | |
download | historical-ff0ecd38bfc63122e8e3ebbb5db8ea8999cb18be.tar.gz historical-ff0ecd38bfc63122e8e3ebbb5db8ea8999cb18be.tar.bz2 historical-ff0ecd38bfc63122e8e3ebbb5db8ea8999cb18be.zip |
Don't load package at Emacs startup.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'app-emacs/bubblet/bubblet-0.74-r1.ebuild')
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/bubblet/bubblet-0.74-r1.ebuild b/app-emacs/bubblet/bubblet-0.74-r1.ebuild new file mode 100644 index 000000000000..68969e8d632f --- /dev/null +++ b/app-emacs/bubblet/bubblet-0.74-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/bubblet-0.74-r1.ebuild,v 1.1 2007/04/27 21:50:21 ulm Exp $ + +inherit elisp + +DESCRIPTION="A bubble-popping game" +HOMEPAGE="http://www.gelatinous.com/pld/bubblet.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SITEFILE=51${PN}-gentoo.el |