summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-05 17:31:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-05 17:40:28 +0200
commitc4d64770bdb8ca24e1146a9385850123e9609337 (patch)
tree23e5307961dc80f259c51d07cf2c04871eef9acd
parentapp-metrics/collectd: fix building with >=libsigrok-0.4 (diff)
downloadgentoo-c4d64770bdb8ca24e1146a9385850123e9609337.tar.gz
gentoo-c4d64770bdb8ca24e1146a9385850123e9609337.tar.bz2
gentoo-c4d64770bdb8ca24e1146a9385850123e9609337.zip
media-sound/dir2ogg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-sound/dir2ogg/Manifest1
-rw-r--r--media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/dir2ogg/Manifest b/media-sound/dir2ogg/Manifest
index 4a0c2fbc6e21..d1fc5dc6a42b 100644
--- a/media-sound/dir2ogg/Manifest
+++ b/media-sound/dir2ogg/Manifest
@@ -1,2 +1 @@
-DIST dir2ogg-0.12.tar.gz 19608 BLAKE2B 39b1210b2458f7774aef64f29b07826a19b274d17a6038fc676557c8b15bed3662f851b87414b9318be154cdadd450001ea45bd8ed6103cffb2ee183511fe617 SHA512 bd76ba168b6e5305e4e5cfd87333200ec72a1d6e7055e966e1544abc842b39743b479b80c63382e10e85eebad92e97ec33e6fe52b0ace2df024ed50468e3946e
DIST dir2ogg-0.13.tar.gz 20338 BLAKE2B 4f00c7e587eb7bba349d7024977d0d67ac9424a09649650e923df7100c60a67db78f363ac9d41931e969a5d8131f9461485f120cc4f308b0abcca4d5b570aba2 SHA512 292c35dd20a8e0499b3bd22d89c6ed0ae0abcf2b58f669316a2f39d45092a1c9a14fb168ad9ac893dfdd5138600c8be5e66502141c9dc7376b18e1e8d1ca5054
diff --git a/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild b/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild
deleted file mode 100644
index a25556207b96..000000000000
--- a/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-MY_PR=$(ver_cut 1-2)
-DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format"
-HOMEPAGE="https://jak-linux.org/projects/dir2ogg/"
-SRC_URI="https://jak-linux.org/projects/${PN}/${MY_PR}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE="aac flac mac mp3 musepack wavpack wma"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- >=media-libs/mutagen-1.11[${PYTHON_MULTI_USEDEP}]
- ')
- media-sound/vorbis-tools[ogg123]
- aac? ( || (
- media-libs/faad2
- media-video/mplayer ) )
- flac? ( || (
- media-libs/flac
- media-video/mplayer ) )
- mac? ( || (
- media-sound/mac
- media-video/mplayer ) )
- mp3? ( || (
- media-sound/mpg123
- media-sound/lame
- media-video/mplayer
- media-sound/mpg321 ) )
- musepack? ( || (
- >=media-sound/musepack-tools-444
- media-video/mplayer ) )
- wavpack? ( || (
- media-sound/wavpack
- media-video/mplayer ) )
- wma? ( media-video/mplayer )"
-
-src_install() {
- python_doscript dir2ogg
- doman dir2ogg.1
- einstalldocs
-}