summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:00:46 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:29 +0200
commite7a90a99394f6a78d38e51fad4077cf1922b6dbc (patch)
treed97bce3cb60462f88ffe570c020c85eae01337f5 /app-emacs/apel
parentapp-emacs/all-the-icons-ivy-rich: drop old 1.8.0 (diff)
downloadgentoo-e7a90a99394f6a78d38e51fad4077cf1922b6dbc.tar.gz
gentoo-e7a90a99394f6a78d38e51fad4077cf1922b6dbc.tar.bz2
gentoo-e7a90a99394f6a78d38e51fad4077cf1922b6dbc.zip
app-emacs/apel: drop old 10.8_p20190407
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/Manifest1
-rw-r--r--app-emacs/apel/apel-10.8_p20190407.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index c1bd6d74f583..4e3c825febe6 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1,2 +1 @@
-DIST apel-10.8_p20190407.tar.gz 94808 BLAKE2B 47540e8c3ce96cc91efefe521942a3df4ee8423c7796d7e66b14bed7e9d662469a0767dd4863ae130fb114a1f9335d95abd13d61b6811e039db75e28679ac0f6 SHA512 6c780b0643f248e2a1409f1cea794dc6be515ee2ae766ead0834996bd9c13852492af1b9c343c4efda06fd057fae0c1b8a1ffc6b55b1469afbc7cbf1b579ea68
DIST apel-10.8_p20201106.tar.gz 69188 BLAKE2B e0107968349fe73325503a61fbc9ada83d657f2ca66a39ae2ea833543277f536d22371e371e17dc4307380e738491e20ec0b7b52a35207f49e37fa65c66f3ab1 SHA512 fb14570d6d4f2346d386ae0012cfb9149ddf9ade8b4dc75507e6cef848d12ef65f80bd7d1dc26815031aee00461d67d4a86fe29e30d5d542756e725425634c77
diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild
deleted file mode 100644
index d5f9044ba217..000000000000
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs"
-HOMEPAGE="https://github.com/wanderlust/apel"
-GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
-SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-src_prepare() {
- elisp_src_prepare
- cat <<-EOF >>APEL-CFG || die
- (setq APEL_PREFIX "apel")
- (setq EMU_PREFIX "apel")
- EOF
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" \
- LISPDIR="${ED}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
- install
- elisp-make-site-file "50apel-gentoo.el"
- dodoc ChangeLog README*
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "See the README.en file in /usr/share/doc/${PF} for tips"
- elog "on how to customize this package."
-}