summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-23 17:28:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-23 21:05:30 +0200
commitb42005521b8ac0f69da65d3d07857f8e6e06c48a (patch)
treedd48717742bd44ad3530d1bd912a0ff5ee99b5ee /net-libs
parentmedia-sound/amarok: Depend on app-crypt/qca:2-qt4 +some fixes (diff)
downloadkde-sunset-b42005521b8ac0f69da65d3d07857f8e6e06c48a.tar.gz
kde-sunset-b42005521b8ac0f69da65d3d07857f8e6e06c48a.tar.bz2
kde-sunset-b42005521b8ac0f69da65d3d07857f8e6e06c48a.zip
net-libs/libktorrent: Depend on app-crypt/qca:2-qt4, switch SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libktorrent/Manifest2
-rw-r--r--net-libs/libktorrent/libktorrent-1.3.1.ebuild13
2 files changed, 6 insertions, 9 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
index 85a5e486..3427b528 100644
--- a/net-libs/libktorrent/Manifest
+++ b/net-libs/libktorrent/Manifest
@@ -1 +1 @@
-DIST libktorrent-1.3.1.tar.bz2 863105 SHA256 2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725 SHA512 63dd4a642da4808cfe414bf4767185daf3233def5259c3f9ab899be58f263c16362eaa5e01383bf9acd78a381bc3915a84965d17f1bd10054cf94851294b622b WHIRLPOOL 1ad34d8e4ad3ad1b8a810d3a2eec1bd13a978ef6be1230521789021160ff0814909052fe2b39efb212276b944d7a5560c0bc0e104eb62f5399062c0d5194348e
+DIST libktorrent-1.3.1.tar.bz2 863105 BLAKE2B e3461232896da2e1857bbd3a97ec5d94c0b41992f2c15c5909f41bd63e566b5fe883d20c9c1d035aebaee4ab76ac695404fd46a80c1a353d61168d13c81ff153 SHA512 63dd4a642da4808cfe414bf4767185daf3233def5259c3f9ab899be58f263c16362eaa5e01383bf9acd78a381bc3915a84965d17f1bd10054cf94851294b622b
diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
index 2980cc3f..4c8cf5bf 100644
--- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,11 +13,7 @@ if [[ ${PV} != 9999* ]]; then
KDE_HANDBOOK="optional"
KDE_DOC_DIRS="doc"
- KDE_LINGUAS="ar ast be bg bs ca ca@valencia cs da de el en_GB eo es et eu
- fi fr ga gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn oc pl
- pt pt_BR ro ru se si sk sl sr sr@ijekavian sr@ijekavianlatin
- sr@latin sv tr ug uk zh_CN zh_TW"
- SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
+ SRC_URI="http://deb.debian.org/debian/pool/main/libk/${PN}/${P/-/_}.orig.tar.bz2 -> ${MY_P}.tar.bz2"
S="${WORKDIR}"/"${MY_P}"
KEYWORDS="~amd64 ~arm ~x86"
@@ -26,14 +22,15 @@ VIRTUALX_REQUIRED="test"
inherit kde4-base
DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="http://ktorrent.pwsp.net/"
+HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent
+https://userbase.kde.org/KTorrent"
LICENSE="GPL-2"
SLOT="4"
IUSE="debug"
RDEPEND="
- app-crypt/qca:2[qt4(+)]
+ app-crypt/qca:2-qt4
dev-libs/gmp:0=
dev-libs/libgcrypt:0=
"