tetromino 14/03/11 02:06:36
Modified: pygobject-3.10.2.ebuild pygobject-3.4.2-r1.ebuild
ChangeLog pygobject-3.8.3.ebuild
Log:
Hard build-time dependency on cairo not needed in >=pygobject-3.4.1 (bug
#504068, thanks to Arfrever).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
4F1D4860)
Revision Changes Path
1.5 dev-python/pygobject/pygobject-3.10.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?r1=1.4&r2=1.5
Index: pygobject-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pygobject-3.10.2.ebuild 9 Mar 2014 11:55:58 -0000 1.4
+++ pygobject-3.10.2.ebuild 11 Mar 2014 02:06:36 -0000 1.5
@@ -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-python/pygobject/pygobject-3.10.2.ebuild,v 1.4
2014/03/09 11:55:58 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v 1.5
2014/03/11 02:06:36 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -30,13 +30,13 @@
${PYTHON_DEPS}
"
DEPEND="${COMMON_DEPEND}
- x11-libs/cairo[glib]
virtual/pkgconfig
test? (
dev-libs/atk[introspection]
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
virtual/python-unittest2[${PYTHON_USEDEP}]
+ x11-libs/cairo[glib]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection] )
1.13 dev-python/pygobject/pygobject-3.4.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild?r1=1.12&r2=1.13
Index: pygobject-3.4.2-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pygobject-3.4.2-r1.ebuild 24 Oct 2013 13:48:12 -0000 1.12
+++ pygobject-3.4.2-r1.ebuild 11 Mar 2014 02:06:36 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild,v 1.12
2013/10/24 13:48:12 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.4.2-r1.ebuild,v 1.13
2014/03/11 02:06:36 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -26,13 +26,13 @@
${PYTHON_DEPS}
"
DEPEND="${COMMON_DEPEND}
- x11-libs/cairo[glib]
virtual/pkgconfig
test? (
dev-libs/atk[introspection]
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
virtual/python-unittest2[${PYTHON_USEDEP}]
+ x11-libs/cairo[glib]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection] )
1.238 dev-python/pygobject/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.238&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.238&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.237&r2=1.238
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog 9 Mar 2014 11:55:58 -0000 1.237
+++ ChangeLog 11 Mar 2014 02:06:36 -0000 1.238
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pygobject
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.237
2014/03/09 11:55:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.238
2014/03/11 02:06:36 tetromino Exp $
+
+ 11 Mar 2014; Alexandre Rostovtsev <[email protected]>
+ pygobject-3.4.2-r1.ebuild, pygobject-3.8.3.ebuild, pygobject-3.10.2.ebuild:
+ Hard build-time dependency on cairo not needed in >=pygobject-3.4.1 (bug
+ #504068, thanks to Arfrever).
09 Mar 2014; Pacho Ramos <[email protected]> pygobject-3.10.2.ebuild:
x86 stable, bug 499954
1.11 dev-python/pygobject/pygobject-3.8.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild?r1=1.10&r2=1.11
Index: pygobject-3.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pygobject-3.8.3.ebuild 22 Feb 2014 14:38:06 -0000 1.10
+++ pygobject-3.8.3.ebuild 11 Mar 2014 02:06:36 -0000 1.11
@@ -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-python/pygobject/pygobject-3.8.3.ebuild,v 1.10
2014/02/22 14:38:06 hattya Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v 1.11
2014/03/11 02:06:36 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -30,13 +30,13 @@
${PYTHON_DEPS}
"
DEPEND="${COMMON_DEPEND}
- x11-libs/cairo[glib]
virtual/pkgconfig
test? (
dev-libs/atk[introspection]
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
virtual/python-unittest2[${PYTHON_USEDEP}]
+ x11-libs/cairo[glib]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection] )