diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:50:53 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:50:53 +0000 |
commit | 3094664c55176133b8926069c6f9f27a9a4f0774 (patch) | |
tree | 7c3fd92491be9e23250831063ff978c37aef86ef /sci-misc/oww | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.tar.gz gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.tar.bz2 gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-misc/oww')
-rw-r--r-- | sci-misc/oww/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/oww/oww-0.82.1.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/oww/oww-0.83.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-misc/oww/ChangeLog b/sci-misc/oww/ChangeLog index 992c1c934a6b..fc4ab1a62b37 100644 --- a/sci-misc/oww/ChangeLog +++ b/sci-misc/oww/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/oww -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.7 2010/06/24 20:58:10 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.8 2012/05/04 07:50:52 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> oww-0.82.1.ebuild, + oww-0.83.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *oww-0.83.2 (24 Jun 2010) diff --git a/sci-misc/oww/oww-0.82.1.ebuild b/sci-misc/oww/oww-0.82.1.ebuild index d0229fe5d711..537420a41a10 100644 --- a/sci-misc/oww/oww-0.82.1.ebuild +++ b/sci-misc/oww/oww-0.82.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v 1.2 2010/06/24 20:58:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v 1.3 2012/05/04 07:50:52 jdhore Exp $ EAPI="3" DESCRIPTION="A one-wire weather station for Dallas Semiconductor" @@ -17,7 +17,7 @@ RDEPEND=" net-misc/curl x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ diff --git a/sci-misc/oww/oww-0.83.2.ebuild b/sci-misc/oww/oww-0.83.2.ebuild index e801d524b661..1cd56245e3e6 100644 --- a/sci-misc/oww/oww-0.83.2.ebuild +++ b/sci-misc/oww/oww-0.83.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.83.2.ebuild,v 1.1 2010/06/24 20:58:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.83.2.ebuild,v 1.2 2012/05/04 07:50:52 jdhore Exp $ EAPI="3" @@ -17,7 +17,7 @@ RDEPEND=" net-misc/curl x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |