diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 10:58:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 10:58:59 +0000 |
commit | 1ce2e2f7989249add7be48f530859434ef338134 (patch) | |
tree | 25072d70ffe5c7b777880d97927c3870511b5e43 /x11-misc/fbpanel | |
parent | alpha stable wrt #210695 (diff) | |
download | gentoo-2-1ce2e2f7989249add7be48f530859434ef338134.tar.gz gentoo-2-1ce2e2f7989249add7be48f530859434ef338134.tar.bz2 gentoo-2-1ce2e2f7989249add7be48f530859434ef338134.zip |
alpha stable wrt #210497, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-4.12.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-4.3.ebuild | 37 |
3 files changed, 7 insertions, 40 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index 2ea0659a284e..5b7fa7d44db0 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fbpanel # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.36 2008/02/19 23:14:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.37 2008/02/21 10:58:59 armin76 Exp $ + + 21 Feb 2008; Raúl Porcel <armin76@gentoo.org> -fbpanel-4.3.ebuild, + fbpanel-4.12.ebuild: + alpha stable wrt #210497, remove old 19 Feb 2008; Christian Faulhammer <opfer@gentoo.org> fbpanel-4.12.ebuild: stable x86, bug 210497 diff --git a/x11-misc/fbpanel/fbpanel-4.12.ebuild b/x11-misc/fbpanel/fbpanel-4.12.ebuild index 9b1626371bce..c8b7531cef7a 100644 --- a/x11-misc/fbpanel/fbpanel-4.12.ebuild +++ b/x11-misc/fbpanel/fbpanel-4.12.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/fbpanel/fbpanel-4.12.ebuild,v 1.4 2008/02/19 23:14:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-4.12.ebuild,v 1.5 2008/02/21 10:58:59 armin76 Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~ppc64 x86" +KEYWORDS="alpha ~amd64 ppc ~ppc64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2" diff --git a/x11-misc/fbpanel/fbpanel-4.3.ebuild b/x11-misc/fbpanel/fbpanel-4.3.ebuild deleted file mode 100644 index 7a63aa1b1926..000000000000 --- a/x11-misc/fbpanel/fbpanel-4.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-4.3.ebuild,v 1.7 2007/02/11 08:14:27 josejx Exp $ - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="fbpanel is a light-weight X11 desktop panel" -HOMEPAGE="http://fbpanel.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha ~amd64 ppc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e '/^CFLAGS/d;/^CC/d' Makefile.common -} - -src_compile() { - ### Compile with -E to preserve symbols for modules - append-ldflags -Wl,-E - # econf not happy here - ./configure --prefix=/usr || die "Configure failed." - emake CHATTY=1 CC=$(tc-getCC) || die "Make failed." -} - -src_install () { - emake install PREFIX="${D}/usr" || die - dodoc README CREDITS CHANGELOG -} |