diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/bubblet | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/bubblet')
-rw-r--r-- | app-emacs/bubblet/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74-r1.ebuild | 16 | ||||
-rw-r--r-- | app-emacs/bubblet/files/50bubblet-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/bubblet/metadata.xml | 9 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/bubblet/Manifest b/app-emacs/bubblet/Manifest new file mode 100644 index 000000000000..d440c1130c0f --- /dev/null +++ b/app-emacs/bubblet/Manifest @@ -0,0 +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 +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 new file mode 100644 index 000000000000..039e39886182 --- /dev/null +++ b/app-emacs/bubblet/bubblet-0.74-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit elisp + +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+" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/bubblet/files/50bubblet-gentoo.el b/app-emacs/bubblet/files/50bubblet-gentoo.el new file mode 100644 index 000000000000..c080f3aeab7e --- /dev/null +++ b/app-emacs/bubblet/files/50bubblet-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'bubblet "bubblet" "Start a new Bubblet game." t) diff --git a/app-emacs/bubblet/metadata.xml b/app-emacs/bubblet/metadata.xml new file mode 100644 index 000000000000..c918cdef9591 --- /dev/null +++ b/app-emacs/bubblet/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<stabilize-allarches/> +</pkgmetadata> |