commit:     3942e14d195e4790bda5d4ea3c91c09485abf80a
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Feb 16 09:11:03 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 09:11:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3942e14d

dev-libs/ilbc-rfc3951: Remove last-rited package

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

 dev-libs/ilbc-rfc3951/Manifest                     |  1 -
 .../ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch | 11 -------
 dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild     | 34 --------------------
 dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild     | 36 ----------------------
 dev-libs/ilbc-rfc3951/metadata.xml                 |  8 -----
 profiles/package.mask                              |  8 -----
 6 files changed, 98 deletions(-)

diff --git a/dev-libs/ilbc-rfc3951/Manifest b/dev-libs/ilbc-rfc3951/Manifest
deleted file mode 100644
index ef6c16aeaf3..00000000000
--- a/dev-libs/ilbc-rfc3951/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ilbc-rfc3951-0.tar.gz 330306 BLAKE2B 
cf8c56d9fc3dd2dc6a2dd241f3b0cddb7e7f6cea126056d2ab94aaf8add382f1bc1d9b03c9a91110197e0d82253ca8e824cf37bc1622af26fdf0939204736c35
 SHA512 
7828a9c5a193ebdfcb383d1edad0868afdee0f71d1a8a878c7d9ea2078fd63f57d31b34ae2cf4890d5abc28c8f5f4ee940c665a126f0512d1e79c4f76a72fbcf

diff --git a/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch 
b/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch
deleted file mode 100644
index 115d339dd86..00000000000
--- a/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -10,6 +10,8 @@
- doCPLC.c     gainquant.c      hpOutput.c  iLBC_define.h   lsf.c          
syntFilter.c \
- doCPLC.h     gainquant.h      hpOutput.h  iLBC_encode.c   lsf.h          
syntFilter.h 
- 
-+libilbc_la_LIBADD=-lm
-+
- ilbc_includedir=$(includedir)/ilbc
- ilbc_include_HEADERS=iLBC_decode.h iLBC_encode.h iLBC_define.h
- 

diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild 
b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
deleted file mode 100644
index a2aced07462..00000000000
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="iLBC is a speech codec suitable for robust voice communication 
over IP"
-HOMEPAGE="https://webrtc.org/license/ilbc-freeware/";
-SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz 
-> ${P}.tar.gz"
-
-# relicensed under 3-clause BSD license, bug 390797
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-shared \
-               --disable-static
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild 
b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild
deleted file mode 100644
index e0e5d1ce154..00000000000
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="iLBC is a speech codec suitable for robust voice communication 
over IP"
-HOMEPAGE="https://webrtc.org/license/ilbc-freeware/";
-SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz 
-> ${P}.tar.gz"
-
-# relicensed under 3-clause BSD license, bug 390797
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch )
-
-RDEPEND="!media-libs/libilbc"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-shared \
-               --disable-static
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/ilbc-rfc3951/metadata.xml 
b/dev-libs/ilbc-rfc3951/metadata.xml
deleted file mode 100644
index 9e1628707c9..00000000000
--- a/dev-libs/ilbc-rfc3951/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>chain...@gentoo.org</email>
-<name>Tony Vroon</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 73198c1eeb6..1325ef98f5c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -257,14 +257,6 @@ virtual/httpd-php:7.2
 sys-power/pm-utils
 sys-power/pm-quirks
 
-# Jaco Kroon <j...@uls.co.za> (2021-01-04)
-# media-libs/libilbc is (for every package I manage) a drop-in for
-# dev-libs/ilbc-rfc3951. The latter had net-misc/asterisk,
-# net-libs/pjproject and net-voip/yate as dependencies.
-# (All of which has been bumped to no longer have this dependency.)
-# Removal in 30 days, bug #444470
-dev-libs/ilbc-rfc3951
-
 # Lars Wendler <polynomia...@gentoo.org> (2020-12-09)
 # Masked until most broken packages have been fixed (bug #732648)
 >=sys-devel/autoconf-2.70

Reply via email to