* [gentoo-commits] gentoo-x86 commit in games-action/luola: ChangeLog luola-1.3.2.ebuild
@ 2013-02-17 3:06 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-02-17 3:06 UTC (permalink / raw
To: gentoo-commits
hasufell 13/02/17 03:06:02
Modified: ChangeLog
Added: luola-1.3.2.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.12 games-action/luola/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 17 Jun 2011 10:25:17 -0000 1.11
+++ ChangeLog 17 Feb 2013 03:06:02 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for games-action/luola
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.11 2011/06/17 10:25:17 tupone Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.12 2013/02/17 03:06:02 hasufell Exp $
+
+*luola-1.3.2 (17 Feb 2013)
+
+ 17 Feb 2013; Julian Ospald <hasufell@gentoo.org> +luola-1.3.2.ebuild,
+ +files/luola-1.3.2-underlink.patch:
+ version bump
17 Jun 2011; Tupone Alfredo <tupone@gentoo.org> luola-1.3.0-r1.ebuild,
+files/luola-1.3.0-underlink.patch:
1.1 games-action/luola/luola-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.1&content-type=text/plain
Index: luola-1.3.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.1 2013/02/17 03:06:02 hasufell Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
HOMEPAGE="http://luolamies.org/software/luola/"
SRC_URI="http://luolamies.org/software/luola/${P}.tar.gz
http://www.luolamies.org/software/luola/stdlevels-6.0.tar.gz
http://www.luolamies.org/software/luola/nostalgia-1.2.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/libsdl[X,audio,joystick,video]
media-libs/sdl-gfx
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer
media-libs/sdl-ttf"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-underlink.patch
eautoreconf
}
src_configure() {
egamesconf --enable-sound
}
src_install() {
emake DESTDIR="${D}" install
insinto "${GAMES_DATADIR}"/${PN}/levels
doins "${WORKDIR}"/*.{lev,png}
dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README TODO \
RELEASENOTES.txt ../README.Nostalgia
newdoc ../README README.stdlevels
doicon -s 64 luola.png
make_desktop_entry luola Luola
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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/luola: ChangeLog luola-1.3.2.ebuild
@ 2013-11-19 9:45 Tony Vroon (chainsaw)
0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2013-11-19 9:45 UTC (permalink / raw
To: gentoo-commits
chainsaw 13/11/19 09:45:43
Modified: ChangeLog luola-1.3.2.ebuild
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #491058.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path
1.14 games-action/luola/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 12 Nov 2013 03:26:00 -0000 1.13
+++ ChangeLog 19 Nov 2013 09:45:43 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for games-action/luola
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.13 2013/11/12 03:26:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.14 2013/11/19 09:45:43 chainsaw Exp $
+
+ 19 Nov 2013; Tony Vroon <chainsaw@gentoo.org> luola-1.3.2.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani in bug #491058.
12 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> luola-1.3.2.ebuild:
upstream website went away
1.3 games-action/luola/luola-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?r1=1.2&r2=1.3
Index: luola-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- luola-1.3.2.ebuild 12 Nov 2013 03:26:00 -0000 1.2
+++ luola-1.3.2.ebuild 19 Nov 2013 09:45:43 -0000 1.3
@@ -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-action/luola/luola-1.3.2.ebuild,v 1.2 2013/11/12 03:26:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.3 2013/11/19 09:45:43 chainsaw Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/libsdl[X,audio,joystick,video]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/luola: ChangeLog luola-1.3.2.ebuild
@ 2014-05-15 16:23 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:23 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/15 16:23:11
Modified: ChangeLog luola-1.3.2.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.18 games-action/luola/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 18 Mar 2014 18:51:05 -0000 1.17
+++ ChangeLog 15 May 2014 16:23:11 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for games-action/luola
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.17 2014/03/18 18:51:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.18 2014/05/15 16:23:11 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> luola-1.3.2.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/luola-1.3.0-underlink.patch, -luola-1.3.0-r1.ebuild:
1.6 games-action/luola/luola-1.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?r1=1.5&r2=1.6
Index: luola-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- luola-1.3.2.ebuild 24 Dec 2013 12:43:34 -0000 1.5
+++ luola-1.3.2.ebuild 15 May 2014 16:23:11 -0000 1.6
@@ -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-action/luola/luola-1.3.2.ebuild,v 1.5 2013/12/24 12:43:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.6 2014/05/15 16:23:11 ulm Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
@@ -16,7 +16,7 @@
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="media-libs/libsdl[X,audio,joystick,video]
+RDEPEND="media-libs/libsdl[X,sound,joystick,video]
media-libs/sdl-gfx
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-15 16:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:23 [gentoo-commits] gentoo-x86 commit in games-action/luola: ChangeLog luola-1.3.2.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2013-11-19 9:45 Tony Vroon (chainsaw)
2013-02-17 3:06 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox