summaryrefslogtreecommitdiff
path: root/app-emacs/dwarf-mode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-06 04:25:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-06 04:25:47 +0100
commitf5d9305cc82b2e211fdaba92618c07829ffb2c48 (patch)
tree430648fb68a5308f8831702d5a970e476ca4e91c /app-emacs/dwarf-mode
parent0234994edb2122d4508c5a07122e774bcab9195b (diff)
gentoo auto-resync : 06:09:2022 - 04:25:47
Diffstat (limited to 'app-emacs/dwarf-mode')
-rw-r--r--app-emacs/dwarf-mode/Manifest4
-rw-r--r--app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild17
-rw-r--r--app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el3
-rw-r--r--app-emacs/dwarf-mode/metadata.xml13
4 files changed, 37 insertions, 0 deletions
diff --git a/app-emacs/dwarf-mode/Manifest b/app-emacs/dwarf-mode/Manifest
new file mode 100644
index 000000000000..cb59ae0a5376
--- /dev/null
+++ b/app-emacs/dwarf-mode/Manifest
@@ -0,0 +1,4 @@
+AUX 50dwarf-mode-gentoo.el 142 BLAKE2B 2101b53bb85e33b34b807cd3483979db3466e1a4d804f274d086b7975f7c437df731e922a706d03921f5e838524d126098462fd29f9867cfd863dc85fd83f321 SHA512 c6ff6a3b9ef606368a6b74e38c8d3f030098c6dd619ce1a0b090f5b30b5fc0c35e3567a8af5f12a63611d9fee1d9127fd844b9e3f3cfac8357413dc405955f96
+DIST binutils-2.39.tar.xz 25167756 BLAKE2B ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f SHA512 68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
+EBUILD dwarf-mode-2.39.ebuild 398 BLAKE2B 11deec5a126d2bd48c0fa65c8dad19332b239c1d55f7a755c5423963189448bff6616bb34f709215b03f09003905f942332ea5ae2f5c466e2671f9d805e4b2f9 SHA512 65f5a43b5488b14b8965f1f31063025e0b91235cde0ff5c749d3d6c2908a2dfd57d08ff81c3c68b03c726473fd6855d0fe994fc8595f03b4fac5ffe1eec04541
+MISC metadata.xml 380 BLAKE2B bad7ba917871a071d10f1d030b2becffbaacfeab7b3fc27d2b78dfd1bdb7f4c251afa98cc6b33ae18674fad2cf1afec8d3a6c496d3c8e6a5b17cce8e89c41057 SHA512 a1d794cb60868de7e44718c282328961bf7dff377810bb3d63e83b71395316fd5bc15ae39c64fa83ab98915d0a8f8ac8a5fc4f5e2b22c475ab00f88723dba8a4
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches />
+ <upstream>
+ <remote-id type="cpe">cpe:/a:gnu:binutils</remote-id>
+ </upstream>
+</pkgmetadata>