mgorny      15/04/06 12:16:56

  Modified:             libepoxy-9999.ebuild libepoxy-1.2.ebuild ChangeLog
  Removed:              libepoxy-1.1.ebuild
  Log:
  Use python-any-r1, require python[xml]. Reported by hasufell.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.5                  media-libs/libepoxy/libepoxy-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?r1=1.4&r2=1.5

Index: libepoxy-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libepoxy-9999.ebuild        21 Jul 2014 08:33:13 -0000      1.4
+++ libepoxy-9999.ebuild        6 Apr 2015 12:16:56 -0000       1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild,v 
1.4 2014/07/21 08:33:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild,v 
1.5 2015/04/06 12:16:56 mgorny Exp $
 
 EAPI=5
 
@@ -12,7 +12,9 @@
        GIT_ECLASS="git-r3"
 fi
 
-inherit autotools-multilib ${GIT_ECLASS}
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='xml(+)'
+inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 
 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
 HOMEPAGE="https://github.com/anholt/libepoxy";
@@ -29,7 +31,7 @@
 IUSE="test"
 RESTICT="test" # FIXME: tests fail when run from portage.
 
-DEPEND="dev-lang/python
+DEPEND="${PYTHON_DEPS}
        media-libs/mesa[egl]
        x11-misc/util-macros
        x11-libs/libX11"



1.16                 media-libs/libepoxy/libepoxy-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?r1=1.15&r2=1.16

Index: libepoxy-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libepoxy-1.2.ebuild 14 Mar 2015 13:42:55 -0000      1.15
+++ libepoxy-1.2.ebuild 6 Apr 2015 12:16:56 -0000       1.16
@@ -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/media-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.15 2015/03/14 13:42:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.16 2015/04/06 12:16:56 mgorny Exp $
 
 EAPI=5
 
@@ -12,7 +12,9 @@
        GIT_ECLASS="git-r3"
 fi
 
-inherit autotools-multilib ${GIT_ECLASS}
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='xml(+)'
+inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 
 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
 HOMEPAGE="https://github.com/anholt/libepoxy";
@@ -29,7 +31,7 @@
 IUSE="test"
 RESTICT="test" # FIXME: tests fail when run from portage.
 
-DEPEND="dev-lang/python
+DEPEND="${PYTHON_DEPS}
        media-libs/mesa[egl]
        x11-misc/util-macros
        x11-libs/libX11"



1.18                 media-libs/libepoxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   14 Mar 2015 13:42:55 -0000      1.17
+++ ChangeLog   6 Apr 2015 12:16:56 -0000       1.18
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libepoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.17 
2015/03/14 13:42:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.18 
2015/04/06 12:16:56 mgorny Exp $
+
+  06 Apr 2015; Michał Górny <[email protected]> -libepoxy-1.1.ebuild,
+  libepoxy-1.2.ebuild, libepoxy-9999.ebuild:
+  Use python-any-r1, require python[xml]. Reported by hasufell.
 
   14 Mar 2015; Markus Meier <[email protected]> libepoxy-1.2.ebuild:
   arm stable, bug #530652




Reply via email to