diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /app-emacs/bubblet | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'app-emacs/bubblet')
-rw-r--r-- | app-emacs/bubblet/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/bubblet/Manifest b/app-emacs/bubblet/Manifest index d440c1130c0f..f365ef6b32a1 100644 --- a/app-emacs/bubblet/Manifest +++ b/app-emacs/bubblet/Manifest @@ -1,4 +1,4 @@ AUX 50bubblet-gentoo.el 98 BLAKE2B ecc975620ce677c742690b0aa0dca96c69340bf30c693d7d7167cd48512c5d5fb47c2ff6fab059f5287da121ad0665885747f58431384f1366ff00878869a93a SHA512 bfdedb262997be011e1b85c370039fc8766e61d3d1eaade21af058b5781977c1028b34db3f1ea9ddeb20299aa73a522801b0c942a91a75c6113dd96e8fc21e6a DIST bubblet-0.74.tar.bz2 7151 BLAKE2B 96df4bab1eb564f87f7dec24cc5e64f1aeb9ad3502a8f4ae7b9a06f4d733f293626881765531433930752265efd5852bdba8667d9fe7e9507a431ecb95dff934 SHA512 696425d7f854f83d9edf1e2fb195fbdf9a993b6758493620c9bc8e0c8bea2b94d758abf904bfebd983ff2093a25a55923964f32a1c5d47f0cb4665f3d5dda233 -EBUILD bubblet-0.74-r1.ebuild 378 BLAKE2B 9a3c0da8ae7081ab242c75a9b249a332270ea3bee16d8ebd89ecd49fe14b39bfeae17d27a1812892cbe6b5cf394d2e2f8e72737b067374fdd3062c6bb14c755b SHA512 1ffca51684a2b59694f210074900ab5f067b3bb6d579e78b7087359f951aa1172bf880ed4fdd6f708cd3ffbc316e758f35f1432107cc87ef93504fa2fb0ed5b8 +EBUILD bubblet-0.74-r1.ebuild 376 BLAKE2B b67ee6a9d427d7b06fdae49ca783088e56d4b2aadd5b32d85b4fcbdb2e03a208780531d46dc18de433719407faf592f2d95e00a045bf969002af4d2b50837e39 SHA512 fff16fc19132426e81c6f29fbae1d9f66f22d440cd6d245039766d37ecdfb76da9be26d3e6cd42cac9ce2364b393ac11de6902bf752ed2e4f36d8ac8790c7496 MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072 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+" |