summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/suxpanel')
-rw-r--r--x11-misc/suxpanel/ChangeLog7
-rw-r--r--x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog
index 595fd1ca4186..37e429439fa9 100644
--- a/x11-misc/suxpanel/ChangeLog
+++ b/x11-misc/suxpanel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/suxpanel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.11 2010/08/27 15:48:45 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.12 2011/03/02 18:06:48 signals Exp $
+
+ 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> suxpanel-0.4b-r1.ebuild:
+ Slotted gtk+ depend and EAPI=2 bump to support it.
*suxpanel-0.4b-r3 (27 Aug 2010)
diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild
index ca7a5a88bf53..a9f9d3c1432d 100644
--- a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild
+++ b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 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/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.3 2010/06/06 17:18:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.4 2011/03/02 18:06:48 signals Exp $
+EAPI=2
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="SuxPanel is a complete rewrite of MacOS Style Panel, a light-weight X11 desktop panel"
@@ -13,14 +14,12 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libwnck"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-Makefile.in.patch
epatch "${FILESDIR}"/${P}-stdlib.patch
}