summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-05 22:22:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-05 22:22:56 +0000
commit7f8d27351552e9f83aa6ead89d7acd6f2e3cb2b2 (patch)
tree75235a4388f03643dda8160faa6a3e0a905b179a /games-misc
parentbuild against glibc210 with sed patch from Arttu Valo via bug #273530 (diff)
downloadgentoo-2-7f8d27351552e9f83aa6ead89d7acd6f2e3cb2b2.tar.gz
gentoo-2-7f8d27351552e9f83aa6ead89d7acd6f2e3cb2b2.tar.bz2
gentoo-2-7f8d27351552e9f83aa6ead89d7acd6f2e3cb2b2.zip
initial commit - ebuild submitted by Federico Zagarzazú via bug #119097
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/fortune-mod-taow/ChangeLog10
-rw-r--r--games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild22
-rw-r--r--games-misc/fortune-mod-taow/metadata.xml5
3 files changed, 37 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-taow/ChangeLog b/games-misc/fortune-mod-taow/ChangeLog
new file mode 100644
index 000000000000..524f35dc2773
--- /dev/null
+++ b/games-misc/fortune-mod-taow/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-misc/fortune-mod-taow
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/ChangeLog,v 1.1 2009/08/05 22:22:56 mr_bones_ Exp $
+
+*fortune-mod-taow-1.0 (05 Aug 2009)
+
+ 05 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +fortune-mod-taow-1.0.ebuild, +metadata.xml:
+ initial commit - ebuild submitted by Federico Zagarzazú via bug #119097
+
diff --git a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
new file mode 100644
index 000000000000..fec9d546e63a
--- /dev/null
+++ b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild,v 1.1 2009/08/05 22:22:56 mr_bones_ Exp $
+
+MY_P=fortunes-taow-${PV}
+DESCRIPTION="The Art of War Fortune Mod"
+HOMEPAGE="http://www.de-brauwer.be/wiki/wikka.php?wakka=TheArtOfWar"
+SRC_URI="http://www.de-brauwer.be/wastebasket/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="games-misc/fortune-mod"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ insinto /usr/share/fortune
+ doins taow taow.dat || die
+}
diff --git a/games-misc/fortune-mod-taow/metadata.xml b/games-misc/fortune-mod-taow/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-misc/fortune-mod-taow/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>