diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
commit | 4eb31dd269e33a9fa692765e2f2305a60c523867 (patch) | |
tree | 235195bf68808757d8d9450d71ccb07fa8cd66ec /x11-plugins/wmfishtime | |
parent | dev-util/pkgconifg -> virtual/pkgconfig (diff) | |
download | historical-4eb31dd269e33a9fa692765e2f2305a60c523867.tar.gz historical-4eb31dd269e33a9fa692765e2f2305a60c523867.tar.bz2 historical-4eb31dd269e33a9fa692765e2f2305a60c523867.zip |
dev-util/pkgconfig -. virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog index 985358c211eb..bbf06e429203 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfishtime -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.27 2011/12/07 07:51:06 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.28 2012/05/05 05:12:00 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmfishtime-1.24-r1.ebuild, + wmfishtime-1.24-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wmfishtime-1.24-r2.ebuild: diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild index fa8ab411a054..4a6084b7aa89 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.24-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/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.7 2011/03/28 14:41:50 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.8 2012/05/05 05:12:00 jdhore Exp $ EAPI="1" @@ -18,7 +18,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild index 00429e538f86..da9a5f569de9 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.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/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.5 2011/12/07 07:51:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.6 2012/05/05 05:12:00 jdhore Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gtk.patch |