diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-30 03:37:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-30 03:37:19 +0000 |
commit | bf800af1246752ff1b7be9523fcb3ff80d7cfa2e (patch) | |
tree | 522f37b1b1104b0378f8cb10f57d3b5f8beca95f /games-board | |
parent | version bump (diff) | |
download | gentoo-2-bf800af1246752ff1b7be9523fcb3ff80d7cfa2e.tar.gz gentoo-2-bf800af1246752ff1b7be9523fcb3ff80d7cfa2e.tar.bz2 gentoo-2-bf800af1246752ff1b7be9523fcb3ff80d7cfa2e.zip |
version bump
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnocatan/ChangeLog | 10 | ||||
-rw-r--r-- | games-board/gnocatan/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnocatan/files/digest-gnocatan-0.8.1.16 | 1 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.1.16.ebuild | 21 |
4 files changed, 32 insertions, 4 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog index d1054396f769..8ab7fb0b6162 100644 --- a/games-board/gnocatan/ChangeLog +++ b/games-board/gnocatan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/gnocatan -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.4 2003/10/18 07:36:04 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.5 2004/01/30 03:37:06 mr_bones_ Exp $ + +*gnocatan-0.8.1.16 (29 Jan 2004) + + 29 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> + gnocatan-0.8.1.16.ebuild: + version bump (bug 39494) 18 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> gnocatan-0.8.0.0.ebuild: diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest index 8c75814048db..cba901535f26 100644 --- a/games-board/gnocatan/Manifest +++ b/games-board/gnocatan/Manifest @@ -1,11 +1,11 @@ -MD5 0d2d25a02c74c526678b52f4815d3abb ChangeLog 1477 +MD5 49217e150eb9334f06e2f06ac8f3ab7c ChangeLog 1622 MD5 b677a7a5335fa8139624d6d831fb488d gnocatan-0.7.1-r1.ebuild 707 MD5 777cddc264ca9e8b38b17d1d49027410 gnocatan-0.7.1-r2.ebuild 875 MD5 8062784692f51ec63b8eb0042bdb9931 gnocatan-0.7.1-r3.ebuild 1107 MD5 aa123d492f00b9e0e06c731c0e0de5bc gnocatan-0.7.1.ebuild 704 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 125dc455016cc8dfbcadf3487499ada6 gnocatan-0.8.0.0.ebuild 768 -MD5 125dc455016cc8dfbcadf3487499ada6 gnocatan-0.8.1.16.ebuild 768 +MD5 7c535cdca352b4705ddd57f098b131a7 gnocatan-0.8.1.16.ebuild 633 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1 67 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1-r1 67 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1-r2 67 diff --git a/games-board/gnocatan/files/digest-gnocatan-0.8.1.16 b/games-board/gnocatan/files/digest-gnocatan-0.8.1.16 new file mode 100644 index 000000000000..fe963935f0ef --- /dev/null +++ b/games-board/gnocatan/files/digest-gnocatan-0.8.1.16 @@ -0,0 +1 @@ +MD5 9dd31aad77a44ed2e3e8ba6c39e5aa7e gnocatan-0.8.1.16.tar.gz 2116705 diff --git a/games-board/gnocatan/gnocatan-0.8.1.16.ebuild b/games-board/gnocatan/gnocatan-0.8.1.16.ebuild new file mode 100644 index 000000000000..f8b0a6fdec9e --- /dev/null +++ b/games-board/gnocatan/gnocatan-0.8.1.16.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.16.ebuild,v 1.1 2004/01/30 03:37:06 mr_bones_ Exp $ + +inherit 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" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="nls" + +DEPEND=">=gnome-base/libgnomeui-2.2* + =dev-libs/glib-1.2* + >=app-text/scrollkeeper-0.3*" + +G2CONF="${G2CONF} `use_enable nls`" +DOCS="AUTHORS ChangeLog README" |