summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-11-11 22:13:37 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-11-11 22:13:37 +0000
commitde35db9722fb118404a1e39245ad64566513c527 (patch)
tree93dc5f283f266b26544a42a9c260b807106b0fc0 /net-misc
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-de35db9722fb118404a1e39245ad64566513c527.tar.gz
gentoo-2-de35db9722fb118404a1e39245ad64566513c527.tar.bz2
gentoo-2-de35db9722fb118404a1e39245ad64566513c527.zip
remove ltsp-sound
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ltsp-sound/ChangeLog12
-rw-r--r--net-misc/ltsp-sound/Manifest3
-rw-r--r--net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r11
-rw-r--r--net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild30
4 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/ltsp-sound/ChangeLog b/net-misc/ltsp-sound/ChangeLog
deleted file mode 100644
index 44cf940bea14..000000000000
--- a/net-misc/ltsp-sound/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-misc/ltsp-sound
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ChangeLog,v 1.4 2004/06/24 23:55:25 agriffis Exp $
-
- 27 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ltsp-sound-3.0.1-r1.ebuild:
- depend on ltsp-3.0
-
-*ltsp-sound-3.0.1-r1 (26 June 2003)
-
- 26 June 2003; Andres Toomsalu frame@gentoo.org ltsp-sound-3.0.1-r1.ebuild :
- Initial import. Ebuild submitted by Bret Towe btowe@gbis.com.
-
diff --git a/net-misc/ltsp-sound/Manifest b/net-misc/ltsp-sound/Manifest
deleted file mode 100644
index 2425aeeaeb21..000000000000
--- a/net-misc/ltsp-sound/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c818d3ffecc137c8ead733c8342f5560 ChangeLog 497
-MD5 7012a8aa44f8150752678d1e248dd05e ltsp-sound-3.0.1-r1.ebuild 763
-MD5 608068baa41b83d3dd0b47eb6f93e793 files/digest-ltsp-sound-3.0.1-r1 70
diff --git a/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1 b/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1
deleted file mode 100644
index 63de308c769e..000000000000
--- a/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e900a080c444d5add6dcba40595dcdc6 ltsp_sound-3.0.1-i386.tgz 346038
diff --git a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild
deleted file mode 100644
index b6bf5c79d4f9..000000000000
--- a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild,v 1.6 2004/09/25 20:44:13 mr_bones_ Exp $
-
-IUSE="gnome"
-S=${WORKDIR}/ltsp_sound
-HOMEPAGE="http://www.ltsp.org"
-DESCRIPTION="Sound package for Linux Terminal Server"
-SRC_URI="mirror://sourceforge/ltsp/ltsp_sound-${PV}-i386.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-DEPEND="=net-misc/ltsp-3.0*
- media-libs/libaudiooss
- media-libs/nas
- gnome? ( media-sound/esound )"
-
-src_install() {
- cd ${S}
- # install client stuff
- # since we arent compiling might as well install it all
- # no need to nit pick
- insinto /opt/ltsp
- cp -r i386 ${D}/opt/ltsp
-
- dodoc README COPYING
-
-}