diff options
author | 2004-07-09 01:03:37 +0000 | |
---|---|---|
committer | 2004-07-09 01:03:37 +0000 | |
commit | 9130b15d8e2ec4c83a5622eba027b8864faf3b4d (patch) | |
tree | b283b209a9dc12bbc8e4bbb00b2c2268d3bd6637 | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-9130b15d8e2ec4c83a5622eba027b8864faf3b4d.tar.gz gentoo-2-9130b15d8e2ec4c83a5622eba027b8864faf3b4d.tar.bz2 gentoo-2-9130b15d8e2ec4c83a5622eba027b8864faf3b4d.zip |
Version bump
-rw-r--r-- | games-board/gnocatan/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/gnocatan/Manifest | 2 | ||||
-rw-r--r-- | games-board/gnocatan/files/digest-gnocatan-0.8.1.30 | 1 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.1.30.ebuild | 39 | ||||
-rw-r--r-- | games-board/gnocatan/metadata.xml | 3 |
5 files changed, 52 insertions, 1 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..ee0e1975a50d 100644 --- a/games-board/gnocatan/Manifest +++ b/games-board/gnocatan/Manifest @@ -1,3 +1,4 @@ +MD5 c401c149c0254eebdf856a5808241d79 gnocatan-0.8.1.30.ebuild 810 MD5 c3b2b997ea39e56d096c2a4d5a935ad7 gnocatan-0.8.1.16-r1.ebuild 1090 MD5 747fed90ce3aad346257e5fbe9c029f1 ChangeLog 2355 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 @@ -6,3 +7,4 @@ 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> |