public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdif/files/, profiles/, media-libs/sdif/
Date: Mon,  7 Oct 2019 08:12:50 +0000 (UTC)	[thread overview]
Message-ID: <1570435944.9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9.mgorny@gentoo> (raw)

commit:     9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:10:38 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:12:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc8cd6d

media-libs/sdif: Remove last-rited pkg

Closes: https://bugs.gentoo.org/622340
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/sdif/Manifest                           |  3 --
 .../sdif/files/sdif-3.11.4-fix-buildsystem.patch   | 60 ----------------------
 media-libs/sdif/files/sdif-3.8.6-cflags.patch      | 39 --------------
 media-libs/sdif/metadata.xml                       | 20 --------
 media-libs/sdif/sdif-3.11.4.ebuild                 | 38 --------------
 media-libs/sdif/sdif-3.8.6.ebuild                  | 50 ------------------
 profiles/package.mask                              |  7 ---
 7 files changed, 217 deletions(-)

diff --git a/media-libs/sdif/Manifest b/media-libs/sdif/Manifest
deleted file mode 100644
index c22dc4c360d..00000000000
--- a/media-libs/sdif/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST SDIF-3.11.4-src.zip 1230479 BLAKE2B 2883083bbb8555f27532964965afd02fdeb023d15d28629c070259f057552b3227aed7f9add78b7315eb94c569a754fd4bc85df2439d24d3f17d3a41bc6dfdb8 SHA512 3730fdb527909403e43ea793ab97e0a3175bb63dee3d0183db831bb6be85837823c42ae2a3559b6ec94218b4338d04017353282fdc7bb79bbee467e09685d3e9
-DIST SDIF-3.8.6-src.tar.gz 786261 BLAKE2B 406d6e51a9fe00f3d25de6d6a1e682bc049b56333d27a015c9e7eb44a4b4e78a765c22743f63f083e24518fb95e17e0cc0a5c25868ed649709cc94051fbac0b3 SHA512 5b9603bed121afe4e4bd524372332c48a226711c029271ce0a26ae644990f060104b03983a3b49afe141897bdf6e878dbfd31a853c38ab14b8d4eb98f868f9e7
-DIST SDIF-doc.tar.gz 534161 BLAKE2B 0508a0824ab737e76aeeef11f240d1166e8e2731f4ccde127e202aeddd3880abf768266c6130a670ea8810e6ff0e9671431f5c7e05f6abe7f33cd257af12373f SHA512 df03d8dcb69603a5ad96dbee77789b0422e39b5dfbe1f944dff1d3763a59d9dce779ef714fa041a44d9fe30ab4714c0f2343502004c1e9b03286ae701fb14e22

diff --git a/media-libs/sdif/files/sdif-3.11.4-fix-buildsystem.patch b/media-libs/sdif/files/sdif-3.11.4-fix-buildsystem.patch
deleted file mode 100644
index 162976c6ab4..00000000000
--- a/media-libs/sdif/files/sdif-3.11.4-fix-buildsystem.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Remove hardcoded CFLAGS, fix broken example generation.
-
---- SDIF-3.11.4-src/configure.ac
-+++ SDIF-3.11.4-src/configure.ac
-@@ -518,15 +518,15 @@
- [--enable-debug            support additional library/programs with debug enabled],
- [echo FEATURE enable-debug... $enableval; 
- if test "$enableval" = "yes"; then
--	SELLIB=libsdif-debug.la; CFLAGS="$EXTERNAL_CFLAGS -g2 -Wall";
-+	SELLIB=libsdif-debug.la;
- 	PROGLIST="querysdif-debug\$(EXEEXT) sdifextract-debug\$(EXEEXT) sdiftotext-debug\$(EXEEXT) tosdif-debug\$(EXEEXT)";
- 
- else 
--	SELLIB=libsdif.la;  CFLAGS="$EXTERNAL_CFLAGS -O3";
-+	SELLIB=libsdif.la;
- 	PROGLIST="querysdif\$(EXEEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
- fi ],
- [
--SELLIB=libsdif.la; CFLAGS="$EXTERNAL_CFLAGS -O3";
-+SELLIB=libsdif.la;
- PROGLIST="querysdif\$(EXEEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
- ])
- 
-@@ -538,7 +538,7 @@
- [--enable-profile          generate additional library/programs with profiling output enabled],
- [echo FEATURE enable-profile... $enableval; 
- if test "$enableval" = "yes"; then
--	SELLIB=libsdif-profile.la; CFLAGS="$CFLAGS -g -pg -fprofile-arcs";
-+	SELLIB=libsdif-profile.la;
- 	PROGLIST="querysdif-profile\$(EXEEXT) sdifextract-profile\$(EXEEXT) sdiftotext-profile\$(EXEEXT) tosdif-profile\$(EXEEXT)";
- dnl else use the one selected above
- fi ], 
---- SDIF-3.11.4-src/examples/Makefile.am
-+++ SDIF-3.11.4-src/examples/Makefile.am
-@@ -18,18 +18,14 @@
- # trying to add source code to dist, not working yet
- #
- 
--INCLUDES  = -I../include -I$(top_srcdir)/include -I$(top_srcdir)/sdif
--CFLAGS   = @CFLAGS@ '-DVERSION="$(VERSION)"'
-+AM_CPPFLAGS  = -I../include -I$(top_srcdir)/include -I$(top_srcdir)/sdif
-+AM_CFLAGS    = '-DVERSION="$(VERSION)"' @PTHREAD_CFLAGS@
- 
--libsdif = $(top_srcdir)/sdif/.libs/libsdif.a
-+bin_PROGRAMS = list-types list-nvt
- 
--# this is for automake
--EXTRA_DIST = list-types.c list-nvt.c
-+list_types_SOURCES = list-types.c
-+list_types_LDADD = $(top_srcdir)/sdif/.libs/libsdif.a @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
- 
--all:		list-types list-nvt
-+list_nvt_SOURCES = list-nvt.c
-+list_nvt_LDADD   = $(top_srcdir)/sdif/.libs/libsdif.a @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
- 
--list-types: 	list-types.c $(libsdif)
--		gcc -I../include -g  -o $@ $^
--
--list-nvt: 	list-nvt.c  $(libsdif)
--		gcc $(LDFLAGS) -I../include -g  -o $@ $^

diff --git a/media-libs/sdif/files/sdif-3.8.6-cflags.patch b/media-libs/sdif/files/sdif-3.8.6-cflags.patch
deleted file mode 100644
index 27debd5b67c..00000000000
--- a/media-libs/sdif/files/sdif-3.8.6-cflags.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- configure.old	2004-09-03 06:49:36.454205056 +0900
-+++ configure	2004-09-03 09:24:10.924271296 +0900
-@@ -19247,6 +19247,7 @@
- done
- 
- 
-+CFLAGS="${CFLAGS}"
- 
- # Check whether --enable-doc-compilation or --disable-doc-compilation was given.
- if test "${enable_doc_compilation+set}" = set; then
-@@ -19844,16 +19845,16 @@
-   enableval="$enable_debug"
-   echo FEATURE enable-debug... $enableval;
- if test "$enableval" = "yes"; then
--	SELLIB=libsdif-debug.la; CFLAGS="-g2";
-+	SELLIB=libsdif-debug.la; CFLAGS="${CFLAGS} -g2";
- 	PROGLIST="querysdif-debug\$(EXEEXT) sdifextract-debug\$(EXEEXT) sdiftotext-debug\$(EXEEXT) tosdif-debug\$(EXEEXT)";
- 
- else
--	SELLIB=libsdif.la;  CFLAGS="-O3";
-+	SELLIB=libsdif.la;
- 	PROGLIST="querysdif\$(EXEEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
- fi
- else
- 
--SELLIB=libsdif.la; CFLAGS="-O3";
-+SELLIB=libsdif.la;
- PROGLIST="querysdif\$(EXEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
- 
- fi;
-@@ -19865,7 +19866,7 @@
-   enableval="$enable_profile"
-   echo FEATURE enable-profile... $enableval;
- if test "$enableval" = "yes"; then
--	SELLIB=libsdif-profile.la; CFLAGS="-g -pg -fprofile-arcs";
-+	SELLIB=libsdif-profile.la; CFLAGS="${CFLAGS} -g -pg -fprofile-arcs";
- 	PROGLIST="querysdif-profile\$(EXEEXT) sdifextract-profile\$(EXEEXT) sdiftotext-profile\$(EXEEXT) tosdif-profile\$(EXEEXT)";
- fi
- else

diff --git a/media-libs/sdif/metadata.xml b/media-libs/sdif/metadata.xml
deleted file mode 100644
index 1adcb2a99c9..00000000000
--- a/media-libs/sdif/metadata.xml
+++ /dev/null
@@ -1,20 +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>
-  <longdescription>
-    The general idea of SDIF is to store information related to signal
-    processing and specifically of sound, in files, according to a common
-    format to all data types. Thus, it is possible to store results or
-    parameters of analyses, syntheses...
-  </longdescription>
-  <use>
-    <flag name="ftruncate">Enables usage of ftruncate v. truncate</flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge">sdif</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/media-libs/sdif/sdif-3.11.4.ebuild b/media-libs/sdif/sdif-3.11.4.ebuild
deleted file mode 100644
index 274f5729f91..00000000000
--- a/media-libs/sdif/sdif-3.11.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="Sound Description Interchange Format Library for audio and wave processing"
-HOMEPAGE="https://sourceforge.net/projects/sdif/"
-SRC_URI="https://sourceforge.net/projects/sdif/files/sdif/SDIF-${PV}/SDIF-${PV}-src.zip"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug ftruncate threads"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fix-buildsystem.patch"
-)
-S="${WORKDIR}/SDIF-${PV}-src"
-
-src_prepare() {
-	mv configure.{in,ac} || die
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug) \
-		$(use_enable ftruncate) \
-		$(use_enable threads pthreads)
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}

diff --git a/media-libs/sdif/sdif-3.8.6.ebuild b/media-libs/sdif/sdif-3.8.6.ebuild
deleted file mode 100644
index 75665aac550..00000000000
--- a/media-libs/sdif/sdif-3.8.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE="doc threads ftruncate debug"
-
-inherit eutils
-
-MY_PN="${PN/sdif/SDIF}"
-MY_P=${MY_PN}-${PV}-src
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="The Sound Description Interchange Format Library deals with audio and wave processing"
-HOMEPAGE="http://www.ircam.fr/anasyn/sdif"
-SRC_URI="http://www.ircam.fr/anasyn/sdif/download/${MY_P}.tar.gz
-	 doc? ( http://www.ircam.fr/anasyn/sdif/download/${MY_PN}-doc.tar.gz  )"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-DEPEND=""
-
-src_unpack() {
-	# a hack that I need to bother upstream about
-	# they don't want to use the "Package-Name-Docs/file1.html" format
-	# instead it's just file1.html :|
-	unpack "${MY_P}.tar.gz"
-	mkdir "${WORKDIR}/SDIF-doc"
-	use doc && tar xfz "${DISTDIR}/${MY_PN}-doc.tar.gz" -C "${WORKDIR}/SDIF-doc"
-
-	cd "${S}"
-	#custom cflags...
-	epatch "${FILESDIR}/${P}-cflags.patch"
-}
-
-src_compile() {
-	econf $(use_enable debug) \
-	$(use_enable ftruncate) \
-	$(use_enable threads pthreads) \
-	|| die "configure failed"
-
-	emake || die "emake failed"
-}
-
-src_install() {
-	make DESTDIR="${D}" install || die
-	use doc && dohtml -r "${WORKDIR}/SDIF-doc"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 510f009ade8..dcffea4bb0c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1115,13 +1115,6 @@ dev-java/jdbc-informix
 # dependencies.  Removal in 30 days.  Bug #693644.
 media-libs/sdlmm
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Has reported build and test failures.  Last release in 2013.  Current
-# stable is EAPI 0, and there is no point in stabilizing the newer
-# version.  No reverse dependencies.
-# Removal in 30 days.  Bug #622340.
-media-libs/sdif
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.


                 reply	other threads:[~2019-10-07  8:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570435944.9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox