Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/timemachine: ChangeLog timemachine-0.3.3.ebuild
Date: Tue, 26 Apr 2011 18:32:02
Message-Id: 20110426183148.574F820054@flycatcher.gentoo.org
1 aballier 11/04/26 18:31:48
2
3 Modified: ChangeLog
4 Added: timemachine-0.3.3.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 media-sound/timemachine/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timemachine/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timemachine/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timemachine/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 16 Jul 2009 09:01:02 -0000 1.17
24 +++ ChangeLog 26 Apr 2011 18:31:46 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/timemachine
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.17 2009/07/16 09:01:02 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.18 2011/04/26 18:31:46 aballier Exp $
31 +
32 +*timemachine-0.3.3 (26 Apr 2011)
33 +
34 + 26 Apr 2011; Alexis Ballier <aballier@g.o> +timemachine-0.3.3.ebuild:
35 + version bump
36
37 16 Jul 2009; Samuli Suominen <ssuominen@g.o>
38 timemachine-0.3.1.ebuild:
39
40
41
42 1.1 media-sound/timemachine/timemachine-0.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timemachine/timemachine-0.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/timemachine/timemachine-0.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: timemachine-0.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.3.ebuild,v 1.1 2011/04/26 18:31:46 aballier Exp $
52
53 EAPI=2
54
55 DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
56 HOMEPAGE="http://plugin.org.uk/timemachine/"
57 SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="lash"
63
64 RDEPEND=">=media-sound/jack-audio-connection-kit-0.80
65 x11-libs/gtk+:2
66 >=media-libs/libsndfile-1.0.5
67 media-libs/liblo
68 lash? ( >=media-sound/lash-0.5 )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 src_configure() {
73 econf \
74 $(use_enable lash)
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79 dodoc ChangeLog
80 }