summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-05 09:52:56 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-05 09:52:56 +0200
commit053ceaec26828425742c6d186933ac34ff9cc927 (patch)
tree0100a0c51615f1ce9ded73839fdc14eec25ca721
parentnet-libs/NativeThread: Drop old (EAPI=0) (diff)
downloadgentoo-053ceaec26828425742c6d186933ac34ff9cc927.tar.gz
gentoo-053ceaec26828425742c6d186933ac34ff9cc927.tar.bz2
gentoo-053ceaec26828425742c6d186933ac34ff9cc927.zip
net-misc/ices: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-misc/ices/Manifest1
-rw-r--r--net-misc/ices/ices-2.0.1-r1.ebuild45
2 files changed, 0 insertions, 46 deletions
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
-}