net-misc/ices: Drop old (EAPI=0)
authorMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 07:52:56 +0000 (09:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 07:52:56 +0000 (09:52 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/ices/Manifest
net-misc/ices/ices-2.0.1-r1.ebuild [deleted file]

index 7ce9c0c92371f692fc8593a49d5ef0c8c1177f04..6e63861600c0a966d94d25ad85de6ca83773a96b 100644 (file)
@@ -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 (file)
index 9e6fd82..0000000
+++ /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
-}