From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2AAA138A1F for ; Sat, 26 Apr 2014 08:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3ADE076B; Sat, 26 Apr 2014 08:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B54A1E076B for ; Sat, 26 Apr 2014 08:17:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A6133FE4E for ; Sat, 26 Apr 2014 08:17:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 7E3282004B; Sat, 26 Apr 2014 08:17:52 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: dbus-python-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dbus-python-1.2.0.ebuild ChangeLog X-VCS-Directories: dev-python/dbus-python X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140426081752.7E3282004B@flycatcher.gentoo.org> Date: Sat, 26 Apr 2014 08:17:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bed99d2e-085a-4121-800f-a8273ee8b27e X-Archives-Hash: 8ab89526d41374be5afbc3a32a8fc31e 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 dbus-python-1.2.0.ebuild: + Adapt to latest pygobject don't providing python2.6 support 05 Jan 2014; Fabian Groffen dbus-python-1.2.0.ebuild: Marked ~m68k-mint, bug #494512