summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:53:47 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:53:47 +0000
commitc77b75946a305b320042bb46e3682943bfc6993f (patch)
tree6d02357aed490b4cd4779fcca880d08ae2b11b05 /gnustep-apps/gmines/gmines-0.1-r1.ebuild
parentarm KEYWORDS (diff)
downloadgentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.tar.gz
gentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.tar.bz2
gentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.zip
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-apps/gmines/gmines-0.1-r1.ebuild')
-rw-r--r--gnustep-apps/gmines/gmines-0.1-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-apps/gmines/gmines-0.1-r1.ebuild b/gnustep-apps/gmines/gmines-0.1-r1.ebuild
new file mode 100644
index 000000000000..764370808615
--- /dev/null
+++ b/gnustep-apps/gmines/gmines-0.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.1-r1.ebuild,v 1.1 2004/11/12 03:52:12 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${PN/gm/GM}
+
+DESCRIPTION="The well-known minesweeper game."
+HOMEPAGE="http://www.gnustep.it/marko/GMines/index.html"
+SRC_URI="http://www.gnustep.it/marko/GMines/${PN/gm/GM}.tgz"
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+LICENSE="GPL-2"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+
+egnustep_install_domain "Local"
+