summaryrefslogtreecommitdiff
path: root/media-sound/rgain
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/rgain')
-rw-r--r--media-sound/rgain/Manifest3
-rw-r--r--media-sound/rgain/metadata.xml12
-rw-r--r--media-sound/rgain/rgain-1.2.1-r1.ebuild29
3 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/rgain/Manifest b/media-sound/rgain/Manifest
deleted file mode 100644
index 9f85270bf010..000000000000
--- a/media-sound/rgain/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rgain-1.2.1.tar.gz 24741 BLAKE2B f920fa45c31f4cda367b93443b9f358827d4032dcd1ce5adce3bd3e7f3834899a2e58fb384d40cb53f9d099d957fe422b3752d1c56da975a7931767f40b37a77 SHA512 ac9a0c9918e55150d34b07dfbe839a0e497f8c5793ecbaad4f35063f2e00e0ebd1cb9739c5d0022513c2fe9b0aa880941ba848d791a4db31373ad0d421a133df
-EBUILD rgain-1.2.1-r1.ebuild 705 BLAKE2B c5c31129ab3fb4010c4b54111e8b2f9c1df928ab1bbb8541e50812dd57a7e5791070102e96d16fe81e0a32b3a017feba515ee32cd723d0894fd181b5c8439617 SHA512 7d968ef88708c3afa2420e8e6126c10ba51f496190d70f6d14b23176aaf6bcd9795fbe454a23129a021ce09440912195ded0fcfe3ecc80ed40c8f78c7961a50d
-MISC metadata.xml 941 BLAKE2B cbab8ea24959d93c4ce88b85abe7957c0eba6d99fb0510bdc272a1a69cac37f47530db1f553bc68fd4ff6927fe7b8e8081b5759052937a95e0f51ff5b98609cb SHA512 d4dbb433f49bb08cb4a6dde9dc3bcc94228769db10f52b8058aef9c86f00b879cef3361b1b17423bb2f2a4e4798d6f1cbbf50da9fdc26992566b1cba69435993
diff --git a/media-sound/rgain/metadata.xml b/media-sound/rgain/metadata.xml
deleted file mode 100644
index 4096733e8436..000000000000
--- a/media-sound/rgain/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- A set of Python modules and utility programmes to deal with Replay Gain information -- calculate it (with GStreamer), read and write it (with Mutagen). It has support for Ogg Vorbis (or probably anything stored in an Ogg container), Flac, WavPack (oddly enough) and MP3 (in different incarnations). Thereā€˜s also a command-line programme, replaygain, that works very similar to its like- named cousins, most prominently vorbisgain and mp3gain -- only that it works for all those supported formats alike. collectiongain on the other hand is a kind of fire-and-forget tool for big amounts of music files.
- </longdescription>
- <upstream>
- <remote-id type="pypi">rgain</remote-id>
- <remote-id type="bitbucket">fk/rgain</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/rgain/rgain-1.2.1-r1.ebuild b/media-sound/rgain/rgain-1.2.1-r1.ebuild
deleted file mode 100644
index 76302e53f211..000000000000
--- a/media-sound/rgain/rgain-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Set of programmes and Python modules to deal with Replay Gain information"
-HOMEPAGE="https://bitbucket.org/fk/rgain"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 vorbis wavpack"
-
-DEPEND=">=dev-python/docutils-0.9"
-RDEPEND="media-libs/mutagen
- dev-python/pygobject:3[$PYTHON_USEDEP]
- media-libs/gstreamer:1.0[introspection]
- media-plugins/gst-plugins-meta:1.0[flac?,mp3?,vorbis?,wavpack?]
-"
-
-src_install() {
- distutils-r1_src_install
- doman build/man/*
-}