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 | cbe3d6416e51fd45300d103802711a8a79b0a962 (patch) | |
tree | 409bd53cabe7a86869d25ba70dbdd184cc6ff114 /games-puzzle/gemdropx | |
parent | games.eclass support (diff) | |
download | gentoo-2-cbe3d6416e51fd45300d103802711a8a79b0a962.tar.gz gentoo-2-cbe3d6416e51fd45300d103802711a8a79b0a962.tar.bz2 gentoo-2-cbe3d6416e51fd45300d103802711a8a79b0a962.zip |
old
Diffstat (limited to 'games-puzzle/gemdropx')
-rw-r--r-- | games-puzzle/gemdropx/files/digest-gemdropx-0.9 | 1 | ||||
-rw-r--r-- | games-puzzle/gemdropx/gemdropx-0.9.ebuild | 23 |
2 files changed, 0 insertions, 24 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 -} |