diff options
author | 2010-01-09 09:48:42 +0000 | |
---|---|---|
committer | 2010-01-09 09:48:42 +0000 | |
commit | 8daf74b2d118fb1ecac9c5f2c2972bfb1862404e (patch) | |
tree | 2e22a27ab461007654f53b5c4aa9c9a91dfbd3c3 /games-strategy/boson/boson-0.13-r1.ebuild | |
parent | Remove kfreeflight. The mask will be replaced by single kdelibs-3 placeholder... (diff) | |
download | gentoo-2-8daf74b2d118fb1ecac9c5f2c2972bfb1862404e.tar.gz gentoo-2-8daf74b2d118fb1ecac9c5f2c2972bfb1862404e.tar.bz2 gentoo-2-8daf74b2d118fb1ecac9c5f2c2972bfb1862404e.zip |
Remove boson. The mask will be replaced by single kdelibs-3 placeholder mask to stop annoying kde-sunset migration.
Diffstat (limited to 'games-strategy/boson/boson-0.13-r1.ebuild')
-rw-r--r-- | games-strategy/boson/boson-0.13-r1.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/games-strategy/boson/boson-0.13-r1.ebuild b/games-strategy/boson/boson-0.13-r1.ebuild deleted file mode 100644 index 63da32730cd0..000000000000 --- a/games-strategy/boson/boson-0.13-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v 1.7 2009/10/19 17:46:32 mr_bones_ Exp $ - -inherit eutils flag-o-matic kde-functions multilib cmake-utils - -MY_P=${PN}-all-${PV} -DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm)" -HOMEPAGE="http://boson.sourceforge.net/" -SRC_URI="mirror://sourceforge/boson/${MY_P}.tar.bz2 - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/openal" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4.6-r1" - -need-kde 3 - -S=${WORKDIR}/${MY_P} - -DOCS="code/AUTHORS code/ChangeLog code/README" - -src_unpack() { - unpack ${A} - cd "${S}" - EPATCH_SOURCE="${WORKDIR}/${P}-patches" - EPATCH_SUFFIX="patch" - epatch - #Let's be multilib-strict. We likez ze discipline :-) - sed -r -i \ - -e "s/(KDE3_LIB_INSTALL_DIR )\/lib/\1\/$(get_libdir)/" \ - {data,code,music}/CMakeLists.txt - -} - -src_compile() { - append-flags -fno-strict-aliasing - cmake-utils_src_compile -} |