diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 18:06:48 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 18:06:48 +0000 |
commit | 6b7a704462890dacbd3b7d09ead2a59479399a13 (patch) | |
tree | dd52ac85056207935bcf38a432aefc69eaed7f12 /x11-misc/suxpanel | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-6b7a704462890dacbd3b7d09ead2a59479399a13.tar.gz historical-6b7a704462890dacbd3b7d09ead2a59479399a13.tar.bz2 historical-6b7a704462890dacbd3b7d09ead2a59479399a13.zip |
Slotted gtk+ depend and EAPI=2 bump to support it.
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/suxpanel')
-rw-r--r-- | x11-misc/suxpanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild | 11 |
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 } |