diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-09 13:32:53 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-09 13:32:53 +0000 |
commit | 439f0d22246fb4f8577bfb49f84d9734215f510a (patch) | |
tree | 2d0b7e4887411f9da5d97414c239626560ef2e4d /games-board | |
parent | Add ~sparc keyword. (diff) | |
download | historical-439f0d22246fb4f8577bfb49f84d9734215f510a.tar.gz historical-439f0d22246fb4f8577bfb49f84d9734215f510a.tar.bz2 historical-439f0d22246fb4f8577bfb49f84d9734215f510a.zip |
G*_DISABLE_DEPRECATED already removed upstream prior to this release, no need for sed.
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnocatan/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.1.30.ebuild | 13 | ||||
-rw-r--r-- | games-board/gnocatan/metadata.xml | 5 |
3 files changed, 7 insertions, 15 deletions
diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest index f8feaaf67b46..7c25e424ec53 100644 --- a/games-board/gnocatan/Manifest +++ b/games-board/gnocatan/Manifest @@ -1,7 +1,7 @@ -MD5 7eb5549bd7fbee7692b001e4306febda gnocatan-0.8.1.30.ebuild 916 +MD5 916acfda37843525b057ddd64e1300fb gnocatan-0.8.1.30.ebuild 715 MD5 c3b2b997ea39e56d096c2a4d5a935ad7 gnocatan-0.8.1.16-r1.ebuild 1090 MD5 3c82ae3c9a47d1fe290116bc1c6201b7 ChangeLog 2490 -MD5 b240d0dff0530b6f82492169c7f8134f metadata.xml 221 +MD5 cfd29f58e6f9fb057c83c8eb26c1a101 metadata.xml 315 MD5 0686adfa1730f7893ce20ff622b8b1d5 files/nothing.diff 816 MD5 9022b7d722de7336e084c4a2e2f18763 files/chat.diff 1593 MD5 f7edf2ac07200fa2cb176fd70558df99 files/digest-gnocatan-0.8.1.16-r1 70 diff --git a/games-board/gnocatan/gnocatan-0.8.1.30.ebuild b/games-board/gnocatan/gnocatan-0.8.1.30.ebuild index 7dae0cb2b2aa..781207a82a30 100644 --- a/games-board/gnocatan/gnocatan-0.8.1.30.ebuild +++ b/games-board/gnocatan/gnocatan-0.8.1.30.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.30.ebuild,v 1.2 2004/07/09 13:32:53 rizzo Exp $ inherit eutils gnome2 @@ -16,17 +16,6 @@ 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`" diff --git a/games-board/gnocatan/metadata.xml b/games-board/gnocatan/metadata.xml index b51038a8be88..5d0f7341541d 100644 --- a/games-board/gnocatan/metadata.xml +++ b/games-board/gnocatan/metadata.xml @@ -3,6 +3,9 @@ <pkgmetadata> <herd>games</herd> <maintainer> - <email>rizzo@gentoo.org</email> +<email>rizzo@gentoo.org</email> </maintainer> +<longdescription> +Gnocatan is a clone of the board game The Settlers of Catan. +</longdescription> </pkgmetadata> |