From 3f52a892f3628fa5a8202568a61a81fe1931bdd8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 27 Apr 2021 16:51:34 +0200 Subject: net-libs/libktorrent: Cleanup obsolete versionator stuff Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- net-libs/libktorrent/Manifest | 2 +- net-libs/libktorrent/libktorrent-1.3.1.ebuild | 12 +++--------- 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" -- cgit v1.2.3-65-gdbad