* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/
@ 2022-09-06 3:41 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-06 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 36999b93d321480bab6e5df9a5060a898eff87db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 03:39:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 03:39:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36999b93
app-emacs/dwarf-mode: add blockers for sys-devel/binutils[emacs]
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../dwarf-mode/{dwarf-mode-2.39.ebuild => dwarf-mode-2.39-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
similarity index 90%
rename from app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild
rename to app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
index 522f6c9a8072..f47208c6171b 100644
--- a/app-emacs/dwarf-mode/dwarf-mode-2.39.ebuild
+++ b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
@@ -14,4 +14,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="!sys-devel/binutils[emacs(-)]"
+
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/
@ 2023-03-23 7:20 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-03-23 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 7a9e27aeb3ac9e6979a68f65a38de4d7e530e7a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 07:15:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 07:19:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9e27ae
app-emacs/dwarf-mode: add 2.40
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/dwarf-mode/Manifest | 1 +
app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/app-emacs/dwarf-mode/Manifest b/app-emacs/dwarf-mode/Manifest
index b6cc86caa4f6..b6b3d77ca626 100644
--- a/app-emacs/dwarf-mode/Manifest
+++ b/app-emacs/dwarf-mode/Manifest
@@ -1 +1,2 @@
DIST binutils-2.39.tar.xz 25167756 BLAKE2B ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f SHA512 68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
+DIST binutils-2.40.tar.xz 25241484 BLAKE2B 8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2 SHA512 a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925
diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
new file mode 100644
index 000000000000..82b803cf7b04
--- /dev/null
+++ b/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 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"
+
+RDEPEND="!sys-devel/binutils[emacs(-)]"
+
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/
@ 2023-03-23 9:00 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-03-23 9:00 UTC (permalink / raw
To: gentoo-commits
commit: e79cb40c46d5d20ae3e14053f189d5c5bfa7319b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 09:00:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 09:00:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79cb40c
app-emacs/dwarf-mode: Stabilize 2.39-r1 amd64, #899634
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
index f47208c6171b..151800d806a9 100644
--- a/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
+++ b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"/binutils-${PV}/binutils
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="!sys-devel/binutils[emacs(-)]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/
@ 2023-04-25 14:14 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-04-25 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 352ad9c4698d1aac752eebdd2eca06647abebbad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 14:14:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 14:14:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352ad9c4
app-emacs/dwarf-mode: Stabilize 2.40 ALLARCHES, #905018
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
index 82b803cf7b04..151800d806a9 100644
--- a/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
+++ b/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/binutils-${PV}/binutils
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="!sys-devel/binutils[emacs(-)]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-25 14:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 3:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/dwarf-mode/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-03-23 7:20 Sam James
2023-03-23 9:00 Sam James
2023-04-25 14:14 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox