summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:45:08 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:58 -0400
commitbd260580c08edb80121e13bce869c89556a24fba (patch)
tree48b3ac41d41bd001918e4a79cea6437858ae5843 /media-sound
parentapp-backup/duply: drop old (diff)
downloadgentoo-bd260580c08edb80121e13bce869c89556a24fba.tar.gz
gentoo-bd260580c08edb80121e13bce869c89556a24fba.tar.bz2
gentoo-bd260580c08edb80121e13bce869c89556a24fba.zip
media-sound/redoflac: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/redoflacs/Manifest2
-rw-r--r--media-sound/redoflacs/redoflacs-0.16.2.ebuild34
-rw-r--r--media-sound/redoflacs/redoflacs-0.19.ebuild26
3 files changed, 0 insertions, 62 deletions
diff --git a/media-sound/redoflacs/Manifest b/media-sound/redoflacs/Manifest
index e7865d03b573..ca96474fc404 100644
--- a/media-sound/redoflacs/Manifest
+++ b/media-sound/redoflacs/Manifest
@@ -1,3 +1 @@
-DIST redoflacs-0.16.2.tar.gz 20193 BLAKE2B ec76a3f72be350f5ca53bc01a22b9ae034ac55ee3a5d42ad2b6f72cd7ba5c156edb9df64cc2c6d13d2ea4e9f1085d54e47bf75e48c47e3f0ef8b58ade19d61c2 SHA512 f9f861934a9dfb359912d1b529af615a67eca0779ece8a2ab978161e8dc36d25cb870e97713082469fae2ada4152668db2a7d9c7a8bb1555321d21cff8f91476
-DIST redoflacs-0.19.tar.gz 31952 BLAKE2B 572a3459e09a1fc4b0c4c9c007267309f95f7c431a8f920215b2ff81b52343fc2d88369b4c33cabf2b8c2742275a4ccc01bd46fd75652729b49fb5c0d84b5810 SHA512 20988dc0c4c2292f343e9af1c0e638487ca0e0ade3653addcf6cb50fac77e389a662e2d69bc0896899618062b008d5caaede8b3a7cd0c634141b0d5849746777
DIST redoflacs-0.30.tar.gz 40711 BLAKE2B afa4ddd4892b006092df769be753a6861dc75564021432ef255aef5046e870173c31a76c756362b7c530611432531dab2199155824457623c1ad805b8c51dc57 SHA512 bdd706909f4609668da1dd80635c486821616310d8de1caac1d4dbce17d8eb76ae04657f7f77fe22a05aabcb0b12d34e2e2c0812d16e973af132ab8a420afc4a
diff --git a/media-sound/redoflacs/redoflacs-0.16.2.ebuild b/media-sound/redoflacs/redoflacs-0.16.2.ebuild
deleted file mode 100644
index 39d688ace3e0..000000000000
--- a/media-sound/redoflacs/redoflacs-0.16.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vcs-snapshot
-
-DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
-HOMEPAGE="https://github.com/sirjaren/redoflacs"
-SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-shells/bash
- media-libs/flac
- sys-apps/coreutils
- sys-apps/findutils"
-
-src_install() {
- newbin redoFlacs redoflacs
-}
-
-pkg_postinst() {
- elog "This script makes use of optional programs if installed:"
- elog " media-sound/sox -> support for creating spectrograms"
- elog " media-libs/libpng -> needed by media-sound/sox"
- elog " media-sound/aucdtect -> support for determining authenticity"
- elog " of FLAC files (CDDA)"
-}
diff --git a/media-sound/redoflacs/redoflacs-0.19.ebuild b/media-sound/redoflacs/redoflacs-0.19.ebuild
deleted file mode 100644
index a41aaed10bde..000000000000
--- a/media-sound/redoflacs/redoflacs-0.19.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo vcs-snapshot
-
-DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger"
-HOMEPAGE="https://github.com/sirjaren/redoflacs"
-SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- >=app-shells/bash-4
- media-libs/flac
- sys-apps/coreutils"
-
-src_install() {
- dobin redoflacs
- readme.gentoo_create_doc
-}