summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-10-23 00:19:32 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-10-23 00:19:32 +0000
commitabdd62c9f4e48006f883339662159a1ffc84bfb9 (patch)
treef313f22a4b597fac9b3a70883f0e3e0142d881a9 /x11-misc/basket
parentFixed RDEPEND to virtual/jre instead of virtual/jdk. (diff)
downloadhistorical-abdd62c9f4e48006f883339662159a1ffc84bfb9.tar.gz
historical-abdd62c9f4e48006f883339662159a1ffc84bfb9.tar.bz2
historical-abdd62c9f4e48006f883339662159a1ffc84bfb9.zip
fixed multiple ebuils issues
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-misc/basket')
-rw-r--r--x11-misc/basket/ChangeLog5
-rw-r--r--x11-misc/basket/Manifest18
-rw-r--r--x11-misc/basket/basket-0.5.0.ebuild18
3 files changed, 14 insertions, 27 deletions
diff --git a/x11-misc/basket/ChangeLog b/x11-misc/basket/ChangeLog
index 01c55fe39432..cbf4c6df111f 100644
--- a/x11-misc/basket/ChangeLog
+++ b/x11-misc/basket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/basket
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.7 2005/06/19 16:04:26 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.8 2005/10/23 00:19:31 carlo Exp $
+
+ 23 Oct 2005; Carsten Lohrke <carlo@gentoo.org> basket-0.5.0.ebuild:
+ fixed multiple ebuils issues
*basket-0.5.0 (19 Jun 2005)
diff --git a/x11-misc/basket/Manifest b/x11-misc/basket/Manifest
index e1f68679e65c..2a595189919a 100644
--- a/x11-misc/basket/Manifest
+++ b/x11-misc/basket/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 682fe1f9c08a4d3f4b5608d93e6c36b1 ChangeLog 971
-MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 3a5128d624103803bd71227425b11a08 basket-0.4.0d.ebuild 503
-MD5 2e70f00f82224d74173682ed9cbea819 basket-0.5.0.ebuild 763
+MD5 4134f56d7d4f104e49a09091bc468bd4 basket-0.5.0.ebuild 652
+MD5 9a857873d6c9b63c730dd9daca71ac9a ChangeLog 1072
+MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 1a9c1e6cd25c2910634165d0a87ed671 files/digest-basket-0.5.0 79
MD5 8433b9ef958f62f31c4a2b5c3c45b520 files/digest-basket-0.4.0d 65
MD5 770706f890ef65821f7eaa27000313e4 files/basket-0.5.0-noarts.patch 3468
-MD5 1a9c1e6cd25c2910634165d0a87ed671 files/digest-basket-0.5.0 79
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCtZfkl5AvwDPiUowRAqxlAKC/mlkCKIKVXn9t8FRaMImNFsRzNACfdxnj
-PB5u4SD4ZL5zZmql85xm+FU=
-=VK18
------END PGP SIGNATURE-----
diff --git a/x11-misc/basket/basket-0.5.0.ebuild b/x11-misc/basket/basket-0.5.0.ebuild
index a5b307802ebc..89fe50c832de 100644
--- a/x11-misc/basket/basket-0.5.0.ebuild
+++ b/x11-misc/basket/basket-0.5.0.ebuild
@@ -1,31 +1,25 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-0.5.0.ebuild,v 1.1 2005/06/19 16:04:26 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-0.5.0.ebuild,v 1.2 2005/10/23 00:19:32 carlo Exp $
inherit eutils kde
-need-kde 3.3
-need-qt 3
-
-IUSE="arts"
DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
SRC_URI="http://basket.kde.org/downloads/index.php?file=${P}.tar.gz"
+SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
+IUSE=""
-DEPEND="virtual/x11
- arts? ( kde-base/arts )"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS REDME TODO"
+need-kde 3.3
src_unpack() {
- unpack ${A}
+ kde_src_unpack
- cd ${S}
# patch from basket developer to solve compilation
# problemes on systems without arts
- ! use arts && epatch ${FILESDIR}/${P}-noarts.patch
+ use arts || epatch ${FILESDIR}/${P}-noarts.patch
}