summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-21 14:02:47 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-21 14:19:24 +0100
commite70ea773b148b938755cf4f92aa1d8213f671d91 (patch)
tree4e7e29477c9b0753b0f4f15fe8e3ad2125eae359 /app-emacs/macrostep
parentapp-emacs/use-package: bump to 2.4.5 (diff)
downloadgentoo-e70ea773b148b938755cf4f92aa1d8213f671d91.tar.gz
gentoo-e70ea773b148b938755cf4f92aa1d8213f671d91.tar.bz2
gentoo-e70ea773b148b938755cf4f92aa1d8213f671d91.zip
app-emacs/macrostep: bump to 0.9.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/macrostep')
-rw-r--r--app-emacs/macrostep/Manifest1
-rw-r--r--app-emacs/macrostep/macrostep-0.9.1.ebuild33
-rw-r--r--app-emacs/macrostep/metadata.xml1
3 files changed, 35 insertions, 0 deletions
diff --git a/app-emacs/macrostep/Manifest b/app-emacs/macrostep/Manifest
index f19ba1dcf320..19c72aa544c3 100644
--- a/app-emacs/macrostep/Manifest
+++ b/app-emacs/macrostep/Manifest
@@ -1 +1,2 @@
+DIST macrostep-0.9.1.tar.gz 32980 BLAKE2B b2949041ab8e6e894046b1be84a223880544f5432606b229fca5a348cca605112d63837587a55654a64971d97e48b063d8cdf4bf1c3f01b23f1db168eb350dbb SHA512 8e6af8040694371958314ca94ec1fbc7a309f82eaa4fd05333e0d16c369d9342d90c86153ce3890b7dfb12567d69526cfb8a2aa5452f4f53dc9497d92ae08aac
DIST macrostep-0.9.tar.gz 50226 BLAKE2B e4e4d1b3f8b3a2abb464d4a4c13f4cc2c26114842cf90f68d5ee2082ef521d48b6de30cb743506d6aa15790b630aa7d3eda90578ce308c4c4595bdfb6f58f15b SHA512 1a3b67ddbb29007db542028dc965807764ac3df4ff6b90f42c50b2623843a905e302b316757b8d7975b0f10a06501262b1d9fd6f94c9b09618b31e2a7d602828
diff --git a/app-emacs/macrostep/macrostep-0.9.1.ebuild b/app-emacs/macrostep/macrostep-0.9.1.ebuild
new file mode 100644
index 000000000000..34f5f094cc80
--- /dev/null
+++ b/app-emacs/macrostep/macrostep-0.9.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Interactive macro-expander for Emacs"
+HOMEPAGE="https://github.com/joddie/macrostep/
+ https://github.com/emacsorphanage/macrostep/"
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/${PN}-test.patch )
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ ${EMACS} ${EMACSFLAGS} -L . --load ${PN}-test.el || die "test failed"
+}
+
+src_install() {
+ rm macrostep-test.el{,c} || die
+
+ elisp_src_install
+}
diff --git a/app-emacs/macrostep/metadata.xml b/app-emacs/macrostep/metadata.xml
index 83cdc6147e32..8a27a0a2c9bc 100644
--- a/app-emacs/macrostep/metadata.xml
+++ b/app-emacs/macrostep/metadata.xml
@@ -23,5 +23,6 @@
<upstream>
<bugs-to>https://github.com/joddie/macrostep/issues/</bugs-to>
<remote-id type="github">joddie/macrostep</remote-id>
+ <remote-id type="github">emacsorphanage/macrostep</remote-id>
</upstream>
</pkgmetadata>