From 1841c4c398d7ea421eccac025bb27d2773c1af27 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 2 Mar 2011 19:06:36 +0000 Subject: Slotted gtk+ depend and EAPI=2 bump to support it. (Portage version: 2.2.0_alpha25/cvs/Linux x86_64) --- x11-misc/wininfo/ChangeLog | 7 +++++-- x11-misc/wininfo/wininfo-0.7.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'x11-misc') 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 wininfo-0.7.ebuild: + Slotted gtk+ depend and EAPI=2 bump to support it. 02 Feb 2008; Samuli Suominen +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 } -- cgit v1.2.3-65-gdbad