summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-28 06:34:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-28 06:34:53 +0000
commit53342b17c2537575d85604de816f2e72b8ac5bd6 (patch)
tree2b79a21f195d092e346123579c34decc8fc68e97 /games-strategy
parentVersion bump. (diff)
downloadgentoo-2-53342b17c2537575d85604de816f2e72b8ac5bd6.tar.gz
gentoo-2-53342b17c2537575d85604de816f2e72b8ac5bd6.tar.bz2
gentoo-2-53342b17c2537575d85604de816f2e72b8ac5bd6.zip
add latest, masked beta
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-1.3.143
-rw-r--r--games-strategy/wesnoth/files/digest-wesnoth-1.3.153
-rw-r--r--games-strategy/wesnoth/wesnoth-1.3.15.ebuild (renamed from games-strategy/wesnoth/wesnoth-1.3.14.ebuild)9
3 files changed, 11 insertions, 4 deletions
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.3.14 b/games-strategy/wesnoth/files/digest-wesnoth-1.3.14
deleted file mode 100644
index 47e91892ec1f..000000000000
--- a/games-strategy/wesnoth/files/digest-wesnoth-1.3.14
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6730191d9c2d8d7f0bbfec765f27ed89 wesnoth-1.3.14.tar.bz2 119198044
-RMD160 261e0db0cf0f5d249d5b1bc3b3bdb1197ba9401c wesnoth-1.3.14.tar.bz2 119198044
-SHA256 7b38bc9c1757d03570ac30c34b0f2b2f13a17912e4fd019f94bcadd03f5d6080 wesnoth-1.3.14.tar.bz2 119198044
diff --git a/games-strategy/wesnoth/files/digest-wesnoth-1.3.15 b/games-strategy/wesnoth/files/digest-wesnoth-1.3.15
new file mode 100644
index 000000000000..ecc66b9f1a72
--- /dev/null
+++ b/games-strategy/wesnoth/files/digest-wesnoth-1.3.15
@@ -0,0 +1,3 @@
+MD5 4d685709ad77c765ac6d8bced85db8ed wesnoth-1.3.15.tar.bz2 120153148
+RMD160 f83941ca1c64fbc64ba131f16e26a9aedd763a1c wesnoth-1.3.15.tar.bz2 120153148
+SHA256 5c5c723bdef0b9872a20a4ee11365f050251baed375ee951db726bf82401766e wesnoth-1.3.15.tar.bz2 120153148
diff --git a/games-strategy/wesnoth/wesnoth-1.3.14.ebuild b/games-strategy/wesnoth/wesnoth-1.3.15.ebuild
index 312cb8b8ba78..61437c3edc59 100644
--- a/games-strategy/wesnoth/wesnoth-1.3.14.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.3.15.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/wesnoth/wesnoth-1.3.14.ebuild,v 1.1 2008/01/15 22:26:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.3.15.ebuild,v 1.1 2008/01/28 06:34:52 mr_bones_ Exp $
inherit eutils toolchain-funcs flag-o-matic games
@@ -58,6 +58,13 @@ src_unpack() {
> "${T}"/wesnothd \
|| die "sed failed"
fi
+ if ! use nls ; then
+ cd "${S}"
+ sed -i \
+ -e '/^MAN_LANG/d' \
+ doc/man/Makefile.in \
+ || die "sed failed"
+ fi
}
src_compile() {