summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McCarthy <signals@gentoo.org>2011-03-02 16:20:13 +0000
committerKevin McCarthy <signals@gentoo.org>2011-03-02 16:20:13 +0000
commit15c87bab30e10c7e532098d2afa3fc03ca06216e (patch)
tree81859f51317c57b0d62ea28292a7a85fd78d899a /x11-misc/apwal
parentSlotted gtk+ (diff)
downloadgentoo-2-15c87bab30e10c7e532098d2afa3fc03ca06216e.tar.gz
gentoo-2-15c87bab30e10c7e532098d2afa3fc03ca06216e.tar.bz2
gentoo-2-15c87bab30e10c7e532098d2afa3fc03ca06216e.zip
Slotted gtk+
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/apwal')
-rw-r--r--x11-misc/apwal/ChangeLog7
-rw-r--r--x11-misc/apwal/apwal-0.4.5.ebuild13
2 files changed, 11 insertions, 9 deletions
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 <signals@gentoo.org> 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 \