* [gentoo-commits] gentoo-x86 commit in games-strategy/boson: boson-0.13-r1.ebuild ChangeLog
@ 2008-06-03 22:12 Peter Alfredsen (loki_val)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-06-03 22:12 UTC (permalink / raw
To: gentoo-commits
loki_val 08/06/03 22:12:20
Modified: boson-0.13-r1.ebuild ChangeLog
Log:
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)
Revision Changes Path
1.2 games-strategy/boson/boson-0.13-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?r1=1.1&r2=1.2
Index: boson-0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boson-0.13-r1.ebuild 2 Jun 2008 22:09:29 -0000 1.1
+++ boson-0.13-r1.ebuild 3 Jun 2008 22:12:19 -0000 1.2
@@ -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 @@
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
-}
1.33 games-strategy/boson/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 2 Jun 2008 22:09:29 -0000 1.32
+++ ChangeLog 3 Jun 2008 22:12:19 -0000 1.33
@@ -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)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/boson: boson-0.13-r1.ebuild ChangeLog
@ 2009-02-22 15:28 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-22 15:28 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/22 15:28:53
Modified: boson-0.13-r1.ebuild ChangeLog
Log:
x86 stable wrt #245296
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.4 games-strategy/boson/boson-0.13-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?r1=1.3&r2=1.4
Index: boson-0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boson-0.13-r1.ebuild 3 Jun 2008 22:16:53 -0000 1.3
+++ boson-0.13-r1.ebuild 22 Feb 2009 15:28:53 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.3 2008/06/03 22:16:53 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v 1.4 2009/02/22 15:28:53 armin76 Exp $
inherit eutils flag-o-matic kde-functions multilib cmake-utils
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
RDEPEND="virtual/opengl
1.34 games-strategy/boson/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 Jun 2008 22:12:19 -0000 1.33
+++ ChangeLog 22 Feb 2009 15:28:53 -0000 1.34
@@ -1,6 +1,9 @@
# 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.33 2008/06/03 22:12:19 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.34 2009/02/22 15:28:53 armin76 Exp $
+
+ 22 Feb 2009; Raúl Porcel <armin76@gentoo.org> boson-0.13-r1.ebuild:
+ x86 stable wrt #245296
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/boson: boson-0.13-r1.ebuild ChangeLog
@ 2009-04-20 20:05 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-04-20 20:05 UTC (permalink / raw
To: gentoo-commits
maekke 09/04/20 20:05:33
Modified: boson-0.13-r1.ebuild ChangeLog
Log:
add ~amd64, bug #224679
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.5 games-strategy/boson/boson-0.13-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?r1=1.4&r2=1.5
Index: boson-0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boson-0.13-r1.ebuild 22 Feb 2009 15:28:53 -0000 1.4
+++ boson-0.13-r1.ebuild 20 Apr 2009 20:05:33 -0000 1.5
@@ -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.4 2009/02/22 15:28:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v 1.5 2009/04/20 20:05:33 maekke Exp $
inherit eutils flag-o-matic kde-functions multilib cmake-utils
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="virtual/opengl
1.35 games-strategy/boson/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 22 Feb 2009 15:28:53 -0000 1.34
+++ ChangeLog 20 Apr 2009 20:05:33 -0000 1.35
@@ -1,6 +1,9 @@
# 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.34 2009/02/22 15:28:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.35 2009/04/20 20:05:33 maekke Exp $
+
+ 20 Apr 2009; Markus Meier <maekke@gentoo.org> boson-0.13-r1:
+ add ~amd64, bug #224679
22 Feb 2009; Raúl Porcel <armin76@gentoo.org> boson-0.13-r1.ebuild:
x86 stable wrt #245296
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/boson: boson-0.13-r1.ebuild ChangeLog
@ 2009-04-30 19:36 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2009-04-30 19:36 UTC (permalink / raw
To: gentoo-commits
ranger 09/04/30 19:36:20
Modified: boson-0.13-r1.ebuild ChangeLog
Log:
keyworded ~arch for ppc, bug 224679
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Revision Changes Path
1.6 games-strategy/boson/boson-0.13-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild?r1=1.5&r2=1.6
Index: boson-0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boson-0.13-r1.ebuild 20 Apr 2009 20:05:33 -0000 1.5
+++ boson-0.13-r1.ebuild 30 Apr 2009 19:36:20 -0000 1.6
@@ -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.5 2009/04/20 20:05:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.13-r1.ebuild,v 1.6 2009/04/30 19:36:20 ranger Exp $
inherit eutils flag-o-matic kde-functions multilib cmake-utils
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="virtual/opengl
1.36 games-strategy/boson/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boson/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 20 Apr 2009 20:05:33 -0000 1.35
+++ ChangeLog 30 Apr 2009 19:36:20 -0000 1.36
@@ -1,6 +1,9 @@
# 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.35 2009/04/20 20:05:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.36 2009/04/30 19:36:20 ranger Exp $
+
+ 30 Apr 2009; Brent Baude <ranger@gentoo.org> boson-0.13-r1.ebuild:
+ keyworded ~arch for ppc, bug 224679
20 Apr 2009; Markus Meier <maekke@gentoo.org> boson-0.13-r1:
add ~amd64, bug #224679
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-30 19:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 20:05 [gentoo-commits] gentoo-x86 commit in games-strategy/boson: boson-0.13-r1.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-04-30 19:36 Brent Baude (ranger)
2009-02-22 15:28 Raul Porcel (armin76)
2008-06-03 22:12 Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox