commit:     b6c7e1bd677da0c67a73593424661edcdecb121d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:54:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c7e1bd

media-sound/mp3cat: Drop 0.4

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/mp3cat/Manifest          |  1 -
 media-sound/mp3cat/mp3cat-0.4.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/media-sound/mp3cat/Manifest b/media-sound/mp3cat/Manifest
index 6069eb8cc0b..52c762719c9 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 19faf559186..00000000000
--- 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
-}

Reply via email to