public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trace-cmd/
Date: Wed, 13 Jan 2016 23:23:09 +0000 (UTC)	[thread overview]
Message-ID: <1452727375.de2910d972c0cf21ce759ffe098c93d916e8cd25.chutzpah@gentoo> (raw)

commit:     de2910d972c0cf21ce759ffe098c93d916e8cd25
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 23:22:10 2016 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 23:22:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2910d9

dev-util/trace-cmd: version bump to 2.6

Gentoo-Bug: 556134

Package-Manager: portage-2.2.26

 dev-util/trace-cmd/Manifest             |  1 +
 dev-util/trace-cmd/trace-cmd-2.6.ebuild | 71 +++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/dev-util/trace-cmd/Manifest b/dev-util/trace-cmd/Manifest
index 77bc310..c3d3a32 100644
--- a/dev-util/trace-cmd/Manifest
+++ b/dev-util/trace-cmd/Manifest
@@ -1 +1,2 @@
 DIST trace-cmd-2.5.1.tar.xz 1577148 SHA256 591aa00ff90a60fa2bce8637392126623511fd7629a771c7e3276137b31b3966 SHA512 2280eefa130a3914c34798f8bd4097a55f7f4fa4632b3d26ee1317bba54625d259ac61c6576dd3051fb2be48fb593fa54a4203d1828b7fec5fd196de00491ea2 WHIRLPOOL 4185a05c96204fb5ec8256620af53ec4c4bb2e0f7e2f268c7a6814ed788b1ce256f2dba429eef80dcf2b2409b3cd1ff11bed9bae43da558de9f6d3bb2c7c654c
+DIST trace-cmd-2.6.tar.xz 1584768 SHA256 e390265567b7701d92d8f7480ea669314609353bae9e0d57e8dd66951d8655f9 SHA512 cf479a940825935aa89b282c7a617d56fa5dd1f82e3322a969c4e0a08343ceca16c40058ead5f5878260ce0a003102550808c5475110706580769dffb1897c54 WHIRLPOOL 63cd934a5985d581faebb5108562bbc2fec6d445120f09c4e7689f4330ade846c3ed53875a04e5741c8b9cef78029440f871e38c5e95f3b2c8436c04411d31df

diff --git a/dev-util/trace-cmd/trace-cmd-2.6.ebuild b/dev-util/trace-cmd/trace-cmd-2.6.ebuild
new file mode 100644
index 0000000..93f769a
--- /dev/null
+++ b/dev-util/trace-cmd/trace-cmd-2.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=(python2_7)
+
+inherit eutils toolchain-funcs linux-info python-single-r1
+
+DESCRIPTION="User-space front-end for Ftrace"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc gtk python udis86"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+	udis86? ( dev-libs/udis86 )
+	gtk? (
+		${PYTHON_DEPS}
+		dev-python/pygtk:2[${PYTHON_USEDEP}]
+	)"
+DEPEND="${RDEPEND}
+	sys-kernel/linux-headers
+	python? (
+		virtual/pkgconfig
+		dev-lang/swig
+	)
+	gtk? ( virtual/pkgconfig )
+	doc? ( app-text/asciidoc )"
+
+CONFIG_CHECK="
+	~TRACING
+	~FTRACE
+	~BLK_DEV_IO_TRACE"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.5.1-makefile.patch
+)
+
+pkg_setup() {
+	linux-info_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+src_configure() {
+	MAKEOPTS+=" prefix=/usr libdir=$(get_libdir) CC=$(tc-getCC) AR=$(tc-getAR)"
+
+	if use python; then
+		MAKEOPTS+=" PYTHON_VERS=${EPYTHON//python/python-}"
+		MAKEOPTS+=" python_dir=$(python_get_sitedir)/${PN}"
+	else
+		MAKEOPTS+=" NO_PYTHON=1"
+	fi
+
+	use udis86 || MAKEOPTS+=" NO_UDIS86=1"
+}
+
+src_compile() {
+	emake all_cmd
+	use doc && emake doc
+	use gtk && emake -j1 gui
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	use doc && emake DESTDIR="${D}" install_doc
+	use gtk && emake DESTDIR="${D}" install_gui
+}


             reply	other threads:[~2016-01-13 23:23 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 23:23 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-20 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/trace-cmd/ David Seifert
2018-11-13 15:31 Craig Andrews
2019-03-11 20:31 Patrick McLean
2019-03-13 21:59 Patrick McLean
2019-04-10  1:00 Patrick McLean
2019-07-19 22:58 Patrick McLean
2019-07-26  0:22 Patrick McLean
2019-08-29  1:24 Zac Medico
2020-02-10 21:00 Michał Górny
2020-05-14 22:25 Aaron Bauman
2020-06-05 15:45 Mart Raudsepp
2020-07-28  0:14 Patrick McLean
2020-08-14 23:22 Andreas Sturmlechner
2021-03-11 17:29 Ben Kohler
2021-03-26 12:00 Agostino Sarubbo
2022-06-16 16:58 Patrick McLean
2022-07-29 12:12 Arthur Zamarin
2022-09-02 13:59 Yixun Lan
2022-09-02 13:59 Yixun Lan
2022-11-16  7:34 Yixun Lan
2022-12-20  1:56 Yixun Lan
2022-12-22  6:12 Yixun Lan
2023-01-04  4:20 Yixun Lan
2023-01-11  8:03 Arthur Zamarin
2023-01-12 23:35 Yixun Lan
2023-01-13  6:42 Sam James
2023-01-13  6:43 Sam James
2023-01-19 22:51 Yixun Lan
2023-06-10  9:12 Sam James
2024-02-03 13:32 Yixun Lan
2024-02-03 13:32 Yixun Lan
2024-02-03 13:42 Yixun Lan
2024-02-12 19:45 Patrick McLean
2024-02-13  1:19 Patrick McLean
2024-02-19  7:32 Yixun Lan
2024-04-23 23:20 Patrick McLean
2024-05-30  7:53 Yixun Lan
2024-08-23 12:35 Yixun Lan
2024-10-26  9:42 Sam James
2024-11-01  3:12 Yixun Lan
2024-11-01  3:12 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=1452727375.de2910d972c0cf21ce759ffe098c93d916e8cd25.chutzpah@gentoo \
    --to=chutzpah@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