commit: ccf4775522529a028a7a62cefc7836fed69d5967
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 09:54:14 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 6 09:54:30 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccf47755
dev-libs/appstream: Remove obsolete versionator.eclass
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-libs/appstream/appstream-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-libs/appstream/appstream-9999.ebuild
b/dev-libs/appstream/appstream-9999.ebuild
index 184c0c96b5..96d764b8fe 100644
--- a/dev-libs/appstream/appstream-9999.ebuild
+++ b/dev-libs/appstream/appstream-9999.ebuild
@@ -9,7 +9,6 @@ if [[ ${PV} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ximion/${PN}"
else
- inherit versionator
MY_PV="$(ver_rs 1- _)"
MY_P="APPSTREAM_${MY_PV}"
SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz ->
${P}.tar.gz"