diff options
Diffstat (limited to 'gnustep-apps/gridlock/gridlock-1.9-r1.ebuild')
-rw-r--r-- | gnustep-apps/gridlock/gridlock-1.9-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnustep-apps/gridlock/gridlock-1.9-r1.ebuild b/gnustep-apps/gridlock/gridlock-1.9-r1.ebuild deleted file mode 100644 index f564c5bbf5f3..000000000000 --- a/gnustep-apps/gridlock/gridlock-1.9-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9-r1.ebuild,v 1.4 2007/08/18 15:19:45 angelos Exp $ - -inherit gnustep - -S=${WORKDIR}/${PN/g/G} - -DESCRIPTION="Gridlock is a collection of grid-based games" -# 25 Mar 2006: upstream appears to be dead -HOMEPAGE="http://dozingcat.com/" -SRC_URI="http://dozingcat.com/Gridlock/${PN/g/G}-gnustep-${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="doc" -DEPEND="${GS_DEPEND}" -RDEPEND="${GS_RDEPEND}" - -egnustep_install_domain "Local" - -src_install() { - egnustep_env - egnustep_install || die - if use doc - then - mkdir -p ${D}$(egnustep_install_domain)/Library/Documentation/User/Gridlock - cp Resources/readme.html ${D}$(egnustep_install_domain)/Library/Documentation/User/Gridlock - fi - egnustep_package_config -} |