diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-12 18:24:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-12 19:51:25 +0200 |
commit | d74ac4a5b71e8272a5ac9efafb6435e7939fbda4 (patch) | |
tree | bc380a142ab38468d67aefbfe64a276a1f620b8f /app-emacs/bubblet/bubblet-0.74-r1.ebuild | |
parent | app-emacs/bison-mode: Trivial EAPI 7 bump (diff) | |
download | gentoo-d74ac4a5b71e8272a5ac9efafb6435e7939fbda4.tar.gz gentoo-d74ac4a5b71e8272a5ac9efafb6435e7939fbda4.tar.bz2 gentoo-d74ac4a5b71e8272a5ac9efafb6435e7939fbda4.zip |
app-emacs/bubblet: Trivial EAPI 7 bump
Update HOMEPAGE.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/bubblet/bubblet-0.74-r1.ebuild')
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/bubblet/bubblet-0.74-r1.ebuild b/app-emacs/bubblet/bubblet-0.74-r1.ebuild index 039e39886182..f1df4c09670a 100644 --- a/app-emacs/bubblet/bubblet-0.74-r1.ebuild +++ b/app-emacs/bubblet/bubblet-0.74-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp DESCRIPTION="A bubble-popping game" -HOMEPAGE="http://web.archive.org/web/20051217154122/www.gelatinous.com/pld/bubblet.html" +HOMEPAGE="https://web.archive.org/web/20051217154122/www.gelatinous.com/pld/bubblet.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2+" |