pacho 14/04/26 08:17:52 Modified: dbus-python-1.2.0.ebuild ChangeLog Log: Adapt to latest pygobject don't providing python2.6 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.14 dev-python/dbus-python/dbus-python-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?r1=1.13&r2=1.14 Index: dbus-python-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dbus-python-1.2.0.ebuild 5 Jan 2014 19:47:54 -0000 1.13 +++ dbus-python-1.2.0.ebuild 26 Apr 2014 08:17:52 -0000 1.14 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.13 2014/01/05 19:47:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.14 2014/04/26 08:17:52 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit eutils python-r1 @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" IUSE="doc examples test" # API docs generated with epydoc, which is python2-only -REQUIRED_USE="doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) )" +REQUIRED_USE="doc? ( python_targets_python2_7 )" RDEPEND=">=dev-libs/dbus-glib-0.100:= >=sys-apps/dbus-1.6:= @@ -25,8 +25,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig doc? ( - dev-python/docutils[python_targets_python2_6?,python_targets_python2_7?] - =dev-python/epydoc-3*[python_targets_python2_6?,python_targets_python2_7?] ) + dev-python/docutils[python_targets_python2_7?] + =dev-python/epydoc-3*[python_targets_python2_7?] ) test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )" src_prepare() { 1.139 dev-python/dbus-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.138&r2=1.139 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 5 Jan 2014 19:47:54 -0000 1.138 +++ ChangeLog 26 Apr 2014 08:17:52 -0000 1.139 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.138 2014/01/05 19:47:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.139 2014/04/26 08:17:52 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <[email protected]> dbus-python-1.2.0.ebuild: + Adapt to latest pygobject don't providing python2.6 support 05 Jan 2014; Fabian Groffen <[email protected]> dbus-python-1.2.0.ebuild: Marked ~m68k-mint, bug #494512
