summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-27 16:51:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-27 17:15:44 +0200
commit3f52a892f3628fa5a8202568a61a81fe1931bdd8 (patch)
tree1f4dd3896a215df06ed3add230c4386c4c1fe006
parentnet-p2p/ktorrent: Drop IUSE=kross, cleanup obsolete versionator stuff (diff)
downloadkde-sunset-3f52a892f3628fa5a8202568a61a81fe1931bdd8.tar.gz
kde-sunset-3f52a892f3628fa5a8202568a61a81fe1931bdd8.tar.bz2
kde-sunset-3f52a892f3628fa5a8202568a61a81fe1931bdd8.zip
net-libs/libktorrent: Cleanup obsolete versionator stuff
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--net-libs/libktorrent/Manifest2
-rw-r--r--net-libs/libktorrent/libktorrent-1.3.1.ebuild12
2 files changed, 4 insertions, 10 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
index 3427b528..9efe8bf1 100644
--- a/net-libs/libktorrent/Manifest
+++ b/net-libs/libktorrent/Manifest
@@ -1 +1 @@
-DIST libktorrent-1.3.1.tar.bz2 863105 BLAKE2B e3461232896da2e1857bbd3a97ec5d94c0b41992f2c15c5909f41bd63e566b5fe883d20c9c1d035aebaee4ab76ac695404fd46a80c1a353d61168d13c81ff153 SHA512 63dd4a642da4808cfe414bf4767185daf3233def5259c3f9ab899be58f263c16362eaa5e01383bf9acd78a381bc3915a84965d17f1bd10054cf94851294b622b
+DIST .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 0985485f..848b8c1d 100644
--- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
@@ -1,15 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
KDE_SCM="git"
if [[ ${PV} != 9999* ]]; then
- inherit versionator
- # upstream likes to skip that _ in beta releases
- MY_PV="${PV/_/}"
- KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3 ${MY_PV})
- MY_P="${PN}-${MY_PV}"
KDE_HANDBOOK="optional"
KDE_DOC_DIRS="doc"
@@ -21,9 +16,8 @@ fi
VIRTUALX_REQUIRED="test"
inherit kde4-base
-DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent
-https://userbase.kde.org/KTorrent"
+DESCRIPTION="BitTorrent library based on KDELibs4 Platform"
+HOMEPAGE="https://apps.kde.org/ktorrent/ https://userbase.kde.org/KTorrent"
LICENSE="GPL-2"
SLOT="4"