diff options
author | David Shakaryan <omp@gentoo.org> | 2006-12-04 01:27:55 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-12-04 01:27:55 +0000 |
commit | 1cd4cad969863cb9d5a63f1782d13b62e031dcbc (patch) | |
tree | fbbd2d86622bf2bb9c53660916acaaca34d0a598 /x11-misc/fbpanel | |
parent | Add dev-util/pkgconfig to DEPEND and remove older version. (diff) | |
download | gentoo-2-1cd4cad969863cb9d5a63f1782d13b62e031dcbc.tar.gz gentoo-2-1cd4cad969863cb9d5a63f1782d13b62e031dcbc.tar.bz2 gentoo-2-1cd4cad969863cb9d5a63f1782d13b62e031dcbc.zip |
Fix DEPEND, minor cleanup and remove older versions.
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-4.3.ebuild | 16 | ||||
-rw-r--r-- | x11-misc/fbpanel/files/digest-fbpanel-4.3 | 2 |
3 files changed, 16 insertions, 10 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index 4931c24790ac..5e4322ecf019 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fbpanel -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.26 2005/09/25 15:50:32 ka0ttic Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.27 2006/12/04 01:27:55 omp Exp $ + + 04 Dec 2006; David Shakaryan <omp@gentoo.org> -fbpanel-3.16.ebuild, + -fbpanel-4.1.ebuild, fbpanel-4.3.ebuild: + Fix DEPEND, minor cleanup and remove older versions. 25 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> fbpanel-4.3.ebuild: Don't let build override CC and CFLAGS, bug #106263. diff --git a/x11-misc/fbpanel/fbpanel-4.3.ebuild b/x11-misc/fbpanel/fbpanel-4.3.ebuild index fbae4b18c6e1..20f75a764666 100644 --- a/x11-misc/fbpanel/fbpanel-4.3.ebuild +++ b/x11-misc/fbpanel/fbpanel-4.3.ebuild @@ -1,25 +1,25 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.5 2005/09/25 15:50:32 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-4.3.ebuild,v 1.6 2006/12/04 01:27:55 omp Exp $ inherit toolchain-funcs DESCRIPTION="fbpanel is a light-weight X11 desktop panel" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://fbpanel.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="alpha ~amd64 ppc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 - >=sys-apps/sed-4" RDEPEND=">=x11-libs/gtk+-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e '/^CFLAGS/d;/^CC/d' Makefile.common } @@ -30,6 +30,6 @@ src_compile() { } src_install () { - emake install PREFIX=${D}/usr || die - dodoc README CREDITS COPYING CHANGELOG + emake install PREFIX="${D}/usr" || die + dodoc README CREDITS CHANGELOG } diff --git a/x11-misc/fbpanel/files/digest-fbpanel-4.3 b/x11-misc/fbpanel/files/digest-fbpanel-4.3 index 4d59704a442f..99887ba602a0 100644 --- a/x11-misc/fbpanel/files/digest-fbpanel-4.3 +++ b/x11-misc/fbpanel/files/digest-fbpanel-4.3 @@ -1 +1,3 @@ MD5 2d2f3713cf3c17b71997064f39d4c888 fbpanel-4.3.tgz 95702 +RMD160 0e9109524f1e17e14e2af6d23b0e595402e972df fbpanel-4.3.tgz 95702 +SHA256 e4db7a6305ffe2333fae08c940ded8f7e5b02999e0917b0ea4ef3764c80f58c8 fbpanel-4.3.tgz 95702 |