summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-24 09:44:33 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-24 09:44:33 +0000
commit2d6336c134a2e799f13113425c7c71a9cafefd58 (patch)
tree11d6b629ef1f8b0750802109649f7fc07b4a197d /media-sound/timemachine/timemachine-0.3.0.ebuild
parentFix the patch once more, thanks to aballier. (diff)
downloadhistorical-2d6336c134a2e799f13113425c7c71a9cafefd58.tar.gz
historical-2d6336c134a2e799f13113425c7c71a9cafefd58.tar.bz2
historical-2d6336c134a2e799f13113425c7c71a9cafefd58.zip
old
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/timemachine/timemachine-0.3.0.ebuild')
-rw-r--r--media-sound/timemachine/timemachine-0.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/timemachine/timemachine-0.3.0.ebuild b/media-sound/timemachine/timemachine-0.3.0.ebuild
deleted file mode 100644
index 8f37fc0c99f5..000000000000
--- a/media-sound/timemachine/timemachine-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.6 2009/07/16 10:37:59 ssuominen Exp $
-
-EAPI=2
-inherit flag-o-matic eutils
-
-DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
-HOMEPAGE="http://plugin.org.uk/timemachine/"
-SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="sparc"
-IUSE=""
-
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
- >=x11-libs/gtk+-2.2.4-r1
- >=media-libs/libsndfile-1.0.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- --disable-ladcca
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog
-}