diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 19:06:36 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 19:06:36 +0000 |
commit | 1b66d69d37c86cbfc96cd19d9a0546b5466aa604 (patch) | |
tree | 3309f715cbc7d04c8dbe0969ba6c2e9c5c60518b /x11-misc/wininfo | |
parent | Slotted gtk+ and glib depends. (diff) | |
download | historical-1b66d69d37c86cbfc96cd19d9a0546b5466aa604.tar.gz historical-1b66d69d37c86cbfc96cd19d9a0546b5466aa604.tar.bz2 historical-1b66d69d37c86cbfc96cd19d9a0546b5466aa604.zip |
Slotted gtk+ depend and EAPI=2 bump to support it.
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 19f69025e4b2..8d5d208b2fa9 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.12 2008/02/02 13:03:33 drac Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.13 2011/03/02 19:06:36 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> wininfo-0.7.ebuild: + Slotted gtk+ depend and EAPI=2 bump to support it. 02 Feb 2008; Samuli Suominen <drac@gentoo.org> +files/wininfo-0.7-desktop-entry.patch, wininfo-0.7.ebuild: diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index a869a537a913..6789d0df9551 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.13 2008/02/02 13:03:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.14 2011/03/02 19:06:36 signals Exp $ +EAPI=2 inherit eutils DESCRIPTION="An X app that follows your pointer providing information about the windows below" @@ -13,16 +14,14 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXres x11-libs/libXext" DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-desktop-entry.patch } |