public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Schwarzott" <zzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Tue,  6 Oct 2020 05:06:37 +0000 (UTC)	[thread overview]
Message-ID: <1601960783.0e5747d723a08bdf6508086f644052aac31cce87.zzam@gentoo> (raw)

commit:     0e5747d723a08bdf6508086f644052aac31cce87
Author:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 04:55:13 2020 +0000
Commit:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 05:06:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5747d7

dev-util/dwarves: Bumped version to 1.18

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>

 dev-util/dwarves/Manifest            |  1 +
 dev-util/dwarves/dwarves-1.18.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/dwarves/Manifest b/dev-util/dwarves/Manifest
index d9e36684235..31948b93031 100644
--- a/dev-util/dwarves/Manifest
+++ b/dev-util/dwarves/Manifest
@@ -1 +1,2 @@
 DIST dwarves-1.17.tar.xz 309028 BLAKE2B 600d095359fa1ef208cc83655761505a07512faf9957144cc5fdd9e69bef98be3afc8b29a4c13aa0246aa43fdc9b4906de95f37c86fc6790ece52a79e3b13695 SHA512 8916ea24316efe1eb322d045fb2d81c230905f2fe33942eac641e9e0311f33a3bcf55be454eac32781799c255303bafacd8f1bd1b3ec08f0dae4d5f38d8186ba
+DIST dwarves-1.18.tar.xz 324912 BLAKE2B bdce2903608a1229e2fc7e8a01bc41249a17a1a003fc3616910959fc43b430569cd737a220edfab2473485cd2dc0519b4add0e0e3a690e51ad35c4fa082752a5 SHA512 01647607ce0f4dfceb464367f2dd8a432f33eb5d0e003b6bbb07b38bd992a2992844309b04aee2a0388658c41d8b2059d03064c6e450fe7c347c5bca445d7938

diff --git a/dev-util/dwarves/dwarves-1.18.ebuild b/dev-util/dwarves/dwarves-1.18.ebuild
new file mode 100644
index 00000000000..063b96dc5e5
--- /dev/null
+++ b/dev-util/dwarves/dwarves-1.18.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit multilib cmake 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 ~ppc64 ~x86"
+IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	>=dev-libs/elfutils-0.178
+	sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+if [[ ${PV//_p} == ${PV} ]]; then
+	SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz"
+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_src_configure
+}
+
+src_test() { :; }
+
+src_install() {
+	cmake_src_install
+}


             reply	other threads:[~2020-10-06  5:06 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06  5:06 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-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-16 20:14 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=1601960783.0e5747d723a08bdf6508086f644052aac31cce87.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