diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-27 02:33:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-27 02:33:47 +0000 |
commit | 6c4b8f4cdd8f24430f834e7b5173c91bef345c17 (patch) | |
tree | a81d90ea585aa2470b69fb111fe5be2cac2dd705 /games-strategy/warzone2100 | |
parent | Version bump. (diff) | |
download | gentoo-2-6c4b8f4cdd8f24430f834e7b5173c91bef345c17.tar.gz gentoo-2-6c4b8f4cdd8f24430f834e7b5173c91bef345c17.tar.bz2 gentoo-2-6c4b8f4cdd8f24430f834e7b5173c91bef345c17.zip |
version bump; drop ppc to ~
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.9.ebuild (renamed from games-strategy/warzone2100/warzone2100-2.3.7.ebuild) | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 005c6bac8fe3..8a5bb6473dbf 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.67 2011/08/08 19:19:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.68 2011/10/27 02:33:45 mr_bones_ Exp $ + +*warzone2100-2.3.9 (27 Oct 2011) + + 27 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> + -warzone2100-2.3.7.ebuild, +warzone2100-2.3.9.ebuild: + version bump; drop ppc to ~ 08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> warzone2100-2.3.8.ebuild: Stable on amd64 wrt bug #375377 diff --git a/games-strategy/warzone2100/warzone2100-2.3.7.ebuild b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild index cb6adc24bfad..53815d32bdf3 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.7.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.4 2011/03/18 12:16:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.1 2011/10/27 02:33:47 mr_bones_ Exp $ EAPI=2 -inherit versionator games +inherit autotools versionator games MY_PV=$(get_version_component_range -2) VIDEOS_PV=2.2 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" # upstream requested debug support IUSE="debug nls videos" @@ -40,8 +40,13 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} media-fonts/dejavu" +src_prepare() { + eautoreconf +} + src_configure() { egamesconf \ + --disable-motif \ --disable-dependency-tracking \ --docdir=/usr/share/doc/${PF} \ --localedir=/usr/share/locale \ @@ -59,6 +64,6 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN} newins "${DISTDIR}"/${VIDEOS_P} sequences.wz || die fi - doman pkg/dpkg/warzone2100.6 + doman doc/warzone2100.6 prepgamesdirs } |