diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-07-02 01:24:59 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-07-02 01:24:59 +0000 |
commit | 985144a09300dd7ab09b20354cddf0cc54a98700 (patch) | |
tree | 5d533250943368d0d1c2c9ea165c3878dc0f7c6f /games-strategy/gwp/gwp-0.4.0-r1.ebuild | |
parent | RESTRICT="test" (diff) | |
download | historical-985144a09300dd7ab09b20354cddf0cc54a98700.tar.gz historical-985144a09300dd7ab09b20354cddf0cc54a98700.tar.bz2 historical-985144a09300dd7ab09b20354cddf0cc54a98700.zip |
Patch (hack) to prevent executable stack requirement
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'games-strategy/gwp/gwp-0.4.0-r1.ebuild')
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-strategy/gwp/gwp-0.4.0-r1.ebuild b/games-strategy/gwp/gwp-0.4.0-r1.ebuild deleted file mode 100644 index b85c14e8e566..000000000000 --- a/games-strategy/gwp/gwp-0.4.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 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-r1.ebuild,v 1.2 2006/10/02 19:48:00 nyhm Exp $ - -inherit eutils 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} - nls? ( sys-devel/gettext )" - -src_unpack() { - gnome2_src_unpack - epatch "${FILESDIR}/${P}-gcc41.patch" - sed -i \ - -e '/ -O1/d' \ - -e '/ -g$/d' \ - src/Makefile.in \ - || die "sed failed" -} - -src_compile() { - gnome2_src_compile \ - $(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 -} |