public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/processor-trace/
@ 2018-10-01 20:22 99% Michał Górny
  0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2018-10-01 20:22 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-10-01 20:22 99% [gentoo-commits] repo/gentoo:master commit in: dev-libs/processor-trace/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox