summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-07-31 22:25:36 +0000
committerYixun Lan <dlan@gentoo.org>2014-07-31 22:25:36 +0000
commit0c36032f3afc31e1378de87e528ec1e405f2a009 (patch)
tree93015df624be212b6f131fd01ed331db2d0f3a8c /dev-util
parentold (diff)
downloadgentoo-2-0c36032f3afc31e1378de87e528ec1e405f2a009.tar.gz
gentoo-2-0c36032f3afc31e1378de87e528ec1e405f2a009.tar.bz2
gentoo-2-0c36032f3afc31e1378de87e528ec1e405f2a009.zip
version bump, also drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/lttng-ust/ChangeLog9
-rw-r--r--dev-util/lttng-ust/lttng-ust-2.4.2.ebuild (renamed from dev-util/lttng-ust/lttng-ust-2.4.0.ebuild)2
-rw-r--r--dev-util/lttng-ust/lttng-ust-2.5.0.ebuild27
3 files changed, 36 insertions, 2 deletions
diff --git a/dev-util/lttng-ust/ChangeLog b/dev-util/lttng-ust/ChangeLog
index d1a57b14e217..f971ff2cda25 100644
--- a/dev-util/lttng-ust/ChangeLog
+++ b/dev-util/lttng-ust/ChangeLog
@@ -1,6 +1,13 @@
# 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.2 2014/05/16 08:10:16 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.3 2014/07/31 22:25:36 dlan Exp $
+
+*lttng-ust-2.5.0 (31 Jul 2014)
+*lttng-ust-2.4.2 (31 Jul 2014)
+
+ 31 Jul 2014; Yixun Lan <dlan@gentoo.org> -lttng-ust-2.4.0.ebuild,
+ +lttng-ust-2.4.2.ebuild, +lttng-ust-2.5.0.ebuild:
+ version bump, also drop old
*lttng-ust-2.4.1 (16 May 2014)
diff --git a/dev-util/lttng-ust/lttng-ust-2.4.0.ebuild b/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild
index 4712f9fe49eb..7a03d6fe3cdc 100644
--- a/dev-util/lttng-ust/lttng-ust-2.4.0.ebuild
+++ b/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild
@@ -1,6 +1,6 @@
# 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.0.ebuild,v 1.1 2014/03/04 06:52:00 dlan Exp $
+# $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 $
EAPI=5
diff --git a/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild b/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild
new file mode 100644
index 000000000000..20d0dfd79299
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild
@@ -0,0 +1,27 @@
+# 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.5.0.ebuild,v 1.1 2014/07/31 22:25:36 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
+}