commit: bae5cef1d5d1bd0ed3cb1512f813414c1b13ba8f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 10:17:12 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 10:17:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae5cef1
media-sound/picard: 2.0.4 version bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/picard/Manifest | 1 +
.../picard/{picard-9999.ebuild => picard-2.0.4.ebuild} | 15 ++++++++-------
media-sound/picard/picard-9999.ebuild | 5 ++---
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/media-sound/picard/Manifest b/media-sound/picard/Manifest
index 56d3049fc4e..fbc6a04f977 100644
--- a/media-sound/picard/Manifest
+++ b/media-sound/picard/Manifest
@@ -1 +1,2 @@
DIST picard-2.0.3.tar.gz 2748358 BLAKE2B
ff71f9d7836b9f797a539db772e2ffcb8cb9ba4c25997c01590292bf1b7b5d311089174313af86f1eb0e82af48bc8f350578ae6bdffba3c6b3bf98b934481f8d
SHA512
759252fa3c43af1bfc09d85ef90fe451e674bfebaee31838bd2779380d1b8ad817f899896baeccf583464566eb2acfe886c8288d1757faaaff2dc17c3b8ef6ae
+DIST picard-2.0.4.tar.gz 2759058 BLAKE2B
e8a2a5aed7b8c99e31c1765906481432d310fd41fa01a611c7d82b182468cf4bfeb5a5aaab74c96c0971f21af3ba690537212c29c75433296cab6a1a409edf6d
SHA512
cdc5f1ddeb84705fc792fb77a6d0ba06a5baf812799054ac0fd4959dfe788009f25b6f89ad0c28720f1c7c85af61534ca4f1e9e8efd6ec3cc78578d0f0b3ab32
diff --git a/media-sound/picard/picard-9999.ebuild
b/media-sound/picard/picard-2.0.4.ebuild
similarity index 82%
copy from media-sound/picard/picard-9999.ebuild
copy to media-sound/picard/picard-2.0.4.ebuild
index 89f14c4bd17..760daf7633e 100644
--- a/media-sound/picard/picard-9999.ebuild
+++ b/media-sound/picard/picard-2.0.4.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
DISTUTILS_SINGLE_IMPL=1
DISABLE_AUTOFORMATTING=true
+inherit distutils-r1 gnome2-utils readme.gentoo-r1 xdg-utils
-EGIT_REPO_URI="https://github.com/metabrainz/picard"
-inherit distutils-r1 git-r3 gnome2-utils readme.gentoo-r1 xdg-utils
-
-DESCRIPTION="A cross-platform music tagger"
+DESCRIPTION="Cross-platform music tagger"
HOMEPAGE="https://picard.musicbrainz.org"
+SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="
@@ -28,6 +27,8 @@ DEPEND="
RESTRICT="test" # doesn't work with ebuilds
+S="${WORKDIR}/${PN}-release-${PV}"
+
python_compile() {
local build_args=(
--disable-autoupdate
diff --git a/media-sound/picard/picard-9999.ebuild
b/media-sound/picard/picard-9999.ebuild
index 89f14c4bd17..e29c2cbc2b5 100644
--- a/media-sound/picard/picard-9999.ebuild
+++ b/media-sound/picard/picard-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
DISTUTILS_SINGLE_IMPL=1
DISABLE_AUTOFORMATTING=true
-
EGIT_REPO_URI="https://github.com/metabrainz/picard"
inherit distutils-r1 git-r3 gnome2-utils readme.gentoo-r1 xdg-utils