diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:01:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:01:42 +0000 |
commit | 5e124261aa8fd918a5942ac3d6773a64824aa2ac (patch) | |
tree | ea88652800788b2e665834770ae6a0c777aadbd9 /games-action | |
parent | Get rid of boost-utils eclass usage. Depend on threaded boost when possible. (diff) | |
download | gentoo-2-5e124261aa8fd918a5942ac3d6773a64824aa2ac.tar.gz gentoo-2-5e124261aa8fd918a5942ac3d6773a64824aa2ac.tar.bz2 gentoo-2-5e124261aa8fd918a5942ac3d6773a64824aa2ac.zip |
Get rid of boost-utils eclass usage.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/violetland/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.4.3.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/games-action/violetland/ChangeLog b/games-action/violetland/ChangeLog index 380b5c0455ea..fab90adc4ef1 100644 --- a/games-action/violetland/ChangeLog +++ b/games-action/violetland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/violetland # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.25 2012/11/06 08:53:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.26 2012/11/22 04:01:42 flameeyes Exp $ + + 22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> violetland-0.4.3.ebuild: + Get rid of boost-utils eclass usage. 06 Nov 2012; Tupone Alfredo <tupone@gentoo.org> violetland-0.4.3.ebuild, +files/violetland-0.4.3-boost150.patch: diff --git a/games-action/violetland/violetland-0.4.3.ebuild b/games-action/violetland/violetland-0.4.3.ebuild index 66ce07572fed..790f9a2b09d1 100644 --- a/games-action/violetland/violetland-0.4.3.ebuild +++ b/games-action/violetland/violetland-0.4.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.5 2012/11/06 08:53:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.6 2012/11/22 04:01:42 flameeyes Exp $ EAPI=2 -inherit eutils multilib toolchain-funcs flag-o-matic boost-utils cmake-utils games +inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters." HOMEPAGE="http://code.google.com/p/violetland/" @@ -32,11 +32,6 @@ src_prepare() { -e "/README_RU.TXT/d" \ CMakeLists.txt || die "sed failed" epatch "${FILESDIR}"/${P}-boost150.patch - - append-cxxflags -I$(boost-utils_get_includedir) - append-ldflags -L$(boost-utils_get_libdir) - export BOOST_INCLUDEDIR=$(boost-utils_get_includedir) - export BOOST_LIBRARYDIR=-L$(boost-utils_get_libdir) } src_configure() { |