From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/
Date: Wed, 25 Sep 2024 21:16:22 +0000 (UTC) [thread overview]
Message-ID: <1727298977.023d960339e65cb3ade809547e276fc849a4c197.xgqt@gentoo> (raw)
commit: 023d960339e65cb3ade809547e276fc849a4c197
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 19:41:53 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 21:16:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d9603
app-emacs/package-lint: drop old 0.22
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/package-lint/Manifest | 1 -
app-emacs/package-lint/package-lint-0.22.ebuild | 54 -------------------------
2 files changed, 55 deletions(-)
diff --git a/app-emacs/package-lint/Manifest b/app-emacs/package-lint/Manifest
index 4de619d2c113..cda70b10fb7a 100644
--- a/app-emacs/package-lint/Manifest
+++ b/app-emacs/package-lint/Manifest
@@ -1,2 +1 @@
-DIST package-lint-0.22.tar.gz 322207 BLAKE2B 4605bd733ac46c5d1535c5c27c3921006e9641342f2fc42500b225146384e193c719e73c246ec9fc8a9db811d6c9b70b979647b9581a135e78b4cb7f4f4dfd8a SHA512 3924d8a0daaf2bf08c3128aff9776b3b5629d1bc6beeeef6355b07cb14f04769a24458eb81f38a27a7fa3db235fe5eca7a1cdf1a1ae222dd67e8d53e7955647b
DIST package-lint-0.23.tar.gz 322339 BLAKE2B c3c0a866d46863248fdcf914049859e9dccf0f921a71cc44f4c386e50f5bafac58ba3d1e04b6dcbd58c650fa1386574b2bb3e014cde972416ca3af7f1158b1a1 SHA512 b6d52dd8edb730c77afdadcde48e3235ce90c0e435faf28f220108d9f5994c4a07e8e9b08f765628a7591c11f8e96cfe1ea25606a1d081bede0923528fbf47e3
diff --git a/app-emacs/package-lint/package-lint-0.22.ebuild b/app-emacs/package-lint/package-lint-0.22.ebuild
deleted file mode 100644
index 4014aa033f64..000000000000
--- a/app-emacs/package-lint/package-lint-0.22.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Linting library for Emacs Lisp package metadata"
-HOMEPAGE="https://github.com/purcell/package-lint/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/purcell/${PN}.git"
-else
- SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- app-emacs/compat
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.22-load-data-directory.patch"
-)
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- elisp_src_prepare
-
- sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i "${PN}.el" || die
-}
-
-src_install() {
- elisp-install "${PN}" ${PN}{,-flymake}.el{,c}
- elisp-make-site-file "${SITEFILE}"
-
- insinto "${SITEETC}/${PN}"
- doins -r data
-
- einstalldocs
-}
next reply other threads:[~2024-09-25 21:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 21:16 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 2:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/ Sam James
2024-09-25 21:16 Maciej Barć
2024-04-04 15:05 Arthur Zamarin
2024-03-30 23:09 Maciej Barć
2024-03-30 23:09 Maciej Barć
2023-12-20 19:45 Maciej Barć
2023-12-20 19:45 Maciej Barć
2023-12-20 19:45 Maciej Barć
2023-11-27 18:59 Maciej Barć
2023-11-27 18:59 Maciej Barć
2023-11-27 18:59 Maciej Barć
2023-11-07 18:50 Maciej Barć
2023-08-07 11:31 Maciej Barć
2023-08-07 11:31 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-03-19 14:18 Maciej Barć
2022-04-26 23:25 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=1727298977.023d960339e65cb3ade809547e276fc849a4c197.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