summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-29 10:15:35 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-29 10:15:35 +0000
commitd9737c7756d6425ec9f2a6d47836d2d744e4d801 (patch)
tree6f3e72784dbd61e0c23a81ee90f1012d4e544c7c /games-strategy/gwp
parentx86 stable, bug #531450 (diff)
downloadgentoo-2-d9737c7756d6425ec9f2a6d47836d2d744e4d801.tar.gz
gentoo-2-d9737c7756d6425ec9f2a6d47836d2d744e4d801.tar.bz2
gentoo-2-d9737c7756d6425ec9f2a6d47836d2d744e4d801.zip
drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-strategy/gwp')
-rw-r--r--games-strategy/gwp/ChangeLog5
-rw-r--r--games-strategy/gwp/gwp-0.4.0-r2.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog
index 0f6299cf9325..f57fe8b8ccbf 100644
--- a/games-strategy/gwp/ChangeLog
+++ b/games-strategy/gwp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/gwp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.13 2015/01/29 10:14:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.14 2015/01/29 10:15:35 pacho Exp $
+
+ 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> -gwp-0.4.0-r2.ebuild:
+ drop old
29 Jan 2015; Pacho Ramos <pacho@gentoo.org> gwp-0.4.0-r2.ebuild,
gwp-0.4.0-r3.ebuild:
diff --git a/games-strategy/gwp/gwp-0.4.0-r2.ebuild b/games-strategy/gwp/gwp-0.4.0-r2.ebuild
deleted file mode 100644
index 3b6427145c70..000000000000
--- a/games-strategy/gwp/gwp-0.4.0-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.9 2015/01/29 10:12:01 pacho Exp $
-
-EAPI=2
-inherit eutils flag-o-matic gnome2
-
-DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3"
-HOMEPAGE="http://gwp.lunix.com.ar/"
-SRC_URI="http://gwp.lunix.com.ar/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls opengl python"
-
-RDEPEND="x11-libs/gtk+:2
- =gnome-base/libgnomeui-2*
- =gnome-base/libglade-2*
- app-text/scrollkeeper
- dev-libs/libpcre
- nls? ( virtual/libintl )
- opengl? ( =x11-libs/gtkglext-1* )
- python? ( =dev-python/pygtk-2* )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- append-libs -lm
- gnome2_src_prepare
- epatch \
- "${FILESDIR}"/${P}-gcc41.patch \
- "${FILESDIR}"/${P}-exec-stack.patch
- sed -i \
- -e '/ -O1/d' \
- -e '/ -g$/d' \
- src/Makefile.in || die
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable nls) \
- $(use_enable opengl gtkglext) \
- $(use_enable python)
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog CHANGES README TODO" \
- gnome2_src_install
- rm -rf "${D}"/usr/share/doc/gwp
-}