commit: 3f52a892f3628fa5a8202568a61a81fe1931bdd8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 14:51:34 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 15:15:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3f52a892
net-libs/libktorrent: Cleanup obsolete versionator stuff
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libktorrent/libktorrent-1.3.1.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
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"