summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:22:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:22:02 +0000
commit85034afea0740a6a740976663073fae5e2c4577a (patch)
tree20fc9c00e32230ba6e2fb9efe3c46fb8671994d7 /games-engines
parentws (diff)
downloadgentoo-2-85034afea0740a6a740976663073fae5e2c4577a.tar.gz
gentoo-2-85034afea0740a6a740976663073fae5e2c4577a.tar.bz2
gentoo-2-85034afea0740a6a740976663073fae5e2c4577a.zip
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/ChangeLog8
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild26
2 files changed, 10 insertions, 24 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog
index 25b3cc8a0280..a3ada7da2c9c 100644
--- a/games-engines/scummvm-tools/ChangeLog
+++ b/games-engines/scummvm-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-engines/scummvm-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.65 2014/10/30 02:18:55 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.66 2015/02/19 06:22:02 mr_bones_ Exp $
+
+ 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ scummvm-tools-1.7.0.ebuild:
+ tidy
30 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/scummvm-tools-1.4.0-boost.patch, -scummvm-tools-1.4.0.ebuild:
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild
index 1a739f6aa979..d09f264148d0 100644
--- a/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild
+++ b/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.7.0.ebuild,v 1.5 2014/10/27 16:05:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild,v 1.6 2015/02/19 06:22:02 mr_bones_ Exp $
EAPI=5
WX_GTK_VER=2.8
@@ -29,24 +29,7 @@ DEPEND="${RDEPEND}
src_prepare() {
rm -rf *.bat dists/win32
-
- sed -ri \
- -e '/^(CC|CXX)\b/d' \
- Makefile || die
-
- local boost_ver=$(best_version ">=dev-libs/boost-1.32")
-
- boost_ver=${boost_ver/*boost-/}
- boost_ver=${boost_ver%.*}
- boost_ver=${boost_ver/./_}
-
- einfo "Using boost version ${boost_ver}"
- append-cxxflags \
- -I/usr/include/boost-${boost_ver}
- append-ldflags \
- -L/usr/$(get_libdir)/boost-${boost_ver}
- export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
- export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
+ sed -ri -e '/^(CC|CXX)\b/d' Makefile || die
}
src_configure() {
@@ -61,8 +44,7 @@ src_configure() {
$(use_enable iconv freetype) \
$(use_enable mad) \
$(use_enable png) \
- $(use_enable vorbis) \
- || die
+ $(use_enable vorbis) || die
}
src_install() {