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 121A81395E2 for ; Tue, 13 Dec 2016 01:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925E521C088; Mon, 12 Dec 2016 17:23:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BDD821C088 for ; Mon, 12 Dec 2016 17:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B3D3341229 for ; Mon, 12 Dec 2016 17:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A29542476 for ; Mon, 12 Dec 2016 17:23:25 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1481563399.3fac5fffe2a1534a4137ba973174f09d02242a00.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/puddletag/Manifest media-sound/puddletag/puddletag-1.2.0.ebuild X-VCS-Directories: media-sound/puddletag/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 3fac5fffe2a1534a4137ba973174f09d02242a00 X-VCS-Branch: master Date: Mon, 12 Dec 2016 17:23:25 +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-Archives-Salt: a8fce864-bb0e-47aa-b24e-8887368d3579 X-Archives-Hash: 18e2256ccd26723a54f94faf02a96f86 commit: 3fac5fffe2a1534a4137ba973174f09d02242a00 Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Dec 12 17:23:19 2016 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Dec 12 17:23:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fac5fff media-sound/puddletag: Version bump. Package-Manager: portage-2.3.0 media-sound/puddletag/Manifest | 1 + media-sound/puddletag/puddletag-1.2.0.ebuild | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest index 735bdb8..978bc64 100644 --- a/media-sound/puddletag/Manifest +++ b/media-sound/puddletag/Manifest @@ -1 +1,2 @@ DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05 +DIST puddletag-1.2.0.tar.gz 1231226 SHA256 12dab2c3dbbb1ee63ea26f17af969ebdbcbf1c9e4265f9d9f6f6d16b227120d5 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611 WHIRLPOOL 18284241702de58af79d5cd8254c50e94badf785b5ff48945b6f02069b8e461a28b0af585d5bc884933223bbb92a69a0927d8717889aa3bf7d63c1be0c3fbfde diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild new file mode 100644 index 00000000..f2663c6 --- /dev/null +++ b/media-sound/puddletag/puddletag-1.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 fdo-mime + +DESCRIPTION="Audio tag editor" +HOMEPAGE="http://docs.puddletag.net/" +SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="acoustid cover musicbrainz quodlibet" + +DEPEND="" +RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg] + >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}] + >=media-libs/mutagen-1.21[${PYTHON_USEDEP}] + >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}] + acoustid? ( >=media-libs/chromaprint-0.6 ) + musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] ) + cover? ( dev-python/pillow[${PYTHON_USEDEP}] ) + quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] ) + >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}] + >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]" + +DOCS=(changelog HACKING NEWS THANKS TODO)