From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eldev/
Date: Fri, 6 Oct 2023 15:21:01 +0000 (UTC) [thread overview]
Message-ID: <1696605648.fba566d940e2bec778f112e6d1f0a3b24149d90a.xgqt@gentoo> (raw)
commit: fba566d940e2bec778f112e6d1f0a3b24149d90a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 12:45:21 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=fba566d9
app-emacs/eldev: drop old 1.5.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/eldev/Manifest | 1 -
app-emacs/eldev/eldev-1.5.1.ebuild | 50 --------------------------------------
2 files changed, 51 deletions(-)
diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 5fec732ea9e7..de30d6bbb6f6 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b SHA512 a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
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.1.ebuild b/app-emacs/eldev/eldev-1.5.1.ebuild
deleted file mode 100644
index 60daff744a6e..000000000000
--- a/app-emacs/eldev/eldev-1.5.1.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)."
-}
next reply other threads:[~2023-10-06 15:21 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-06 15:21 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 23:22 [gentoo-commits] repo/gentoo:master commit in: app-emacs/eldev/ Maciej Barć
2024-10-13 19:23 Maciej Barć
2024-06-25 22:03 Sam James
2024-06-25 15:26 Maciej Barć
2024-06-07 17:46 Arthur Zamarin
2024-05-13 17:59 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-04-17 23:59 Sam James
2024-03-17 21:53 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-02-27 23:21 Sam James
2024-01-27 21:26 Maciej Barć
2024-01-15 21:20 Maciej Barć
2024-01-15 21:20 Maciej Barć
2023-12-22 5:07 Sam James
2023-12-15 2:33 Sam James
2023-11-18 1:31 Maciej Barć
2023-11-01 19:17 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 12:02 Arthur Zamarin
2023-09-10 14:41 Sam James
2023-09-05 14:11 Maciej Barć
2023-09-05 14:11 Maciej Barć
2023-09-05 14:11 Maciej Barć
2023-09-02 16:22 Sam James
2023-08-22 11:33 Arthur Zamarin
2023-08-07 11:31 Maciej Barć
2023-08-02 14:11 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-10 7:41 Jakov Smolić
2023-07-08 0:10 Sam James
2023-07-08 0:10 Sam James
2023-07-07 22:54 Sam James
2023-06-20 16:23 Sam James
2023-06-07 13:40 Maciej Barć
2023-05-19 17:45 Sam James
2023-05-19 14:18 Maciej Barć
2023-05-19 14:18 Maciej Barć
2023-05-19 14:18 Maciej Barć
2022-12-21 14:39 Maciej Barć
2022-12-21 14:39 Maciej Barć
2022-11-26 12:47 Maciej Barć
2022-11-26 12:47 Maciej Barć
2022-09-14 16:03 Maciej Barć
2022-09-14 16:03 Maciej Barć
2022-08-27 1:27 Maciej Barć
2022-08-27 1:27 Maciej Barć
2022-08-27 1:27 Maciej Barć
2022-08-19 15:42 Maciej Barć
2022-06-30 15:33 Maciej Barć
2022-06-30 15:33 Maciej Barć
2022-06-11 1:50 Maciej Barć
2022-05-19 23:58 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696605648.fba566d940e2bec778f112e6d1f0a3b24149d90a.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox