diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
commit | 5a2e255190ee1e4e96ce0debf74c31733b4c5933 (patch) | |
tree | 621d33e37274704bb02afff573be01f573bfe6f6 /x11-misc/wmctrl | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.gz historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.bz2 historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.zip |
dev-util/pkgconifg -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r-- | x11-misc/wmctrl/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/wmctrl/ChangeLog b/x11-misc/wmctrl/ChangeLog index 6c78e26eee5e..a3d5a5f7fbf0 100644 --- a/x11-misc/wmctrl/ChangeLog +++ b/x11-misc/wmctrl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wmctrl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.16 2011/12/11 09:02:45 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.17 2012/05/05 04:53:43 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmctrl-1.07.ebuild, + wmctrl-1.07-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wmctrl-1.07-r1.ebuild: x86 stable wrt bug #392811 diff --git a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild index 60376eafbbe0..a85974816ecd 100644 --- a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07-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-misc/wmctrl/wmctrl-1.07-r1.ebuild,v 1.3 2011/12/11 09:02:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild,v 1.4 2012/05/05 04:53:43 jdhore Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2 x11-libs/libXt x11-libs/libXmu" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig x11-proto/xproto" src_unpack() { diff --git a/x11-misc/wmctrl/wmctrl-1.07.ebuild b/x11-misc/wmctrl/wmctrl-1.07.ebuild index ec0dd3826180..1421b0bb7d97 100644 --- a/x11-misc/wmctrl/wmctrl-1.07.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v 1.7 2006/10/28 22:24:01 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v 1.8 2012/05/05 04:53:43 jdhore Exp $ DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl/" @@ -16,7 +16,7 @@ RDEPEND=">=dev-libs/glib-2 x11-libs/libXt x11-libs/libXmu" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig x11-proto/xproto" src_install () { |