commit:     853f40ddaa12da3c13309e3421c825adf63200c3
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 19 09:02:39 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 19 17:36:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=853f40dd

dev-util/rpmlint: add 2.0.0, drop 1.11_p20210515

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-util/rpmlint/Manifest                                            | 2 +-
 .../rpmlint/{rpmlint-1.11_p20210515.ebuild => rpmlint-2.0.0.ebuild}  | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
index 5c9b4c880..2b0e122ca 100644
--- a/dev-util/rpmlint/Manifest
+++ b/dev-util/rpmlint/Manifest
@@ -1 +1 @@
-DIST rpmlint-1.11_p20210515.tar.gz 5670517 BLAKE2B 
b85727f45cf56a89d0b7a1394b72f627cde6704236851e548712c19389baced8dc86995fad0d5ee274e79e10cece553e4b2870b012d8063eef93d56c03f5ee5c
 SHA512 
c8b40b93cfeb16b96588536948c84b0bbfed18b9e63668b68d8b7574e7bc90c5a15a7efc2b612ea4d4db470b156f5e29abee7acb69f3edb86d20482e499b0140
+DIST rpmlint-2.0.0.tar.gz 5670600 BLAKE2B 
31ce8c8c630c967204d9fc5768a6689656e941d0498b53274e4a147ebd15eeafeed0fe14a0df258201c105a03216a6b32c0600008605778ea2c8306ec5d76e65
 SHA512 
f8f65ec90306bf59c0e31a8a3434477c38b8fb08aa2798b805afd57a506b00110797d514431e69dcb8dde5a54afad8606d8e1c973b8584c47cebed1420d6d61c

diff --git a/dev-util/rpmlint/rpmlint-1.11_p20210515.ebuild 
b/dev-util/rpmlint/rpmlint-2.0.0.ebuild
similarity index 93%
rename from dev-util/rpmlint/rpmlint-1.11_p20210515.ebuild
rename to dev-util/rpmlint/rpmlint-2.0.0.ebuild
index a8543c0f3..65521078b 100644
--- a/dev-util/rpmlint/rpmlint-1.11_p20210515.ebuild
+++ b/dev-util/rpmlint/rpmlint-2.0.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI="7"
 
-COMMIT="af4cbdcc93267c065fbb7c7248d203977343523f"
 DISTUTILS_SINGLE_IMPL=1
 PYTHON_COMPAT=( python3_{7,8,9} )
 
@@ -11,8 +10,8 @@ inherit distutils-r1
 
 DESCRIPTION="Tool for checking common errors in RPM packages"
 HOMEPAGE="https://github.com/rpm-software-management/rpmlint";
-SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
+SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"

Reply via email to