summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-24 05:02:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-24 05:02:07 +0000
commit252b99ab16bb39fd45e44558423949af90e00e02 (patch)
tree106a698e9d8fcbca1d7e0190dee6d5302e87507c /games-board
parentversion bump (diff)
downloadgentoo-2-252b99ab16bb39fd45e44558423949af90e00e02.tar.gz
gentoo-2-252b99ab16bb39fd45e44558423949af90e00e02.tar.bz2
gentoo-2-252b99ab16bb39fd45e44558423949af90e00e02.zip
old
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pio/files/digest-pio-0.9.231
-rw-r--r--games-board/pio/files/digest-pio-0.9.401
-rw-r--r--games-board/pio/pio-0.9.23.ebuild51
-rw-r--r--games-board/pio/pio-0.9.40.ebuild36
4 files changed, 0 insertions, 89 deletions
diff --git a/games-board/pio/files/digest-pio-0.9.23 b/games-board/pio/files/digest-pio-0.9.23
deleted file mode 100644
index eafec9578bc5..000000000000
--- a/games-board/pio/files/digest-pio-0.9.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8d759c962cce7ccc998e9f732ed32725 pioneers-0.9.23.tar.gz 2087235
diff --git a/games-board/pio/files/digest-pio-0.9.40 b/games-board/pio/files/digest-pio-0.9.40
deleted file mode 100644
index ba9aeac7cb64..000000000000
--- a/games-board/pio/files/digest-pio-0.9.40
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd6ed4753d9e3103fda429ad5bcc50e8 pioneers-0.9.40.tar.gz 2156282
diff --git a/games-board/pio/pio-0.9.23.ebuild b/games-board/pio/pio-0.9.23.ebuild
deleted file mode 100644
index 7dd72cdcc193..000000000000
--- a/games-board/pio/pio-0.9.23.ebuild
+++ /dev/null
@@ -1,51 +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/pio/pio-0.9.23.ebuild,v 1.3 2005/10/13 05:01:17 mr_bones_ Exp $
-
-inherit eutils gnome2 debug
-
-MY_P="pioneers-${PV}"
-DESCRIPTION="A clone of the popular board game The Settlers of Catan"
-HOMEPAGE="http://pio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pio/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="nls debug X"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=gnome-base/libgnome-2.10
- X? ( >=x11-libs/gtk+-2.4
- >=app-text/scrollkeeper-0.3 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-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 TODO NEWS"
- if use X ; then
- gnome2_src_install
- else
- make DESTDIR=${D} install
- dodoc ${DOCS}
- fi
-}
diff --git a/games-board/pio/pio-0.9.40.ebuild b/games-board/pio/pio-0.9.40.ebuild
deleted file mode 100644
index af85ef8486db..000000000000
--- a/games-board/pio/pio-0.9.40.ebuild
+++ /dev/null
@@ -1,36 +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/pio/pio-0.9.40.ebuild,v 1.1 2005/12/27 18:26:30 mr_bones_ Exp $
-
-inherit eutils gnome2
-
-MY_P="pioneers-${PV}"
-DESCRIPTION="A clone of the popular board game The Settlers of Catan"
-HOMEPAGE="http://pio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pio/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=gnome-base/libgnome-2.10
- >=x11-libs/gtk+-2.4
- >=app-text/scrollkeeper-0.3"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- export G2CONF="${G2CONF} $(use_enable nls)"
- gnome2_src_compile
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README TODO NEWS"
- USE_DESTDIR=1
- gnome2_src_install scrollkeeper_localstate_dir="${D}"/var/lib/scrollkeeper/
-}