From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A198D158094 for ; Mon, 5 Sep 2022 22:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A97E0817; Mon, 5 Sep 2022 22:09:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE8F9E0817 for ; Mon, 5 Sep 2022 22:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B15F9340F3C for ; Mon, 5 Sep 2022 22:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19175CB for ; Mon, 5 Sep 2022 22:09:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1662415752.f9aadfd6017d6d68a11a541d1f4b063f75865048.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/, app-emacs/dwarf-mode/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/dwarf-mode/Manifest app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el app-emacs/dwarf-mode/metadata.xml X-VCS-Directories: app-emacs/dwarf-mode/ app-emacs/dwarf-mode/files/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f9aadfd6017d6d68a11a541d1f4b063f75865048 X-VCS-Branch: master Date: Mon, 5 Sep 2022 22:09:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdf5fc93-abc1-4487-9c50-460c7edc5367 X-Archives-Hash: 821be150b0c3522f828e18fc4541f9b3 commit: f9aadfd6017d6d68a11a541d1f4b063f75865048 Author: Maciej Barć gentoo org> AuthorDate: Mon Sep 5 22:06:57 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Sep 5 22:09:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aadfd6 app-emacs/dwarf-mode: new package; add version 2.39 Signed-off-by: Maciej Barć gentoo.org> app-emacs/dwarf-mode/Manifest | 1 + app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild | 17 +++++++++++++++++ app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el | 3 +++ app-emacs/dwarf-mode/metadata.xml | 13 +++++++++++++ 4 files changed, 34 insertions(+) diff --git a/app-emacs/dwarf-mode/Manifest b/app-emacs/dwarf-mode/Manifest new file mode 100644 index 000000000000..b6cc86caa4f6 --- /dev/null +++ b/app-emacs/dwarf-mode/Manifest @@ -0,0 +1 @@ +DIST binutils-2.39.tar.xz 25167756 BLAKE2B ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f SHA512 68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3 diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild new file mode 100644 index 000000000000..522f6c9a8072 --- /dev/null +++ b/app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Emacs mode to browse DWARF information" +HOMEPAGE="https://sourceware.org/binutils/" +SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" +S="${WORKDIR}"/binutils-${PV}/binutils + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el b/app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el new file mode 100644 index 000000000000..7caa9f19a37b --- /dev/null +++ b/app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'dwarf-browse "dwarf-mode" + "Invoke `objdump' and put output into a `dwarf-mode' buffer." t) diff --git a/app-emacs/dwarf-mode/metadata.xml b/app-emacs/dwarf-mode/metadata.xml new file mode 100644 index 000000000000..38a0bcca915a --- /dev/null +++ b/app-emacs/dwarf-mode/metadata.xml @@ -0,0 +1,13 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + + cpe:/a:gnu:binutils + +