summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-board/gnocatan/ChangeLog6
-rw-r--r--games-board/gnocatan/files/digest-gnocatan-0.8.1.451
-rw-r--r--games-board/gnocatan/files/digest-gnocatan-0.8.1.531
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.45.ebuild45
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.53.ebuild45
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.54.ebuild4
6 files changed, 7 insertions, 95 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog
index 18b4c49c2aed..14e047eeaadb 100644
--- a/games-board/gnocatan/ChangeLog
+++ b/games-board/gnocatan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/gnocatan
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.31 2005/03/02 21:17:20 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.32 2005/03/08 04:56:40 rizzo Exp $
+
+ 07 Mar 2005; Don Seiler <rizzo@gentoo.org> -gnocatan-0.8.1.45.ebuild,
+ -gnocatan-0.8.1.53.ebuild, gnocatan-0.8.1.54.ebuild:
+ Stable x86
*gnocatan-0.8.1.54 (02 Mar 2005)
diff --git a/games-board/gnocatan/files/digest-gnocatan-0.8.1.45 b/games-board/gnocatan/files/digest-gnocatan-0.8.1.45
deleted file mode 100644
index a1ec78597b0f..000000000000
--- a/games-board/gnocatan/files/digest-gnocatan-0.8.1.45
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14601fe7d318c9ef478e126d9683388c gnocatan-0.8.1.45.tar.gz 2061574
diff --git a/games-board/gnocatan/files/digest-gnocatan-0.8.1.53 b/games-board/gnocatan/files/digest-gnocatan-0.8.1.53
deleted file mode 100644
index f7d459d7a607..000000000000
--- a/games-board/gnocatan/files/digest-gnocatan-0.8.1.53
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f5a1588614faf917caea6ade894d879e gnocatan-0.8.1.53.tar.gz 2073289
diff --git a/games-board/gnocatan/gnocatan-0.8.1.45.ebuild b/games-board/gnocatan/gnocatan-0.8.1.45.ebuild
deleted file mode 100644
index dcf60dea1985..000000000000
--- a/games-board/gnocatan/gnocatan-0.8.1.45.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 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.45.ebuild,v 1.3 2005/01/10 02:01:48 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 ~amd64"
-IUSE="nls debug X"
-
-RDEPEND="dev-libs/glib
- dev-util/pkgconfig
- X? ( >=gnome-base/libgnomeui-2.6.1.1
- >=app-text/scrollkeeper-0.3* )"
-
-src_compile() {
- export G2CONF="${G2CONF} `use_enable nls`"
- export G2CONF="${G2CONF} `use_enable debug`"
-
- if use X ; then
- gnome2_src_compile
- else
- einfo
- einfo "Only building console server"
- einfo
-
- econf ${G2CONF} || die "./configure failure"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README COPYING INSTALL TODO NEWS"
- if use X ; then
- gnome2_src_install
- else
- make DESTDIR=${D} install
- dodoc ${DOCS}
- fi
-}
diff --git a/games-board/gnocatan/gnocatan-0.8.1.53.ebuild b/games-board/gnocatan/gnocatan-0.8.1.53.ebuild
deleted file mode 100644
index 8d6e1bd7b6ec..000000000000
--- a/games-board/gnocatan/gnocatan-0.8.1.53.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 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.53.ebuild,v 1.1 2005/02/07 15:21:20 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 ~amd64"
-IUSE="nls debug X"
-
-RDEPEND="dev-libs/glib
- dev-util/pkgconfig
- X? ( >=gnome-base/libgnomeui-2.6.1.1
- >=app-text/scrollkeeper-0.3* )"
-
-src_compile() {
- export G2CONF="${G2CONF} `use_enable nls`"
- export G2CONF="${G2CONF} `use_enable debug`"
-
- if use X ; then
- gnome2_src_compile
- else
- einfo
- einfo "Only building console server"
- einfo
-
- econf ${G2CONF} || die "./configure failure"
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README COPYING INSTALL TODO NEWS"
- if use X ; then
- gnome2_src_install
- else
- make DESTDIR=${D} install
- dodoc ${DOCS}
- fi
-}
diff --git a/games-board/gnocatan/gnocatan-0.8.1.54.ebuild b/games-board/gnocatan/gnocatan-0.8.1.54.ebuild
index bb1b82e5a1eb..b3d32dcab402 100644
--- a/games-board/gnocatan/gnocatan-0.8.1.54.ebuild
+++ b/games-board/gnocatan/gnocatan-0.8.1.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.54.ebuild,v 1.1 2005/03/02 21:17:20 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.54.ebuild,v 1.2 2005/03/08 04:56:40 rizzo Exp $
inherit eutils gnome2 debug
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gnocatan/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="nls debug X"
RDEPEND="dev-libs/glib