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/gemdropx | |
parent | games-puzzle (diff) | |
download | historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.tar.gz historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.tar.bz2 historical-1e60d28cc73a78604a94314d6bfbbc32e3d5fbbd.zip |
games-puzzle !@
Diffstat (limited to 'games-puzzle/gemdropx')
-rw-r--r-- | games-puzzle/gemdropx/ChangeLog | 15 | ||||
-rw-r--r-- | games-puzzle/gemdropx/Manifest | 3 | ||||
-rw-r--r-- | games-puzzle/gemdropx/files/digest-gemdropx-0.9 | 1 | ||||
-rw-r--r-- | games-puzzle/gemdropx/gemdropx-0.9.ebuild | 23 |
4 files changed, 42 insertions, 0 deletions
diff --git a/games-puzzle/gemdropx/ChangeLog b/games-puzzle/gemdropx/ChangeLog new file mode 100644 index 000000000000..bbc0af575f47 --- /dev/null +++ b/games-puzzle/gemdropx/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/gemdropx +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# AUTHOR: José Alberto Suárez López <bass@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gemdropx/ChangeLog,v 1.1 2003/09/10 06:36:00 vapier Exp $ + + 12 Jul 2003; Michael Sterrett <msterret@gentoo.org> gemdropx-0.9.ebuild: + fix DESCRIPTION + +*gemdropx-0.9 (10 Jul 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> gemdropx-0.9.ebuild : + Added KEYWORDS. + + 10 Jul 2002; J.Alberto S.L. <bass@gentoo.org> gemdropx0.9.ebuild: + First relase. diff --git a/games-puzzle/gemdropx/Manifest b/games-puzzle/gemdropx/Manifest new file mode 100644 index 000000000000..eca01c6aa146 --- /dev/null +++ b/games-puzzle/gemdropx/Manifest @@ -0,0 +1,3 @@ +MD5 e9d5468f3538eb94fb4c6ce884f33a67 ChangeLog 582 +MD5 6224ce751411e31e3a4dd0f027ccda77 gemdropx-0.9.ebuild 733 +MD5 f4f8d3f8f2c8240b36e19ed0d9e9cbe9 files/digest-gemdropx-0.9 64 diff --git a/games-puzzle/gemdropx/files/digest-gemdropx-0.9 b/games-puzzle/gemdropx/files/digest-gemdropx-0.9 new file mode 100644 index 000000000000..89bc42e2b956 --- /dev/null +++ b/games-puzzle/gemdropx/files/digest-gemdropx-0.9 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..b54add0a4214 --- /dev/null +++ b/games-puzzle/gemdropx/gemdropx-0.9.ebuild @@ -0,0 +1,23 @@ +# 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 +} |