summaryrefslogtreecommitdiff
path: root/games-misc/fortune-mod-simpsons-chalkboard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /games-misc/fortune-mod-simpsons-chalkboard
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-misc/fortune-mod-simpsons-chalkboard')
-rw-r--r--games-misc/fortune-mod-simpsons-chalkboard/Manifest3
-rw-r--r--games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild25
-rw-r--r--games-misc/fortune-mod-simpsons-chalkboard/metadata.xml8
3 files changed, 36 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-simpsons-chalkboard/Manifest b/games-misc/fortune-mod-simpsons-chalkboard/Manifest
new file mode 100644
index 000000000000..12b7f77da036
--- /dev/null
+++ b/games-misc/fortune-mod-simpsons-chalkboard/Manifest
@@ -0,0 +1,3 @@
+DIST fortune-simpsons-chalkboard.tgz 5803 BLAKE2B d2b659439b650f7d697ce3d1c9ba230bd0f3ccd2e66193fa09c92fd3d914cee71adae0e850771ddbfff1f99dc4eeeb4db7a6328c47bb9337d35f26e8c919e2d1 SHA512 0ce3e8fea577f018d933c64aa3aaeac859ebbb9d0faba28f6c1f5f330781109ad43f4e317281d75b95f87cdb6476e6393219eff5f7ee5201219ff7e007452255
+EBUILD fortune-mod-simpsons-chalkboard-0.1.ebuild 699 BLAKE2B 4d953f034459bdd6ef09119b43bc53e8170ff9069a69e59ac647fc376d091a230f69da826d6ca5f37c7a8f041b6a36aaf0deccb84f4162f85e231ee11a6d4fd8 SHA512 6b81406bd314fb9578431a7fbbb08db6da86680866099af49f5b0aac5d10d7fa5bcce4190fb8a08f3a6e3d078ee431b81799485c70fe62aa73fb51f8f22d3b55
+MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild
new file mode 100644
index 000000000000..4caa36ce0144
--- /dev/null
+++ b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MY_P=${PN/-mod/}
+
+DESCRIPTION="Quotes from Bart Simpson's Chalkboard, shown at the opening of Simpsons episode"
+HOMEPAGE="http://www.splitbrain.org/projects/fortunes/simpsons"
+SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+RESTRICT="mirror"
+
+RDEPEND="games-misc/fortune-mod"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ insinto /usr/share/fortune
+ doins chalkboard chalkboard.dat
+}
diff --git a/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml b/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml
new file mode 100644
index 000000000000..78274e0fa550
--- /dev/null
+++ b/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+</maintainer>
+</pkgmetadata>