-DIST ezstream-0.5.6.tar.gz 263150 SHA256 818b7ab2a498ffe6e59155279cb79ed0291c4979210e99af6dda950fe54a30c0 SHA512 c9b22056612160b5d8a914abeea094dce83121378563307558af988438ad5b42e0e9b5434024f846b5e0151133b84e47fb11d54bf5df3ed9889aece82be9ef47 WHIRLPOOL 9a037105009ec5d23a4a14dfa1dcd4c4b10d73077650fb3b6c5bfc6f91c8c5961dce0e27015787fe1f966f6c5d78f10efbf469cd0edd7778356df5d10f9b8b4b
DIST ezstream-0.6.0.tar.gz 250448 SHA256 f86eb8163b470c3acbc182b42406f08313f85187bd9017afb8b79b02f03635c9 SHA512 d6b621db85a0d56dcc54a8b7a0136c25342ec507f04ab397a53f46a74e85e94806e17d0a0a59e66096b5c0d97b7f98eaba95a50c1ca6c8d82aed11b854d0d33d WHIRLPOOL 7f9960add62ec83c72fef7db8a7d7836a689879127ba7ad72f0584c152e74d76cef9def4f9251d3101b3e21b344ac8a64e47145969880c5f1fedead8ab80d398
+++ /dev/null
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A command line source client for Icecast media streaming servers"
-HOMEPAGE="http://www.icecast.org/ezstream.php"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="taglib"
-
-COMMON_DEPEND="dev-libs/libxml2
- >=media-libs/libshout-2.2
- media-libs/libvorbis
- taglib? ( media-libs/taglib )"
-RDEPEND="${COMMON_DEPEND}
- net-misc/icecast"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local docdir=/usr/share/doc/${PF}
-
- econf \
- --docdir=${docdir} \
- --enable-examplesdir=${docdir}/examples \
- $(use_with taglib)
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
- newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
-
- rm -f "${D}"/usr/share/doc/${PF}/COPYING
-}
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A command line source client for Icecast media streaming servers"
-HOMEPAGE="http://www.icecast.org/ezstream.php"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="taglib"
-
-COMMON_DEPEND="dev-libs/libxml2
- >=media-libs/libshout-2.2
- media-libs/libvorbis
- taglib? ( media-libs/taglib )"
-RDEPEND="${COMMON_DEPEND}
- net-misc/icecast"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local docdir=/usr/share/doc/${PF}
-
- econf \
- --docdir=${docdir} \
- --enable-examplesdir=${docdir}/examples \
- $(use_with taglib)
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
- rm -f "${D}"/usr/share/doc/${PF}/COPYING
-}