Skip to content

Commit

Permalink
app-emacs/dwarf-mode: new package; add version 2.39
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Sep 5, 2022
1 parent c977287 commit f9aadfd
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/dwarf-mode/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST binutils-2.39.tar.xz 25167756 BLAKE2B ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f SHA512 68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
17 changes: 17 additions & 0 deletions app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions app-emacs/dwarf-mode/files/50dwarf-mode-gentoo.el
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 13 additions & 0 deletions app-emacs/dwarf-mode/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches />
<upstream>
<remote-id type="cpe">cpe:/a:gnu:binutils</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit f9aadfd

Please sign in to comment.