summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-15 14:07:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-15 14:07:58 +0000
commitfa4c6ee0687f1ce26696321f66c0cca343b75b81 (patch)
treeccbb6d637c188b6cef1fa93ecc8eb3a054f30bfe /media-sound
parentStable for HPPA (bug #250429). (diff)
downloadgentoo-2-fa4c6ee0687f1ce26696321f66c0cca343b75b81.tar.gz
gentoo-2-fa4c6ee0687f1ce26696321f66c0cca343b75b81.tar.bz2
gentoo-2-fa4c6ee0687f1ce26696321f66c0cca343b75b81.zip
qa
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/timemachine/timemachine-0.3.1.ebuild23
1 files changed, 11 insertions, 12 deletions
diff --git a/media-sound/timemachine/timemachine-0.3.1.ebuild b/media-sound/timemachine/timemachine-0.3.1.ebuild
index 50c2cd4fadb6..91e76923241c 100644
--- a/media-sound/timemachine/timemachine-0.3.1.ebuild
+++ b/media-sound/timemachine/timemachine-0.3.1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild,v 1.2 2008/01/13 13:14:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild,v 1.3 2009/07/15 14:07:58 ssuominen Exp $
-IUSE="lash"
-
-inherit flag-o-matic eutils
+EAPI=2
DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
HOMEPAGE="http://plugin.org.uk/timemachine/"
@@ -13,20 +11,21 @@ SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="lash"
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
- >=x11-libs/gtk+-2.2.4-r1
+RDEPEND=">=media-sound/jack-audio-connection-kit-0.80
+ x11-libs/gtk+:2
>=media-libs/libsndfile-1.0.5
- lash? ( >=media-sound/lash-0.5.0 )"
+ lash? ( >=media-sound/lash-0.5 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_compile() {
- econf `use_enable lash` || die
- make || die "emake failed"
+src_configure() {
+ econf \
+ $(use_enable lash)
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog
}