Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/
Date: Wed, 30 Dec 2020 17:06:32
Message-Id: 1609347979.3f6442393ec861223bac1924579bc36336db1a6b.fordfrog@gentoo
1 commit: 3f6442393ec861223bac1924579bc36336db1a6b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 17:06:03 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:06:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f644239
7
8 media-libs/libshout: removed obsolete 2.4.2
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/libshout/Manifest | 1 -
14 media-libs/libshout/libshout-2.4.2.ebuild | 57 -------------------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/media-libs/libshout/Manifest b/media-libs/libshout/Manifest
18 index c6bfe18e8a7..1394514c5f3 100644
19 --- a/media-libs/libshout/Manifest
20 +++ b/media-libs/libshout/Manifest
21 @@ -1,4 +1,3 @@
22 DIST libshout-2.4.1.tar.gz 516161 BLAKE2B bedea3c043018eff4675fdb8b95e0bb8ff02a98994a4afcc76537124ebf7357f012f2e9445ebd207b576fc4166fb761d65066fe166fc8b611b96f5c5482a0e92 SHA512 4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219
23 -DIST libshout-2.4.2.tar.gz 519249 BLAKE2B 15bd6a552eeb39654a07f5a43f670e53b37c0b239424d2530f09f156e1404da8133e557d614aa7c89aa36e3cec093fecd25aa05d855f283d4af51e1b543eb631 SHA512 ae4b042009887de22d105eb8238f4362f6ff51bd645fd51b5a87c4b5e3f5fdc99e9f99f85c24ae2e9d23eab92b854a7e733bf9f8cc61a8362ce984f02a014e93
24 DIST libshout-2.4.3.tar.gz 529563 BLAKE2B 30d982fcf52507e07af23113560cfc9e43ca4ce37c286854326ea09215dc30c3c0d57320dce46dd4faec43b3d473df2f7882ad759479fb023166cec3f24327c5 SHA512 fe36778c6640e620f27504cb21234940e18a65a33f9178bf7e77d4baf854a9affc82d85db8ed8c1c8e2d80399685d8be10106fff5be1ddf76e03e2ffeeed1d34
25 DIST libshout-2.4.5.tar.gz 543991 BLAKE2B a3ceabd150413e9d1cee2118fe9576959bfa05d86e261b2574969a9a665aba3da4ac1c39db2b27d033fe587232a69a569d80362f856bba667277b5454dd170ca SHA512 290844185da16961f03434d3e341573dd6cb0139e5fa81902903021b641382d2629302d7c356bc591b35656754e07f4e44a8d9e782e092b17a051b9ae8f54341
26
27 diff --git a/media-libs/libshout/libshout-2.4.2.ebuild b/media-libs/libshout/libshout-2.4.2.ebuild
28 deleted file mode 100644
29 index 4a18881e6e1..00000000000
30 --- a/media-libs/libshout/libshout-2.4.2.ebuild
31 +++ /dev/null
32 @@ -1,57 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools multilib-minimal
39 -
40 -DESCRIPTION="library for connecting and sending data to icecast servers"
41 -HOMEPAGE="https://www.icecast.org/"
42 -SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 -IUSE="libressl speex static-libs theora"
48 -
49 -RDEPEND="
50 - >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
51 - >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
52 - !libressl? ( dev-libs/openssl:0= )
53 - libressl? ( dev-libs/libressl:0= )
54 - speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
55 - theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )
56 -"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig
59 -"
60 -
61 -MULTILIB_WRAPPED_HEADERS=(
62 - /usr/include/shout/shout.h
63 -)
64 -
65 -PATCHES=(
66 - "${FILESDIR}"/${PN}-2.4.1-underlinking.patch
67 - "${FILESDIR}"/${PN}-2.4.2-tls-compile-with-OpenSSL-1.1.0.patch
68 -)
69 -
70 -src_prepare() {
71 - default
72 - # Fix docdir
73 - sed '/^docdir/s@$(PACKAGE)@$(PF)@' -i Makefile.am || die
74 - eautoreconf
75 - multilib_copy_sources
76 -}
77 -
78 -multilib_src_configure() {
79 - local myeconfargs=(
80 - $(use_enable speex)
81 - $(use_enable static-libs static)
82 - $(use_enable theora)
83 - )
84 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
85 -}
86 -
87 -multilib_src_install_all() {
88 - find "${ED}" -name '*.la' -delete || die
89 -}