summaryrefslogtreecommitdiff
path: root/games-misc/fortune-mod-discworld
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /games-misc/fortune-mod-discworld
reinit the tree, so we can have metadata
Diffstat (limited to 'games-misc/fortune-mod-discworld')
-rw-r--r--games-misc/fortune-mod-discworld/Manifest5
-rw-r--r--games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild22
-rw-r--r--games-misc/fortune-mod-discworld/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-discworld/Manifest b/games-misc/fortune-mod-discworld/Manifest
new file mode 100644
index 000000000000..12a256c5f2b8
--- /dev/null
+++ b/games-misc/fortune-mod-discworld/Manifest
@@ -0,0 +1,5 @@
+DIST fortune-discworld.tgz 81396 SHA256 1dbb4e081e9181dc092376b25e48d19eb69f7824e12b47dec3f55791ca32dd52 SHA512 62a8995cc197557942e69cb4a31ef05de7b37130194753333715f476f0da9db455482dfe31803018e4d2febaf7ecf3a5785f616203354388dbc7bc9cfbb8ab95 WHIRLPOOL 104c7ad391aabc00cca66e675bd3e10bce04a04e0d1067f6796035392bdca991ffca1e5998bcaa88b622b41ce3fdd78e010147c09bbbb5390a7ddf71a1a93f52
+EBUILD fortune-mod-discworld-0.1.ebuild 582 SHA256 01c46e4c925d99adbf1a180d1b320d73efe663bc6c616fb698c98c19eb5137d1 SHA512 67c9eef3fbd577500756f775871780b106fde96bf2456c722de65d75aaa1bd60cc57b679ef51fca352f8f6bcd0d9a77e8edff85b34438cec4acee6af3633d8ad WHIRLPOOL 16574e0fc5ad27c8aa9c7a7783f5b658724d23e51ad6a68ba4544c1ff04958144c04a14df92ea589dc419b5febd15c871f8f2dc95076bfd062fe09fd92413a62
+MISC ChangeLog 2467 SHA256 33be89159392d23d74a0a3271d3a2ab79fcda03032e11ab7db976b46b7f4bbc6 SHA512 cce0b70713909f5c41ceebeca441903100349a5942f3be1bf796740550c051c139a72705d93c670aafd190e391137c0b0510e2d489289a1d46611eb7bc54355f WHIRLPOOL 4dfd30bc2f336e075fbaf72826b85c18bbec56846dfdf7c5fbca0e2a18cd7d3c54001cfbc8008df48ce39edf41f6cf39f958f43b93dbe3f17eeba914c397f173
+MISC ChangeLog-2015 810 SHA256 1b5a84c4aa12e971c2cbe2fcf23f93802818344deec4a760f31c93276b15efc0 SHA512 3d8c0584b369f124e03c4805a94830759d8e0971129867ca748647801d1b7dfbed7c4dbf15706b5761f45a9118d3c3721692d42981655179a2e74ca27575471e WHIRLPOOL 392d298b7a9182708163616a767f18bb0b0cd5944492af43b29c7594ce2e8f92903c6cf9de28ca0e66aec122c85e200d51826f27ff4212cc78ae26991a3d59a9
+MISC metadata.xml 249 SHA256 943b9ce0cd072229b43569ab668dd7ec741d9dfefd942c8921dabd4490b27b0c SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 WHIRLPOOL b10e21575c78e201a652c8582cd16e3f7c86b13dd20a30f4cea44066fb139440b3c186147dbaae83478f11a20b6f457a99c8b29ee1239a4caaa21eee01250088
diff --git a/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild
new file mode 100644
index 000000000000..c8aa8f15cafc
--- /dev/null
+++ b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=5
+MY_P=${PN/-mod/}
+DESCRIPTION="Quotes from Discworld novels"
+HOMEPAGE="http://www.splitbrain.org/projects/fortunes/discworld"
+SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz"
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~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 discworld discworld.dat
+}
diff --git a/games-misc/fortune-mod-discworld/metadata.xml b/games-misc/fortune-mod-discworld/metadata.xml
new file mode 100644
index 000000000000..78274e0fa550
--- /dev/null
+++ b/games-misc/fortune-mod-discworld/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>