dlan        14/05/16 08:10:16

  Modified:             ChangeLog
  Added:                lttng-ust-2.4.1.ebuild
  Log:
  version bump 2.4.1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.2                  dev-util/lttng-ust/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Mar 2014 06:52:00 -0000       1.1
+++ ChangeLog   16 May 2014 08:10:16 -0000      1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/lttng-ust
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.1 
2014/03/04 06:52:00 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.2 
2014/05/16 08:10:16 dlan Exp $
+
+*lttng-ust-2.4.1 (16 May 2014)
+
+  16 May 2014; Yixun Lan <[email protected]> +lttng-ust-2.4.1.ebuild:
+  version bump 2.4.1
 
 *lttng-ust-2.4.0 (04 Mar 2014)
 



1.1                  dev-util/lttng-ust/lttng-ust-2.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.1.ebuild?rev=1.1&content-type=text/plain

Index: lttng-ust-2.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.1.ebuild,v 
1.1 2014/05/16 08:10:16 dlan Exp $

EAPI=5

inherit autotools

MY_P="${P/_rc/-rc}"
DESCRIPTION="Linux Trace Toolkit - UST library"
HOMEPAGE="http://lttng.org";
SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND="dev-libs/userspace-rcu"
RDEPEND="${DEPEND}"

src_prepare() {
        if ! use examples; then
                sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
        fi
        eautoreconf
}




Reply via email to