summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-12-22 00:09:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-12-22 00:09:35 +0000
commit529961dc8ab4d134dfe754f05c3c561bd1b730f1 (patch)
tree5191ce868ce97354355cb586ac6f39e14fff0fd8 /games-engines
parentVersion bump. (diff)
downloadgentoo-2-529961dc8ab4d134dfe754f05c3c561bd1b730f1.tar.gz
gentoo-2-529961dc8ab4d134dfe754f05c3c561bd1b730f1.tar.bz2
gentoo-2-529961dc8ab4d134dfe754f05c3c561bd1b730f1.zip
version bump
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/ChangeLog8
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild (renamed from games-engines/scummvm-tools/scummvm-tools-1.2.0.ebuild)7
2 files changed, 11 insertions, 4 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog
index b59fcd5ae7b5..58c0fb981bc4 100644
--- a/games-engines/scummvm-tools/ChangeLog
+++ b/games-engines/scummvm-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-engines/scummvm-tools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.49 2011/08/21 03:38:29 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.50 2011/12/22 00:09:35 mr_bones_ Exp $
+
+*scummvm-tools-1.4.0 (22 Dec 2011)
+
+ 22 Dec 2011; Michael Sterrett <mr_bones_@gentoo.org>
+ -scummvm-tools-1.2.0.ebuild, +scummvm-tools-1.4.0.ebuild:
+ version bump
21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
scummvm-tools-1.3.0.ebuild:
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.2.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild
index 9f4f1d4364a0..abd58507d023 100644
--- a/games-engines/scummvm-tools/scummvm-tools-1.2.0.ebuild
+++ b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.2.0.ebuild,v 1.3 2011/02/13 12:33:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.1 2011/12/22 00:09:35 mr_bones_ Exp $
EAPI=2
WX_GTK_VER=2.8
@@ -12,8 +12,9 @@ SRC_URI="mirror://sourceforge/scummvm/${P/_/}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="flac iconv mad png vorbis"
+RESTRICT="test" # some tests require external files
RDEPEND="png? ( media-libs/libpng )
mad? ( media-libs/libmad )
@@ -28,7 +29,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P/_/}
src_prepare() {
- rm -f *.bat
+ rm -rf *.bat dists/win32
sed -ri \
-e '/^(CC|CXX)\b/d' \
Makefile \