public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
Date: Sat, 25 Aug 2018 17:38:16 +0000 (UTC)	[thread overview]
Message-ID: <1535218676.0adfc6b25db8ac2b521f988e2db4004bd212b1ca.xmw@gentoo> (raw)

commit:     0adfc6b25db8ac2b521f988e2db4004bd212b1ca
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 17:27:13 2018 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 17:37:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adfc6b2

dev-util/lttng-tools: Version bump

- Fix docdir to ${PF}
- Fix USE=ust unkown configure option

Closes: https://bugs.gentoo.org/663826
Package-Manager: Portage-2.3.45, Repoman-2.3.10

 dev-util/lttng-tools/Manifest                  |  1 +
 dev-util/lttng-tools/lttng-tools-2.10.5.ebuild | 41 ++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
index 23168e8e82d..52eee5a0a9c 100644
--- a/dev-util/lttng-tools/Manifest
+++ b/dev-util/lttng-tools/Manifest
@@ -1,3 +1,4 @@
+DIST lttng-tools-2.10.5.tar.bz2 1243054 BLAKE2B e8f912f8051e75d7338b360574e32f0a98dcfcbaf7ba99aab5a157bfa3f28b4b163cf1ede5a4a5a6b59a8f9e6544f9fc81d6e36ed63057816a83e3122a55ed43 SHA512 30689be92331fb3421ecb67150dab29c182c2febd5db77113dc0439c2289cdadb645043bbbbb4a95c6da40dbf8bbc258dd775e22b908e9514fbeffc450312a5b
 DIST lttng-tools-2.6.1.tar.bz2 956120 BLAKE2B 2d0b641ae11989a90f54fc9955c18c26faeda621ce44c304ca88262329c2e048a839fb24c6cf59bfb0021cb0d43d5f7fb38f5aba8c9769ac7d1f0ac0c6196671 SHA512 7b2de0a42975e3c8ced67ed877417684892322c477a35a310c13ddbf84fcf125ee87156bae56b802eacec7757a927388d764e917ce8da8e57bfd33fdae3da469
 DIST lttng-tools-2.7.1.tar.bz2 984351 BLAKE2B 51d61857c56c3bffcaec80d8b57c18c96c3125d56f7feaa70e3ad44d108987a663734c17cf2553b1979061ae400c1e5bd0a30de4bf3bf5af28846403a3e055c1 SHA512 b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d
 DIST lttng-tools-2.7.3.tar.bz2 986692 BLAKE2B 4632781abe699a4cec6c311ade314d8c1dd5264fe46b6ee14a4e982a52a6bfc738bcceb42c2d58f93052088b1c9a5cd3b024cbfa85418782e75ca25f9c7a6d0c SHA512 17568232b24028757b623c63bf40fc2929e700ecafe3e759d891373fc7342458c3d26c2199fcbbde6deeb1746b6bc8e7e95b7c19bb33c40f4c97339c4c04c459

diff --git a/dev-util/lttng-tools/lttng-tools-2.10.5.ebuild b/dev-util/lttng-tools/lttng-tools-2.10.5.ebuild
new file mode 100644
index 00000000000..d42ffde22d8
--- /dev/null
+++ b/dev-util/lttng-tools/lttng-tools-2.10.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(ver_cut 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - next generation"
+HOMEPAGE="http://lttng.org"
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ust"
+
+DEPEND="dev-libs/userspace-rcu
+	dev-libs/popt
+	dev-libs/libxml2
+	ust? ( dev-util/lttng-ust:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+	if kernel_is -lt 2 6 27; then
+		ewarn "${PN} require Linux kernel >= 2.6.27"
+		ewarn "   pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
+		ewarn "   the session daemon. There were introduce in the 2.6.27"
+	fi
+}
+
+src_configure() {
+	econf \
+		$(usex ust "" --without-lttng-ust) \
+		--docdir=/usr/share/doc/${PF}
+}


             reply	other threads:[~2018-08-25 17:38 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-25 17:38 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-27 20:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/ Florian Schmaus
2024-08-27 12:04 Florian Schmaus
2024-03-06 21:50 Andreas K. Hüttel
2024-03-06 21:46 Andreas K. Hüttel
2023-10-10  5:35 Joonas Niilola
2023-10-10  5:35 Joonas Niilola
2023-06-26 17:45 Sam James
2023-03-20  6:42 Joonas Niilola
2023-03-20  6:42 Joonas Niilola
2023-03-20  6:42 Joonas Niilola
2022-12-27 10:23 Sam James
2022-11-05  6:27 Sam James
2022-04-26 22:10 Yixun Lan
2022-04-26  8:06 Yixun Lan
2022-04-26  8:06 Yixun Lan
2021-11-22 14:12 Jakov Smolić
2021-09-26  8:50 Yixun Lan
2021-09-19 21:53 Sam James
2021-09-19 21:53 Sam James
2021-03-30 15:12 Yixun Lan
2020-12-29 13:38 David Seifert
2020-12-29 13:38 David Seifert
2019-10-23  9:47 Yixun Lan
2019-10-23  9:47 Yixun Lan
2019-10-22  9:58 Yixun Lan
2018-10-26 18:57 Sven Wegener
2016-07-01  2:44 Yixun Lan
2016-06-21 12:43 Yixun Lan
2016-02-18  7:44 Yixun Lan
2016-02-18  7:44 Yixun Lan

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=1535218676.0adfc6b25db8ac2b521f988e2db4004bd212b1ca.xmw@gentoo \
    --to=xmw@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