diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-04 14:05:30 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-04 14:05:30 +0000 |
commit | cc9ee9e335a8f9a69a3dea49c51a191626ad0ae6 (patch) | |
tree | ac6980e6aa01d63a4fa688e04b09db73214f1533 /x11-themes | |
parent | [bump] dev-perl/Convert-ASN1-0.230.0 (diff) | |
download | gentoo-2-cc9ee9e335a8f9a69a3dea49c51a191626ad0ae6.tar.gz gentoo-2-cc9ee9e335a8f9a69a3dea49c51a191626ad0ae6.tar.bz2 gentoo-2-cc9ee9e335a8f9a69a3dea49c51a191626ad0ae6.zip |
Migrate to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/oxygen-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/oxygen-gtk/ChangeLog b/x11-themes/oxygen-gtk/ChangeLog index c9165f3a3bd7..0a281b2ce737 100644 --- a/x11-themes/oxygen-gtk/ChangeLog +++ b/x11-themes/oxygen-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/oxygen-gtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.33 2012/04/22 08:08:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.34 2012/05/04 14:05:30 johu Exp $ + + 04 May 2012; Johannes Huber <johu@gentoo.org> oxygen-gtk-1.0.3.ebuild, + oxygen-gtk-1.2.3.ebuild: + Migrate to virtual/pkgconfig. 22 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -files/oxygen-gtk-1.2.2-fix-filezilla-crash.patch, -oxygen-gtk-1.0.1.ebuild, diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild index 81306dc8dbf2..6b2e54d4395c 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.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/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild,v 1.4 2012/04/22 08:08:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.3.ebuild,v 1.5 2012/05/04 14:05:29 johu Exp $ EAPI=4 @@ -27,7 +27,7 @@ RDEPEND=" x11-libs/libX11 " DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen ) " diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild index e8f6a9671506..8a3d6ecbb72a 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.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/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild,v 1.2 2012/04/22 08:08:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.2.3.ebuild,v 1.3 2012/05/04 14:05:29 johu Exp $ EAPI=4 @@ -28,7 +28,7 @@ RDEPEND=" x11-libs/pango " DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen ) " |