summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gridlock/gridlock-1.9.ebuild')
-rw-r--r--gnustep-apps/gridlock/gridlock-1.9.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnustep-apps/gridlock/gridlock-1.9.ebuild b/gnustep-apps/gridlock/gridlock-1.9.ebuild
deleted file mode 100644
index 0b965d896983..000000000000
--- a/gnustep-apps/gridlock/gridlock-1.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9.ebuild,v 1.5 2006/03/28 17:46:59 grobian Exp $
-
-inherit gnustep
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-IUSE="doc"
-DEPEND="${GS_DEPEND}"
-RDEPEND="${GS_RDEPEND}"
-
-src_install() {
- egnustep_env
- egnustep_install || die
- if use doc
- then
- mkdir -p ${D}$(egnustep_prefix)/System/Library/Documentation/User/Gridlock
- cp Resources/readme.html ${D}$(egnustep_prefix)/System/Library/Documentation/User/Gridlock
- fi
- egnustep_package_config
-}