summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-07-09 01:03:37 +0000
committerDon Seiler <rizzo@gentoo.org>2004-07-09 01:03:37 +0000
commit63e9526badf30cf0544837736abade5cb60c7a17 (patch)
treef277e1bb925089a6cbab64db80fcbc1cd2585449 /games-board
parent~amd64 (diff)
downloadhistorical-63e9526badf30cf0544837736abade5cb60c7a17.tar.gz
historical-63e9526badf30cf0544837736abade5cb60c7a17.tar.bz2
historical-63e9526badf30cf0544837736abade5cb60c7a17.zip
Version bump
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnocatan/ChangeLog8
-rw-r--r--games-board/gnocatan/Manifest6
-rw-r--r--games-board/gnocatan/files/digest-gnocatan-0.8.1.301
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.30.ebuild39
-rw-r--r--games-board/gnocatan/metadata.xml3
5 files changed, 54 insertions, 3 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog
index 92a4eb8be697..ef084d65d6b4 100644
--- a/games-board/gnocatan/ChangeLog
+++ b/games-board/gnocatan/ChangeLog
@@ -1,6 +1,12 @@
# 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.10 2004/06/24 22:17:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.11 2004/07/09 01:03:37 rizzo Exp $
+
+*gnocatan-0.8.1.30 (08 Jul 2004)
+
+ 08 Jul 2004; Don Seiler <rizzo@gentoo.org> metadata.xml,
+ +gnocatan-0.8.1.30.ebuild:
+ Version bump
02 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
gnocatan-0.8.1.16-r1.ebuild:
diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest
index aee8a06b2c6b..f8feaaf67b46 100644
--- a/games-board/gnocatan/Manifest
+++ b/games-board/gnocatan/Manifest
@@ -1,8 +1,10 @@
+MD5 7eb5549bd7fbee7692b001e4306febda gnocatan-0.8.1.30.ebuild 916
MD5 c3b2b997ea39e56d096c2a4d5a935ad7 gnocatan-0.8.1.16-r1.ebuild 1090
-MD5 747fed90ce3aad346257e5fbe9c029f1 ChangeLog 2355
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 3c82ae3c9a47d1fe290116bc1c6201b7 ChangeLog 2490
+MD5 b240d0dff0530b6f82492169c7f8134f metadata.xml 221
MD5 0686adfa1730f7893ce20ff622b8b1d5 files/nothing.diff 816
MD5 9022b7d722de7336e084c4a2e2f18763 files/chat.diff 1593
MD5 f7edf2ac07200fa2cb176fd70558df99 files/digest-gnocatan-0.8.1.16-r1 70
MD5 ee4bbf184acc8f36bb9af8c6901f546c files/servertrade.diff 3131
MD5 ab1f6d93d8b17253b7502d64ebc82b7a files/gmap.diff 601
+MD5 a51a7e0c0ecddac2e0d42170a92b8ace files/digest-gnocatan-0.8.1.30 70
diff --git a/games-board/gnocatan/files/digest-gnocatan-0.8.1.30 b/games-board/gnocatan/files/digest-gnocatan-0.8.1.30
new file mode 100644
index 000000000000..5fb62f0184bb
--- /dev/null
+++ b/games-board/gnocatan/files/digest-gnocatan-0.8.1.30
@@ -0,0 +1 @@
+MD5 3ea69eb647eea4173979293d24d81f54 gnocatan-0.8.1.30.tar.gz 2053826
diff --git a/games-board/gnocatan/gnocatan-0.8.1.30.ebuild b/games-board/gnocatan/gnocatan-0.8.1.30.ebuild
new file mode 100644
index 000000000000..7dae0cb2b2aa
--- /dev/null
+++ b/games-board/gnocatan/gnocatan-0.8.1.30.ebuild
@@ -0,0 +1,39 @@
+# 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.30.ebuild,v 1.1 2004/07/09 01:03:37 rizzo Exp $
+
+inherit eutils gnome2
+
+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"
+IUSE="nls"
+
+RDEPEND=">=gnome-base/libgnomeui-2.2*
+ =dev-libs/glib-1.2*
+ >=app-text/scrollkeeper-0.3*"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ cd ${S}/client/gtk
+ sed -i \
+ -e '/\(GDK\|GTK\|GNOME\)_DISABLE_DEPRECATED/d' chat.c histogram.c \
+ || die "sed failed"
+}
+
+src_compile() {
+ export G2CONF="${G2CONF} `use_enable nls`"
+ gnome2_src_compile
+}
+
+src_install() {
+ DOCS="AUTHORS ChangeLog README"
+ gnome2_src_install
+}
diff --git a/games-board/gnocatan/metadata.xml b/games-board/gnocatan/metadata.xml
index d3c2cc926f0b..b51038a8be88 100644
--- a/games-board/gnocatan/metadata.xml
+++ b/games-board/gnocatan/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
+<maintainer>
+ <email>rizzo@gentoo.org</email>
+</maintainer>
</pkgmetadata>