Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/lttng-ust: lttng-ust-2.5.0.ebuild lttng-ust-2.4.2.ebuild ChangeLog lttng-ust-2.4.0.ebuild
Date: Thu, 31 Jul 2014 22:25:46
Message-Id: 20140731222537.A23782004E@flycatcher.gentoo.org
1 dlan 14/07/31 22:25:36
2
3 Modified: ChangeLog
4 Added: lttng-ust-2.5.0.ebuild lttng-ust-2.4.2.ebuild
5 Removed: lttng-ust-2.4.0.ebuild
6 Log:
7 version bump, also drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
10
11 Revision Changes Path
12 1.3 dev-util/lttng-ust/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 16 May 2014 08:10:16 -0000 1.2
25 +++ ChangeLog 31 Jul 2014 22:25:36 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-util/lttng-ust
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.2 2014/05/16 08:10:16 dlan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.3 2014/07/31 22:25:36 dlan Exp $
31 +
32 +*lttng-ust-2.5.0 (31 Jul 2014)
33 +*lttng-ust-2.4.2 (31 Jul 2014)
34 +
35 + 31 Jul 2014; Yixun Lan <dlan@g.o> -lttng-ust-2.4.0.ebuild,
36 + +lttng-ust-2.4.2.ebuild, +lttng-ust-2.5.0.ebuild:
37 + version bump, also drop old
38
39 *lttng-ust-2.4.1 (16 May 2014)
40
41
42
43
44 1.1 dev-util/lttng-ust/lttng-ust-2.5.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: lttng-ust-2.5.0.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild,v 1.1 2014/07/31 22:25:36 dlan Exp $
54
55 EAPI=5
56
57 inherit autotools
58
59 MY_P="${P/_rc/-rc}"
60 DESCRIPTION="Linux Trace Toolkit - UST library"
61 HOMEPAGE="http://lttng.org"
62 SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="examples"
68
69 DEPEND="dev-libs/userspace-rcu"
70 RDEPEND="${DEPEND}"
71
72 src_prepare() {
73 if ! use examples; then
74 sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
75 fi
76 eautoreconf
77 }
78
79
80
81 1.1 dev-util/lttng-ust/lttng-ust-2.4.2.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild?rev=1.1&content-type=text/plain
85
86 Index: lttng-ust-2.4.2.ebuild
87 ===================================================================
88 # Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild,v 1.1 2014/07/31 22:25:36 dlan Exp $
91
92 EAPI=5
93
94 inherit autotools
95
96 MY_P="${P/_rc/-rc}"
97 DESCRIPTION="Linux Trace Toolkit - UST library"
98 HOMEPAGE="http://lttng.org"
99 SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~x86"
104 IUSE="examples"
105
106 DEPEND="dev-libs/userspace-rcu"
107 RDEPEND="${DEPEND}"
108
109 src_prepare() {
110 if ! use examples; then
111 sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
112 fi
113 eautoreconf
114 }