summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/spandsp/spandsp-0.0.2_pre25.ebuild')
-rw-r--r--media-libs/spandsp/spandsp-0.0.2_pre25.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-libs/spandsp/spandsp-0.0.2_pre25.ebuild b/media-libs/spandsp/spandsp-0.0.2_pre25.ebuild
deleted file mode 100644
index 4936e3ff4c39..000000000000
--- a/media-libs/spandsp/spandsp-0.0.2_pre25.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.2_pre25.ebuild,v 1.2 2008/06/20 10:08:31 drac Exp $
-
-IUSE=""
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony."
-HOMEPAGE="http://www.soft-switch.org/"
-
-S="${WORKDIR}/${PN}-0.0.2"
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_/}/${P/_/}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND=">=media-libs/audiofile-0.2.6-r1
- >=media-libs/tiff-3.5.7-r1"
-
-src_install () {
- einstall || die
- dodoc AUTHORS NEWS README
-}