* [gentoo-commits] gentoo-x86 commit in games-arcade/conveysdl: conveysdl-1.3.ebuild ChangeLog
@ 2015-02-05 22:11 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-05 22:11 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/02/05 22:11:29
Modified: conveysdl-1.3.ebuild ChangeLog
Log:
add libsdl use deps; tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.9 games-arcade/conveysdl/conveysdl-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.8&r2=1.9
Index: conveysdl-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- conveysdl-1.3.ebuild 3 Jan 2015 19:38:09 -0000 1.8
+++ conveysdl-1.3.ebuild 5 Feb 2015 22:11:29 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.8 2015/01/03 19:38:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.9 2015/02/05 22:11:29 mr_bones_ Exp $
EAPI=5
inherit eutils toolchain-funcs games
@@ -14,9 +14,9 @@
KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
S=${WORKDIR}
@@ -24,13 +24,11 @@
# Incomplete readme
sed -i \
-e 's:I k:use -nosound to disable sound\n\nI k:' \
- readme \
- || die "sed failed"
+ readme || die
sed -i \
-e 's:SDL_Mi:SDL_mi:' \
- main.c \
- || die "sed failed"
+ main.c || die
epatch \
"${FILESDIR}"/${P}-arrays.patch \
1.11 games-arcade/conveysdl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 3 Jan 2015 19:38:09 -0000 1.10
+++ ChangeLog 5 Feb 2015 22:11:29 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/conveysdl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.10 2015/01/03 19:38:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.11 2015/02/05 22:11:29 mr_bones_ Exp $
+
+ 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> conveysdl-1.3.ebuild:
+ add libsdl use deps; tidy
03 Jan 2015; Tupone Alfredo <tupone@gentoo.org> conveysdl-1.3.ebuild:
EAPI 5
@@ -37,4 +40,3 @@
19 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+conveysdl-1.ebuild:
initial commit - ebuild submitted by Alexandru Toma via bug #81635
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/conveysdl: conveysdl-1.3.ebuild ChangeLog
@ 2015-02-06 13:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-06 13:43 UTC (permalink / raw
To: gentoo-commits
ago 15/02/06 13:43:44
Modified: conveysdl-1.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #538992
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 games-arcade/conveysdl/conveysdl-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.9&r2=1.10
Index: conveysdl-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- conveysdl-1.3.ebuild 5 Feb 2015 22:11:29 -0000 1.9
+++ conveysdl-1.3.ebuild 6 Feb 2015 13:43:44 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.9 2015/02/05 22:11:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.10 2015/02/06 13:43:44 ago Exp $
EAPI=5
inherit eutils toolchain-funcs games
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="media-libs/libsdl[sound,video]
1.12 games-arcade/conveysdl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 5 Feb 2015 22:11:29 -0000 1.11
+++ ChangeLog 6 Feb 2015 13:43:44 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/conveysdl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.11 2015/02/05 22:11:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.12 2015/02/06 13:43:44 ago Exp $
+
+ 06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> conveysdl-1.3.ebuild:
+ Stable for amd64, wrt bug #538992
05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> conveysdl-1.3.ebuild:
add libsdl use deps; tidy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-06 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 22:11 [gentoo-commits] gentoo-x86 commit in games-arcade/conveysdl: conveysdl-1.3.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2015-02-06 13:43 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox