diff options
author | 2012-05-03 06:01:05 +0000 | |
---|---|---|
committer | 2012-05-03 06:01:05 +0000 | |
commit | 13e97bf20f4a978ecfe62031db96c1e15c7073b3 (patch) | |
tree | 161026707a28e05d9f5a42184e8fbd70ae2aa633 /www-client/downman | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-13e97bf20f4a978ecfe62031db96c1e15c7073b3.tar.gz historical-13e97bf20f4a978ecfe62031db96c1e15c7073b3.tar.bz2 historical-13e97bf20f4a978ecfe62031db96c1e15c7073b3.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'www-client/downman')
-rw-r--r-- | www-client/downman/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/downman/downman-0.0.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-client/downman/ChangeLog b/www-client/downman/ChangeLog index 62c2afabfb7a..63d6d693ac5e 100644 --- a/www-client/downman/ChangeLog +++ b/www-client/downman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/downman -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/downman/ChangeLog,v 1.9 2011/03/28 17:08:52 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/ChangeLog,v 1.10 2012/05/03 06:01:04 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> downman-0.0.5-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 Mar 2011; Christoph Mende <angelos@gentoo.org> downman-0.0.5-r1.ebuild: Fixed gtk+ dep and some cleanup diff --git a/www-client/downman/downman-0.0.5-r1.ebuild b/www-client/downman/downman-0.0.5-r1.ebuild index 8dfd273e9b6c..7a7b8f063643 100644 --- a/www-client/downman/downman-0.0.5-r1.ebuild +++ b/www-client/downman/downman-0.0.5-r1.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/www-client/downman/downman-0.0.5-r1.ebuild,v 1.5 2011/03/28 17:08:52 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.5-r1.ebuild,v 1.6 2012/05/03 06:01:04 jdhore Exp $ EAPI=3 inherit autotools eutils gnome2 @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 gnome-base/libglade:2.0 dev-libs/libxml2:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" |