dlan        14/11/12 14:39:23

  Modified:             ChangeLog
  Added:                userspace-rcu-0.8.6.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.18                 dev-libs/userspace-rcu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 Oct 2014 03:41:58 -0000      1.17
+++ ChangeLog   12 Nov 2014 14:39:23 -0000      1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/userspace-rcu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v 1.17 
2014/10/23 03:41:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v 1.18 
2014/11/12 14:39:23 dlan Exp $
+
+*userspace-rcu-0.8.6 (12 Nov 2014)
+
+  12 Nov 2014; Yixun Lan <[email protected]> +userspace-rcu-0.8.6.ebuild:
+  Version bumps
 
 *userspace-rcu-0.8.5 (23 Oct 2014)
 *userspace-rcu-0.7.13 (23 Oct 2014)



1.1                  dev-libs/userspace-rcu/userspace-rcu-0.8.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.6.ebuild?rev=1.1&content-type=text/plain

Index: userspace-rcu-0.8.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.8.6.ebuild,v 1.1 
2014/11/12 14:39:23 dlan Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="userspace RCU (read-copy-update) library"
HOMEPAGE="http://lttng.org/urcu";
SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2";

LICENSE="LGPL-2.1"
SLOT="0/2" # subslot = soname version
KEYWORDS="~amd64 ~x86"
IUSE="static-libs test"

DEPEND="test? ( sys-process/time )"

# tests fail with separate build dir
AUTOTOOLS_IN_SOURCE_BUILD=1

src_configure() {
        local myeconfargs=(
                --docdir="${EPREFIX}/usr/share/doc/${PF}"
        )
        autotools-utils_src_configure
}




Reply via email to