summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-05-19 15:31:35 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-05-19 16:18:01 +0200
commit3148d30707c2c1c09a0883c98a613c0b9833f4ba (patch)
tree352961725d0cd6806faff3acf61da34eae40130f /app-emacs
parentapp-emacs/eldev: drop old 1.3 (diff)
downloadgentoo-3148d30707c2c1c09a0883c98a613c0b9833f4ba.tar.gz
gentoo-3148d30707c2c1c09a0883c98a613c0b9833f4ba.tar.bz2
gentoo-3148d30707c2c1c09a0883c98a613c0b9833f4ba.zip
app-emacs/macrostep: drop old 0.9
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/macrostep/Manifest1
-rw-r--r--app-emacs/macrostep/macrostep-0.9.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/macrostep/Manifest b/app-emacs/macrostep/Manifest
index 19c72aa544c3..561c33eb809e 100644
--- a/app-emacs/macrostep/Manifest
+++ b/app-emacs/macrostep/Manifest
@@ -1,2 +1 @@
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.ebuild b/app-emacs/macrostep/macrostep-0.9.ebuild
deleted file mode 100644
index 6189cca0567b..000000000000
--- a/app-emacs/macrostep/macrostep-0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Interactive macro-expander for Emacs"
-HOMEPAGE="https://github.com/joddie/macrostep/"
-SRC_URI="https://github.com/joddie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.org )
-PATCHES=( "${FILESDIR}"/${PN}-test.patch )
-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
-}