diff options
Diffstat (limited to 'app-gnustep/gridlock/gridlock-1.6.1.ebuild')
-rw-r--r-- | app-gnustep/gridlock/gridlock-1.6.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-gnustep/gridlock/gridlock-1.6.1.ebuild b/app-gnustep/gridlock/gridlock-1.6.1.ebuild deleted file mode 100644 index 3c616e64d4d2..000000000000 --- a/app-gnustep/gridlock/gridlock-1.6.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gridlock/gridlock-1.6.1.ebuild,v 1.6 2004/07/22 21:41:48 fafhrd Exp $ - -inherit gnustep-old - -S=${WORKDIR}/${PN/g/G} - -DESCRIPTION="Gridlock is a collection of grid-based games" -HOMEPAGE="http://dozingcat.com/" -SRC_URI="http://dozingcat.com/Gridlock/${PN/g/G}-GNUstep-${PV}.tar.gz" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" - -DEPEND=">=dev-util/gnustep-gui-0.8.5" - -src_unpack() { - unpack ${PN/g/G}-GNUstep-${PV}.tar.gz - cd ${S} -} |