summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-05 04:03:18 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-05 04:03:18 +0000
commit6cc1ae19d052e73ebd357331c3454fc2e0bdde8d (patch)
tree23a8043be4d782330cc2fce07f2f1967edd45b80 /media-libs/portaudio/portaudio-19_pre20071207.ebuild
parentActually mark stable for ia64. (diff)
downloadgentoo-2-6cc1ae19d052e73ebd357331c3454fc2e0bdde8d.tar.gz
gentoo-2-6cc1ae19d052e73ebd357331c3454fc2e0bdde8d.tar.bz2
gentoo-2-6cc1ae19d052e73ebd357331c3454fc2e0bdde8d.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/portaudio/portaudio-19_pre20071207.ebuild')
-rw-r--r--media-libs/portaudio/portaudio-19_pre20071207.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/portaudio/portaudio-19_pre20071207.ebuild b/media-libs/portaudio/portaudio-19_pre20071207.ebuild
deleted file mode 100644
index ee287c9d9fb0..000000000000
--- a/media-libs/portaudio/portaudio-19_pre20071207.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/portaudio-19_pre20071207.ebuild,v 1.21 2012/05/05 08:02:35 jdhore Exp $
-
-EAPI=1
-
-MY_P=pa_stable_v${PV/pre}
-
-DESCRIPTION="An open-source cross platform audio API."
-HOMEPAGE="http://www.portaudio.com"
-SRC_URI="http://www.portaudio.com/archives/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="alsa +cxx debug jack oss"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.109.2-r1 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- econf $(use_enable cxx) $(use_with jack) $(use_with alsa) \
- $(use_with oss) $(use_with debug debug-output)
-
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc V19-devel-readme.txt
- dohtml index.html
-}