diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-13 12:07:40 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-13 12:07:40 +0000 |
commit | 760c89f5deae1a4d28d8879265d9ada6d826b701 (patch) | |
tree | bc456d63f6144cc7a72d5b72815050ccf02c95f4 /gnustep-apps/gridlock/gridlock-1.10.ebuild | |
parent | Stable on ppc64; bug #191912 (diff) | |
download | gentoo-2-760c89f5deae1a4d28d8879265d9ada6d826b701.tar.gz gentoo-2-760c89f5deae1a4d28d8879265d9ada6d826b701.tar.bz2 gentoo-2-760c89f5deae1a4d28d8879265d9ada6d826b701.zip |
Version bump, fixed homepage
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-apps/gridlock/gridlock-1.10.ebuild')
-rw-r--r-- | gnustep-apps/gridlock/gridlock-1.10.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnustep-apps/gridlock/gridlock-1.10.ebuild b/gnustep-apps/gridlock/gridlock-1.10.ebuild new file mode 100644 index 000000000000..49d34586fab5 --- /dev/null +++ b/gnustep-apps/gridlock/gridlock-1.10.ebuild @@ -0,0 +1,14 @@ +# 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.10.ebuild,v 1.1 2007/09/13 12:07:40 voyageur Exp $ + +inherit gnustep-2 + +S=${WORKDIR}/${PN/g/G} + +DESCRIPTION="Gridlock is a collection of grid-based games" +HOMEPAGE="http://www.dozingcatsoftware.com/Gridlock/readme.html" +SRC_URI="http://www.dozingcatsoftware.com/Gridlock/${PN/g/G}-gnustep-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" |