commit:     9056211f5f9ea47334f8ca4aeaab38b9ce173163
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 19:00:56 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 19:00:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056211f

media-gfx/exiv2: 0.27.3 version bump

Bug: https://bugs.gentoo.org/701902
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/exiv2/Manifest                                         | 2 +-
 media-gfx/exiv2/{exiv2-0.27.3_rc2.ebuild => exiv2-0.27.3.ebuild} | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
index 8547f008a0f..4946e9e6a68 100644
--- a/media-gfx/exiv2/Manifest
+++ b/media-gfx/exiv2/Manifest
@@ -1,2 +1,2 @@
 DIST exiv2-0.27.2-Source.tar.gz 27591236 BLAKE2B 
bd10d71356e4c8a465b71f8ceac07fbf2fd6cfb287cb22774568ad35eb38200be504e297224920af50a15ab4e9da98384ff4da7c33713f5346b33738380698b0
 SHA512 
39eb7d920dce18b275ac66f4766c7c73f7c72ee10e3e1e43d84c611b24f48ce20a70eac6d53948914e93242a25b8b52cc4bc760ee611ddcd77481306c1f9e721
-DIST exiv2-0.27.3.20-Source.tar.gz 26462789 BLAKE2B 
1fab5636f2ff69a6e61b78e29f8f536ef699bc7eb6e32edfd2f643805205df99502a3e1a9654dd8cd60e4f948d1442aa2bf4c4e71a345adaf310746bce5054c5
 SHA512 
4efd358adf615b924ef5446b68b7b7e260dd243179c8aa290006ea84d2fa08ab7069aa1af80b594858600660e184c80613c9254e66320d47087e00c9eccc8448
+DIST exiv2-0.27.3-Source.tar.gz 26447901 BLAKE2B 
ac13e6d8fce83923278cfeb628f143310a3c62b42936c8ed8b302a2c3df4c36f5666fa749adfb1d745e42da8f519762532e6fc281993aa55bcd7ce56e08c6e3e
 SHA512 
3f5758ee862b811eeb89cc75fc2bbd8bf10329efa2ce1e68555cdc7729faa6cfd1603e0cc859fbdbe6d8fd5e53bd9b9e6d869d8a20ed17497bf87ce78c005de9

diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild 
b/media-gfx/exiv2/exiv2-0.27.3.ebuild
similarity index 88%
rename from media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
rename to media-gfx/exiv2/exiv2-0.27.3.ebuild
index 276e4ea019b..273b13df3d3 100644
--- a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.3.ebuild
@@ -7,12 +7,13 @@ if [[ ${PV} = *9999 ]]; then
        EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git";
        inherit git-r3
 else
-       
SRC_URI="https://pre-release.exiv2.org/builds/${P/_rc2/.20}-Source.tar.gz";
-#      KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+       SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+       S="${WORKDIR}/${P}-Source"
 fi
 
 CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit cmake-multilib python-any-r1
 
 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
@@ -46,8 +47,6 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md doc/ChangeLog doc/cmd.txt )
 
-S="${WORKDIR}/${P/_rc2/.20}-Source"
-
 pkg_setup() {
        use doc && python-any-r1_pkg_setup
 }

Reply via email to