public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/timemachine: timemachine-0.3.1.ebuild
@ 2009-07-15 14:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-07-15 14:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/15 14:07:58

  Modified:             timemachine-0.3.1.ebuild
  Log:
  qa
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/timemachine/timemachine-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild?r1=1.2&r2=1.3

Index: timemachine-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- timemachine-0.3.1.ebuild	13 Jan 2008 13:14:27 -0000	1.2
+++ timemachine-0.3.1.ebuild	15 Jul 2009 14:07:58 -0000	1.3
@@ -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 @@
 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
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-15 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 14:07 [gentoo-commits] gentoo-x86 commit in media-sound/timemachine: timemachine-0.3.1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox