* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2012-04-16 5:18 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-16 5:18 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/04/16 05:18:43
Modified: ChangeLog
Added: naev-0.5.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.11 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 3 Apr 2012 10:55:01 -0000 1.10
+++ ChangeLog 16 Apr 2012 05:18:43 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.10 2012/04/03 10:55:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.11 2012/04/16 05:18:43 ssuominen Exp $
+
+*naev-0.5.3 (16 Apr 2012)
+
+ 16 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> +naev-0.5.3.ebuild:
+ Version bump.
*naev-0.5.2 (03 Apr 2012)
1.1 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.1&content-type=text/plain
Index: naev-0.5.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.1 2012/04/16 05:18:43 ssuominen Exp $
EAPI=2
inherit gnome2-utils games
DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
HOMEPAGE="http://code.google.com/p/naev/"
SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2
mirror://sourceforge/naev/ndata-${PV}"
LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +mixer +openal"
RDEPEND="media-libs/libsdl[X,audio,video]
dev-libs/libxml2
>=media-libs/freetype-2
>=media-libs/libvorbis-1.2.1
>=media-libs/libpng-1.2:0
media-libs/sdl-image[png]
virtual/glu
virtual/opengl
mixer? ( media-libs/sdl-mixer )
openal? ( media-libs/openal )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
unpack ${P}.tar.bz2
}
src_configure() {
egamesconf \
--docdir=/usr/share/doc/${PF} \
--disable-dependency-tracking \
$(use_enable debug) \
$(use_with openal) \
$(use_with mixer sdlmixer)
}
src_install() {
emake \
DESTDIR="${D}" \
appicondir=/usr/share/pixmaps \
Graphicsdir=/usr/share/applications \
install || die
insinto "${GAMES_DATADIR}"/${PN}
newins "${DISTDIR}"/ndata-${PV} ndata || die
local res
for res in 16 32 64 128; do
insinto /usr/share/icons/hicolor/${res}x${res}/apps
newins extras/logos/logo${res}.png naev.png || die
done
rm -f "${D}"/usr/share/doc/${PF}/LICENSE
prepalldocs
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2012-06-01 13:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-01 13:01 UTC (permalink / raw
To: gentoo-commits
ago 12/06/01 13:01:42
Modified: ChangeLog naev-0.5.3.ebuild
Log:
Stable for amd64, wrt bug #418993
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.14 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 4 May 2012 04:51:08 -0000 1.13
+++ ChangeLog 1 Jun 2012 13:01:42 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.13 2012/05/04 04:51:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.14 2012/06/01 13:01:42 ago Exp $
+
+ 01 Jun 2012; Agostino Sarubbo <ago@gentoo.org> naev-0.5.3.ebuild:
+ Stable for amd64, wrt bug #418993
04 May 2012; Jeff Horelick <jdhore@gentoo.org> naev-0.5.0.ebuild,
naev-0.5.3.ebuild:
1.3 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.2&r2=1.3
Index: naev-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- naev-0.5.3.ebuild 4 May 2012 04:51:08 -0000 1.2
+++ naev-0.5.3.ebuild 1 Jun 2012 13:01:42 -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-strategy/naev/naev-0.5.3.ebuild,v 1.2 2012/05/04 04:51:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.3 2012/06/01 13:01:42 ago Exp $
EAPI=2
inherit gnome2-utils games
@@ -12,7 +12,7 @@
LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug +mixer +openal"
RDEPEND="media-libs/libsdl[X,audio,video]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2012-06-08 11:42 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-06-08 11:42 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/06/08 11:42:13
Modified: ChangeLog naev-0.5.3.ebuild
Log:
x86 stable wrt bug #418993
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.15 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1 Jun 2012 13:01:42 -0000 1.14
+++ ChangeLog 8 Jun 2012 11:42:13 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.14 2012/06/01 13:01:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.15 2012/06/08 11:42:13 phajdan.jr Exp $
+
+ 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> naev-0.5.3.ebuild:
+ x86 stable wrt bug #418993
01 Jun 2012; Agostino Sarubbo <ago@gentoo.org> naev-0.5.3.ebuild:
Stable for amd64, wrt bug #418993
1.4 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.3&r2=1.4
Index: naev-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- naev-0.5.3.ebuild 1 Jun 2012 13:01:42 -0000 1.3
+++ naev-0.5.3.ebuild 8 Jun 2012 11:42:13 -0000 1.4
@@ -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-strategy/naev/naev-0.5.3.ebuild,v 1.3 2012/06/01 13:01:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.4 2012/06/08 11:42:13 phajdan.jr Exp $
EAPI=2
inherit gnome2-utils games
@@ -12,7 +12,7 @@
LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug +mixer +openal"
RDEPEND="media-libs/libsdl[X,audio,video]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2013-02-07 22:18 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 22:18 UTC (permalink / raw
To: gentoo-commits
ulm 13/02/07 22:18:41
Modified: ChangeLog naev-0.5.3.ebuild
Log:
Move Creative Commons licenses to shorter names.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.18 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 22 Oct 2012 02:57:37 -0000 1.17
+++ ChangeLog 7 Feb 2013 22:18:41 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.17 2012/10/22 02:57:37 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.18 2013/02/07 22:18:41 ulm Exp $
+
+ 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> naev-0.5.3.ebuild:
+ Move Creative Commons licenses to shorter names.
22 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> naev-0.5.3.ebuild:
use newicon
1.6 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.5&r2=1.6
Index: naev-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- naev-0.5.3.ebuild 22 Oct 2012 02:57:37 -0000 1.5
+++ naev-0.5.3.ebuild 7 Feb 2013 22:18:41 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.5 2012/10/22 02:57:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.6 2013/02/07 22:18:41 ulm Exp $
EAPI=2
inherit gnome2-utils games
@@ -10,7 +10,7 @@
SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2
mirror://sourceforge/naev/ndata-${PV}"
-LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
+LICENSE="GPL-2 GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug +mixer +openal"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2013-07-02 0:40 Julian Ospald (hasufell)
0 siblings, 0 replies; 7+ messages in thread
From: Julian Ospald (hasufell) @ 2013-07-02 0:40 UTC (permalink / raw
To: gentoo-commits
hasufell 13/07/02 00:40:03
Modified: ChangeLog naev-0.5.3.ebuild
Log:
make build log verbose
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.19 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 7 Feb 2013 22:18:41 -0000 1.18
+++ ChangeLog 2 Jul 2013 00:40:03 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.18 2013/02/07 22:18:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $
+
+ 02 Jul 2013; Julian Ospald <hasufell@gentoo.org> naev-0.5.3.ebuild:
+ make build log verbose
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> naev-0.5.3.ebuild:
Move Creative Commons licenses to shorter names.
1.7 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.6&r2=1.7
Index: naev-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- naev-0.5.3.ebuild 7 Feb 2013 22:18:41 -0000 1.6
+++ naev-0.5.3.ebuild 2 Jul 2013 00:40:03 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.6 2013/02/07 22:18:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $
EAPI=2
inherit gnome2-utils games
@@ -41,6 +41,10 @@
$(use_with mixer sdlmixer)
}
+src_compile() {
+ emake V=1
+}
+
src_install() {
emake \
DESTDIR="${D}" \
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2014-05-15 17:06 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 17:06 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/15 17:06:17
Modified: ChangeLog naev-0.5.3.ebuild
Log:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.20 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 2 Jul 2013 00:40:03 -0000 1.19
+++ ChangeLog 15 May 2014 17:06:17 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/naev
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.20 2014/05/15 17:06:17 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> naev-0.5.3.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
02 Jul 2013; Julian Ospald <hasufell@gentoo.org> naev-0.5.3.ebuild:
make build log verbose
1.8 games-strategy/naev/naev-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.7&r2=1.8
Index: naev-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- naev-0.5.3.ebuild 2 Jul 2013 00:40:03 -0000 1.7
+++ naev-0.5.3.ebuild 15 May 2014 17:06:17 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.8 2014/05/15 17:06:17 ulm Exp $
EAPI=2
inherit gnome2-utils games
@@ -15,7 +15,7 @@
KEYWORDS="amd64 x86"
IUSE="debug +mixer +openal"
-RDEPEND="media-libs/libsdl[X,audio,video]
+RDEPEND="media-libs/libsdl[X,sound,video]
dev-libs/libxml2
>=media-libs/freetype-2
>=media-libs/libvorbis-1.2.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
@ 2015-05-28 19:08 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-05-28 19:08 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/05/28 19:08:26
Modified: ChangeLog
Removed: naev-0.5.3.ebuild
Log:
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.25 games-strategy/naev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 27 May 2015 11:13:20 -0000 1.24
+++ ChangeLog 28 May 2015 19:08:26 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.24 2015/05/27 11:13:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.25 2015/05/28 19:08:26 mr_bones_ Exp $
+
+ 28 May 2015; Michael Sterrett <mr_bones_@gentoo.org> -naev-0.5.3.ebuild:
+ old
27 May 2015; Agostino Sarubbo <ago@gentoo.org> naev-0.6.0.ebuild:
Stable for x86, wrt bug #549526
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-05-28 19:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 17:06 [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2015-05-28 19:08 Michael Sterrett (mr_bones_)
2013-07-02 0:40 Julian Ospald (hasufell)
2013-02-07 22:18 Ulrich Mueller (ulm)
2012-06-08 11:42 PaweA Hajdan (phajdan.jr)
2012-06-01 13:01 Agostino Sarubbo (ago)
2012-04-16 5:18 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox