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: Thu, 13 Sep 2018 17:37:47 +0000 (UTC) [thread overview]
Message-ID: <1536860261.3734b0e038e549ebd1942b73c95c7c84f1750a0d.mgorny@gentoo> (raw)
commit: 3734b0e038e549ebd1942b73c95c7c84f1750a0d
Author: Mikhail Klementev <jollheef <AT> riseup <DOT> net>
AuthorDate: Fri Aug 10 07:58:21 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 17:37:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3734b0e0
dev-libs/processor-trace: Intel(R) Processor Trace decoder library
Closes: https://github.com/gentoo/gentoo/pull/9523
dev-libs/processor-trace/Manifest | 1 +
dev-libs/processor-trace/metadata.xml | 12 ++++++++++
.../processor-trace/processor-trace-1.6.1.ebuild | 26 ++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-libs/processor-trace/Manifest b/dev-libs/processor-trace/Manifest
new file mode 100644
index 00000000000..161a20ca744
--- /dev/null
+++ b/dev-libs/processor-trace/Manifest
@@ -0,0 +1 @@
+DIST processor-trace-1.6.1.tar.gz 250843 BLAKE2B 0fa3f97f14e6fb931ea787261e84c65cbce0667db7adc709bdf386f5a87a9eb9af71b3b5b45c1c0f17d6b8e6800b92e9417955dc5496f3f6d3022620153fc2ad SHA512 c7c9c8ba78021fff3fde12a216f5729c6031114e5a727f49b7ff1a31c53b5ddba24d1b3aee252d8278ecd1fafe78a44ed059c12b9eb29eca33093e0720673468
diff --git a/dev-libs/processor-trace/metadata.xml b/dev-libs/processor-trace/metadata.xml
new file mode 100644
index 00000000000..e55ddede119
--- /dev/null
+++ b/dev-libs/processor-trace/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jollheef@riseup.net</email>
+ <name>Mikhail Klementev</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-libs/processor-trace/processor-trace-1.6.1.ebuild b/dev-libs/processor-trace/processor-trace-1.6.1.ebuild
new file mode 100644
index 00000000000..5e70a10ca37
--- /dev/null
+++ b/dev-libs/processor-trace/processor-trace-1.6.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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-09-13 17:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-13 17:37 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-01 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/processor-trace/ Michał Górny
2018-10-01 20:22 Michał Górny
2022-03-11 14:58 Sam James
2022-04-13 5:55 Sam James
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=1536860261.3734b0e038e549ebd1942b73c95c7c84f1750a0d.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