public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rr/
Date: Sun, 12 Feb 2017 18:15:15 +0000 (UTC)	[thread overview]
Message-ID: <1486923278.539b6f2f8d4699aa3dc90d17c5e3e62dac246f49.lu_zero@gentoo> (raw)

commit:     539b6f2f8d4699aa3dc90d17c5e3e62dac246f49
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 18:14:30 2017 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 18:14:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539b6f2f

dev-util/rr: Initial import

Package-Manager: portage-2.3.3

 dev-util/rr/Manifest        |  1 +
 dev-util/rr/metadata.xml    | 16 ++++++++++++++++
 dev-util/rr/rr-4.5.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-util/rr/Manifest b/dev-util/rr/Manifest
new file mode 100644
index 0000000000..27f0230ad2
--- /dev/null
+++ b/dev-util/rr/Manifest
@@ -0,0 +1 @@
+DIST mozilla-rr-4.5.0.tar.gz 683371 SHA256 19f28259c0aa562c9518ae51207377fa93071a7dc270a0738d8d39e45ae2b1c0 SHA512 8e9b7c6eaa9908e75853b5e19f61954b57e6e5afa7a8b6fe55f31aee36bab6ff315b5c3511d14c93dca5da19055a7879b6f3b9f51c349b1bb9acea130187a5e6 WHIRLPOOL d16e36da11d3ed0c0c4f8509abe890842fc95127a899e98800db93d407080ea796d1e8fd8545f17d84540a553f848b3985c9c139479d1a76fa31e418ad700e33

diff --git a/dev-util/rr/metadata.xml b/dev-util/rr/metadata.xml
new file mode 100644
index 0000000000..5f1e857bbc
--- /dev/null
+++ b/dev-util/rr/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>toolchain@gentoo.org</email>
+	<name>Gentoo Toolchain Project</name>
+</maintainer>
+<maintainer type="person">
+	<email>lu_zero@gentoo.org</email>
+	<name>Luca Barbato</name>
+</maintainer>
+<maintainer type="person">
+	<email>mudler@gentoo.org</email>
+	<name>Ettore Di Giacinto</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-util/rr/rr-4.5.0.ebuild b/dev-util/rr/rr-4.5.0.ebuild
new file mode 100644
index 0000000000..0941335497
--- /dev/null
+++ b/dev-util/rr/rr-4.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+CMAKE_BUILD_TYPE=Release
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="Record and Replay Framework"
+HOMEPAGE="http://rr-project.org/"
+SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz"
+
+LICENSE="MIT BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/pexpect[${PYTHON_USEDEP}]
+		dev-libs/libpfm
+		sys-libs/zlib
+		${PYTHON_DEPS}"
+
+RDEPEND="
+	sys-devel/gdb[xml]
+	${DEPEND}"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}


             reply	other threads:[~2017-02-12 18:15 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 18:15 Luca Barbato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-12 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-util/rr/ Ettore Di Giacinto
2017-02-13 21:19 Mike Frysinger
2017-02-13 21:19 Mike Frysinger
2017-02-13 21:19 Mike Frysinger
2017-02-13 21:51 Mike Frysinger
2017-04-20 20:48 David Seifert
2017-10-24 11:29 Luca Barbato
2018-03-12 16:50 Ettore Di Giacinto
2018-06-10 16:29 Sergei Trofimovich
2018-09-28 14:46 Luca Barbato
2019-05-09 22:26 Sergei Trofimovich
2019-05-09 22:37 Sergei Trofimovich
2019-11-10 21:00 Sergei Trofimovich
2019-11-12 22:45 Sergei Trofimovich
2019-11-12 22:52 Sergei Trofimovich
2019-12-19 22:25 Sergei Trofimovich
2020-02-09 16:25 Michał Górny
2020-03-23 23:58 Sergei Trofimovich
2020-10-01 21:49 Sergei Trofimovich
2020-10-01 21:49 Sergei Trofimovich
2020-10-30 23:19 Sergei Trofimovich
2020-11-02 10:21 Sergei Trofimovich
2020-11-10 23:49 Sergei Trofimovich
2021-02-01 16:32 Sam James
2021-05-15 13:58 Sergei Trofimovich
2021-09-27  8:55 Luca Barbato
2022-08-14  8:04 Luca Barbato
2022-08-20 13:29 Luca Barbato
2022-10-17 21:45 Sam James
2022-10-17 21:45 Sam James
2023-01-10  4:32 Sam James
2023-01-10  4:32 Sam James
2023-04-25 19:49 Sam James
2023-10-03 23:38 Sam James
2024-04-29 21:48 Sam James
2024-05-25  7:35 Sam James
2024-10-03 10:00 Sam James
2024-10-03 10:05 Sam James
2025-01-24 15:45 Sam James
2025-01-25  5:37 Sam James
2025-02-13 13:27 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=1486923278.539b6f2f8d4699aa3dc90d17c5e3e62dac246f49.lu_zero@gentoo \
    --to=lu_zero@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