Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/userspace-rcu: ChangeLog userspace-rcu-0.8.2.ebuild userspace-rcu-0.7.10.ebuild
Date: Sat, 01 Mar 2014 03:29:08
Message-Id: 20140301032858.B2F982004B@flycatcher.gentoo.org
1 radhermit 14/03/01 03:28:58
2
3 Modified: ChangeLog
4 Added: userspace-rcu-0.8.2.ebuild
5 userspace-rcu-0.7.10.ebuild
6 Log:
7 Version bumps.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.12 dev-libs/userspace-rcu/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 23 Nov 2013 23:34:05 -0000 1.11
25 +++ ChangeLog 1 Mar 2014 03:28:58 -0000 1.12
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-libs/userspace-rcu
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v 1.11 2013/11/23 23:34:05 radhermit Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v 1.12 2014/03/01 03:28:58 radhermit Exp $
32 +
33 +*userspace-rcu-0.8.2 (01 Mar 2014)
34 +*userspace-rcu-0.7.10 (01 Mar 2014)
35 +
36 + 01 Mar 2014; Tim Harder <radhermit@g.o> +userspace-rcu-0.7.10.ebuild,
37 + +userspace-rcu-0.8.2.ebuild:
38 + Version bumps.
39
40 23 Nov 2013; Tim Harder <radhermit@g.o> -userspace-rcu-0.7.6.ebuild,
41 -userspace-rcu-0.7.7.ebuild:
42
43
44
45 1.1 dev-libs/userspace-rcu/userspace-rcu-0.8.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: userspace-rcu-0.8.2.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.2.ebuild,v 1.1 2014/03/01 03:28:58 radhermit Exp $
55
56 EAPI=5
57
58 inherit autotools-utils
59
60 DESCRIPTION="userspace RCU (read-copy-update) library"
61 HOMEPAGE="http://lttng.org/urcu"
62 SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0/2" # subslot = soname version
66 KEYWORDS="~amd64 ~x86"
67 IUSE="static-libs test"
68
69 DEPEND="test? ( sys-process/time )"
70
71 # tests fail with separate build dir
72 AUTOTOOLS_IN_SOURCE_BUILD=1
73
74 src_configure() {
75 local myeconfargs=(
76 --docdir="${EPREFIX}/usr/share/doc/${PF}"
77 )
78 autotools-utils_src_configure
79 }
80
81
82
83 1.1 dev-libs/userspace-rcu/userspace-rcu-0.7.10.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.7.10.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.7.10.ebuild?rev=1.1&content-type=text/plain
87
88 Index: userspace-rcu-0.7.10.ebuild
89 ===================================================================
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.7.10.ebuild,v 1.1 2014/03/01 03:28:58 radhermit Exp $
93
94 EAPI=5
95
96 inherit autotools-utils
97
98 DESCRIPTION="userspace RCU (read-copy-update) library"
99 HOMEPAGE="http://lttng.org/urcu"
100 SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2"
101
102 LICENSE="LGPL-2.1"
103 SLOT="0"
104 KEYWORDS="~amd64 ~x86"
105 IUSE="static-libs test"
106
107 DEPEND="test? ( sys-process/time )"
108
109 # tests fail with separate build dir
110 AUTOTOOLS_IN_SOURCE_BUILD=1
111
112 src_configure() {
113 local myeconfargs=(
114 --docdir="${EPREFIX}/usr/share/doc/${PF}"
115 )
116 autotools-utils_src_configure
117 }