diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-14 04:23:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-14 04:23:43 +0000 |
commit | 4d69e1f72094f6d932281caa5750bb9477c72951 (patch) | |
tree | 4d33e76ab9a23c47c2eb744040433e95f1e606d2 /games-puzzle | |
parent | games.eclass support (diff) | |
download | historical-4d69e1f72094f6d932281caa5750bb9477c72951.tar.gz historical-4d69e1f72094f6d932281caa5750bb9477c72951.tar.bz2 historical-4d69e1f72094f6d932281caa5750bb9477c72951.zip |
old
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gemdropx/files/digest-gemdropx-0.9 | 1 | ||||
-rw-r--r-- | games-puzzle/gemdropx/gemdropx-0.9.ebuild | 23 | ||||
-rw-r--r-- | games-puzzle/greedy/ChangeLog | 4 | ||||
-rw-r--r-- | games-puzzle/greedy/files/digest-greedy-0.2.0 | 1 | ||||
-rw-r--r-- | games-puzzle/greedy/greedy-0.2.0.ebuild | 36 |
5 files changed, 1 insertions, 64 deletions
diff --git a/games-puzzle/gemdropx/files/digest-gemdropx-0.9 b/games-puzzle/gemdropx/files/digest-gemdropx-0.9 deleted file mode 100644 index 89bc42e2b956..000000000000 --- a/games-puzzle/gemdropx/files/digest-gemdropx-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd0337e89778e2dba74461c555ea8e42 gemdropx-0.9.tar.gz 903036 diff --git a/games-puzzle/gemdropx/gemdropx-0.9.ebuild b/games-puzzle/gemdropx/gemdropx-0.9.ebuild deleted file mode 100644 index b54add0a4214..000000000000 --- a/games-puzzle/gemdropx/gemdropx-0.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gemdropx/gemdropx-0.9.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $ - -DESCRIPTION="A puzzle game where it's your job to clear the screen of gems" -SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/${P}.tar.gz" -HOMEPAGE="http://www.newbreedsoftware.com/gemdropx/" -KEYWORDS="x86 ppc" -DEPEND=">=media-libs/libsdl-1.2.3-r1 - >=media-libs/sdl-mixer-1.2.1 - virtual/x11" -SLOT="0" -LICENSE="GPL-2" - -src_compile() { - emake DATA_PREFIX=/usr/share/gemdropx-data -} - -src_install () { - dodir /usr/share/gemdropx-data - cp -a data/* ${D}/usr/share/gemdropx-data/ - dobin gemdropx -} diff --git a/games-puzzle/greedy/ChangeLog b/games-puzzle/greedy/ChangeLog index 66335bc69c66..7b6662fdeb00 100644 --- a/games-puzzle/greedy/ChangeLog +++ b/games-puzzle/greedy/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for games-puzzle/greedy # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/ChangeLog,v 1.2 2003/09/10 15:47:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/ChangeLog,v 1.3 2003/09/14 04:23:43 vapier Exp $ *greedy-0.2.0-r1 (27 Aug 2003) @@ -13,10 +13,8 @@ Added KEYWORDS, SLOT. 5 May 2002; Mike Jones <ashmodai@gentoo.org> ChangeLog, greedy-0.2.0.ebuild - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. - diff --git a/games-puzzle/greedy/files/digest-greedy-0.2.0 b/games-puzzle/greedy/files/digest-greedy-0.2.0 deleted file mode 100644 index f21e199a4ec5..000000000000 --- a/games-puzzle/greedy/files/digest-greedy-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a1e53d7ba13d9ae9c9847168daa34958 greedy-0.2.0.tar.gz 13152 diff --git a/games-puzzle/greedy/greedy-0.2.0.ebuild b/games-puzzle/greedy/greedy-0.2.0.ebuild deleted file mode 100644 index 044033f60060..000000000000 --- a/games-puzzle/greedy/greedy-0.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/greedy-0.2.0.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $ - -DESCRIPTION="fun little ncurses puzzle game" -HOMEPAGE="http://www.kotinet.com/juhamattin/linux/index.html" -SRC_URI="http://www.kotinet.com/juhamattin/linux/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND="virtual/glibc - sys-libs/ncurses" - -src_compile() { - emake || die -} - -src_install() { - # It wants a scores file. We need to touch one and install it. - touch greedy.scores - insinto /var/lib/games - doins greedy.scores || die - - dobin greedy || die - dodoc CHANGES README TODO || die -} - -pkg_postinst() { - # We need to set the permissions correctly - chown games.games /var/lib/games/greedy.scores || die - chmod 664 /var/lib/games/greedy.scores || die - - chown games.games /usr/bin/greedy || die -} |