summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-09 02:11:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-09 02:11:14 +0000
commit4ed54e710d5a987f37ea83dc514f023e532436c2 (patch)
treeaba739aaaf9747de0e0fbcf89c7cde0fbd97142f /games-puzzle
parentadded myself as maintainer since darkspecter seems to be gone (Manifest reco... (diff)
downloadgentoo-2-4ed54e710d5a987f37ea83dc514f023e532436c2.tar.gz
gentoo-2-4ed54e710d5a987f37ea83dc514f023e532436c2.tar.bz2
gentoo-2-4ed54e710d5a987f37ea83dc514f023e532436c2.zip
version bump and name change from games-puzzle/marbles (bug #52566)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/lmarbles/ChangeLog10
-rw-r--r--games-puzzle/lmarbles/Manifest2
-rw-r--r--games-puzzle/lmarbles/files/digest-lmarbles-1.0.61
-rw-r--r--games-puzzle/lmarbles/lmarbles-1.0.6.ebuild41
-rw-r--r--games-puzzle/lmarbles/metadata.xml5
5 files changed, 59 insertions, 0 deletions
diff --git a/games-puzzle/lmarbles/ChangeLog b/games-puzzle/lmarbles/ChangeLog
new file mode 100644
index 000000000000..cf483b2e8752
--- /dev/null
+++ b/games-puzzle/lmarbles/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-puzzle/lmarbles
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v 1.1 2004/06/09 02:11:14 mr_bones_ Exp $
+
+*lmarbles-1.0.6 (08 Jun 2004)
+
+ 08 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> lmarbles-1.0.6.ebuild,
+ metadata.xml:
+ version bump and name change from games-puzzle/marbles (bug #52566)
+
diff --git a/games-puzzle/lmarbles/Manifest b/games-puzzle/lmarbles/Manifest
new file mode 100644
index 000000000000..12de7707aed6
--- /dev/null
+++ b/games-puzzle/lmarbles/Manifest
@@ -0,0 +1,2 @@
+MD5 2e040684609cf11b2842b4e48f965b3c lmarbles-1.0.6.ebuild 697
+MD5 f9f06e14520f385b76aea9786cba9bb7 files/digest-lmarbles-1.0.6 66
diff --git a/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6 b/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6
new file mode 100644
index 000000000000..3d36876f8168
--- /dev/null
+++ b/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6
@@ -0,0 +1 @@
+MD5 ad162da8fa298cac680e13c02fea258c lmarbles-1.0.6.tar.gz 829355
diff --git a/games-puzzle/lmarbles/lmarbles-1.0.6.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.6.ebuild
new file mode 100644
index 000000000000..2d8e79a0a7af
--- /dev/null
+++ b/games-puzzle/lmarbles/lmarbles-1.0.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.6.ebuild,v 1.1 2004/06/09 02:11:14 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="puzzle game inspired by Atomix and written in SDL"
+HOMEPAGE="http://lgames.sourceforge.net/index.php?project=Marbles"
+SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc amd64"
+IUSE=""
+
+RDEPEND=">=media-libs/libsdl-1.2.4
+ >=media-libs/sdl-mixer-1.2.3"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i \
+ -e '/^inst_dir/s:/games::' \
+ -e "/^prf_dir/s:/var/lib/games:${GAMES_STATEDIR}:" configure \
+ || die "sed configure failed"
+ sed -i \
+ -e '/c_pth, strlen/s:strlen:sizeof:' src/cfg.c \
+ || die "sed src/cfg.c failed"
+ sed -i \
+ -e 's:/marbles.prfs:/lmarbles.prfs:' \
+ src/Makefile.in src/lmarbles.6 \
+ || die "sed marbles/lmarbles failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README TODO
+ prepgamesdirs
+}
diff --git a/games-puzzle/lmarbles/metadata.xml b/games-puzzle/lmarbles/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-puzzle/lmarbles/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>