diff options
author | 2011-03-02 19:06:36 +0000 | |
---|---|---|
committer | 2011-03-02 19:06:36 +0000 | |
commit | 1841c4c398d7ea421eccac025bb27d2773c1af27 (patch) | |
tree | 158f4ec72b282d3afc671e3dcf28363660c18ef9 /x11-misc | |
parent | Slotted gtk+ and glib depends. (diff) | |
download | gentoo-2-1841c4c398d7ea421eccac025bb27d2773c1af27.tar.gz gentoo-2-1841c4c398d7ea421eccac025bb27d2773c1af27.tar.bz2 gentoo-2-1841c4c398d7ea421eccac025bb27d2773c1af27.zip |
Slotted gtk+ depend and EAPI=2 bump to support it.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-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 } |