From 15c87bab30e10c7e532098d2afa3fc03ca06216e Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 2 Mar 2011 16:20:13 +0000 Subject: Slotted gtk+ (Portage version: 2.2.0_alpha25/cvs/Linux x86_64) --- x11-misc/apwal/ChangeLog | 7 +++++-- x11-misc/apwal/apwal-0.4.5.ebuild | 13 ++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'x11-misc/apwal') diff --git a/x11-misc/apwal/ChangeLog b/x11-misc/apwal/ChangeLog index 39589457380f..24a58ef9d766 100644 --- a/x11-misc/apwal/ChangeLog +++ b/x11-misc/apwal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/apwal -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.11 2010/08/24 18:37:52 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.12 2011/03/02 16:20:13 signals Exp $ + + 02 Mar 2011; Kevin McCarthy apwal-0.4.5.ebuild: + Depend on slotted gtk+ and EAPI=2 bump for slot deps. *apwal-0.4.5-r1 (24 Aug 2010) diff --git a/x11-misc/apwal/apwal-0.4.5.ebuild b/x11-misc/apwal/apwal-0.4.5.ebuild index 9997171a5765..6dfcfa978d92 100644 --- a/x11-misc/apwal/apwal-0.4.5.ebuild +++ b/x11-misc/apwal/apwal-0.4.5.ebuild @@ -1,6 +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/apwal/apwal-0.4.5.ebuild,v 1.5 2008/03/23 00:16:35 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v 1.6 2011/03/02 16:20:13 signals Exp $ + +EAPI=2 DESCRIPTION="A simple application launcher and combined editor" HOMEPAGE="http://apwal.free.fr/" @@ -11,17 +13,14 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.0 +RDEPEND="x11-libs/gtk+:2 dev-libs/libxml2" DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { # ugly hardcoded cflags # and prevent strip sed -i \ -- cgit v1.2.3-65-gdbad