summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-09-27 01:10:07 +0000
committerDon Seiler <rizzo@gentoo.org>2004-09-27 01:10:07 +0000
commita5f96ce9cc79854540e7e45467d82098debcbcd2 (patch)
treea036133fd52e2bd1d3c4413679bd3f0ca44d6566 /games-board
parentstable on amd64 (Manifest recommit) (diff)
downloadgentoo-2-a5f96ce9cc79854540e7e45467d82098debcbcd2.tar.gz
gentoo-2-a5f96ce9cc79854540e7e45467d82098debcbcd2.tar.bz2
gentoo-2-a5f96ce9cc79854540e7e45467d82098debcbcd2.zip
Version bump
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnocatan/ChangeLog7
-rw-r--r--games-board/gnocatan/Manifest4
-rw-r--r--games-board/gnocatan/files/digest-gnocatan-0.8.1.361
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.36.ebuild29
4 files changed, 39 insertions, 2 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog
index f3990f20735b..9ffa751b47d7 100644
--- a/games-board/gnocatan/ChangeLog
+++ b/games-board/gnocatan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/gnocatan
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.16 2004/09/10 19:13:47 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.17 2004/09/27 01:10:07 rizzo Exp $
+
+*gnocatan-0.8.1.36 (26 Sep 2004)
+
+ 26 Sep 2004; Don Seiler <rizzo@gentoo.org> +gnocatan-0.8.1.36.ebuild:
+ Version bump
10 Sep 2004; Don Seiler <rizzo@gentoo.org>
-files/gnocatan-reject_trade_2x.patch, -gnocatan-0.8.1.30-r1.ebuild,
diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest
index ef6ad4eeece1..7abac98046bc 100644
--- a/games-board/gnocatan/Manifest
+++ b/games-board/gnocatan/Manifest
@@ -1,4 +1,6 @@
MD5 fbda22f0ad995ed714a641f1aa9021b6 ChangeLog 3261
-MD5 cfd29f58e6f9fb057c83c8eb26c1a101 metadata.xml 315
MD5 a56a7859d968f27bdc5eeadddd5868d2 gnocatan-0.8.1.34.ebuild 810
+MD5 cfd29f58e6f9fb057c83c8eb26c1a101 metadata.xml 315
+MD5 75d0d7d58a41495a0f5a05bbd2b390c7 gnocatan-0.8.1.36.ebuild 863
+MD5 ec79cf5aad9383a08f198502cb1a61d5 files/digest-gnocatan-0.8.1.36 70
MD5 010dc25ad3ed3f9e0ec6c21e5e0db450 files/digest-gnocatan-0.8.1.34 70
diff --git a/games-board/gnocatan/files/digest-gnocatan-0.8.1.36 b/games-board/gnocatan/files/digest-gnocatan-0.8.1.36
new file mode 100644
index 000000000000..94ba7d9ed3df
--- /dev/null
+++ b/games-board/gnocatan/files/digest-gnocatan-0.8.1.36
@@ -0,0 +1 @@
+MD5 6128be6163cb4616655ac192f104a44f gnocatan-0.8.1.36.tar.gz 2034181
diff --git a/games-board/gnocatan/gnocatan-0.8.1.36.ebuild b/games-board/gnocatan/gnocatan-0.8.1.36.ebuild
new file mode 100644
index 000000000000..76bed4b796c2
--- /dev/null
+++ b/games-board/gnocatan/gnocatan-0.8.1.36.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.36.ebuild,v 1.1 2004/09/27 01:10:07 rizzo Exp $
+
+inherit eutils gnome2 debug
+
+DESCRIPTION="A clone of the popular board game The Settlers of Catan"
+HOMEPAGE="http://gnocatan.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gnocatan/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="nls debug"
+
+RDEPEND=">=gnome-base/libgnomeui-2.2*
+ =dev-libs/glib-1.2*
+ >=app-text/scrollkeeper-0.3*"
+
+src_compile() {
+ export G2CONF="${G2CONF} `use_enable nls`"
+ export G2CONF="${G2CONF} `use_enable debug`"
+ gnome2_src_compile
+}
+
+src_install() {
+ DOCS="ABOUT-NLS AUTHORS ChangeLog README COPYING INSTALL TODO NEWS"
+ gnome2_src_install
+}