diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-09 03:45:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-09 03:45:38 +0000 |
commit | 9951af4f100eece5d0682c8a5ddb9395f2253f42 (patch) | |
tree | e4de42d2c516e218eef51a887d5533b9bbb2c020 /games-strategy/warzone2100 | |
parent | Forgot ChangeLog (diff) | |
download | gentoo-2-9951af4f100eece5d0682c8a5ddb9395f2253f42.tar.gz gentoo-2-9951af4f100eece5d0682c8a5ddb9395f2253f42.tar.bz2 gentoo-2-9951af4f100eece5d0682c8a5ddb9395f2253f42.zip |
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch | 11 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild (renamed from games-strategy/warzone2100/warzone2100-2.1_beta2.ebuild) | 10 |
3 files changed, 10 insertions, 20 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index e95ae405118b..1f6f9cf21b94 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.20 2008/03/26 16:36:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.21 2008/08/09 03:45:38 mr_bones_ Exp $ + +*warzone2100-2.1_beta4 (09 Aug 2008) + + 09 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + -files/warzone2100-2.1_beta2-encoding.patch, + -warzone2100-2.1_beta2.ebuild, +warzone2100-2.1_beta4.ebuild: + version bump 26 Mar 2008; Tristan Heaven <nyhm@gentoo.org> warzone2100-2.1_beta2.ebuild: diff --git a/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch b/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch deleted file mode 100644 index 2dba187189ff..000000000000 --- a/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: lib/framework/i18n.c -=================================================================== ---- lib/framework/i18n.c (revision 4126) -+++ lib/framework/i18n.c (revision 4127) -@@ -99,5 +99,6 @@ - #else - (void)bindtextdomain(PACKAGE, LOCALEDIR); - #endif -+ (void)bind_textdomain_codeset(PACKAGE, "UTF-8"); - (void)textdomain(PACKAGE); - } diff --git a/games-strategy/warzone2100/warzone2100-2.1_beta2.ebuild b/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild index a7f81b37f690..286ab24bc03c 100644 --- a/games-strategy/warzone2100/warzone2100-2.1_beta2.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_beta2.ebuild,v 1.2 2008/03/26 16:36:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild,v 1.1 2008/08/09 03:45:38 mr_bones_ Exp $ inherit eutils versionator games @@ -9,7 +9,7 @@ DESCRIPTION="3D real-time strategy game" HOMEPAGE="http://wz2100.net/" SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" # upstream requested debug support @@ -35,12 +35,6 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} media-fonts/dejavu" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-encoding.patch -} - src_compile() { egamesconf \ --disable-dependency-tracking \ |