From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/processor-trace/
Date: Mon, 1 Oct 2018 20:22:21 +0000 (UTC) [thread overview]
Message-ID: <1538425337.47eeea1556d366165882143b368e18115896d647.mgorny@gentoo> (raw)
commit: 47eeea1556d366165882143b368e18115896d647
Author: Mikhail Klementev <jollheef <AT> riseup <DOT> net>
AuthorDate: Mon Oct 1 19:33:46 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 20:22:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47eeea15
dev-libs/processor-trace: Version bump to 1.6.2
Signed-off-by: Mikhail Klementev <jollheef <AT> riseup.net>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/processor-trace/Manifest | 1 +
.../processor-trace/processor-trace-1.6.2.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-libs/processor-trace/Manifest b/dev-libs/processor-trace/Manifest
index 161a20ca744..0d9b754f61c 100644
--- a/dev-libs/processor-trace/Manifest
+++ b/dev-libs/processor-trace/Manifest
@@ -1 +1,2 @@
DIST processor-trace-1.6.1.tar.gz 250843 BLAKE2B 0fa3f97f14e6fb931ea787261e84c65cbce0667db7adc709bdf386f5a87a9eb9af71b3b5b45c1c0f17d6b8e6800b92e9417955dc5496f3f6d3022620153fc2ad SHA512 c7c9c8ba78021fff3fde12a216f5729c6031114e5a727f49b7ff1a31c53b5ddba24d1b3aee252d8278ecd1fafe78a44ed059c12b9eb29eca33093e0720673468
+DIST processor-trace-1.6.2.tar.gz 259982 BLAKE2B ab394dd37eab924e841d77911f90e0b3ecceac69ae1b8fcd911c0bc26c2ac4aedf8bde3e0d8197b3341159d6b35458177f0c795eb9c1b146e38fd278135042fe SHA512 10f4ef6bcca9a4b39b0cfbfc82d79a6adb206aaa1a78961b0dea0926f7e2e462ea3cd5430dc82e71ce9dede18550f3c84d38fee26e1b2065668767fb5f796995
diff --git a/dev-libs/processor-trace/processor-trace-1.6.2.ebuild b/dev-libs/processor-trace/processor-trace-1.6.2.ebuild
new file mode 100644
index 00000000000..58e645476ad
--- /dev/null
+++ b/dev-libs/processor-trace/processor-trace-1.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Intel(R) Processor Trace decoder library"
+HOMEPAGE="https://github.com/01org/processor-trace"
+SRC_URI="https://github.com/01org/processor-trace/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="-* ~amd64"
+IUSE="doc test"
+
+DEPEND="doc? ( app-text/pandoc )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMAN=$(usex doc)
+ -DPTUNIT=$(usex test)
+ )
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2018-10-01 20:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-01 20:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-13 5:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/processor-trace/ Sam James
2022-03-11 14:58 Sam James
2018-10-01 20:22 Michał Górny
2018-09-13 17:37 Michał Górny
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=1538425337.47eeea1556d366165882143b368e18115896d647.mgorny@gentoo \
--to=mgorny@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