diff options
author | 2014-02-12 09:01:08 +0000 | |
---|---|---|
committer | 2014-02-12 09:01:08 +0000 | |
commit | 3dc6d31acd15c53e7e3b71b9c5504ea328d9c09b (patch) | |
tree | 4a7feb1b6cf47e56b8982bd505e1254a45f72cd0 /app-emacs | |
parent | Create versioned IPython symlinks alike Debian, bug #496010. (diff) | |
download | gentoo-2-3dc6d31acd15c53e7e3b71b9c5504ea328d9c09b.tar.gz gentoo-2-3dc6d31acd15c53e7e3b71b9c5504ea328d9c09b.tar.bz2 gentoo-2-3dc6d31acd15c53e7e3b71b9c5504ea328d9c09b.zip |
Update ebuild to EAPI 5. Specify LICENSE more precisely.
(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/bubblet/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74-r1.ebuild | 11 | ||||
-rw-r--r-- | app-emacs/bubblet/files/50bubblet-gentoo.el (renamed from app-emacs/bubblet/files/51bubblet-gentoo.el) | 3 |
3 files changed, 12 insertions, 10 deletions
diff --git a/app-emacs/bubblet/ChangeLog b/app-emacs/bubblet/ChangeLog index 29c063e571a2..2e817fe42bc7 100644 --- a/app-emacs/bubblet/ChangeLog +++ b/app-emacs/bubblet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/bubblet -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.13 2008/12/18 21:43:57 ulm Exp $ +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.14 2014/02/12 09:01:07 ulm Exp $ + + 12 Feb 2014; Ulrich Müller <ulm@gentoo.org> bubblet-0.74-r1.ebuild, + +files/50bubblet-gentoo.el, -files/51bubblet-gentoo.el: + Update ebuild to EAPI 5. Specify LICENSE more precisely. 18 Dec 2008; Ulrich Mueller <ulm@gentoo.org> bubblet-0.74-r1.ebuild: Change HOMEPAGE to archived version, bug 251313. diff --git a/app-emacs/bubblet/bubblet-0.74-r1.ebuild b/app-emacs/bubblet/bubblet-0.74-r1.ebuild index b5ff9433acd3..b40cbd5f050e 100644 --- a/app-emacs/bubblet/bubblet-0.74-r1.ebuild +++ b/app-emacs/bubblet/bubblet-0.74-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 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.4 2008/12/18 21:43:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/bubblet-0.74-r1.ebuild,v 1.5 2014/02/12 09:01:07 ulm Exp $ + +EAPI=5 inherit elisp @@ -8,9 +10,8 @@ DESCRIPTION="A bubble-popping game" HOMEPAGE="http://web.archive.org/web/20051217154122/www.gelatinous.com/pld/bubblet.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" -SITEFILE=51${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/bubblet/files/51bubblet-gentoo.el b/app-emacs/bubblet/files/50bubblet-gentoo.el index f295ef3a37e0..c080f3aeab7e 100644 --- a/app-emacs/bubblet/files/51bubblet-gentoo.el +++ b/app-emacs/bubblet/files/50bubblet-gentoo.el @@ -1,5 +1,2 @@ - -;;; bubblet site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'bubblet "bubblet" "Start a new Bubblet game." t) |