public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: emul-linux-x86-sdl-20140508.ebuild ChangeLog
@ 2014-06-15 15:52 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-15 15:52 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/15 15:52:07

  Modified:             emul-linux-x86-sdl-20140508.ebuild ChangeLog
  Log:
  Move cross-emul-linux deps to !abi_x86_32?.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?r1=1.2&r2=1.3

Index: emul-linux-x86-sdl-20140508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-sdl-20140508.ebuild	9 May 2014 19:08:55 -0000	1.2
+++ emul-linux-x86-sdl-20140508.ebuild	15 Jun 2014 15:52:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.2 2014/05/09 19:08:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.3 2014/06/15 15:52:07 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -10,10 +10,13 @@
 IUSE="abi_x86_32"
 
 DEPEND=""
-RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
-	~app-emulation/emul-linux-x86-baselibs-${PV}
-	~app-emulation/emul-linux-x86-soundlibs-${PV}
-	~app-emulation/emul-linux-x86-medialibs-${PV}
+RDEPEND="
+	!abi_x86_32? (
+		~app-emulation/emul-linux-x86-xlibs-${PV}
+		~app-emulation/emul-linux-x86-baselibs-${PV}
+		~app-emulation/emul-linux-x86-soundlibs-${PV}
+		~app-emulation/emul-linux-x86-medialibs-${PV}
+	)
 	abi_x86_32? (
 		>=media-libs/openal-1.15.1-r1[abi_x86_32(-)]
 		>=media-libs/freealut-1.1.0-r3[abi_x86_32(-)]



1.83                 app-emulation/emul-linux-x86-sdl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	30 May 2014 17:26:08 -0000	1.82
+++ ChangeLog	15 Jun 2014 15:52:07 -0000	1.83
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-sdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.82 2014/05/30 17:26:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.83 2014/06/15 15:52:07 mgorny Exp $
+
+  15 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  emul-linux-x86-sdl-20140508.ebuild:
+  Move cross-emul-linux deps to !abi_x86_32?.
 
   30 May 2014; Michał Górny <mgorny@gentoo.org>
   emul-linux-x86-sdl-20140406-r2.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: emul-linux-x86-sdl-20140508.ebuild ChangeLog
@ 2014-06-26  9:24 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-06-26  9:24 UTC (permalink / raw
  To: gentoo-commits

pacho       14/06/26 09:24:51

  Modified:             emul-linux-x86-sdl-20140508.ebuild ChangeLog
  Log:
  amd64 stable
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?r1=1.3&r2=1.4

Index: emul-linux-x86-sdl-20140508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-sdl-20140508.ebuild	15 Jun 2014 15:52:07 -0000	1.3
+++ emul-linux-x86-sdl-20140508.ebuild	26 Jun 2014 09:24:51 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.3 2014/06/15 15:52:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.4 2014/06/26 09:24:51 pacho Exp $
 
 EAPI=5
 inherit emul-linux-x86
 
 LICENSE="!abi_x86_32? ( LGPL-2 LGPL-2.1 ZLIB ) abi_x86_32? ( metapackage )"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="abi_x86_32"
 
 DEPEND=""



1.84                 app-emulation/emul-linux-x86-sdl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	15 Jun 2014 15:52:07 -0000	1.83
+++ ChangeLog	26 Jun 2014 09:24:51 -0000	1.84
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-sdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.83 2014/06/15 15:52:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.84 2014/06/26 09:24:51 pacho Exp $
+
+  26 Jun 2014; Pacho Ramos <pacho@gentoo.org>
+  emul-linux-x86-sdl-20140508.ebuild:
+  amd64 stable
 
   15 Jun 2014; Michał Górny <mgorny@gentoo.org>
   emul-linux-x86-sdl-20140508.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-26  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26  9:24 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: emul-linux-x86-sdl-20140508.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-15 15:52 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox