polynomial-c 15/07/27 20:13:40 Modified: ChangeLog Added: ezstream-0.6.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.13 media-sound/ezstream/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 29 Mar 2015 22:05:32 -0000 1.12 +++ ChangeLog 27 Jul 2015 20:13:40 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/ezstream # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.12 2015/03/29 22:05:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.13 2015/07/27 20:13:40 polynomial-c Exp $ + +*ezstream-0.6.0 (27 Jul 2015) + + 27 Jul 2015; Lars Wendler <[email protected]> +ezstream-0.6.0.ebuild: + Version bump. 29 Mar 2015; Manuel RĂ¼ger <[email protected]> -ezstream-0.5.3.ebuild: Remove old. 1.1 media-sound/ezstream/ezstream-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: ezstream-0.6.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild,v 1.1 2015/07/27 20:13:40 polynomial-c Exp $ 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 }
