* [gentoo-commits] gentoo-x86 commit in games-action/atanks: ChangeLog atanks-5.2.ebuild atanks-5.1.ebuild atanks-4.7.ebuild
@ 2011-10-14 6:19 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-10-14 6:19 UTC (permalink / raw
To: gentoo-commits
vapier 11/10/14 06:19:16
Modified: ChangeLog atanks-5.2.ebuild atanks-5.1.ebuild
atanks-4.7.ebuild
Log:
Use a SLOT dep instead of "<" for allegro.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Revision Changes Path
1.69 games-action/atanks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 10 Oct 2011 16:57:43 -0000 1.68
+++ ChangeLog 14 Oct 2011 06:19:16 -0000 1.69
@@ -1,6 +1,10 @@
# ChangeLog for games-action/atanks
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.68 2011/10/10 16:57:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.69 2011/10/14 06:19:16 vapier Exp $
+
+ 14 Oct 2011; Mike Frysinger <vapier@gentoo.org> atanks-4.7.ebuild,
+ atanks-5.1.ebuild, atanks-5.2.ebuild:
+ Use a SLOT dep instead of "<" for allegro.
*atanks-5.2 (10 Oct 2011)
1.2 games-action/atanks/atanks-5.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.2.ebuild?r1=1.1&r2=1.2
Index: atanks-5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atanks-5.2.ebuild 10 Oct 2011 16:57:43 -0000 1.1
+++ atanks-5.2.ebuild 14 Oct 2011 06:19:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.2.ebuild,v 1.1 2011/10/10 16:57:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.2.ebuild,v 1.2 2011/10/14 06:19:16 vapier Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="<media-libs/allegro-5[X]"
+DEPEND="media-libs/allegro:0[X]"
src_prepare() {
find . -type f -name ".directory" -exec rm -vf '{}' +
1.4 games-action/atanks/atanks-5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.1.ebuild?r1=1.3&r2=1.4
Index: atanks-5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atanks-5.1.ebuild 21 Aug 2011 03:37:16 -0000 1.3
+++ atanks-5.1.ebuild 14 Oct 2011 06:19:16 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.1.ebuild,v 1.3 2011/08/21 03:37:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.1.ebuild,v 1.4 2011/10/14 06:19:16 vapier Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-DEPEND="<media-libs/allegro-5[X]"
+DEPEND="media-libs/allegro:0[X]"
src_prepare() {
find . -type f -name ".directory" -exec rm -vf '{}' +
1.6 games-action/atanks/atanks-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.7.ebuild?r1=1.5&r2=1.6
Index: atanks-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atanks-4.7.ebuild 26 Mar 2011 17:30:02 -0000 1.5
+++ atanks-4.7.ebuild 14 Oct 2011 06:19:16 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v 1.5 2011/03/26 17:30:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v 1.6 2011/10/14 06:19:16 vapier Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="<media-libs/allegro-5[X]"
+DEPEND="media-libs/allegro:0[X]"
src_prepare() {
find . -type f -name ".directory" -exec rm -vf '{}' +
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-14 6:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 6:19 [gentoo-commits] gentoo-x86 commit in games-action/atanks: ChangeLog atanks-5.2.ebuild atanks-5.1.ebuild atanks-4.7.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox