public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/apitrace: apitrace-4.0.ebuild ChangeLog
@ 2014-04-28 17:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-28 17:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/04/28 17:44:26

  Modified:             apitrace-4.0.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are equivalent now, and the team has decided to use the old name as being less confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-util/apitrace/apitrace-4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?r1=1.1&r2=1.2

Index: apitrace-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apitrace-4.0.ebuild	3 Apr 2014 18:23:13 -0000	1.1
+++ apitrace-4.0.ebuild	28 Apr 2014 17:44:26 -0000	1.2
@@ -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/dev-util/apitrace/apitrace-4.0.ebuild,v 1.1 2014/04/03 18:23:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.2 2014/04/28 17:44:26 mgorny Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -63,7 +63,7 @@
 			-DARCH_SUBDIR=
 			$(cmake-utils_use_enable egl EGL)
 		)
-		if multilib_build_binaries ; then
+		if multilib_is_native_abi ; then
 			mycmakeargs+=(
 				$(cmake-utils_use_enable cli CLI)
 				$(cmake-utils_use_enable qt4 GUI)



1.21                 dev-util/apitrace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	5 Apr 2014 15:19:42 -0000	1.20
+++ ChangeLog	28 Apr 2014 17:44:26 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/apitrace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.20 2014/04/05 15:19:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.21 2014/04/28 17:44:26 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgorny@gentoo.org> apitrace-4.0.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   05 Apr 2014; Mike Frysinger <vapier@gentoo.org>
   files/apitrace-4.0-glxtrace-only.patch:





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

* [gentoo-commits] gentoo-x86 commit in dev-util/apitrace: apitrace-4.0.ebuild ChangeLog
@ 2014-06-18 19:19 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:19 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 19:19:24

  Modified:             apitrace-4.0.ebuild ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  dev-util/apitrace/apitrace-4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?r1=1.2&r2=1.3

Index: apitrace-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apitrace-4.0.ebuild	28 Apr 2014 17:44:26 -0000	1.2
+++ apitrace-4.0.ebuild	18 Jun 2014 19:19:24 -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/dev-util/apitrace/apitrace-4.0.ebuild,v 1.2 2014/04/28 17:44:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.3 2014/06/18 19:19:24 mgorny Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -17,9 +17,9 @@
 IUSE="+cli egl qt4"
 
 RDEPEND="${PYTHON_DEPS}
-	app-arch/snappy[${MULTILIB_USEDEP}]
-	sys-libs/zlib[${MULTILIB_USEDEP}]
-	media-libs/mesa[egl?,${MULTILIB_USEDEP}]
+	>=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]
+	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+	>=media-libs/mesa-9.1.6[egl?,${MULTILIB_USEDEP}]
 	egl? ( || (
 		>=media-libs/mesa-8.0[gles1,gles2]
 		<media-libs/mesa-8.0[gles]



1.22                 dev-util/apitrace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Apr 2014 17:44:26 -0000	1.21
+++ ChangeLog	18 Jun 2014 19:19:24 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/apitrace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.21 2014/04/28 17:44:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.22 2014/06/18 19:19:24 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org> apitrace-4.0.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
   28 Apr 2014; Michał Górny <mgorny@gentoo.org> apitrace-4.0.ebuild:
   Replace multilib_build_binaries with multilib_is_native_abi. The two are





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

end of thread, other threads:[~2014-06-18 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 17:44 [gentoo-commits] gentoo-x86 commit in dev-util/apitrace: apitrace-4.0.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 19:19 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