summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-26 08:55:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-26 08:55:14 +0000
commit4f93e5120c4f0a5753897b6651c4d5a4de445323 (patch)
tree17db3d555d0fb4a1d3b11c5b22f9cf4667aa8a3a /games-puzzle
parentwolk 4.11 adds all patches in bug #42024 (diff)
downloadhistorical-4f93e5120c4f0a5753897b6651c4d5a4de445323.tar.gz
historical-4f93e5120c4f0a5753897b6651c4d5a4de445323.tar.bz2
historical-4f93e5120c4f0a5753897b6651c4d5a4de445323.zip
Initial commit
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/concentration/ChangeLog10
-rw-r--r--games-puzzle/concentration/Manifest4
-rw-r--r--games-puzzle/concentration/concentration-1.0.1.ebuild33
-rw-r--r--games-puzzle/concentration/files/digest-concentration-1.0.11
-rw-r--r--games-puzzle/concentration/metadata.xml9
5 files changed, 57 insertions, 0 deletions
diff --git a/games-puzzle/concentration/ChangeLog b/games-puzzle/concentration/ChangeLog
new file mode 100644
index 000000000000..b2c5300d55e4
--- /dev/null
+++ b/games-puzzle/concentration/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-puzzle/concentration
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.1 2004/02/26 08:55:14 mr_bones_ Exp $
+
+*concentration-1.0.1 (26 Feb 2004)
+
+ 26 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ concentration-1.0.1.ebuild, metadata.xml:
+ Initial commit
+
diff --git a/games-puzzle/concentration/Manifest b/games-puzzle/concentration/Manifest
new file mode 100644
index 000000000000..74d8ab679754
--- /dev/null
+++ b/games-puzzle/concentration/Manifest
@@ -0,0 +1,4 @@
+MD5 56babc7295a91b9f6cc59e0f85be0588 concentration-1.0.1.ebuild 871
+MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
+MD5 9f37a2b83f44b3dca24fc77b6d21f97c ChangeLog 390
+MD5 5da656d30a9e6d7871cab81813516671 files/digest-concentration-1.0.1 72
diff --git a/games-puzzle/concentration/concentration-1.0.1.ebuild b/games-puzzle/concentration/concentration-1.0.1.ebuild
new file mode 100644
index 000000000000..b38623155400
--- /dev/null
+++ b/games-puzzle/concentration/concentration-1.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.0.1.ebuild,v 1.1 2004/02/26 08:55:14 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="The classic memory game with some new life"
+HOMEPAGE="http://www.shiftygames.com/concentration/concentration.html"
+SRC_URI="http://www.shiftygames.com/concentration/${P}.tar.gz"
+
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=media-libs/libsdl-1.2
+ >=media-libs/sdl-mixer-1.2
+ >=media-libs/sdl-image-1.2
+ media-libs/sdl-ttf"
+
+src_compile() {
+ egamesconf \
+ --disable-dependency-tracking \
+ --datadir=${GAMES_DATADIR_BASE} \
+ || die
+ emake || die "emake faile"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog
+ prepgamesdirs
+}
diff --git a/games-puzzle/concentration/files/digest-concentration-1.0.1 b/games-puzzle/concentration/files/digest-concentration-1.0.1
new file mode 100644
index 000000000000..336e0a0eaac7
--- /dev/null
+++ b/games-puzzle/concentration/files/digest-concentration-1.0.1
@@ -0,0 +1 @@
+MD5 75af3fd96fb3ebe143ba831bfe0ddc2e concentration-1.0.1.tar.gz 1130087
diff --git a/games-puzzle/concentration/metadata.xml b/games-puzzle/concentration/metadata.xml
new file mode 100644
index 000000000000..1cef6e243af3
--- /dev/null
+++ b/games-puzzle/concentration/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+<email>games@gentoo.org</email>
+<name>Games Team</name>
+</maintainer>
+</pkgmetadata>