public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/
Date: Thu, 18 Feb 2016 07:44:23 +0000 (UTC)	[thread overview]
Message-ID: <1455781411.2ce3ceeb1f6dd8a80715e72a0596cbfaf8145e7c.dlan@gentoo> (raw)

commit:     2ce3ceeb1f6dd8a80715e72a0596cbfaf8145e7c
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 06:50:30 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 07:43:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce3ceeb

ev-util/lttng-ust: version bump

Package-Manager: portage-2.2.27

 dev-util/lttng-ust/Manifest               |  2 ++
 dev-util/lttng-ust/lttng-ust-2.6.5.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-util/lttng-ust/lttng-ust-2.7.1.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index dabba7e..7299aeb 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,3 +1,5 @@
 DIST lttng-ust-2.5.0.tar.bz2 583293 SHA256 dcd0bb81a12833e6edea110a0cc97108a7e55b1dc95ff2c97d06796866f5c3aa SHA512 15e614a0b66d668e00de56275f80f67a3ee159642e06a5c2981ac3bd2266c0f3c2cbad8dd3e4b5158ef85070bdcf9b513e17de346dbc628878c2de68768dd634 WHIRLPOOL 3cac7a2d905a2ab913220d13ffd295e442e7e0b676b68e501542b799092a7d6d8e45211fd8cf98939478958aee739e86041b797229207820172cce2726c86677
 DIST lttng-ust-2.5.1.tar.bz2 589487 SHA256 fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546 SHA512 718f0f50077ed7d1c9647de7714c237fde619ea23de8160af508fd1e6a60fb3594b0424b93a7ad5cbc47f4106721e7ef75ea82f1976a0a8fbf3305e8179769b6 WHIRLPOOL 38ea8fbdc6461f3a8af914b289cf8496c6a6fa48efcb0ed29be6f404310624602e7b8402b3ec2ad89a2a45c1a441afc162e83b09ecd9cd3654cf1e2638599575
 DIST lttng-ust-2.6.0-rc2.tar.bz2 608934 SHA256 664fabe883c863f8ba1f83b2fa030c097181aed44bd75979431c0fc0e1e71598 SHA512 a7ccf10e03693397168cca34b5008609a2c6dbf1bd88b84e42014861af432379efdbb040a31c77bf20014838d491fcb05ab67ca47c6924c7f74ca539c3019f3b WHIRLPOOL 7fd15c99e57cc21c6d9ce46ecab07da2389a2364d7de5a0b34357465a404bbd15d756d4ce54460ae52a923bb644e6719fcf4527773400e2aeef4c1a70bf84c5f
+DIST lttng-ust-2.6.5.tar.bz2 619053 SHA256 31ad8ae3a63a5009747732b5d015d19cd3fdb9a4524dcdc7b92c6b29b2120d8a SHA512 bf144c987b7ff62f70551db51a5605bc006b1d8a0e7f4197e1a2c7a7d79a1e4e786a658d0ec885f7d56c4d4f405da23717137c8b0d2be6289fc16ca84f06a230 WHIRLPOOL bec7bf92e07c2b606c726b48c691524f4821ce1dd7715a0784603968f40f2e1b01558f92d5a7019e060aa413624c96b35ad8242b261d2e936b0a315ca8529858
+DIST lttng-ust-2.7.1.tar.bz2 643906 SHA256 878438f10a488aa5855615a3108f4759bd123fa795d70c34647146d70103ce16 SHA512 80ba4b79df2a0ba0606a31145a427c8c5b30e2a4ace20f9e4602738ace99fe88146569de549288ff33c809a606b6973c17c3effcf9699b5dca3383b8da5b10ee WHIRLPOOL b6f5d40594bddf60c5463167d70d09633b0bca9593c5b018ecf3220819926a0d44af6288340d76c3dfe2aea9b4c29a9301285b98f5aa55884a9efa39f7e82287

diff --git a/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild b/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild
new file mode 100644
index 0000000..c3f261f
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+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/${MY_SLOT}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-libs/userspace-rcu"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+	if ! use examples; then
+		sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
+	fi
+	eautoreconf
+}

diff --git a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild
new file mode 100644
index 0000000..c3f261f
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+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/${MY_SLOT}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-libs/userspace-rcu"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+	if ! use examples; then
+		sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
+	fi
+	eautoreconf
+}


             reply	other threads:[~2016-02-18  7:44 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18  7:44 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-18  7:44 [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/ Yixun Lan
2016-06-21 12:43 Yixun Lan
2016-07-01  2:44 Yixun Lan
2017-07-11  8:41 Alexis Ballier
2018-03-22 15:53 Jeroen Roovers
2018-08-25 17:38 Michael Weber
2018-08-27 20:15 Sergei Trofimovich
2018-09-01 23:13 Sergei Trofimovich
2018-09-01 23:13 Sergei Trofimovich
2018-10-17 14:25 Tobias Klausmann
2018-10-26  0:52 Thomas Deutschmann
2018-10-26 14:58 Agostino Sarubbo
2018-10-26 18:57 Sven Wegener
2019-04-23  0:13 Aaron Bauman
2019-06-04 21:00 Agostino Sarubbo
2019-07-05 22:27 Sergei Trofimovich
2019-10-22  9:58 Yixun Lan
2019-10-23  2:26 Yixun Lan
2019-10-23  9:47 Yixun Lan
2019-10-23  9:47 Yixun Lan
2020-02-13 12:19 Agostino Sarubbo
2020-03-25 21:36 Sergei Trofimovich
2020-03-29  9:34 Sergei Trofimovich
2020-03-29  9:40 Sergei Trofimovich
2020-03-29 14:45 Sergei Trofimovich
2020-03-30 13:14 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-30 13:41 Agostino Sarubbo
2020-04-04  9:24 Mart Raudsepp
2020-07-19 13:37 Sergei Trofimovich
2020-12-10  2:25 Matt Turner
2020-12-29 13:38 David Seifert
2020-12-29 13:38 David Seifert
2020-12-30 12:02 David Seifert
2021-01-04 20:14 Andreas K. Hüttel
2021-01-04 20:56 Andreas K. Hüttel
2021-01-28 17:47 Sam James
2021-01-29 20:50 Sam James
2021-01-30 10:03 Sam James
2021-01-30 10:04 Sam James
2021-02-01 13:30 Sam James
2021-03-30 15:12 Yixun Lan
2021-07-25  7:56 Matt Turner
2021-09-19 21:53 Sam James
2021-09-19 21:53 Sam James
2021-09-26  8:50 Yixun Lan
2021-11-22 14:12 Jakov Smolić
2022-01-20 16:34 Sam James
2022-01-29  3:52 Sam James
2022-04-26  8:06 Yixun Lan
2022-04-26  8:06 Yixun Lan
2022-04-26 22:10 Yixun Lan
2022-11-05  6:27 Sam James
2022-12-04 18:45 WANG Xuerui
2022-12-27 10:23 Sam James
2023-03-17 16:16 Arthur Zamarin
2023-03-17 16:28 Arthur Zamarin
2023-03-17 16:40 Arthur Zamarin
2023-03-17 17:00 Sam James
2023-03-17 17:58 Arthur Zamarin
2023-03-17 18:10 Arthur Zamarin
2023-03-17 18:35 Sam James
2023-06-26 17:45 Sam James
2023-10-09  4:36 Sam James
2023-10-09  4:36 Sam James
2023-10-09  4:46 Sam James
2023-10-09  5:54 Sam James
2023-10-09 18:57 Sam James
2024-01-23  5:53 Maciej Barć
2024-07-19  6:05 Sam James
2024-08-27 12:04 Florian Schmaus
2024-09-06 18:54 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455781411.2ce3ceeb1f6dd8a80715e72a0596cbfaf8145e7c.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox