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 18443138334 for ; Mon, 9 Dec 2019 12:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3766BE0898; Mon, 9 Dec 2019 12:39:20 +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 045B0E0898 for ; Mon, 9 Dec 2019 12:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8335F34D89E for ; Mon, 9 Dec 2019 12:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0867B8A7 for ; Mon, 9 Dec 2019 12:39:17 +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: <1575895146.400e12e3ea5264bf965f7a0670c00e0b629fba1b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/whipper/Manifest media-sound/whipper/whipper-0.9.0.ebuild X-VCS-Directories: media-sound/whipper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 400e12e3ea5264bf965f7a0670c00e0b629fba1b X-VCS-Branch: master Date: Mon, 9 Dec 2019 12:39:17 +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: 21f7938c-033e-4e60-955e-cbfe697c975e X-Archives-Hash: cb269a7100af99e8fc682851ee538d31 commit: 400e12e3ea5264bf965f7a0670c00e0b629fba1b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 9 12:35:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 9 12:39:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400e12e3 media-sound/whipper: Revert bump version to 0.9.0 Accidental push. This reverts commit 8de4332b76e1e21f77e5c26747a21ff87368402d. Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/whipper/Manifest | 1 - media-sound/whipper/whipper-0.9.0.ebuild | 61 -------------------------------- 2 files changed, 62 deletions(-) diff --git a/media-sound/whipper/Manifest b/media-sound/whipper/Manifest index 45df92ca841..abf3fbecc5c 100644 --- a/media-sound/whipper/Manifest +++ b/media-sound/whipper/Manifest @@ -1,2 +1 @@ DIST whipper-0.7.3.tar.gz 168393 BLAKE2B b34151ede7c867dbbca34fcec3d8ef81cb50d66abc760fa54bec880f8f1186faf3e0f5298c2890501b9bd2f586b80d2cdc45a0755b6fe12fc1a2215e9ea9ecbb SHA512 ac96393471a6b4c40f5870f6e3183b65d43229314e2a1eacbf065c51ac61cbc772f2de3bde9f20ee1f7ffec427cd03c31f27df60eb6c621a699927646080c0ab -DIST whipper-0.9.0.tar.gz 200836 BLAKE2B 197567d476bcfa448bee7d6ba2d1b980355f792e6591840d1291800c3ae205496dc58579394870adf171f11f31d7042b48d070cf03d203e45e7c369500c500ef SHA512 49e66ad2c6e8450199a53a28bb71725704daac86ce2cbf68080d4dee1c2357cf8367ddb4735a07f2ffe612d84f016661e5b6f94efa9d5a7d6b8cf56ee32b0ae7 diff --git a/media-sound/whipper/whipper-0.9.0.ebuild b/media-sound/whipper/whipper-0.9.0.ebuild deleted file mode 100644 index f29364ef124..00000000000 --- a/media-sound/whipper/whipper-0.9.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" -HOMEPAGE="https://github.com/whipper-team/whipper" -SRC_URI="https://github.com/whipper-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT+=" !test? ( test )" - -BDEPEND="test? ( dev-python/twisted[${PYTHON_USEDEP}] )" -COMMON_DEPEND="media-libs/libsndfile" -DEPEND="${COMMON_DEPEND}" -RDEPEND=" - ${COMMON_DEPEND} - app-cdr/cdrdao - >=dev-libs/libcdio-paranoia-0.94_p2 - >=dev-python/pycdio-2.1.0[${PYTHON_USEDEP}] - dev-python/pygobject:=[${PYTHON_USEDEP}] - dev-python/python-musicbrainz-ngs[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - media-libs/mutagen[${PYTHON_USEDEP}] - media-sound/sox[flac] -" - -PATCHES=( - "${FILESDIR}/${PN}-0.7.0-cdparanoia-name-fix.patch" - "${FILESDIR}/${PN}-0.7.0-src-Makefile-respect-CFLAGS.patch" -) - -python_prepare_all() { - # accurip test totally depends on network access - rm "${PN}"/test/test_common_accurip.py || die - - distutils-r1_python_prepare_all -} - -src_compile() { - distutils-r1_src_compile - emake -C src CC="$(tc-getCC)" -} - -python_test() { - "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" -} - -src_install() { - distutils-r1_src_install - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" -C src install -}