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 75BB013835A for ; Tue, 15 Sep 2020 08:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B296EE093A; Tue, 15 Sep 2020 08:37:32 +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 9A314E093A for ; Tue, 15 Sep 2020 08:37:32 +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 A7D47340D4D for ; Tue, 15 Sep 2020 08:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13B8B36B for ; Tue, 15 Sep 2020 08:37:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1599996241.cce6a32d3525f4aabbbcaf55cc7418fe61b5fc8e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/r128gain/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/r128gain/Manifest media-sound/r128gain/metadata.xml media-sound/r128gain/r128gain-1.0.1.ebuild X-VCS-Directories: media-sound/r128gain/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cce6a32d3525f4aabbbcaf55cc7418fe61b5fc8e X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:37:29 +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: c729d799-0865-47d4-8168-8be43677041b X-Archives-Hash: f53b51761f2cd4f25284c5babd1e0295 commit: cce6a32d3525f4aabbbcaf55cc7418fe61b5fc8e Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Sun Sep 13 09:51:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Sep 13 11:24:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cce6a32d media-sound/r128gain: remove package The package depends on ffmpeg-python but it doesn't exist in gentoo repo. I don't know why it had worked in my environment, but I noticed now it doesn't work as expected. media-sound/loudgain is available as an alternative. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: YOSHIOKA Takuma hard-wi.red> media-sound/r128gain/Manifest | 1 - media-sound/r128gain/metadata.xml | 14 -------------- media-sound/r128gain/r128gain-1.0.1.ebuild | 23 ----------------------- 3 files changed, 38 deletions(-) diff --git a/media-sound/r128gain/Manifest b/media-sound/r128gain/Manifest deleted file mode 100644 index d0835dcd..00000000 --- a/media-sound/r128gain/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST r128gain-1.0.1.tar.gz 34015 BLAKE2B bed1fcc2a82d76e41c5e65e891a0c34680785e69b146da13ea2206b30bc0b8696beb8b24b536fe2ecbfab493d53aa238e87f588aa284e16f4ec0c9c08eda74f5 SHA512 feafb2529356f345fe86d033dbd49754b47c5835a4e7bc9e2a54e1e352af08d22091d3cf8684e55be3746a5711b9c47cb0e143feb30baaefc07c1bc8a3370328 diff --git a/media-sound/r128gain/metadata.xml b/media-sound/r128gain/metadata.xml deleted file mode 100644 index 9b5e1f82..00000000 --- a/media-sound/r128gain/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - lo48576@hard-wi.red - YOSHIOKA Takuma - - - desbma/r128gain - - - r128gain is a multi platform command line tool to scan your audio files and tag them with loudness metadata (ReplayGain v2 or Opus R128 gain format), to allow playback of several tracks or albums at a similar loudness level. - - diff --git a/media-sound/r128gain/r128gain-1.0.1.ebuild b/media-sound/r128gain/r128gain-1.0.1.ebuild deleted file mode 100644 index 85d18f2b..00000000 --- a/media-sound/r128gain/r128gain-1.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# dev-python/crcmod-1.7-r3::gentoo does not support python3_8 as of 2020-04-10. -PYTHON_COMPAT=( python3_{6,7} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Fast audio loudness scanner & tagger (ReplayGain v2 / R128)" -HOMEPAGE="https://github.com/desbma/r128gain" -SRC_URI="https://github.com/desbma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RDEPEND="${PYTHON_DEPS} - >=dev-python/crcmod-1.7[${PYTHON_USEDEP}] - >=dev-python/tqdm-4.28.1[${PYTHON_USEDEP}] - >=media-libs/mutagen-1.43[${PYTHON_USEDEP}] - virtual/ffmpeg" -DEPEND="${RDEPEND}"