diff options
author | 2005-05-16 06:07:31 +0000 | |
---|---|---|
committer | 2005-05-16 06:07:31 +0000 | |
commit | be30c0d3a94b4cf0956b15187c6d9f3d4959c858 (patch) | |
tree | 28a78b4ada7794285b0b999027ab1a16bda58068 /x11-misc/fbdesk | |
parent | Use toolchain-funcs.eclass instead of gcc.eclass. (diff) | |
download | gentoo-2-be30c0d3a94b4cf0956b15187c6d9f3d4959c858.tar.gz gentoo-2-be30c0d3a94b4cf0956b15187c6d9f3d4959c858.tar.bz2 gentoo-2-be30c0d3a94b4cf0956b15187c6d9f3d4959c858.zip |
Remove gcc.eclass from inherit as it doesnt even use it.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r-- | x11-misc/fbdesk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fbdesk/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.1.5.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.2.1.ebuild | 10 |
4 files changed, 13 insertions, 18 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog index f55a355e03ee..d0278a25f844 100644 --- a/x11-misc/fbdesk/ChangeLog +++ b/x11-misc/fbdesk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fbdesk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.13 2005/04/01 19:05:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.14 2005/05/16 06:07:31 ka0ttic Exp $ + + 16 May 2005; Aaron Walker <ka0ttic@gentoo.org> fbdesk-1.1.5.ebuild, + fbdesk-1.2.1.ebuild: + Remove gcc.eclass from inherit as it doesnt even use it. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> fbdesk-1.2.1.ebuild: stable on ia64 diff --git a/x11-misc/fbdesk/Manifest b/x11-misc/fbdesk/Manifest index 41fae33f8630..049e2ffcd7d0 100644 --- a/x11-misc/fbdesk/Manifest +++ b/x11-misc/fbdesk/Manifest @@ -1,6 +1,6 @@ -MD5 901dd727714d19bfcd404c159a97952a fbdesk-1.2.1.ebuild 791 -MD5 61bf7ad087df7c70f73cdaff364fb399 fbdesk-1.1.5.ebuild 739 -MD5 af7bea964c5ef5ca1f3c7529341984a2 ChangeLog 1569 +MD5 6e80d1ae2a58a4a7c64ff9191c611ca8 fbdesk-1.2.1.ebuild 748 +MD5 b9cfed43428ed955c04c085c9d048fb3 fbdesk-1.1.5.ebuild 688 +MD5 a902528c0faf99de51193ee9c1b1bb4d ChangeLog 1722 MD5 416452bedba085c06bd2502510370e1a metadata.xml 162 MD5 39b789020c286f3f1239d3fb96d00aa0 files/digest-fbdesk-1.1.5 64 MD5 c9802bbcd01212346c3bff9690a74759 files/digest-fbdesk-1.2.1 64 diff --git a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild index ea8905ce5b63..a261fb7acc45 100644 --- a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.10 2005/04/01 19:05:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.11 2005/05/16 06:07:31 ka0ttic Exp $ -inherit eutils gcc +inherit eutils DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://www.fluxbox.org/fbdesk/" @@ -21,11 +21,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gcc34.patch } -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog NEWS README diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild index 9b0a462cef38..1dde8942a393 100644 --- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.3 2005/04/01 19:05:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.4 2005/05/16 06:07:31 ka0ttic Exp $ -inherit eutils gcc +inherit eutils DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://www.fluxbox.org/fbdesk/" SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" + IUSE="debug png" LICENSE="GPL-2" SLOT="0" @@ -16,11 +17,6 @@ DEPEND="media-libs/libpng virtual/x11 png? ( media-libs/libpng )" -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { econf \ `use_enable debug` \ |