summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:01:43 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:30 +0200
commit81914f950998ddf043a449d364ef7a93025b41f4 (patch)
tree24865dd2131d62bacb8c4613f96a3998c47defe4 /app-emacs/async/async-1.9.3.ebuild
parentapp-emacs/apheleia: drop old 3.1 (diff)
downloadgentoo-81914f950998ddf043a449d364ef7a93025b41f4.tar.gz
gentoo-81914f950998ddf043a449d364ef7a93025b41f4.tar.bz2
gentoo-81914f950998ddf043a449d364ef7a93025b41f4.zip
app-emacs/async: drop old 1.9.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/async/async-1.9.3.ebuild')
-rw-r--r--app-emacs/async/async-1.9.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/async/async-1.9.3.ebuild b/app-emacs/async/async-1.9.3.ebuild
deleted file mode 100644
index 179ede444ddf..000000000000
--- a/app-emacs/async/async-1.9.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-src_compile() {
- elisp-compile *.el
- elisp-make-autoload-file
-}