summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-19 17:46:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-19 17:46:32 +0000
commita4afbdf43a40eacf5b72d1c77bb7b1d19f26eb91 (patch)
tree156251221a3f972c8bcc7afc1c9d98067d1ea017
parentVersion bump to fix the identification tilde packages that are have no more m... (diff)
downloadgentoo-2-a4afbdf43a40eacf5b72d1c77bb7b1d19f26eb91.tar.gz
gentoo-2-a4afbdf43a40eacf5b72d1c77bb7b1d19f26eb91.tar.bz2
gentoo-2-a4afbdf43a40eacf5b72d1c77bb7b1d19f26eb91.zip
drop ppc (bug #245296); clean old ebuild
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r--games-strategy/boson/ChangeLog6
-rw-r--r--games-strategy/boson/boson-0.13-r1.ebuild4
-rw-r--r--games-strategy/boson/boson-0.13.ebuild59
3 files changed, 7 insertions, 62 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog
index 36e1b73be57b..31b050d7c1cc 100644
--- a/games-strategy/boson/ChangeLog
+++ b/games-strategy/boson/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/boson
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.36 2009/04/30 19:36:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.37 2009/10/19 17:46:32 mr_bones_ Exp $
+
+ 19 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> -boson-0.13.ebuild,
+ boson-0.13-r1.ebuild:
+ drop ppc (bug #245296); clean old ebuild
30 Apr 2009; Brent Baude <ranger@gentoo.org> boson-0.13-r1.ebuild:
keyworded ~arch for ppc, bug 224679
diff --git a/games-strategy/boson/boson-0.13-r1.ebuild b/games-strategy/boson/boson-0.13-r1.ebuild
index 791ff66fa0b9..63da32730cd0 100644
--- a/games-strategy/boson/boson-0.13-r1.ebuild
+++ b/games-strategy/boson/boson-0.13-r1.ebuild
@@ -1,6 +1,6 @@
# 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.6 2009/04/30 19:36:20 ranger Exp $
+# $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
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/boson/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="virtual/opengl
diff --git a/games-strategy/boson/boson-0.13.ebuild b/games-strategy/boson/boson-0.13.ebuild
deleted file mode 100644
index 2139f6c37e07..000000000000
--- a/games-strategy/boson/boson-0.13.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13.ebuild,v 1.5 2007/10/12 09:53:37 pylon Exp $
-
-inherit eutils kde-functions toolchain-funcs
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-amd64 ppc -sparc x86"
-IUSE=""
-
-RDEPEND="virtual/opengl
- virtual/glu
- media-libs/openal"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4.2"
-need-kde 3
-
-S=${WORKDIR}/${MY_P}/build
-
-src_unpack() {
- unpack ${A}
- cd ${MY_P}
- mkdir build
-
- epatch \
- "${FILESDIR}"/${P}-linux-headers.patch \
- "${FILESDIR}"/${P}-cmake.patch
-
- # Sandbox fix
- sed -i '/^kde3_install_icons/d' \
- code/boson/data/CMakeLists.txt \
- || die "sed failed"
-}
-
-src_compile() {
- cmake \
- -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \
- -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDEDIR=$(kde-config --prefix) \
- .. || die "cmake failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc ../code/{AUTHORS,ChangeLog,README}
-
- newicon ../code/boson/data/hi48-app-boson.png ${PN}.png
-
- emake DESTDIR="${D}" install || die "emake install failed"
-}