diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:47:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 07:47:44 +0000 |
commit | 653aa322e6744ef965a73b7ec0b181e6243e200b (patch) | |
tree | 82c3f5b54a918f7492fdf2511355e8cb0cd71ea7 /xfce-extra/xfce4-wavelan-plugin | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-653aa322e6744ef965a73b7ec0b181e6243e200b.tar.gz gentoo-2-653aa322e6744ef965a73b7ec0b181e6243e200b.tar.bz2 gentoo-2-653aa322e6744ef965a73b7ec0b181e6243e200b.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin')
3 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/ChangeLog b/xfce-extra/xfce4-wavelan-plugin/ChangeLog index 756dcf141501..4518e10a099d 100644 --- a/xfce-extra/xfce4-wavelan-plugin/ChangeLog +++ b/xfce-extra/xfce4-wavelan-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-wavelan-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/ChangeLog,v 1.16 2012/04/20 20:28:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/ChangeLog,v 1.17 2012/05/05 07:47:44 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> + xfce4-wavelan-plugin-0.5.6.ebuild, xfce4-wavelan-plugin-0.5.10.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-wavelan-plugin-0.5.8.ebuild: diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.ebuild index 4659ed3b43b9..0616a4453b38 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.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/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.ebuild,v 1.1 2012/04/14 07:25:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.10.ebuild,v 1.2 2012/05/05 07:47:44 mgorny Exp $ EAPI=4 inherit xfconf @@ -21,7 +21,7 @@ RDEPEND="${COMMON_DEPEND} kernel_linux? ( sys-apps/net-tools )" DEPEND="${COMMON_DEPEND} dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig sys-devel/gettext" pkg_setup() { diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild index 7f4b45ab80d5..a934adcd79c9 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.7 2011/05/19 20:09:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.8 2012/05/05 07:47:44 mgorny Exp $ EAPI=4 inherit xfconf @@ -20,7 +20,7 @@ RDEPEND=">=xfce-base/xfce4-panel-4.8 >=x11-libs/gtk+-2.6:2" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { DOCS=( AUTHORS ChangeLog NEWS README THANKS ) |