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 | |
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')
-rw-r--r-- | net-p2p/kmldonkey/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/kmldonkey/files/kmldonkey-0.10.1-failed-dialog-189334.diff | 12 | ||||
-rw-r--r-- | net-p2p/kmldonkey/files/kmldonkey-0.10.1-sandbox.patch | 10 | ||||
-rw-r--r-- | net-p2p/kmldonkey/files/kmldonkey-0.11-sandbox.patch | 10 | ||||
-rw-r--r-- | net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch | 10 | ||||
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.10.1-r1.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.11.ebuild | 30 | ||||
-rw-r--r-- | net-p2p/ktorrent/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-2.2.5-avahi-check.patch | 55 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild | 57 |
11 files changed, 0 insertions, 230 deletions
diff --git a/net-p2p/kmldonkey/Manifest b/net-p2p/kmldonkey/Manifest index 4172455b..c79633d0 100644 --- a/net-p2p/kmldonkey/Manifest +++ b/net-p2p/kmldonkey/Manifest @@ -1,3 +1 @@ -DIST kmldonkey-0.10.1.tar.bz2 960967 BLAKE2B d3832f6074fd8021e849359e366f8bb8d39cc4f8f0f42279a14716a692074b9cb281fccc9a660f2f99bb8f99cf38c0a65fd9c54f04bb8fb5e4354290acaba15b SHA512 b4264d87507c66e4a4aed14120eca2cc7691584cc66385b13c597a124133e9fd8c47263a526c75db38add6a463c533624542c56340abf77d45d93ba7a5c61cbd -DIST kmldonkey-0.11.tar.gz 1002254 BLAKE2B 22205c2dc8a7be0dacc95cbd8542498e6a87b1ec2fc7f492068369e004e752e4e6bcb6a3e57dc34bf5aef39dee6da481d3be9439290e3d496fd2383959652adc SHA512 6b3191c0b8ce37eedb62f65f2f1b3852a7641552d85a56bd21151545311eca9d3fdfb3d2711916f2c8327d9a8000197edafd71fcd7e64055e74a62061bf81505 DIST kmldonkey-2.0.7.tar.bz2 204642 BLAKE2B 1ecb1987cfbe982dd98740bb3186dd21c0f92766052c41eaa87be08060b7e419de6cddaf06ab0a9af7c40d7493177996b6e3b40fe68315237a939eef3332680d SHA512 59435fc13739fae51eb6ee4c9cdbc1aaddc08251b29208e67671bc7dd9e92cacfefec62a8cab8d780c237eb126b529980d17d00ec80c2e954641b2f18c7b48d2 diff --git a/net-p2p/kmldonkey/files/kmldonkey-0.10.1-failed-dialog-189334.diff b/net-p2p/kmldonkey/files/kmldonkey-0.10.1-failed-dialog-189334.diff deleted file mode 100644 index c983ce08..00000000 --- a/net-p2p/kmldonkey/files/kmldonkey-0.10.1-failed-dialog-189334.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur kmldonkey-0.10.1.orig/src/scripts/submit.cpp kmldonkey-0.10.1/src/scripts/submit.cpp ---- kmldonkey-0.10.1.orig/src/scripts/submit.cpp 2005-07-26 18:40:40.000000000 +0200 -+++ kmldonkey-0.10.1/src/scripts/submit.cpp 2007-09-02 23:36:00.000000000 +0200 -@@ -48,7 +48,7 @@ - { - kdDebug() << "Callback cmd: " << cmd << endl; - kdDebug() << "Callback result: " << res << endl; -- if (res.lower() != "done" && !res.contains("parsing http url", false)) { -+ if (!res.contains("Added link", false)) { - /* - if (res.contains("force_download")) { - if (KMessageBox::warningYesNo(0, i18n("Failed to submit URL %1\n\nForce download?") diff --git a/net-p2p/kmldonkey/files/kmldonkey-0.10.1-sandbox.patch b/net-p2p/kmldonkey/files/kmldonkey-0.10.1-sandbox.patch deleted file mode 100644 index f4a2d5d7..00000000 --- a/net-p2p/kmldonkey/files/kmldonkey-0.10.1-sandbox.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- scr/kded_mldonkey/Makefile.am.orig 2004-09-14 00:34:09.000000000 +0200 -+++ src/kded_mldonkey/Makefile.am 2004-09-14 00:34:22.000000000 +0200 -@@ -21,5 +21,5 @@ - - # Remove obsolete files which this module replaces - install-data-hook: -- -rm -f $(kde_servicesdir)/kded/mobilemule.desktop $(kde_servicesdir)/kded/kmldonkey.desktop -- -rm -f $(kde_moduledir)/kded_mobilemule.* $(kde_moduledir)/kded_kmldonkey.* -+# -rm -f $(kde_servicesdir)/kded/mobilemule.desktop $(kde_servicesdir)/kded/kmldonkey.desktop -+# -rm -f $(kde_moduledir)/kded_mobilemule.* $(kde_moduledir)/kded_kmldonkey.* diff --git a/net-p2p/kmldonkey/files/kmldonkey-0.11-sandbox.patch b/net-p2p/kmldonkey/files/kmldonkey-0.11-sandbox.patch deleted file mode 100644 index ae9a436a..00000000 --- a/net-p2p/kmldonkey/files/kmldonkey-0.11-sandbox.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- kmldonkey/kded_mldonkey/Makefile.am.old 2009-05-25 21:38:29.000000000 +0200 -+++ kmldonkey/kded_mldonkey/Makefile.am 2009-05-25 21:38:44.000000000 +0200 -@@ -21,5 +21,5 @@ - - # Remove obsolete files which this module replaces - install-data-hook: -- -rm -f $(kde_servicesdir)/kded/mobilemule.desktop $(kde_servicesdir)/kded/kmldonkey.desktop -- -rm -f $(kde_moduledir)/kded_mobilemule.* $(kde_moduledir)/kded_kmldonkey.* -+# -rm -f $(kde_servicesdir)/kded/mobilemule.desktop $(kde_servicesdir)/kded/kmldonkey.desktop -+# -rm -f $(kde_moduledir)/kded_mobilemule.* $(kde_moduledir)/kded_kmldonkey.* diff --git a/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch b/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch deleted file mode 100644 index 1ca2fe1a..00000000 --- a/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- kmldonkey/emulecollection.h -+++ kmldonkey/emulecollection.h -@@ -23,6 +23,7 @@ - #ifndef EMULECOLLECTION_H - #define EMULECOLLECTION_H - -+#include <tr1/cstdint> - #include <string> - #include <vector> - 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 -} diff --git a/net-p2p/kmldonkey/kmldonkey-0.11.ebuild b/net-p2p/kmldonkey/kmldonkey-0.11.ebuild deleted file mode 100644 index 378c3997..00000000 --- a/net-p2p/kmldonkey/kmldonkey-0.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.11.ebuild,v 1.3 2009/05/25 19:52:30 scarabeus Exp $ - -ARTS_REQUIRED="never" - -inherit kde - -DESCRIPTION="KMLDonkey is a KDE frontend for the MLDonkey P2P application." -HOMEPAGE="http://www.kmldonkey.org/" -SRC_URI="mirror://kde/Attic/apps/KDE3.x/network/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="=kde-apps/kcontrol-3.5*" - -PATCHES=( - "${FILESDIR}/${PN}-0.11-sandbox.patch" -) - -need-kde 3.5 - -src_unpack() { - kde_src_unpack - - rm -f "${S}/configure" -} diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest index df026f86..085ae3d6 100644 --- a/net-p2p/ktorrent/Manifest +++ b/net-p2p/ktorrent/Manifest @@ -1,2 +1 @@ -DIST ktorrent-2.2.8.tar.bz2 2715406 SHA256 33bdcb57a906694c6f83cfeebfa569846b52ab089bbd6d5e80e8bda74161f783 DIST ktorrent-4.3.1.tar.bz2 2943708 BLAKE2B 520b8f6c59d0bf9b80a7a0c966a72bed743eb4371325217dd536e954f41945cc8c99477e8c85dd7757d6a362a8410a21c9ddebd0ad5f42d437a0cc9865bbf95e SHA512 bf1fa144295cb00fccce3a511afe845bc7bf42d77d70205f5893686e7b1fa78c5799c46c7e4e04435ab6fdd4bc9b3b4a25bffb2c5538a25af36302c60742900e diff --git a/net-p2p/ktorrent/files/ktorrent-2.2.5-avahi-check.patch b/net-p2p/ktorrent/files/ktorrent-2.2.5-avahi-check.patch deleted file mode 100644 index c0f13d53..00000000 --- a/net-p2p/ktorrent/files/ktorrent-2.2.5-avahi-check.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -Naur ktorrent-2.2.5/configure.in.in ktorrent-2.2.5.new/configure.in.in ---- ktorrent-2.2.5/configure.in.in 2008-01-27 13:06:11.000000000 +0100 -+++ ktorrent-2.2.5.new/configure.in.in 2008-01-29 02:05:00.766380548 +0100 -@@ -179,26 +179,31 @@ - m4_pattern_allow(PKG_CONFIG_MIN_VERSION) - PKG_PROG_PKG_CONFIG - --PKG_CHECK_MODULES( AVAHI, avahi-client >= 0.6.10, --[ -- AC_SUBST(AVAHI_CFLAGS) -- AC_SUBST(AVAHI_LIBS) -- avahi=true --], --[ -- missing_avahi_warning=yes -- avahi=false --]) -+AC_ARG_WITH([avahi], AS_HELP_STRING([--without-avahi], [Build without avahi/ZeroConf support (default: test)])) - --PKG_CHECK_MODULES( AVAHI_QT3, avahi-qt3 >= 0.6.10, --[ -- AC_SUBST(AVAHI_QT3_CFLAGS) -- AC_SUBST(AVAHI_QT3_LIBS) -- avahi=true --], --[ -- missing_avahi_warning=yes -- avahi=false --]) -+avahi=false -+if test "x$with_avahi" != "xno"; then -+ PKG_CHECK_MODULES( AVAHI, avahi-client >= 0.6.10, -+ [ -+ AC_SUBST(AVAHI_CFLAGS) -+ AC_SUBST(AVAHI_LIBS) -+ avahi=true -+ ], -+ [ -+ missing_avahi_warning=yes -+ avahi=false -+ ]) -+ -+ PKG_CHECK_MODULES( AVAHI_QT3, avahi-qt3 >= 0.6.10, -+ [ -+ AC_SUBST(AVAHI_QT3_CFLAGS) -+ AC_SUBST(AVAHI_QT3_LIBS) -+ avahi=true -+ ], -+ [ -+ missing_avahi_warning=yes -+ avahi=false -+ ]) -+fi - - AM_CONDITIONAL(COMPILE_ZEROCONF, test x$avahi = xtrue) diff --git a/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch b/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch deleted file mode 100644 index 5675fce4..00000000 --- a/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ktorrent-2.2.8/libktorrent/util/autorotatelogjob.cpp 2008-11-01 17:12:33.000000000 +0200 -+++ ktorrent-2.2.8.new/libktorrent/util/autorotatelogjob.cpp 2009-02-16 22:04:17.000000000 +0200 -@@ -62,8 +62,6 @@ - - if (cnt == 1) - { -- // move current log to 1 and zip it -- bt::Move(file,file + "-1",true); - KIO::Job* sj = KIO::file_move(KURL::fromPathOrURL(file),KURL::fromPathOrURL(file + "-1"),-1,true,false,false); - connect(sj,SIGNAL(result(KIO::Job*)),this,SLOT(moveJobDone(KIO::Job* ))); - } diff --git a/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild b/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild deleted file mode 100644 index e13e22ca..00000000 --- a/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild,v 1.7 2009/06/01 16:28:39 nixnut Exp $ - -EAPI="2" - -LANGS="ar bg br ca cs cy da de el en_GB es et fa fr gl hu it ja ka lt -ms nb nds nl pa pl pt pt_BR ru rw sk sr sr@Latn sv tr uk zh_CN zh_TW" - -USE_KEG_PACKAGING="1" - -inherit kde - -MY_P="${P/_/}" -MY_PV="${PV/_/}" -KEG_PO_DIR="translations" - -DESCRIPTION="A BitTorrent program for KDE." -HOMEPAGE="http://ktorrent.org/" -SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="3.5" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="avahi" - -DEPEND="!<net-p2p/ktorrent-2.2.8-r2 - dev-libs/gmp - >=dev-libs/geoip-1.4.0-r1 - avahi? ( >=net-dns/avahi-0.6.16-r1[qt3] )" -RDEPEND="${DEPEND} - kde-apps/kdebase-kioslaves:3.5" - -S="${WORKDIR}/${MY_P}" - -need-kde 3.5 - -PATCHES=("${FILESDIR}/${PN}-2.2.5-avahi-check.patch" - "${FILESDIR}/${P}-lograce.patch" ) - -src_configure() { - local myconf="${myconf} - $(use_with avahi) - --enable-builtin-country-flags - --enable-knetwork - --enable-system-geoip - --enable-torrent-mimetype - --disable-geoip" - - kde_src_configure -} - -src_install() { - kde_src_install - - rm -rf "${D}/${KDEDIR}"/share/mimelnk/application/x-bittorrent.desktop -} |