* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-02-27 9:15 Alfredo Tupone (tupone)
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-02-27 9:15 UTC (permalink / raw
To: gentoo-commits
tupone 12/02/27 09:15:28
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Fixing dodoc. Bug #405925
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.2 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.1&r2=1.2
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- performous-0.6.1.ebuild 21 Feb 2012 20:51:12 -0000 1.1
+++ performous-0.6.1.ebuild 27 Feb 2012 09:15:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.1 2012/02/21 20:51:12 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.2 2012/02/27 09:15:27 tupone Exp $
EAPI=3
@@ -59,7 +59,6 @@
"${FILESDIR}"/${P}-libpng.patch
"${FILESDIR}"/${P}-gentoo.patch
)
-DOCS="docs/{Author,DeveloperReadme,instruments,TODO}.txt"
append-cppflags -DBOOST_FILESYSTEM_VERSION=2
src_prepare() {
@@ -88,5 +87,8 @@
insinto "${GAMES_DATADIR}"/${PN}
doins -r "${S}/songs" || die "doins failed"
fi
+ cd docs
+ dodoc {Authors,DeveloperReadme,instruments,TODO}.txt \
+ || die "dodoc failed"
prepgamesdirs
}
1.2 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 21 Feb 2012 20:51:12 -0000 1.1
+++ ChangeLog 27 Feb 2012 09:15:27 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.1 2012/02/21 20:51:12 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.2 2012/02/27 09:15:27 tupone Exp $
+
+ 27 Feb 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
+ Fixing dodoc. Bug #405925 by Dennis Schridde
*performous-0.6.1 (21 Feb 2012)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-03-05 8:08 Alfredo Tupone (tupone)
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-03-05 8:08 UTC (permalink / raw
To: gentoo-commits
tupone 12/03/05 08:08:00
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Respect LINGUAS settings. Bug #406551
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.3 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.2&r2=1.3
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- performous-0.6.1.ebuild 27 Feb 2012 09:15:27 -0000 1.2
+++ performous-0.6.1.ebuild 5 Mar 2012 08:07:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.2 2012/02/27 09:15:27 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.3 2012/03/05 08:07:59 tupone Exp $
EAPI=3
@@ -28,6 +28,10 @@
SLOT="0"
KEYWORDS="~x86"
IUSE="songs tools"
+LANGS="da de es fi fr hu it ja nl sv"
+for X in ${LANGS} ; do
+ IUSE="${IUSE} linguas_${X}"
+done
RDEPEND="dev-cpp/glibmm
dev-cpp/libxmlpp
@@ -67,6 +71,11 @@
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
game/CMakeLists.txt \
|| die "sed failed"
+ cd lang
+ for X in $LANGS
+ do
+ use linguas_$X || rm $X.po
+ done
}
src_configure() {
1.3 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Feb 2012 09:15:27 -0000 1.2
+++ ChangeLog 5 Mar 2012 08:07:59 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.2 2012/02/27 09:15:27 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.3 2012/03/05 08:07:59 tupone Exp $
+
+ 05 Mar 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
+ Respect LINGUAS settings. Bug #406551 by Piotr Szymaniak
27 Feb 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
Fixing dodoc. Bug #405925 by Dennis Schridde
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-03-05 21:47 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-05 21:47 UTC (permalink / raw
To: gentoo-commits
vapier 12/03/05 21:47:20
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Clean up ebuild.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.4 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.3&r2=1.4
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- performous-0.6.1.ebuild 5 Mar 2012 08:07:59 -0000 1.3
+++ performous-0.6.1.ebuild 5 Mar 2012 21:47:20 -0000 1.4
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.3 2012/03/05 08:07:59 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.4 2012/03/05 21:47:20 vapier Exp $
-EAPI=3
+EAPI="3"
inherit flag-o-matic base cmake-utils games
@@ -26,12 +26,8 @@
CCPL-Attribution-NonCommercial-NoDerivs-2.5
)"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="songs tools"
-LANGS="da de es fi fr hu it ja nl sv"
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
RDEPEND="dev-cpp/glibmm
dev-cpp/libxmlpp
@@ -56,33 +52,31 @@
media-libs/glew
sys-apps/help2man"
-S="${WORKDIR}"/${MY_P}-Source
+S=${WORKDIR}/${MY_P}-Source
PATCHES=(
"${FILESDIR}"/${P}-ffmpeg.patch
"${FILESDIR}"/${P}-libpng.patch
"${FILESDIR}"/${P}-gentoo.patch
+ "${FILESDIR}"/${P}-linguas.patch
)
-append-cppflags -DBOOST_FILESYSTEM_VERSION=2
src_prepare() {
base_src_prepare
sed -i \
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
game/CMakeLists.txt \
- || die "sed failed"
- cd lang
- for X in $LANGS
- do
- use linguas_$X || rm $X.po
- done
+ || die
+ append-cppflags -DBOOST_FILESYSTEM_VERSION=2
+
+ strip-linguas -u lang
}
src_configure() {
- local mycmakeargs="
+ local mycmakeargs=(
$(cmake-utils_use_enable tools TOOLS)
-DSHARE_INSTALL="${GAMES_DATADIR}"/${PN}
- "
+ )
cmake-utils_src_configure
}
@@ -92,12 +86,10 @@
src_install() {
cmake-utils_src_install
- if use songs; then
+ if use songs ; then
insinto "${GAMES_DATADIR}"/${PN}
- doins -r "${S}/songs" || die "doins failed"
+ doins -r "${S}/songs" || die
fi
- cd docs
- dodoc {Authors,DeveloperReadme,instruments,TODO}.txt \
- || die "dodoc failed"
+ dodoc docs/{Authors,DeveloperReadme,instruments,TODO}.txt
prepgamesdirs
}
1.4 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 Mar 2012 08:07:59 -0000 1.3
+++ ChangeLog 5 Mar 2012 21:47:20 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.3 2012/03/05 08:07:59 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.4 2012/03/05 21:47:20 vapier Exp $
+
+ 05 Mar 2012; Mike Frysinger <vapier@gentoo.org> performous-0.6.1.ebuild,
+ +files/performous-0.6.1-linguas.patch:
+ Clean up ebuild.
05 Mar 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
Respect LINGUAS settings. Bug #406551 by Piotr Szymaniak
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-03-14 19:46 Alfredo Tupone (tupone)
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-03-14 19:46 UTC (permalink / raw
To: gentoo-commits
tupone 12/03/14 19:46:34
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Fix install of songs. Bug #408167
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.5 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.4&r2=1.5
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- performous-0.6.1.ebuild 5 Mar 2012 21:47:20 -0000 1.4
+++ performous-0.6.1.ebuild 14 Mar 2012 19:46:34 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.4 2012/03/05 21:47:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.5 2012/03/14 19:46:34 tupone Exp $
EAPI="3"
@@ -88,7 +88,7 @@
cmake-utils_src_install
if use songs ; then
insinto "${GAMES_DATADIR}"/${PN}
- doins -r "${S}/songs" || die
+ doins -r "${WORKDIR}/songs" || die
fi
dodoc docs/{Authors,DeveloperReadme,instruments,TODO}.txt
prepgamesdirs
1.5 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 5 Mar 2012 21:47:20 -0000 1.4
+++ ChangeLog 14 Mar 2012 19:46:34 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.4 2012/03/05 21:47:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.5 2012/03/14 19:46:34 tupone Exp $
+
+ 14 Mar 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
+ Fix install of songs. Bug #408167 by lexofleviafan@gmail.com
05 Mar 2012; Mike Frysinger <vapier@gentoo.org> performous-0.6.1.ebuild,
+files/performous-0.6.1-linguas.patch:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-03-15 3:53 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-03-15 3:53 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/03/15 03:53:43
Modified: performous-0.6.1.ebuild ChangeLog
Log:
use the lastest boost
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.6 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.5&r2=1.6
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- performous-0.6.1.ebuild 14 Mar 2012 19:46:34 -0000 1.5
+++ performous-0.6.1.ebuild 15 Mar 2012 03:53:43 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.5 2012/03/14 19:46:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.6 2012/03/15 03:53:43 mr_bones_ Exp $
EAPI="3"
@@ -32,7 +32,7 @@
RDEPEND="dev-cpp/glibmm
dev-cpp/libxmlpp
media-libs/portaudio
- dev-libs/boost
+ >=dev-libs/boost-1.36
dev-libs/glib
dev-libs/libxml2
gnome-base/librsvg
@@ -70,11 +70,27 @@
append-cppflags -DBOOST_FILESYSTEM_VERSION=2
strip-linguas -u lang
+
+ # how do I hate boost? Let me count the ways...
+ local boost_ver=$(best_version ">=dev-libs/boost-1.36")
+
+ boost_ver=${boost_ver/*boost-/}
+ boost_ver=${boost_ver%.*}
+ boost_ver=${boost_ver/./_}
+
+ einfo "Using boost version ${boost_ver}"
+ append-cxxflags \
+ -I/usr/include/boost-${boost_ver}
+ append-ldflags \
+ -L/usr/$(get_libdir)/boost-${boost_ver}
+ export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
+ export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable tools TOOLS)
+ -DCMAKE_VERBOSE_MAKEFILE=TRUE
-DSHARE_INSTALL="${GAMES_DATADIR}"/${PN}
)
cmake-utils_src_configure
1.6 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 14 Mar 2012 19:46:34 -0000 1.5
+++ ChangeLog 15 Mar 2012 03:53:43 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.5 2012/03/14 19:46:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.6 2012/03/15 03:53:43 mr_bones_ Exp $
+
+ 15 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> performous-0.6.1.ebuild:
+ use the lastest boost
14 Mar 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
Fix install of songs. Bug #408167 by lexofleviafan@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-03-15 3:54 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-03-15 3:54 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/03/15 03:54:46
Modified: performous-0.6.1.ebuild ChangeLog
Log:
games-arcade/ultrastar-ng is gone
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.7 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.6&r2=1.7
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- performous-0.6.1.ebuild 15 Mar 2012 03:53:43 -0000 1.6
+++ performous-0.6.1.ebuild 15 Mar 2012 03:54:46 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.6 2012/03/15 03:53:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.7 2012/03/15 03:54:46 mr_bones_ Exp $
EAPI="3"
@@ -46,8 +46,7 @@
sys-libs/zlib
x11-libs/cairo
x11-libs/gdk-pixbuf
- x11-libs/pango
- !games-arcade/ultrastar-ng"
+ x11-libs/pango"
DEPEND="${RDEPEND}
media-libs/glew
sys-apps/help2man"
1.7 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 15 Mar 2012 03:53:43 -0000 1.6
+++ ChangeLog 15 Mar 2012 03:54:46 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.6 2012/03/15 03:53:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.7 2012/03/15 03:54:46 mr_bones_ Exp $
+
+ 15 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> performous-0.6.1.ebuild:
+ games-arcade/ultrastar-ng is gone
15 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> performous-0.6.1.ebuild:
use the lastest boost
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-05-16 12:02 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-05-16 12:02 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/05/16 12:02:51
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Build with libav and thus depend on virtual/ffmpeg.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.8 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.7&r2=1.8
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- performous-0.6.1.ebuild 15 Mar 2012 03:54:46 -0000 1.7
+++ performous-0.6.1.ebuild 16 May 2012 12:02:51 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.7 2012/03/15 03:54:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.8 2012/05/16 12:02:51 scarabeus Exp $
EAPI="3"
@@ -40,9 +40,9 @@
virtual/jpeg
media-libs/libpng
media-libs/libsdl
+ virtual/ffmpeg
virtual/opengl
virtual/glu
- media-video/ffmpeg
sys-libs/zlib
x11-libs/cairo
x11-libs/gdk-pixbuf
@@ -55,6 +55,7 @@
PATCHES=(
"${FILESDIR}"/${P}-ffmpeg.patch
+ "${FILESDIR}"/${P}-libav.patch
"${FILESDIR}"/${P}-libpng.patch
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-linguas.patch
1.8 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 15 Mar 2012 03:54:46 -0000 1.7
+++ ChangeLog 16 May 2012 12:02:51 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.7 2012/03/15 03:54:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.8 2012/05/16 12:02:51 scarabeus Exp $
+
+ 16 May 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/performous-0.6.1-libav.patch, performous-0.6.1.ebuild:
+ Build with libav and thus depend on virtual/ffmpeg.
15 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> performous-0.6.1.ebuild:
games-arcade/ultrastar-ng is gone
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog
@ 2012-11-05 11:44 Alfredo Tupone (tupone)
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-11-05 11:44 UTC (permalink / raw
To: gentoo-commits
tupone 12/11/05 11:44:38
Modified: performous-0.6.1.ebuild ChangeLog
Log:
Build with boost-1.51 Bug #425574
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)
Revision Changes Path
1.10 games-arcade/performous/performous-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?r1=1.9&r2=1.10
Index: performous-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- performous-0.6.1.ebuild 28 Jun 2012 06:29:33 -0000 1.9
+++ performous-0.6.1.ebuild 5 Nov 2012 11:44:38 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.9 2012/06/28 06:29:33 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.10 2012/11/05 11:44:38 tupone Exp $
EAPI="3"
@@ -60,6 +60,7 @@
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-linguas.patch
"${FILESDIR}"/${P}-glib232.patch
+ "${FILESDIR}"/${P}-boost150.patch
)
src_prepare() {
@@ -68,7 +69,6 @@
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
game/CMakeLists.txt \
|| die
- append-cppflags -DBOOST_FILESYSTEM_VERSION=2
strip-linguas -u lang
1.10 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Jun 2012 06:29:33 -0000 1.9
+++ ChangeLog 5 Nov 2012 11:44:38 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.9 2012/06/28 06:29:33 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.10 2012/11/05 11:44:38 tupone Exp $
+
+ 05 Nov 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild,
+ +files/performous-0.6.1-boost150.patch:
+ Build with boost-1.51 Bug #425574 by Diego
28 Jun 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild,
+files/performous-0.6.1-glib232.patch, metadata.xml:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-11-05 11:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 3:53 [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-0.6.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2012-11-05 11:44 Alfredo Tupone (tupone)
2012-05-16 12:02 Tomas Chvatal (scarabeus)
2012-03-15 3:54 Michael Sterrett (mr_bones_)
2012-03-14 19:46 Alfredo Tupone (tupone)
2012-03-05 21:47 Mike Frysinger (vapier)
2012-03-05 8:08 Alfredo Tupone (tupone)
2012-02-27 9:15 Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox