summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-21 23:54:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-22 18:05:53 +0200
commitb6c7e1bd677da0c67a73593424661edcdecb121d (patch)
tree31d11737ac615431db56fe735f2006eb1c6fdde7 /media-sound/mp3cat
parentmedia-sound/mp3cat: 0.5 version bump, EAPI-7 bump (diff)
downloadgentoo-b6c7e1bd677da0c67a73593424661edcdecb121d.tar.gz
gentoo-b6c7e1bd677da0c67a73593424661edcdecb121d.tar.bz2
gentoo-b6c7e1bd677da0c67a73593424661edcdecb121d.zip
media-sound/mp3cat: Drop 0.4
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/mp3cat')
-rw-r--r--media-sound/mp3cat/Manifest1
-rw-r--r--media-sound/mp3cat/mp3cat-0.4.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/mp3cat/Manifest b/media-sound/mp3cat/Manifest
index 6069eb8cc0bb..52c762719c9c 100644
--- a/media-sound/mp3cat/Manifest
+++ b/media-sound/mp3cat/Manifest
@@ -1,2 +1 @@
-DIST mp3cat-0.4.tar.gz 14956 BLAKE2B 3da17f7ccd5739657ebfa31fbc78a77f78d7b25fd3e1e82825fa2efc677b2aa64da8f699faaef8dd55ecea647bcfa014c7bc6149a9ca52b1f255304f838837e9 SHA512 a72bbbd296bb07a7e7fc084a494b2676c012cf3a4c71ace7eea52892f6f478769c5b6140fcd8dbfa245d537335a484fd8c5db15edd83a0146821d48e24862492
DIST mp3cat-0.5.tar.gz 15711 BLAKE2B c2b6c0e3d0dc96ac3a3356b735909f4a8dda596b6d71e97aafd62fa65c34d382c4855c8676d36044bd08b8e4ff7aad4a2d7ababf014546861ddf9f22b09a35cb SHA512 084a0640d1a9870c5fd6a5378565598c747245e0489a7d34c299a226cf5b08a2150b1f89ed5b02a0193af480487a7c3d659382af7d9fc08db2167a9541804ee1
diff --git a/media-sound/mp3cat/mp3cat-0.4.ebuild b/media-sound/mp3cat/mp3cat-0.4.ebuild
deleted file mode 100644
index 19faf5591869..000000000000
--- a/media-sound/mp3cat/mp3cat-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="mp3cat reads and writes MP3 files"
-HOMEPAGE="http://tomclegg.net/mp3cat"
-SRC_URI="http://tomclegg.net/software/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- sed -i -e 's:cc -o:${CC} ${CFLAGS} ${LDFLAGS} -o:' \
- Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf
-}