diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 06:53:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 06:53:20 +0000 |
commit | d46985e4e0fb5228638da58e2a6739989b459bec (patch) | |
tree | 64c4ec0819bf5a7a450c4c892d2305708f17092c /games-puzzle/cuyo | |
parent | added ppc keyword (Manifest recommit) (diff) | |
download | gentoo-2-d46985e4e0fb5228638da58e2a6739989b459bec.tar.gz gentoo-2-d46985e4e0fb5228638da58e2a6739989b459bec.tar.bz2 gentoo-2-d46985e4e0fb5228638da58e2a6739989b459bec.zip |
clean older version
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.1.ebuild | 47 | ||||
-rw-r--r-- | games-puzzle/cuyo/files/digest-cuyo-1.8.1 | 1 |
3 files changed, 4 insertions, 49 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog index c00786f6ac8a..4e4457b4f12e 100644 --- a/games-puzzle/cuyo/ChangeLog +++ b/games-puzzle/cuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cuyo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.5 2004/11/06 10:05:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.6 2004/11/20 06:53:20 mr_bones_ Exp $ + + 19 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -cuyo-1.8.1.ebuild: + clean older version *cuyo-1.8.5 (06 Nov 2004) diff --git a/games-puzzle/cuyo/cuyo-1.8.1.ebuild b/games-puzzle/cuyo/cuyo-1.8.1.ebuild deleted file mode 100644 index 12136aeef260..000000000000 --- a/games-puzzle/cuyo/cuyo-1.8.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.1.ebuild,v 1.7 2004/07/01 05:24:56 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="highly addictive and remotely related to tetris" -HOMEPAGE="http://www.karimmi.de/cuyo/" -SRC_URI="http://savannah.nongnu.org/download/cuyo/${P//_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND="virtual/libc - virtual/x11 - x11-libs/qt" - -S="${WORKDIR}/${P/_}" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e 's:-O2:@CXXFLAGS@ -Wno-long-long:' src/Makefile.in \ - || die "sed src/Makefile.in failed" -} - -src_compile() { - egamesconf \ - --with-qt \ - --with-x \ - || die - emake || die -} - -src_install() { - sed -i \ - -e 's: $(pkgdatadir: $(DESTDIR)$(pkgdatadir:' data/Makefile \ - || die "sed data/Makefile failed" - make install DESTDIR=${D} || die "make install failed" - dogamesbin "${D}/${GAMES_PREFIX}/games/cuyo" - rm -rf "${D}/${GAMES_PREFIX}/games" - dodoc AUTHORS INSTALL NEWS README TODO ChangeLog - prepgamesdirs -} diff --git a/games-puzzle/cuyo/files/digest-cuyo-1.8.1 b/games-puzzle/cuyo/files/digest-cuyo-1.8.1 deleted file mode 100644 index 6cd594d82c32..000000000000 --- a/games-puzzle/cuyo/files/digest-cuyo-1.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9cf9126df8edbf0b3885d59d835f241 cuyo-1.8.1.tar.gz 994816 |