diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
commit | 7ed985a91634feecd68d91adfb639a5aaa0b5dc3 (patch) | |
tree | e15c642f8bc5f3e393afebda794ea25565432baf /dev-python/dbus-python | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.tar.gz gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.tar.bz2 gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.zip |
Migrating dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.84.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index aba27019abd6..527cc5be436a 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.91 2012/03/12 19:09:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.92 2012/05/04 15:12:14 patrick Exp $ + + 04 May 2012; Patrick Lauer <patrick@gentoo.org> dbus-python-0.84.0.ebuild, + dbus-python-1.0.0.ebuild: + Migrating dev-util/pkgconfig -> virtual/pkgconfig 12 Mar 2012; Markus Meier <maekke@gentoo.org> dbus-python-1.0.0.ebuild: arm stable, bug #403843 diff --git a/dev-python/dbus-python/dbus-python-0.84.0.ebuild b/dev-python/dbus-python/dbus-python-0.84.0.ebuild index e35544b72273..3d998c3434d2 100644 --- a/dev-python/dbus-python/dbus-python-0.84.0.ebuild +++ b/dev-python/dbus-python/dbus-python-0.84.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.12 2012/02/25 01:49:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.13 2012/05/04 15:12:13 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -23,7 +23,7 @@ IUSE="doc examples test" RDEPEND=">=dev-libs/dbus-glib-0.88 >=sys-apps/dbus-1.4.1" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( =dev-python/epydoc-3* ) test? ( dev-python/pygobject:2 )" diff --git a/dev-python/dbus-python/dbus-python-1.0.0.ebuild b/dev-python/dbus-python/dbus-python-1.0.0.ebuild index 10021e799315..d7429be3254b 100644 --- a/dev-python/dbus-python/dbus-python-1.0.0.ebuild +++ b/dev-python/dbus-python/dbus-python-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.0.0.ebuild,v 1.12 2012/03/12 19:09:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.13 2012/05/04 15:12:13 patrick Exp $ EAPI=4 @@ -23,7 +23,7 @@ IUSE="doc examples test" RDEPEND=">=dev-libs/dbus-glib-0.98 >=sys-apps/dbus-1.4.16" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( =dev-python/epydoc-3* ) test? ( dev-python/pygobject:2 |