media-sound/daudio: remove old
authorMichael Palimaka <kensington@gentoo.org>
Mon, 13 Feb 2017 08:01:35 +0000 (19:01 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 13 Feb 2017 08:03:33 +0000 (19:03 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-sound/daudio/daudio-0.3.ebuild [deleted file]

diff --git a/media-sound/daudio/daudio-0.3.ebuild b/media-sound/daudio/daudio-0.3.ebuild
deleted file mode 100644 (file)
index 80f2168..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Distributed audio on the local network"
-HOMEPAGE="http://daudio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-#-sparc: 0.3: static audio on local daemon.  No audio when client connects to amd64 daemon
-KEYWORDS="amd64 ~ppc -sparc x86"
-
-IUSE=""
-DEPEND=">=media-libs/libmad-0.15.0b-r1"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${FILESDIR}/${P}-makefile.patch"
-}
-
-src_compile() {
-       tc-export CC
-       emake -C client || die "emake failed"
-       emake -C server || die "emake failed"
-       emake -C streamer || die "emake failed"
-}
-
-src_install() {
-       dobin client/daudioc server/daudiod streamer/dstreamer
-       newinitd "${FILESDIR}"/daudio.rc daudio
-       dodoc doc/*
-}