From: "Matthias Schwarzott" <zzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Mon, 16 Dec 2019 20:14:09 +0000 (UTC) [thread overview]
Message-ID: <1576527235.312faccef5946a18295fba8618e15020b59df99e.zzam@gentoo> (raw)
commit: 312faccef5946a18295fba8618e15020b59df99e
Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 20:10:31 2019 +0000
Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 20:13:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312facce
dev-util/dwarves: version bumped
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
dev-util/dwarves/Manifest | 1 +
dev-util/dwarves/dwarves-1.16.ebuild | 43 ++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-util/dwarves/Manifest b/dev-util/dwarves/Manifest
index e6da8f319a3..16d80c30b2e 100644
--- a/dev-util/dwarves/Manifest
+++ b/dev-util/dwarves/Manifest
@@ -1,3 +1,4 @@
DIST dwarves-1.12.tar.bz2 112400 BLAKE2B e71051041dfdbefc603dc041303de82e2e44c8b0f4f888577722466aaf7958cab7b04c15154faa8cbfcaa44fe60fc549e09b2fb68747cc3cdd08b8bce487cfdf SHA512 20644344e694253b79ede65e489696a319f10eaf424af81882414ae6efeaf34a82132321430d647916b78f97ef504907b3bd32919420f2cd14384910e283ff27
DIST dwarves-1.13.tar.xz 222008 BLAKE2B db73f5c9a319a1a57ef37127350a9da117e3f5c89e199445393e3e312139ce8f88f46e6e5bbf302d708c0b075b1c2b2cd75dc7bc213ed144d1db792c55358220 SHA512 26485b183b4c7b608dd0392f9155dd570a14c86fdeafee232e44ad30f14a1357b408b61b0e8a31ea4bf976ed7fc44e7d5a4a3ccede9713c47265ad52c13dadf0
DIST dwarves-1.15.tar.xz 222272 BLAKE2B a33d128ec899da0f0a1e2fc96703f0425fd1a2082675ddf886df55507b29b5fbad1a1cefd6b0a9002f50193b4c70f87a2eeacd50d94388776bb338fe678849e0 SHA512 29a8a15b7190480e79c2f423c7104d0fd275cd4c3df17518a1dd3c63cce1c528fad4b6f580baa397d9aa9323703009009e2d529939b12dd1af2c65cf7120b237
+DIST dwarves-1.16.tar.xz 273060 BLAKE2B a4cd976ff1cf6af0e2848a337400f4b1961ec5aff528d1c5893053967c0d1e7fc77de8220ae67c4b8a3eb387b659fbfd72113b29b2bf6a20d1fc45a59008a3e0 SHA512 6d57b26db70736353d8797d1f7d68c7c73b6df3ae69eb66dd7cb07d6b50a26c4f2adaa576a8915a4a7f8c41b67dcebbfc8cbdf3ba507dbf941f63941b13d65b1
diff --git a/dev-util/dwarves/dwarves-1.16.ebuild b/dev-util/dwarves/dwarves-1.16.ebuild
new file mode 100644
index 00000000000..d4a49fba59f
--- /dev/null
+++ b/dev-util/dwarves/dwarves-1.16.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+inherit multilib cmake-utils python-single-r1
+
+DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
+HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"
+
+LICENSE="GPL-2" # only
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=dev-libs/elfutils-0.131
+ <=dev-libs/elfutils-0.177
+ sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+if [[ ${PV//_p} == ${PV} ]]; then
+ SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz"
+ S=${WORKDIR}
+else
+ SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz"
+fi
+
+DOCS=( README README.ctracer NEWS )
+PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
+
+src_configure() {
+ local mycmakeargs=( "-D__LIB=$(get_libdir)" )
+ cmake-utils_src_configure
+}
+
+src_test() { :; }
+
+src_install() {
+ cmake-utils_src_install
+}
next reply other threads:[~2019-12-16 20:14 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-16 20:14 Matthias Schwarzott [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-13 16:42 [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/ Andreas Sturmlechner
2021-03-11 13:30 Sam James
2021-03-11 2:35 Sam James
2021-03-10 3:06 Sam James
2021-02-07 16:57 Matthias Schwarzott
2021-02-06 11:50 Matthias Schwarzott
2021-02-06 9:53 Matthias Schwarzott
2020-12-30 2:23 Sam James
2020-12-30 2:23 Sam James
2020-11-24 16:36 Matthias Schwarzott
2020-10-19 2:53 Georgy Yakovlev
2020-10-06 5:06 Matthias Schwarzott
2020-10-06 5:06 Matthias Schwarzott
2020-08-16 9:57 Michał Górny
2020-08-12 6:33 Georgy Yakovlev
2020-08-01 13:37 Mikle Kolyada
2020-08-01 13:37 Mikle Kolyada
2020-05-07 9:36 Jason A. Donenfeld
2020-03-15 10:53 Matthias Schwarzott
2020-02-12 19:30 Matthias Schwarzott
2020-01-20 19:28 Matthias Schwarzott
2019-12-03 10:46 Jason A. Donenfeld
2019-06-28 20:56 Matthias Schwarzott
2019-06-05 19:44 Matthias Schwarzott
2019-06-02 19:06 Matthias Schwarzott
2019-05-15 18:55 Andreas Sturmlechner
2018-08-26 15:10 Matthias Schwarzott
2018-08-21 18:23 Matthias Schwarzott
2017-04-20 20:48 David Seifert
2016-12-11 11:45 Matthias Schwarzott
2016-06-13 17:29 Matthias Schwarzott
2016-06-11 22:11 Matthias Schwarzott
2016-06-11 22:11 Matthias Schwarzott
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=1576527235.312faccef5946a18295fba8618e15020b59df99e.zzam@gentoo \
--to=zzam@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