diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 06:36:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 06:36:01 +0000 |
commit | 1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd (patch) | |
tree | ca8136a0afa54ff74d56a3c97d2a42e671627c44 /games-puzzle/cuyo | |
parent | games-puzzle (diff) | |
download | historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.tar.gz historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.tar.bz2 historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.zip |
games-puzzle !@
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 27 | ||||
-rw-r--r-- | games-puzzle/cuyo/Manifest | 3 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.6.1.ebuild | 37 | ||||
-rw-r--r-- | games-puzzle/cuyo/files/digest-cuyo-1.6.1 | 1 |
4 files changed, 68 insertions, 0 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog new file mode 100644 index 000000000000..fe72cbd57e9a --- /dev/null +++ b/games-puzzle/cuyo/ChangeLog @@ -0,0 +1,27 @@ +# ChangeLog for app-games/cuyo +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.1 2003/09/10 06:36:00 vapier Exp $ + +*cuyo-1.6.1 (27 Dec 2002) + + 27 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Dropped qt ver back to 2 while qt3 issues are worked out. + Added games eclass support. + +*cuyo-1.6.0_beta2 (28 Nov 2002) + + 28 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + New version for qt3. Marked as testing initially. + +*cuyo-1.05 (23 Oct 2002) + + 23 Oct 2002; Spider <spider@gentoo.org> cuyo-1.05.ebuild : + updated version with bugfixes + +*cuyo-1.03 (01 Apr 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> cuyo-1.03.ebuild : + Added LICENSE, KEYWORDS. + + 1 Apr 2002; Spider <spide@gentoo.org>: + Adding this highly addictive game to portage. diff --git a/games-puzzle/cuyo/Manifest b/games-puzzle/cuyo/Manifest new file mode 100644 index 000000000000..7118765569f7 --- /dev/null +++ b/games-puzzle/cuyo/Manifest @@ -0,0 +1,3 @@ +MD5 d13b1ebbe39e26c8337c5e83f6cdb230 ChangeLog 867 +MD5 597980690f128d83f2b9dfdf8e2a0798 cuyo-1.6.1.ebuild 877 +MD5 f557883896ac043f657bbaef6d14d633 files/digest-cuyo-1.6.1 62 diff --git a/games-puzzle/cuyo/cuyo-1.6.1.ebuild b/games-puzzle/cuyo/cuyo-1.6.1.ebuild new file mode 100644 index 000000000000..a7cf1fc215e9 --- /dev/null +++ b/games-puzzle/cuyo/cuyo-1.6.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.6.1.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $ + +inherit games + +S=${WORKDIR}/${P/_} +DESCRIPTION="highly addictive and remotely related to tetris" +SRC_URI="http://savannah.nongnu.org/download/cuyo/${P//_}.tar.gz" +HOMEPAGE="http://www.karimmi.de/cuyo/" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc + virtual/x11 + =x11-libs/qt-2*" + +src_compile() { + egamesconf \ + --with-qt \ + --with-qt-dir=/usr/qt/2 \ + --with-x \ + || die + emake || die +} + +src_install() { + cp data/Makefile{,.old} + sed -e 's: $(pkgdatadir: $(DESTDIR)$(pkgdatadir:' \ + data/Makefile.old > data/Makefile + make install DESTDIR=${D} || die + dodoc AUTHORS COPYING INSTALL NEWS README TODO ChangeLog + + prepgamesdirs +} diff --git a/games-puzzle/cuyo/files/digest-cuyo-1.6.1 b/games-puzzle/cuyo/files/digest-cuyo-1.6.1 new file mode 100644 index 000000000000..db528a413c21 --- /dev/null +++ b/games-puzzle/cuyo/files/digest-cuyo-1.6.1 @@ -0,0 +1 @@ +MD5 613858433312eb83afb052fc75e89a7c cuyo-1.6.1.tar.gz 865970 |