diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-24 04:01:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-30 01:51:51 +0100 |
commit | 0aca59c7874b53ca27f75b862b22376000fabd9c (patch) | |
tree | 28de0d3e52a5dc965280db2956a63ab754ce284d /net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild | |
parent | */*: Remove ancient kde.eclass revdeps with "need-kde 3.4" (diff) | |
download | kde-sunset-0aca59c7874b53ca27f75b862b22376000fabd9c.tar.gz kde-sunset-0aca59c7874b53ca27f75b862b22376000fabd9c.tar.bz2 kde-sunset-0aca59c7874b53ca27f75b862b22376000fabd9c.zip |
*/*: Remove ancient kde.eclass revdeps with "need-kde 3.5"
kde.eclass revdeps broken by ancient deps.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild')
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild b/net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild deleted file mode 100644 index 2122f735..00000000 --- a/net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild,v 1.5 2008/02/19 02:02:02 ingmar Exp $ - -inherit kde eutils - -DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 3" -HOMEPAGE="http://www.kmldonkey.org/" -SRC_URI="http://savannah.nongnu.org/download/kmldonkey/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="=kde-apps/kcontrol-3.5*" - -need-kde 3.5 - -src_unpack() { - kde_src_unpack - - epatch "${FILESDIR}/${P}-sandbox.patch" - epatch "${FILESDIR}/${P}-failed-dialog-189334.diff" - rm -f "${S}/configure" -} - -pkg_postinst() { - echo - einfo "To configure Kmldonkey, you can use the KDE Control Center." - echo -} |