commit:     feba52bb898f349f6d43072c0a63be24d08200e0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 22:39:55 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 13:09:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feba52bb

app-emacs/eldev: drop old 1.3.1

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

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

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index eb1866318732..d8fd924dc069 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
 DIST eldev-1.4.tar.gz 267097 BLAKE2B 
bd84241834c69d071f8d5ef89434c52f6a063a20c0d5aee4f5e40e5c1259a1b21648416149286ae197a94274c4d219395ef900cc101afe919540eff88bcc29f7
 SHA512 
ac5639db96ba157902381024a1442f292e97f85c4c9f005702f897c3755d174663b76972e5d10247cb799dcf27357a4a4e1d870513954b7a9892fbeb8ff8e5ec

diff --git a/app-emacs/eldev/eldev-1.3.1.ebuild 
b/app-emacs/eldev/eldev-1.3.1.ebuild
deleted file mode 100644
index fd5f6cc27c1f..000000000000
--- a/app-emacs/eldev/eldev-1.3.1.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