summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-05-16 06:07:31 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-05-16 06:07:31 +0000
commit9dfc2137e2abcddd5c4fdbeb681c777c081ec6f8 (patch)
tree2461a168ef058479334b679b74456670a2b38a8e /x11-misc/fbdesk
parentUse toolchain-funcs.eclass instead of gcc.eclass. (diff)
downloadhistorical-9dfc2137e2abcddd5c4fdbeb681c777c081ec6f8.tar.gz
historical-9dfc2137e2abcddd5c4fdbeb681c777c081ec6f8.tar.bz2
historical-9dfc2137e2abcddd5c4fdbeb681c777c081ec6f8.zip
Remove gcc.eclass from inherit as it doesnt even use it.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r--x11-misc/fbdesk/ChangeLog6
-rw-r--r--x11-misc/fbdesk/Manifest16
-rw-r--r--x11-misc/fbdesk/fbdesk-1.1.5.ebuild9
-rw-r--r--x11-misc/fbdesk/fbdesk-1.2.1.ebuild10
4 files changed, 23 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..084b4f8c2140 100644
--- a/x11-misc/fbdesk/Manifest
+++ b/x11-misc/fbdesk/Manifest
@@ -1,7 +1,17 @@
-MD5 901dd727714d19bfcd404c159a97952a fbdesk-1.2.1.ebuild 791
-MD5 61bf7ad087df7c70f73cdaff364fb399 fbdesk-1.1.5.ebuild 739
-MD5 af7bea964c5ef5ca1f3c7529341984a2 ChangeLog 1569
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 61711b0a572618f7a20bb24eb1ce2381 fbdesk-1.2.1.ebuild 747
+MD5 fe8932509357e388b8132cd283f57e6d fbdesk-1.1.5.ebuild 687
+MD5 d11efa95fcc1200f0ac198e40913662a ChangeLog 1721
MD5 416452bedba085c06bd2502510370e1a metadata.xml 162
MD5 39b789020c286f3f1239d3fb96d00aa0 files/digest-fbdesk-1.1.5 64
MD5 c9802bbcd01212346c3bff9690a74759 files/digest-fbdesk-1.2.1 64
MD5 6c03b221f71103953d36a49670e85246 files/fbdesk-1.1.5-gcc34.patch 2462
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCiDivEZCkKN40op4RAnzGAJ4+uxMfu5NxG+7YBWcSLojFpQ7M7ACgiiHx
+V5PIDtbZ39X1ohUoP4GCiLE=
+=J8hn
+-----END PGP SIGNATURE-----
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` \