public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: net-p2p/kmldonkey/
@ 2018-06-20 12:08 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-06-20 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fc9b97fde6c8183d519cf181fd884f573bc8edb9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 11:53:44 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 11:53:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=fc9b97fd

net-p2p/kmldonkey: Import 2.0.7 from Gentoo ebuild repository

Fix 0.11 SRC_URI while at it.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force

 net-p2p/kmldonkey/kmldonkey-0.11.ebuild  |  4 ++--
 net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/net-p2p/kmldonkey/kmldonkey-0.11.ebuild b/net-p2p/kmldonkey/kmldonkey-0.11.ebuild
index d596011..378c399 100644
--- a/net-p2p/kmldonkey/kmldonkey-0.11.ebuild
+++ b/net-p2p/kmldonkey/kmldonkey-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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 $
 
@@ -8,7 +8,7 @@ inherit kde
 
 DESCRIPTION="KMLDonkey is a KDE frontend for the MLDonkey P2P application."
 HOMEPAGE="http://www.kmldonkey.org/"
-SRC_URI="mirror://kde/stable/apps/KDE3.x/network/${P}.tar.gz"
+SRC_URI="mirror://kde/Attic/apps/KDE3.x/network/${P}.tar.gz"
 LICENSE="GPL-2"
 
 SLOT="0"

diff --git a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
new file mode 100644
index 0000000..2b12821
--- /dev/null
+++ b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+QT3SUPPORT_REQUIRED="true"
+inherit kde4-base
+
+DESCRIPTION="Provides integration for the MLDonkey P2P software"
+HOMEPAGE="https://www.kde.org/"
+SRC_URI="https://api.opensuse.org/public/source/home:eduardhc/${PN}-kde4/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="debug"
+
+DEPEND="kde-frameworks/kdelibs:4[plasma(+)]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_Plasma=OFF
+	)
+
+	kde4-base_src_configure
+}
+
+pkg_postinst() {
+	if ! has_version net-p2p/mldonkey ; then
+		elog ${PN} is a only a client, and requires access to an instance of
+		elog net-p2p/mldonkey to function.
+	fi
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-20 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 12:08 [gentoo-commits] proj/kde-sunset:master commit in: net-p2p/kmldonkey/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox