From 053ceaec26828425742c6d186933ac34ff9cc927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Oct 2019 09:52:56 +0200 Subject: net-misc/ices: Drop old (EAPI=0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/ices/Manifest | 1 - net-misc/ices/ices-2.0.1-r1.ebuild | 45 -------------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 net-misc/ices/ices-2.0.1-r1.ebuild (limited to 'net-misc') diff --git a/net-misc/ices/Manifest b/net-misc/ices/Manifest index 7ce9c0c92371..6e63861600c0 100644 --- a/net-misc/ices/Manifest +++ b/net-misc/ices/Manifest @@ -1,2 +1 @@ -DIST ices-2.0.1.tar.bz2 273805 BLAKE2B 9001a37e6b0536575019c15fb5ecf63abf9bfefa2acdef3de29fd9a639e930fc904f50a8654f38c0a9b2f716f5d01732ec3c0542224bd17c83e8c6732e214315 SHA512 324a50c01513221617921805e0d2d37170751a7bbfc331c988eeedbddebc2dcc62aaa1ac75c3ebec253589ba7be7dc6580c0c57689450730a68f99e6bc1abcf8 DIST ices-2.0.2.tar.bz2 293818 BLAKE2B d037c6ce6e5d009a12fd9d8efba321b87562a0d492a5191a93b3ff991c1252af1aaa21c41b8171d6eaa9f518712d893b187765cab5a7a9de3560231ec4315b67 SHA512 ff257b478a7237886ba59bf7d1a494ebd4c7c12fd74e8e10c00ea65710249ead1b5b1ae8d9540fab05f2e4486949c6e350f3da59a1d1bf261397ca257806b2c7 diff --git a/net-misc/ices/ices-2.0.1-r1.ebuild b/net-misc/ices/ices-2.0.1-r1.ebuild deleted file mode 100644 index 9e6fd825744c..000000000000 --- a/net-misc/ices/ices-2.0.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils user - -DESCRIPTION="Icecast OGG streaming client, supports on the fly re-encoding" -HOMEPAGE="http://www.icecast.org/ices.php" -SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc64 sparc x86" -IUSE="" - -RDEPEND="dev-libs/libxml2 - >=media-libs/libshout-2 - >=media-libs/libvorbis-1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - enewgroup ices - enewuser ices -1 -1 -1 ices -} - -src_compile() { - econf --sysconfdir=/etc/ices2 - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README TODO - insinto /etc/ices2 - doins conf/*.xml - dohtml doc/*.{html,css} - newman debian/ices2.1 ices.1 - newinitd "${FILESDIR}"/ices.initd ices - keepdir /var/log/ices - fperms 660 /var/log/ices - fowners ices:ices /var/log/ices - rm -rf "${D}"/usr/share/ices -} -- cgit v1.2.3