public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/mp3_check/, media-sound/mp3_check/files/
@ 2021-02-21 10:57 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2021-02-21 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d682046427bbfa553313e8091bcecda01d32a84f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Feb 21 10:56:31 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 10:56:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6820464

media-sound/mp3_check: Remove last-rited pkg

Closes: https://bugs.gentoo.org/722204

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/mp3_check/Manifest                     |  1 -
 .../mp3_check/files/mp3_check-1.98-makefile.patch  | 23 --------------
 media-sound/mp3_check/metadata.xml                 | 12 -------
 media-sound/mp3_check/mp3_check-1.98-r1.ebuild     | 37 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 78 deletions(-)

diff --git a/media-sound/mp3_check/Manifest b/media-sound/mp3_check/Manifest
deleted file mode 100644
index f1b54596957..00000000000
--- a/media-sound/mp3_check/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mp3_check-1.98.tar.gz 83098 BLAKE2B 49f6a368ae0326aa426818e737964aa8019e09e8ed90316b333bee7aad973fdbd5ab9872ae1dcf41f8d9eed911b25c0b3b07f6dd5ba4557c6ed804c764186f87 SHA512 65eac5498ea3d4a63e0ab23c769a0baa233ddc863c907e934b691b1e8eb2a68da8a3bd7c6bd1b53d30d06330ab84d615c397753bb30257b0aac404e4b18ea4a3

diff --git a/media-sound/mp3_check/files/mp3_check-1.98-makefile.patch b/media-sound/mp3_check/files/mp3_check-1.98-makefile.patch
deleted file mode 100644
index 906ad468f0f..00000000000
--- a/media-sound/mp3_check/files/mp3_check-1.98-makefile.patch
+++ /dev/null
@@ -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

diff --git a/media-sound/mp3_check/metadata.xml b/media-sound/mp3_check/metadata.xml
deleted file mode 100644
index dcd2c2b8c0a..00000000000
--- a/media-sound/mp3_check/metadata.xml
+++ /dev/null
@@ -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>

diff --git a/media-sound/mp3_check/mp3_check-1.98-r1.ebuild b/media-sound/mp3_check/mp3_check-1.98-r1.ebuild
deleted file mode 100644
index 6eaa72e075c..00000000000
--- a/media-sound/mp3_check/mp3_check-1.98-r1.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ebb55de0ebb..28ad2a79b67 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-21 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-21 10:57 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/mp3_check/, media-sound/mp3_check/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox