summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-05 06:04:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-05 06:04:20 +0000
commit884e55b41992d70f77ef91070325fd22a10208a1 (patch)
tree4fa14123b566c7c69255c08d7fa0eb4103b89ffe /games-puzzle/arrows
parentUndo 1.2912 (diff)
downloadhistorical-884e55b41992d70f77ef91070325fd22a10208a1.tar.gz
historical-884e55b41992d70f77ef91070325fd22a10208a1.tar.bz2
historical-884e55b41992d70f77ef91070325fd22a10208a1.zip
initial commit - ebuild submitted by Alexandru Toma via bug #52663
Diffstat (limited to 'games-puzzle/arrows')
-rw-r--r--games-puzzle/arrows/ChangeLog10
-rw-r--r--games-puzzle/arrows/Manifest4
-rw-r--r--games-puzzle/arrows/arrows-0.6.ebuild43
-rw-r--r--games-puzzle/arrows/files/digest-arrows-0.61
-rw-r--r--games-puzzle/arrows/metadata.xml5
5 files changed, 63 insertions, 0 deletions
diff --git a/games-puzzle/arrows/ChangeLog b/games-puzzle/arrows/ChangeLog
new file mode 100644
index 000000000000..af74209bfb5f
--- /dev/null
+++ b/games-puzzle/arrows/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-puzzle/arrows
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.1 2004/06/05 06:04:20 mr_bones_ Exp $
+
+*arrows-0.6 (04 Jun 2004)
+
+ 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> arrows-0.6.ebuild,
+ metadata.xml:
+ initial commit - ebuild submitted by Alexandru Toma via bug #52663
+
diff --git a/games-puzzle/arrows/Manifest b/games-puzzle/arrows/Manifest
new file mode 100644
index 000000000000..1b04dbe106c1
--- /dev/null
+++ b/games-puzzle/arrows/Manifest
@@ -0,0 +1,4 @@
+MD5 7419d6a0229f13bb7e3b1593f58e7054 arrows-0.6.ebuild 1061
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 f27a5066cd5696c5bd343c4515048ba8 ChangeLog 409
+MD5 44c820c71a718b8276911ddfe33881ee files/digest-arrows-0.6 61
diff --git a/games-puzzle/arrows/arrows-0.6.ebuild b/games-puzzle/arrows/arrows-0.6.ebuild
new file mode 100644
index 000000000000..00d8a2fbabb7
--- /dev/null
+++ b/games-puzzle/arrows/arrows-0.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.1 2004/06/05 06:04:20 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="Guide the spinning blue thing through the maze of arrows, creating and destroying arrows as necessary to collect the green things"
+HOMEPAGE="http://noreason.ca/?file=software"
+SRC_URI="http://noreason.ca/data/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.4.0"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # Modify path to data
+ sed -i \
+ -e "s:arrfl:${GAMES_DATADIR}/${PN}/arrfl:" \
+ -e 's:nm\[9:nm[35:' \
+ -e 's:nm\[6:nm[30:' \
+ -e 's:nm\[7:nm[31:' \
+ game.c || die "sed game.c failed"
+}
+
+src_compile() {
+ emake CCOPTS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dogamesbin arrows || die "dogamesbin failed"
+ insinto "${GAMES_DATADIR}/${PN}"
+ doins arrfl* || die "doins failed"
+ dodoc README
+ prepgamesdirs
+}
diff --git a/games-puzzle/arrows/files/digest-arrows-0.6 b/games-puzzle/arrows/files/digest-arrows-0.6
new file mode 100644
index 000000000000..0f2f75886b4c
--- /dev/null
+++ b/games-puzzle/arrows/files/digest-arrows-0.6
@@ -0,0 +1 @@
+MD5 d6cf52ff319c295b9fb6982c023ec7f0 arrows-0.6.tar.gz 53374
diff --git a/games-puzzle/arrows/metadata.xml b/games-puzzle/arrows/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-puzzle/arrows/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>