From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75019138334 for ; Thu, 13 Dec 2018 10:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42FD5E091F; Thu, 13 Dec 2018 10:19:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 032F6E091F for ; Thu, 13 Dec 2018 10:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A67E4335C8F for ; Thu, 13 Dec 2018 10:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1F84CE for ; Thu, 13 Dec 2018 10:19:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544696232.bae5cef1d5d1bd0ed3cb1512f813414c1b13ba8f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/picard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/picard/Manifest media-sound/picard/picard-2.0.4.ebuild media-sound/picard/picard-9999.ebuild X-VCS-Directories: media-sound/picard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bae5cef1d5d1bd0ed3cb1512f813414c1b13ba8f X-VCS-Branch: master Date: Thu, 13 Dec 2018 10:19:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ab9fca1-6791-49d3-be69-a264138c4350 X-Archives-Hash: c6c9f01edd13c4a7b004a8668ff5613f commit: bae5cef1d5d1bd0ed3cb1512f813414c1b13ba8f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 10:17:12 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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