commit:     8ad3e3daa1645faad628af0558c359a2452fc97e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 12:45:29 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 15:20:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3e3da

app-emacs/eldev: drop old 1.5.2

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

 app-emacs/eldev/Manifest           |  1 -
 app-emacs/eldev/eldev-1.5.2.ebuild | 50 --------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index de30d6bbb6f6..41763d3b8061 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
-DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
 DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7

diff --git a/app-emacs/eldev/eldev-1.5.2.ebuild 
b/app-emacs/eldev/eldev-1.5.2.ebuild
deleted file mode 100644
index 60daff744a6e..000000000000
--- a/app-emacs/eldev/eldev-1.5.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/";
-
-if [[ ${PV} == *9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/doublep/${PN}.git";
-else
-       SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-               -> ${P}.tar.gz"
-       KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-       ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-       elisp_src_install
-       dobin bin/${PN}
-
-       # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-       # to load up it's components,
-       # if it is not it will bootstrap itself from network
-       # always check if it uses installed Emacs Lisp files.
-       # Also, do not forget to run `env-update` & reopen your shell.
-       # https://github.com/doublep/eldev#influential-environment-variables
-       echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-       doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-       elisp_pkg_postinst
-
-       ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-       ewarn "to use Eldev in a shell before logging out (or restarting"
-       ewarn "your login manager)."
-}

Reply via email to