commit:     f2f92e7ba73201af50a7cbd8eb9298f87de69ffb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 09:23:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 20 09:23:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f92e7b

media-libs/spandsp: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/spandsp/Manifest                      |  2 -
 media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild | 49 ----------------------
 media-libs/spandsp/spandsp-0.0.6_pre21.ebuild    | 52 ------------------------
 3 files changed, 103 deletions(-)

diff --git a/media-libs/spandsp/Manifest b/media-libs/spandsp/Manifest
index 9c2585cf359..a86cf1a30b8 100644
--- a/media-libs/spandsp/Manifest
+++ b/media-libs/spandsp/Manifest
@@ -1,3 +1 @@
 DIST spandsp-0.0.6.tar.gz 3309837 BLAKE2B 
6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696
 SHA512 
16bb215ca89a39282e832403f69bc4c98ad3fe35ab3a6eb4731ee5029a6acd9b2df243c3701de845441cbdc16c88b3cd398ef15dc3502e45d5aeca8a161917d4
-DIST spandsp-0.0.6pre12.tgz 2566669 BLAKE2B 
5e5175e2db7ea3b990f39edc4f26a8f59f091a25187bdd8cfdcaf93b5a285b68caaff05e33af8bebb3964daa91f12706d1726f71cb7736628135270fb7322b31
 SHA512 
19a7fe491b836fe604373aa2d31d4b35dde19e593a8f3d5d2a4b866ea69a137ba5ebfd43c34f74e8f7800a7eb1ba93d1a0401540e310bad2b73aecb17c45de0b
-DIST spandsp-0.0.6pre21.tgz 3278758 BLAKE2B 
481bf98d728a6f4243b24eb67f1998ef789fa0929950270638ea8527f3b035affe6b150427dfa1e6906ec2901d063c38b5c8e1a1cac5e39be134fc5fe6a50d29
 SHA512 
6f846021cd6a1605d371a8e5d1ac3a5b6adc5b85de2517e24a5afaa57b4864202c2d16c1196959f7f11d866732d17d301d2d37121228cec75077678f8fc3e488

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
deleted file mode 100644
index d4a79a03ace..00000000000
--- a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib versionator
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
-HOMEPAGE="http://www.soft-switch.org/";
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc ppc64 x86"
-IUSE="doc fixed-point static-libs"
-
-RDEPEND="media-libs/tiff"
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen
-               dev-libs/libxslt )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-# TODO:
-# there are two tests options: tests and test-data
-#      they need audiofile, fftw, libxml and probably more
-# configure script is auto-enabling some sse* options sometimes
-
-src_configure() {
-       econf \
-               --disable-dependency-tracking \
-               $(use_enable doc) \
-               $(use_enable fixed-point) \
-               $(use_enable static-libs static)
-}
-
-src_install () {
-       emake DESTDIR="${D}" install || die     "emake install failed"
-       dodoc AUTHORS ChangeLog DueDiligence NEWS README || die "dodoc failed"
-
-       if ! use static-libs; then
-               # remove useless la file when not installing static lib
-               rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "rm failed"
-       fi
-
-       if use doc; then
-               dohtml -r doc/{api/html/*,t38_manual} || die "dohtml failed"
-       fi
-}

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
deleted file mode 100644
index 5d03ac487ec..00000000000
--- a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib versionator
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
-HOMEPAGE="http://www.soft-switch.org/";
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
-
-RDEPEND="media-libs/tiff"
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen
-               dev-libs/libxslt )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-# TODO:
-# there are two tests options: tests and test-data
-#      they need audiofile, fftw, libxml and probably more
-# configure script is auto-enabling some sse* options sometimes
-
-src_configure() {
-       econf \
-               --disable-dependency-tracking \
-               $(use_enable doc) \
-               $(use_enable fixed-point) \
-               $(use_enable cpu_flags_x86_mmx mmx) \
-               $(use_enable cpu_flags_x86_sse2 sse2) \
-               $(use_enable cpu_flags_x86_sse3 sse3) \
-               $(use_enable static-libs static)
-}
-
-src_install () {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog DueDiligence NEWS README
-
-       if ! use static-libs; then
-               # remove useless la file when not installing static lib
-               rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "rm failed"
-       fi
-
-       if use doc; then
-               dohtml -r doc/{api/html/*,t38_manual}
-       fi
-}

Reply via email to