diff options
author | 2014-07-28 18:25:30 +0000 | |
---|---|---|
committer | 2014-07-28 18:25:30 +0000 | |
commit | f4ff5a58a27d443b5c013b6e233f8f6f798700cf (patch) | |
tree | 9d51b3ea1b00541c1342370be8eb0a283f515895 /games-strategy/liquidwar | |
parent | Version bump. Add support for Rakefiles to the sitefile, fixing bug 445368. (diff) | |
download | gentoo-2-f4ff5a58a27d443b5c013b6e233f8f6f798700cf.tar.gz gentoo-2-f4ff5a58a27d443b5c013b6e233f8f6f798700cf.tar.bz2 gentoo-2-f4ff5a58a27d443b5c013b6e233f8f6f798700cf.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/liquidwar')
-rw-r--r-- | games-strategy/liquidwar/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.4.ebuild | 56 |
2 files changed, 5 insertions, 58 deletions
diff --git a/games-strategy/liquidwar/ChangeLog b/games-strategy/liquidwar/ChangeLog index 16597a9cefd4..a34589b08bfe 100644 --- a/games-strategy/liquidwar/ChangeLog +++ b/games-strategy/liquidwar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/liquidwar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.30 2013/12/24 12:48:31 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.31 2014/07/28 18:25:30 mr_bones_ Exp $ + + 28 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -liquidwar-5.6.4.ebuild: + old 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> liquidwar-5.6.4-r1.ebuild: Stable for x86, wrt bug #490658 diff --git a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild b/games-strategy/liquidwar/liquidwar-5.6.4.ebuild deleted file mode 100644 index 1e04ef3149c1..000000000000 --- a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.11 2012/03/22 01:20:56 mr_bones_ Exp $ - -EAPI=2 -inherit eutils games - -DESCRIPTION="unique multiplayer wargame" -HOMEPAGE="http://www.ufoot.org/liquidwar/" -SRC_URI="http://savannah.nongnu.org/download/liquidwar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="nls" -RESTRICT="test" - -DEPEND=">=media-libs/allegro-4.2:0[X]" - -src_prepare() { - epatch "${FILESDIR}"/${P}-exec-stack.patch \ - "${FILESDIR}"/${P}-ovflfix.patch - sed -i \ - -e 's:/games::' \ - -e '/^MANDIR/ s:=.*:= $(mandir)/man6:' \ - -e '/^PIXDIR/ s:=.*:= /usr/share/pixmaps:' \ - -e '/^DESKTOPDIR/ s:=.*:= /usr/share/applnk/Games/:' \ - -e '/^INFODIR/ s/=.*/= $(infodir)/' \ - -e '/^GAMEDIR/ s/exec_prefix/bindir/' \ - -e '/install/s:-s ::' \ - -e 's:$(DOCDIR)/txt:$(DOCDIR):g' \ - -e 's:$(GMAKE):$(MAKE):' \ - -e '/^DOCDIR/ s:=.*:= /usr/share/doc/$(PF):' Makefile.in \ - || die 'sed Makefile.in failed' - sed -i \ - -e '/^GAMEDIR/ s/$(exec_prefix)/@bindir@/' \ - -e 's:/games::' src/Makefile.in \ - || die "sed src/Makefile.in failed" - epatch "${FILESDIR}"/${P}-underlink.patch -} - -src_configure() { - egamesconf \ - --disable-doc-ps \ - --disable-doc-pdf \ - --disable-target-opt \ - $(use_enable x86 asm) -} - -src_install() { - emake DESTDIR="${D}" install_nolink || die "emake install failed" - rm -f "${D}"/usr/share/doc/${PF}/COPYING - use nls || rm -f "${D}"/usr/share/doc/${PF}/README.* - prepalldocs - prepgamesdirs -} |