commit:     e4a70536770c0ac9c1d83014bf0d41342e6ed30a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 13:30:13 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri May 19 14:18:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a70536

app-emacs/eldev: drop old 1.3

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

 app-emacs/eldev/Manifest         |  1 -
 app-emacs/eldev/eldev-1.3.ebuild | 43 ----------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index c82582c40b9c..cce1342faa2d 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
-DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.3.ebuild b/app-emacs/eldev/eldev-1.3.ebuild
deleted file mode 100644
index 057c43865443..000000000000
--- a/app-emacs/eldev/eldev-1.3.ebuild
+++ /dev/null
@@ -1,43 +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/";
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-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