public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/macrostep/
Date: Tue, 21 Mar 2023 13:19:27 +0000 (UTC)	[thread overview]
Message-ID: <1679404764.e70ea773b148b938755cf4f92aa1d8213f671d91.xgqt@gentoo> (raw)

commit:     e70ea773b148b938755cf4f92aa1d8213f671d91
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 13:02:47 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 13:19:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70ea773

app-emacs/macrostep: bump to 0.9.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/macrostep/Manifest               |  1 +
 app-emacs/macrostep/macrostep-0.9.1.ebuild | 33 ++++++++++++++++++++++++++++++
 app-emacs/macrostep/metadata.xml           |  1 +
 3 files changed, 35 insertions(+)

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>


             reply	other threads:[~2023-03-21 13:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 13:19 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-19 14:18 [gentoo-commits] repo/gentoo:master commit in: app-emacs/macrostep/ Maciej Barć
2023-05-19 14:18 Maciej Barć
2023-05-19 17:50 Sam James
2023-06-20 16:19 Sam James
2024-11-22 15:50 Maciej Barć
2024-11-22 18:41 Maciej Barć
2024-12-28 17:38 Sam James
2025-01-23 10:17 Maciej Barć
2025-02-04 12:52 Maciej Barć
2025-03-15 18:13 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679404764.e70ea773b148b938755cf4f92aa1d8213f671d91.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox