diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-06 00:35:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-06 00:35:02 +0000 |
commit | 0d8ef2e342c8959540f11440920ac2712f4411ff (patch) | |
tree | 2a753679936b74abe0422273a4c81b4bb1af63c7 /games-strategy/gwp | |
parent | old (diff) | |
download | gentoo-2-0d8ef2e342c8959540f11440920ac2712f4411ff.tar.gz gentoo-2-0d8ef2e342c8959540f11440920ac2712f4411ff.tar.bz2 gentoo-2-0d8ef2e342c8959540f11440920ac2712f4411ff.zip |
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-strategy/gwp')
-rw-r--r-- | games-strategy/gwp/files/digest-gwp-0.4.0 | 3 | ||||
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0.ebuild | 45 |
2 files changed, 0 insertions, 48 deletions
diff --git a/games-strategy/gwp/files/digest-gwp-0.4.0 b/games-strategy/gwp/files/digest-gwp-0.4.0 deleted file mode 100644 index f76e7f947da9..000000000000 --- a/games-strategy/gwp/files/digest-gwp-0.4.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6f80f3c1b9dc50bbfeea80f4d949551f gwp-0.4.0.tar.gz 2294453 -RMD160 59b585551cb075c4823d7ccfa3172b55314f0a11 gwp-0.4.0.tar.gz 2294453 -SHA256 e2734e019e2c3ef28cb0abd524c193ec5beb35d2bc8ba3e10652fac45c8bbe99 gwp-0.4.0.tar.gz 2294453 diff --git a/games-strategy/gwp/gwp-0.4.0.ebuild b/games-strategy/gwp/gwp-0.4.0.ebuild deleted file mode 100644 index ba0acd5e474c..000000000000 --- a/games-strategy/gwp/gwp-0.4.0.ebuild +++ /dev/null @@ -1,45 +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.ebuild,v 1.2 2006/09/28 10:04:11 nyhm Exp $ - -inherit eutils games - -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="~x86 ~amd64" -IUSE="python opengl" - -DEPEND=" - =x11-libs/gtk+-2* - =gnome-base/libgnomeui-2* - =gnome-base/libglade-2* - app-text/scrollkeeper - dev-libs/libpcre - opengl? ( =dev-python/pygtk-2* - =x11-libs/gtkglext-1* )" -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-gcc41.patch" -} - -src_compile() { - egamesconf \ - $(use_enable opengl gtkglext) \ - $(use_enable python) \ - || die "Error: econf failed!" - emake || die "Error: emake failed!" -} - -src_install () { - make DESTDIR="${D}" localstatedir="${D}"/var/games/gwp install || die "Error: install failed" - dodoc AUTHORS ChangeLog README TODO - doicon ${PN}.png - make_desktop_entry gwp "Gnome WarPad" - prepgamesdirs -} |