diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-07 20:11:12 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-07 20:11:12 +0000 |
commit | 0ca93f63f030a1f2e793dbd786b10ca8af768969 (patch) | |
tree | a2702390e77963d1d6f1f608f63b8f0eabce3735 /x11-misc/suxpanel | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-0ca93f63f030a1f2e793dbd786b10ca8af768969.tar.gz gentoo-2-0ca93f63f030a1f2e793dbd786b10ca8af768969.tar.bz2 gentoo-2-0ca93f63f030a1f2e793dbd786b10ca8af768969.zip |
x86 stable as only modification was to include stdlib for this arch, remove old.
(Portage version: 2.1.4.4)
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 | 4 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b.ebuild | 37 |
3 files changed, 8 insertions, 40 deletions
diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog index 07279e0f898e..8b835fcfb623 100644 --- a/x11-misc/suxpanel/ChangeLog +++ b/x11-misc/suxpanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/suxpanel # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.8 2008/04/03 16:32:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.9 2008/04/07 20:11:12 drac Exp $ + + 07 Apr 2008; Samuli Suominen <drac@gentoo.org> -suxpanel-0.4b.ebuild, + suxpanel-0.4b-r1.ebuild: + x86 stable as only modification was to include stdlib for this arch, remove + old. *suxpanel-0.4b-r1 (03 Apr 2008) diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild index bf3622cc296e..265e199799af 100644 --- a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.1 2008/04/03 16:32:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.2 2008/04/07 20:11:12 drac Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://suxpanel.berlios.de" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2 diff --git a/x11-misc/suxpanel/suxpanel-0.4b.ebuild b/x11-misc/suxpanel/suxpanel-0.4b.ebuild deleted file mode 100644 index f70a7c86820c..000000000000 --- a/x11-misc/suxpanel/suxpanel-0.4b.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b.ebuild,v 1.3 2008/02/18 20:42:55 cla Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="SuxPanel is a complete rewrite of MacOS Style Panel, a light-weight X11 desktop panel" -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" -HOMEPAGE="http://suxpanel.berlios.de" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2 - x11-libs/libwnck" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.in.patch -} - -src_compile() { - tc-export CC - econf - emake || die "emake failed." -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed." - dobin suxpanel-install.sh - dodoc README -} |