public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/
Date: Mon,  4 Jan 2021 20:56:33 +0000 (UTC)	[thread overview]
Message-ID: <1609793758.ceb696f1e79ad43e5ab0c027d8391b50b602c57e.dilfridge@gentoo> (raw)

commit:     ceb696f1e79ad43e5ab0c027d8391b50b602c57e
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 20:55:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 20:55:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb696f1

Revert "dev-util/lttng-ust: Remove old" - Seems like sparc is stable again...

This reverts commit a9426af594c121fc32217227cddb3a58819192cf.

Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 dev-util/lttng-ust/Manifest               |  1 +
 dev-util/lttng-ust/lttng-ust-2.8.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index abe29fcc203..c19ca764241 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,2 +1,3 @@
 DIST lttng-ust-2.11.0.tar.bz2 824285 BLAKE2B 161d50282a95cce47ab3811216241ade73e2002d8f03aa2266b5add36d06552f5620b912eeecff1173f43eec107b385f1b93783905f36a42baf5a63c37ea35fc SHA512 fb7258961a7e913487806a7e0129c95becff8c631382b119ff1d78f95cdd7460ec24e62671642160fdb006a3a292b2b10f35c8424f0367ce7c6a41cbcca77a09
 DIST lttng-ust-2.12.0.tar.bz2 853127 BLAKE2B 6a6655a4aa33ec6318255d05d0e000c19fb66d4049873f091b8e19f3f9ea0c15731db70af77dbab1d597edcafcd745f1dae2670cd38759c9b54ea38b1135b590 SHA512 d69772170f57b9669b99cea372ca537777151a31b82002e1e5ec80da3ceb302c23f0f85d63a2c95c90a375b879e266aa5297e7d6444050dd40feb1253d863801
+DIST lttng-ust-2.8.1.tar.bz2 743271 BLAKE2B d6adac00525ab747306288dd71f27ce982dd93e4ff42b9938064ae1435ad1c0867acebe3030a33748dc9aa78b6200ba2c47631e4359a963772fc4685472d21ae SHA512 15c459620cb73ef5be8c7df2ef02663ef650555b973a3d1ed976ae38068b53a8c83143a611bcb53e91a3f211361c44cd2a331cb41dd53d28a69924f7ac44cc95

diff --git a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild
new file mode 100644
index 00000000000..a09a68a5bea
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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="https://lttng.org"
+SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc 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:[~2021-01-04 20:56 UTC|newest]

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