commit:     d21062e7ffa943710edde4a6f6e2228855dff2ea
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:27:46 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:27:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21062e7

media-libs/libshout: removed obsolete 2.4.3

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libshout/Manifest              |  1 -
 media-libs/libshout/libshout-2.4.3.ebuild | 56 -------------------------------
 2 files changed, 57 deletions(-)

diff --git a/media-libs/libshout/Manifest b/media-libs/libshout/Manifest
index c1123e9c32e..a5ef52ece88 100644
--- a/media-libs/libshout/Manifest
+++ b/media-libs/libshout/Manifest
@@ -1,2 +1 @@
-DIST libshout-2.4.3.tar.gz 529563 BLAKE2B 
30d982fcf52507e07af23113560cfc9e43ca4ce37c286854326ea09215dc30c3c0d57320dce46dd4faec43b3d473df2f7882ad759479fb023166cec3f24327c5
 SHA512 
fe36778c6640e620f27504cb21234940e18a65a33f9178bf7e77d4baf854a9affc82d85db8ed8c1c8e2d80399685d8be10106fff5be1ddf76e03e2ffeeed1d34
 DIST libshout-2.4.5.tar.gz 543991 BLAKE2B 
a3ceabd150413e9d1cee2118fe9576959bfa05d86e261b2574969a9a665aba3da4ac1c39db2b27d033fe587232a69a569d80362f856bba667277b5454dd170ca
 SHA512 
290844185da16961f03434d3e341573dd6cb0139e5fa81902903021b641382d2629302d7c356bc591b35656754e07f4e44a8d9e782e092b17a051b9ae8f54341

diff --git a/media-libs/libshout/libshout-2.4.3.ebuild 
b/media-libs/libshout/libshout-2.4.3.ebuild
deleted file mode 100644
index 3d9eb17139b..00000000000
--- a/media-libs/libshout/libshout-2.4.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="library for connecting and sending data to icecast servers"
-HOMEPAGE="https://www.icecast.org/";
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="libressl speex static-libs theora"
-
-RDEPEND="
-       >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
-       >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
-       theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-MULTILIB_WRAPPED_HEADERS=(
-       /usr/include/shout/shout.h
-)
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.4.1-underlinking.patch
-)
-
-src_prepare() {
-       default
-       # Fix docdir
-       sed '/^docdir/s@$(PACKAGE)@$(PF)@' -i Makefile.am || die
-       eautoreconf
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local myeconfargs=(
-               $(use_enable speex)
-               $(use_enable static-libs static)
-               $(use_enable theora)
-       )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to