summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:01:49 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:30 +0200
commitbfb68011152b08578e88d2e0e074d5035676b2a1 (patch)
tree2c9be75bac6b5d13138f92c6c94554a8962e9796 /app-emacs/async
parentapp-emacs/async: drop old 1.9.3 (diff)
downloadgentoo-bfb68011152b08578e88d2e0e074d5035676b2a1.tar.gz
gentoo-bfb68011152b08578e88d2e0e074d5035676b2a1.tar.bz2
gentoo-bfb68011152b08578e88d2e0e074d5035676b2a1.zip
app-emacs/async: drop old 1.9.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/async')
-rw-r--r--app-emacs/async/Manifest1
-rw-r--r--app-emacs/async/async-1.9.4.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/app-emacs/async/Manifest b/app-emacs/async/Manifest
index d902ba2bbdb7..62ae29f1a332 100644
--- a/app-emacs/async/Manifest
+++ b/app-emacs/async/Manifest
@@ -1,2 +1 @@
-DIST emacs-async-1.9.4.tar.gz 15375 BLAKE2B 763c716672722e8d8ba2b1d351513ab545826214a475b155ef79b741cfd69ef02e579ccd10a09acfee712713e4f60ae746a509fa487ed464c4706baa17011a8f SHA512 ca225588868320485f886b7fced526bce951dac19319bdfe9c17e74c68c2e5cb624e324842025fdc8d94affe9d10bf44c86132b5e762593a9204a804eac43d2b
DIST emacs-async-1.9.7.tar.gz 28411 BLAKE2B a033b0d84a61f133c0a871b6355626a67250b61c6ae4640331c8d14b3abda0d9d7405bb9fb09128874053cc310b3532772f8a515afb63b6d740492e10c9af5a9 SHA512 ca2c118594cc1478b1f68b3fce7e2b9c10cc3a90146b33a2631286cdef60c39932aa0036837ea9546f963105de7fae8fbe3ab8b6f36daff95323ca89a0fea645
diff --git a/app-emacs/async/async-1.9.4.ebuild b/app-emacs/async/async-1.9.4.ebuild
deleted file mode 100644
index 208631a78af0..000000000000
--- a/app-emacs/async/async-1.9.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-MY_P="emacs-async-${PV}"
-DESCRIPTION="Simple library for asynchronous processing in Emacs"
-HOMEPAGE="https://github.com/jwiegley/emacs-async"
-SRC_URI="https://github.com/jwiegley/emacs-async/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-src_compile() {
- elisp-compile *.el
- elisp-make-autoload-file
-}