summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-06-03 22:12:19 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-06-03 22:12:19 +0000
commit42fa4b99b41e91bfbff449e582caa194e10403ad (patch)
tree21b40e4a9ee1c8cdfae368a110e217f94eb8763a /games-strategy
parentkeyword ~sparc-fbsd (diff)
downloadgentoo-2-42fa4b99b41e91bfbff449e582caa194e10403ad.tar.gz
gentoo-2-42fa4b99b41e91bfbff449e582caa194e10403ad.tar.bz2
gentoo-2-42fa4b99b41e91bfbff449e582caa194e10403ad.zip
Let's be multilib-strict. We likez ze discipline. And drop the stupid man-pages. Nobody liked them anyway.
(Portage version: 2.1.5.3)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/boson/ChangeLog6
-rw-r--r--games-strategy/boson/boson-0.13-r1.ebuild18
2 files changed, 12 insertions, 12 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog
index e05a8dcf85d2..f1acf33d7c7b 100644
--- a/games-strategy/boson/ChangeLog
+++ b/games-strategy/boson/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/boson
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.32 2008/06/02 22:09:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.33 2008/06/03 22:12:19 loki_val Exp $
+
+ 03 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> boson-0.13-r1.ebuild:
+ Let's be multilib-strict. We likez ze discipline. And drop the stupid
+ man-pages. Nobody liked them anyway.
*boson-0.13-r1 (02 Jun 2008)
diff --git a/games-strategy/boson/boson-0.13-r1.ebuild b/games-strategy/boson/boson-0.13-r1.ebuild
index 9692abe0e731..34b2c9f2e969 100644
--- a/games-strategy/boson/boson-0.13-r1.ebuild
+++ b/games-strategy/boson/boson-0.13-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 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.1 2008/06/02 22:09:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v 1.2 2008/06/03 22:12:19 loki_val Exp $
-inherit eutils flag-o-matic kde-functions cmake-utils
+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)"
@@ -34,18 +34,14 @@ src_unpack() {
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
}
-
-src_install() {
- cmake-utils_src_install
-
- for sgmlman in "${WORKDIR}/${P}-patches"/man-pages/*.sgml; do
- docbook-to-man "${sgmlman}" > "${sgmlman%.sgml}".6 || die
- doman "${sgmlman%.sgml}".6 || die
- done
-}