public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eldev/
Date: Sat, 27 Aug 2022 01:27:04 +0000 (UTC)	[thread overview]
Message-ID: <1661563621.8c00369bbc2cb97302380a755f90b8f796fc45a4.xgqt@gentoo> (raw)

commit:     8c00369bbc2cb97302380a755f90b8f796fc45a4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 00:40:52 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 01:27:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c00369b

app-emacs/eldev: drop old 1.1.2

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

 app-emacs/eldev/Manifest           |  1 -
 app-emacs/eldev/eldev-1.1.2.ebuild | 45 --------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index e425cae1ea69..85b19e1013a3 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
-DIST eldev-1.1.2.tar.gz 215487 BLAKE2B f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c SHA512 59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b SHA512 5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba SHA512 88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.tar.gz 237458 BLAKE2B 8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706 SHA512 ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.1.2.ebuild b/app-emacs/eldev/eldev-1.1.2.ebuild
deleted file mode 100644
index 3f35959f7270..000000000000
--- a/app-emacs/eldev/eldev-1.1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-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	other threads:[~2022-08-27 23:10 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27  1:27 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 22:03 [gentoo-commits] repo/gentoo:master commit in: app-emacs/eldev/ 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 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-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=1661563621.8c00369bbc2cb97302380a755f90b8f796fc45a4.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