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: Sun, 03 Aug 2025 13:27:06 +0000 (UTC) [thread overview]
Message-ID: <1754227615.6ce311c1cfdef2b64c7dd951aac6722c4e190fb6.xgqt@gentoo> (raw)
commit: 6ce311c1cfdef2b64c7dd951aac6722c4e190fb6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 3 12:06:57 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Aug 3 13:26:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce311c1
app-emacs/package-lint: drop old 0.25
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/package-lint/Manifest | 1 -
app-emacs/package-lint/package-lint-0.25.ebuild | 75 -------------------------
2 files changed, 76 deletions(-)
diff --git a/app-emacs/package-lint/Manifest b/app-emacs/package-lint/Manifest
index 45b1a43664df..58a35cf77206 100644
--- a/app-emacs/package-lint/Manifest
+++ b/app-emacs/package-lint/Manifest
@@ -1,2 +1 @@
-DIST package-lint-0.25.tar.gz 352513 BLAKE2B 215413f0547c5fff5ed7e3d3d326d3a8db21aa012e9fa4a197ec7572516d20c72473dafdc02b8bf2b7098785694f7e82f6ff5007e1586fb613a92c85070d6a92 SHA512 5fee3083b5dc44e533dddd6a0091b67ab1cea12f34353550a60530013701ab24817e7b4f0e24c9218c5cb36712869ae4d22bcf3e3bce33c6ca665a7699d9fd65
DIST package-lint-0.26.tar.gz 352503 BLAKE2B d9c0b7b260d6cf2b568cd349539a1e6054b254c13516cfb9b836c66a80a6477490997bfdfa3809eb9ae9f1af043b206a9fe15f2d9b02ba1ccf2a0b889712b2d0 SHA512 efc8669b9c1ed62e5737c6e40c7f13ead5f03bf5db215840ef817b435a2e7ab30f510de04d835e162f728ec6ccf92c723c7ed7cb598dd1b8ded0958cbb6fe603
diff --git a/app-emacs/package-lint/package-lint-0.25.ebuild b/app-emacs/package-lint/package-lint-0.25.ebuild
deleted file mode 100644
index ee327a59d5ca..000000000000
--- a/app-emacs/package-lint/package-lint-0.25.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2025 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"
-
-elisp-enable-tests ert
-
-src_prepare() {
- elisp_src_prepare
-
- sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i "${PN}.el" || die
-
- # Skip failing test. Tests are marked as "WORK IN PROGRESS" at the
- # top of the file.
- local -a skip_tests=(
- package-lint-test-accept-new-backported-libraries-with-backport-dep
- package-lint-test-accept-new-backported-sub-libraries-with-backport-dep
- package-lint-test-accept-normal-deps
- package-lint-test-accepts-compat-call
- package-lint-test-accepts-compat-require
- package-lint-test-accepts-new-backported-functions-with-backport-dep
- package-lint-test-accepts-new-functions-with-compat
- package-lint-test-accepts-new-macros-with-compat
- package-lint-test-error-new-backported-sub-libraries
- package-lint-test-warn-unversioned-dep
- )
- local skip_test=""
- for skip_test in "${skip_tests[@]}"; do
- sed -i "/${skip_test}/a (ert-skip nil)" package-lint-test.el || die
- done
-}
-
-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:[~2025-08-03 13:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-03 13:27 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-03 13:27 [gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/ Maciej Barć
2025-05-31 5:32 Arthur Zamarin
2025-05-16 19:36 Arthur Zamarin
2025-04-28 13:40 Maciej Barć
2025-04-16 8:16 Maciej Barć
2024-10-30 2:55 Sam James
2024-09-25 21:16 Maciej Barć
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=1754227615.6ce311c1cfdef2b64c7dd951aac6722c4e190fb6.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