diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-06 22:42:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-06 22:42:32 +0000 |
commit | abd8694cba465b8e7bcfb40b749bc5010305e6e1 (patch) | |
tree | 6bf793e6b1850b27ce11f1f3cd8c6eb10e25d252 /games-strategy | |
parent | Stable on SPARC wrt bug #82431. (diff) | |
download | gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.tar.gz gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.tar.bz2 gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.zip |
stable for x86
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/liquidwar/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/liquidwar/files/digest-liquidwar-5.6.3 | 2 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.3.ebuild | 8 |
3 files changed, 12 insertions, 6 deletions
diff --git a/games-strategy/liquidwar/ChangeLog b/games-strategy/liquidwar/ChangeLog index 994ee604a9c3..fc2b59c52bde 100644 --- a/games-strategy/liquidwar/ChangeLog +++ b/games-strategy/liquidwar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/liquidwar -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.13 2005/12/08 17:00:09 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.14 2006/08/06 22:42:32 mr_bones_ Exp $ + + 06 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> + liquidwar-5.6.3.ebuild: + stable for x86 08 Dec 2005; Michael Sterrett <mr_bones_@gentoo.org> liquidwar-5.6.3.ebuild: diff --git a/games-strategy/liquidwar/files/digest-liquidwar-5.6.3 b/games-strategy/liquidwar/files/digest-liquidwar-5.6.3 index 5f778c1eeaa7..a1a58646d733 100644 --- a/games-strategy/liquidwar/files/digest-liquidwar-5.6.3 +++ b/games-strategy/liquidwar/files/digest-liquidwar-5.6.3 @@ -1 +1,3 @@ MD5 a41473c281f214c1ac96ab50f98537c9 liquidwar-5.6.3.tar.gz 3292030 +RMD160 678304f624dcff4480b0398c79650ac3625dc86d liquidwar-5.6.3.tar.gz 3292030 +SHA256 33aedf15ac96dc526dc7daed1a6a311e9ca82bd66268e95a1e57ec29501d0c8b liquidwar-5.6.3.tar.gz 3292030 diff --git a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild index b41bdce50111..2b66d51c23b9 100644 --- a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild +++ b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.2 2005/12/08 17:00:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.3 2006/08/06 22:42:32 mr_bones_ Exp $ inherit flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/liquidwar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="nls" DEPEND=">=media-libs/allegro-4.2" @@ -47,7 +47,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install_nolink || die "make install failed" + emake DESTDIR="${D}" install_nolink || die "make install failed" rm -f "${D}"/usr/share/doc/${PF}/COPYING use nls || rm -f "${D}"/usr/share/doc/${PF}/README.* prepalldocs |