diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-02-13 19:01:35 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-02-13 19:03:33 +1100 |
commit | 76b7948da238491991b57c4f868daf201ef1fa6c (patch) | |
tree | 1ac9ce1d469980117bf2744732e91a496716aa46 /media-sound/daudio | |
parent | media-sound/dagrab: remove old (diff) | |
download | gentoo-76b7948da238491991b57c4f868daf201ef1fa6c.tar.gz gentoo-76b7948da238491991b57c4f868daf201ef1fa6c.tar.bz2 gentoo-76b7948da238491991b57c4f868daf201ef1fa6c.zip |
media-sound/daudio: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound/daudio')
-rw-r--r-- | media-sound/daudio/daudio-0.3.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/daudio/daudio-0.3.ebuild b/media-sound/daudio/daudio-0.3.ebuild deleted file mode 100644 index 80f2168bbffa..000000000000 --- a/media-sound/daudio/daudio-0.3.ebuild +++ /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/* -} |