commit:     bc530795c5eb2996138bce73a7c7c2439a3cc812
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jun 14 10:17:00 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 10:17:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc530795

media-sound/gramofile: Remove last-rited pkg

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

 media-sound/gramofile/Manifest                     |  2 -
 .../gramofile/files/gramofile-1.6_p9-gentoo.patch  | 39 -------------------
 .../files/gramofile-1.6_p9-strlen_and_exit.patch   | 20 ----------
 media-sound/gramofile/gramofile-1.6_p9.ebuild      | 45 ----------------------
 media-sound/gramofile/metadata.xml                 | 18 ---------
 profiles/package.mask                              |  5 ---
 6 files changed, 129 deletions(-)

diff --git a/media-sound/gramofile/Manifest b/media-sound/gramofile/Manifest
deleted file mode 100644
index 3f13ca04b17..00000000000
--- a/media-sound/gramofile/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gramofile_1.6-9.diff.gz 25244 BLAKE2B 
60170f960693932d894022d0c576b2d58764e546e6f2a13461ab78abfb92235007047bb9f35964859908c580c815d21e8c80d73ddd4e33b0c1d25deda78d395a
 SHA512 
2c3b0131afcbae680432e5fc1bb753bae7c19d5bb4372808a0f86ef704800aea218e3bfe625bffe46ee3cd4a38f89a488141223d22b8f467cab45ee4a962c249
-DIST gramofile_1.6.orig.tar.gz 108596 BLAKE2B 
fc076c60d3f2f46ab33f63194db165b6d0df6bd76996bade730968dfd821d234b0a88f486e98f84e76804efb8b08fb2538cb553de5f9eb09eb3dde60b441fbf4
 SHA512 
171a7cff4066d625b9263f5462bf3e8fba30a02b629f20f7b38031cf037eb0940cfb54b73671d10948ac3326e272b3576de785310022007e0d4dca4f164815a5

diff --git a/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch 
b/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch
deleted file mode 100644
index 9fdbe147723..00000000000
--- a/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -14,15 +14,12 @@
- OBJS = $(SRCS:.c=.o)
- SHELL = /bin/sh
- 
--CC = gcc
--LDFLAGS = 
--
- ########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see bplaysrc/Makefile!)
- 
- # For Linux (and maybe others), use these:
--CFLAGS = -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER
-+CFLAGS += -Wall -DTURBO_MEDIAN -DTURBO_BUFFER
- DEPS = $(OBJS) makebplay
--LIBS = -lncurses -lrfftw -lfftw -lm
-+LIBS = $(shell ${PKG_CONFIG} --libs ncurses) -lrfftw -lfftw -lm
- COPY_A = -a
- 
- # For FreeBSD (and maybe others), use these:
---- a/bplaysrc/Makefile
-+++ b/bplaysrc/Makefile
-@@ -6,14 +6,11 @@
-         ../clrscr.o ../secshms.o
- #SRCS = bplay.c sndfunc.o shmbuf.c
- 
--CC = gcc
--LDFLAGS = 
--
- ########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see ../Makefile!)
- 
- # For Linux (and maybe others), use these:
--CFLAGS = -Wall -O2 -DUSEBUFFLOCK -DLP2CD -DVUMETER # -DDEBUG
--LIBS = -lncurses
-+CFLAGS += -Wall -DUSEBUFFLOCK -DLP2CD -DVUMETER # -DDEBUG
-+LIBS = $(shell ${PKG_CONFIG} --libs ncurses)
- 
- # For FreeBSD (and maybe others), use these:
- #CFLAGS = -Wall -O2 -DLP2CD -DVUMETER # -DDEBUG

diff --git a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch 
b/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
deleted file mode 100644
index 0369914779f..00000000000
--- a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gramofile.c
-+++ b/gramofile.c
-@@ -11,6 +11,7 @@
- #include "splashscr.h"
- #include <signal.h>
- #include <unistd.h>
-+#include <stdlib.h>
- #include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
---- a/signpr_cmf3.c
-+++ b/signpr_cmf3.c
-@@ -33,6 +33,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
-+#include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
- #else

diff --git a/media-sound/gramofile/gramofile-1.6_p9.ebuild 
b/media-sound/gramofile/gramofile-1.6_p9.ebuild
deleted file mode 100644
index c0697de57da..00000000000
--- a/media-sound/gramofile/gramofile-1.6_p9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Transfer sound from gramophone records to CD"
-HOMEPAGE="http://www.opensourcepartners.nl/~costar/gramofile";
-SRC_URI="
-       mirror://debian/pool/main/g/${PN}/${PN}_${PV/_p*}.orig.tar.gz
-       mirror://debian/pool/main/g/${PN}/${PN}_${PV/_p*}-${PV/*_p}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-       sys-libs/ncurses:=
-       sci-libs/fftw:2.1"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${P/_p*}"
-
-PATCHES=(
-       "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff
-       "${S}"/debian/patches
-       "${FILESDIR}"/${P}-gentoo.patch
-       "${FILESDIR}"/${P}-strlen_and_exit.patch
-)
-
-src_configure() {
-       tc-export CC PKG_CONFIG
-}
-
-src_install() {
-       dobin gramofile
-
-       exeinto /usr/$(get_libdir)/gramofile
-       doexe bplay_gramo brec_gramo
-
-       dodoc ChangeLog README TODO *.txt
-       newdoc debian/changelog ChangeLog.debian
-}

diff --git a/media-sound/gramofile/metadata.xml 
b/media-sound/gramofile/metadata.xml
deleted file mode 100644
index 5b2e2819c93..00000000000
--- a/media-sound/gramofile/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Sound project</name>
-</maintainer>
-<longdescription lang="en">
-GramoFile is intended primarily for transferring gramophone records to CDs, but
-has many other possible uses. It can record very long .wav files with a 
bargraph
-signal peak-level meter, playback any part of the files, split long .wav files
-into separate tracks (with automatic track location), and process the signal
-with filters to reduce ticks and pops (multiple filters are provided, they can
-be applied in any order (multiple instances) with user-adjustable parameters).
-Track splitting and signal processing are done in the same run, and don't need
-any temporary files.
-</longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 20f643209fd..d7078252928 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -357,11 +357,6 @@ app-misc/gcstar
 # Bug #772815, removal in 30 days.
 sci-libs/fftw:2.1
 
-# David Seifert <[email protected]> (2021-05-09)
-# Last consumer of sci-libs/fftw:2.1, last release over 20 years
-# ago, dead upstream. Bug #779421, removal in 30 days.
-media-sound/gramofile
-
 # Sam James <[email protected]> (2021-05-09)
 # Not working properly with cmake.eclass port
 # bug #788448

Reply via email to