mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/mp3_check: Remove last-rited pkg
Closes: https://bugs.gentoo.org/722204 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
a421ddde71
commit
d682046427
@@ -1 +0,0 @@
|
||||
DIST mp3_check-1.98.tar.gz 83098 BLAKE2B 49f6a368ae0326aa426818e737964aa8019e09e8ed90316b333bee7aad973fdbd5ab9872ae1dcf41f8d9eed911b25c0b3b07f6dd5ba4557c6ed804c764186f87 SHA512 65eac5498ea3d4a63e0ab23c769a0baa233ddc863c907e934b691b1e8eb2a68da8a3bd7c6bd1b53d30d06330ab84d615c397753bb30257b0aac404e4b18ea4a3
|
||||
@@ -1,23 +0,0 @@
|
||||
Index: mp3_check-1.98/Makefile
|
||||
===================================================================
|
||||
--- mp3_check-1.98.orig/Makefile
|
||||
+++ mp3_check-1.98/Makefile
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
CC ?= gcc
|
||||
LOCALBASE ?= /usr/local
|
||||
-CFLAGS += -Wall -Werror
|
||||
+#CFLAGS += -Wall -Werror
|
||||
OPT_FLAGS = -L${LOCALBASE}/lib
|
||||
OBJS = mp3_check.o \
|
||||
mp3_check_misc.o
|
||||
@@ -16,8 +16,7 @@ norm: $(OBJS)
|
||||
$(CC) -g $(CFLAGS) $(OBJS) -o mp3_check
|
||||
|
||||
trim: $(OBJS)
|
||||
- $(CC) $(CFLAGS) $(OPT_FLAGS) $(OBJS) -o mp3_check
|
||||
- strip mp3_check
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $(OPT_FLAGS) $(OBJS) -o mp3_check
|
||||
cat MILESTONE.INTRO
|
||||
|
||||
install: all
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://sourceforge.net/p/mp3check/bugs/</bugs-to>
|
||||
<remote-id type="sourceforge">mp3check</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="MP3 consistency checker"
|
||||
HOMEPAGE="https://sourceforge.net/projects/mp3check/"
|
||||
SRC_URI="mirror://sourceforge/mp3check/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ppc sparc x86"
|
||||
IUSE=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-makefile.patch"
|
||||
)
|
||||
|
||||
DOCS=(
|
||||
"README"
|
||||
"TODO"
|
||||
"MILESTONE"
|
||||
"MILESTONE.INTRO"
|
||||
"GOALS"
|
||||
"FOR_TESTING"
|
||||
"THANKYOU"
|
||||
"NOTES"
|
||||
"MY_NOTES"
|
||||
"WISHLIST"
|
||||
)
|
||||
|
||||
src_install() {
|
||||
# Use dobin because Makefile doesn't support DESTDIR
|
||||
# https://sourceforge.net/p/mp3check/bugs/8/
|
||||
dobin mp3_check
|
||||
einstalldocs
|
||||
}
|
||||
@@ -218,11 +218,6 @@ net-wireless/irda-utils
|
||||
# using the latter is still broken.
|
||||
dev-go/qt
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2021-01-19)
|
||||
# Fails to build. Last release in 2000.
|
||||
# Removal on 2021-02-18. Bug #722204.
|
||||
media-sound/mp3_check
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2021-01-19)
|
||||
# Discontinued. Last release in 2017. The code is broken with py3.7
|
||||
# and we're doing only the minimal patching to make it not explode
|
||||
|
||||
Reference in New Issue
Block a user