diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-12 06:33:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-12 06:33:37 +0000 |
commit | 37bde1ff03f1eb0b28673d6e0ca68f7713c88b95 (patch) | |
tree | ee5c6e19c2a9c9034e5312aa1ceb927a98473a67 /games-puzzle/lmarbles | |
parent | Fixed silly bug #112235. Feel free to chew my head off, it's breaking user's... (diff) | |
download | gentoo-2-37bde1ff03f1eb0b28673d6e0ca68f7713c88b95.tar.gz gentoo-2-37bde1ff03f1eb0b28673d6e0ca68f7713c88b95.tar.bz2 gentoo-2-37bde1ff03f1eb0b28673d6e0ca68f7713c88b95.zip |
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/lmarbles')
-rw-r--r-- | games-puzzle/lmarbles/files/digest-lmarbles-1.0.6 | 1 | ||||
-rw-r--r-- | games-puzzle/lmarbles/lmarbles-1.0.6.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6 b/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6 deleted file mode 100644 index 3d36876f8168..000000000000 --- a/games-puzzle/lmarbles/files/digest-lmarbles-1.0.6 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7853bcc3a893..000000000000 --- a/games-puzzle/lmarbles/lmarbles-1.0.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.4 2005/02/18 16:03:14 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="puzzle game inspired by Atomix and written in SDL" -HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LMarbles" -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 -} |