media-libs/libshout: Drop old (EAPI-4/5 cleanup)
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 24 Jun 2018 21:26:10 +0000 (23:26 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 25 Jun 2018 04:43:50 +0000 (06:43 +0200)
Closes: https://bugs.gentoo.org/648074
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/libshout/Manifest
media-libs/libshout/files/libshout-2.3.1-underlinking.patch [deleted file]
media-libs/libshout/libshout-2.3.1-r1.ebuild [deleted file]
media-libs/libshout/libshout-2.3.1.ebuild [deleted file]
media-libs/libshout/libshout-2.4.1.ebuild [deleted file]

index 90059e7b380a3a302b1ec5c236956211547982fb..0b999890acd815001d97ca54350d541c5636ba9b 100644 (file)
@@ -1,2 +1 @@
-DIST libshout-2.3.1.tar.gz 464229 BLAKE2B 6266e23d34f551e4d8afacc514a4e2e7bb12753d24e1c7cbef48899f832f353e7c13dc8c91a9618326dd5b65853d8ab466103954e058bab59068f6567a14cea5 SHA512 19c1421e654310ddbc25f343d205d921b7c3f1c9c97f028207deaf1a46150b7f6c8069d52b7a3c9ed72dda276b52237cf1208292fbfa09aa7d09f85072c46a7b
 DIST libshout-2.4.1.tar.gz 516161 BLAKE2B bedea3c043018eff4675fdb8b95e0bb8ff02a98994a4afcc76537124ebf7357f012f2e9445ebd207b576fc4166fb761d65066fe166fc8b611b96f5c5482a0e92 SHA512 4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219
diff --git a/media-libs/libshout/files/libshout-2.3.1-underlinking.patch b/media-libs/libshout/files/libshout-2.3.1-underlinking.patch
deleted file mode 100644 (file)
index e9bb736..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/499458
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -26,7 +26,7 @@
- AM_CFLAGS = @XIPH_CFLAGS@
- libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
--              httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS)
-+              httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS)
- INCLUDES = -I$(top_builddir)/include
diff --git a/media-libs/libshout/libshout-2.3.1-r1.ebuild b/media-libs/libshout/libshout-2.3.1-r1.ebuild
deleted file mode 100644 (file)
index 0824142..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="library for connecting and sending data to icecast servers"
-HOMEPAGE="http://www.icecast.org/"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="speex static-libs theora"
-
-RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
-       >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
-       speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
-       theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-underlinking.patch
-       eautoreconf
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable static-libs static) \
-               $(use_enable theora) \
-               $(use_enable speex)
-}
-
-multilib_src_install_all() {
-       dodoc README examples/example.c
-       rm -rf "${ED}"/usr/share/doc/${PN}
-       prune_libtool_files
-}
diff --git a/media-libs/libshout/libshout-2.3.1.ebuild b/media-libs/libshout/libshout-2.3.1.ebuild
deleted file mode 100644 (file)
index 1e2118e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="library for connecting and sending data to icecast servers"
-HOMEPAGE="http://www.icecast.org/"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="speex static-libs theora"
-
-RDEPEND="media-libs/libogg
-       media-libs/libvorbis
-       speex? ( media-libs/speex )
-       theora? ( media-libs/libtheora )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable theora) \
-               $(use_enable speex)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc README examples/example.c
-       rm -rf "${ED}"/usr/share/doc/${PN}
-       prune_libtool_files
-}
diff --git a/media-libs/libshout/libshout-2.4.1.ebuild b/media-libs/libshout/libshout-2.4.1.ebuild
deleted file mode 100644 (file)
index 05d218d..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="library for connecting and sending data to icecast servers"
-HOMEPAGE="http://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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-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 )
-       speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
-       theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-2.4.1-underlinking.patch
-       eautoreconf
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable static-libs static) \
-               $(use_enable theora) \
-               $(use_enable speex)
-}
-
-multilib_src_install_all() {
-       dodoc README examples/example.c
-       rm -rf "${ED}"/usr/share/doc/${PN}
-       prune_libtool_files
-}