From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 836F0158015 for ; Wed, 20 Dec 2023 19:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B276F2BC016; Wed, 20 Dec 2023 19:45:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 934C22BC016 for ; Wed, 20 Dec 2023 19:45:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A089B340943 for ; Wed, 20 Dec 2023 19:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AE513A0 for ; Wed, 20 Dec 2023 19:45:52 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1703101547.860225beac87822f352c61c954432b49c47bdbc3.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/package-lint/Manifest app-emacs/package-lint/package-lint-0.20.ebuild X-VCS-Directories: app-emacs/package-lint/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 860225beac87822f352c61c954432b49c47bdbc3 X-VCS-Branch: master Date: Wed, 20 Dec 2023 19:45:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49b02420-4365-416f-8ce0-8e126a58303d X-Archives-Hash: e60e0e2454946cad60bbc69ba8fda7da commit: 860225beac87822f352c61c954432b49c47bdbc3 Author: Maciej Barć gentoo org> AuthorDate: Wed Dec 20 13:27:23 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Dec 20 19:45:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860225be app-emacs/package-lint: drop old 0.20 Signed-off-by: Maciej Barć gentoo.org> app-emacs/package-lint/Manifest | 1 - app-emacs/package-lint/package-lint-0.20.ebuild | 35 ------------------------- 2 files changed, 36 deletions(-) diff --git a/app-emacs/package-lint/Manifest b/app-emacs/package-lint/Manifest index 1710b284c9ba..f357dc65a5e7 100644 --- a/app-emacs/package-lint/Manifest +++ b/app-emacs/package-lint/Manifest @@ -1,2 +1 @@ -DIST package-lint-0.20.tar.gz 320154 BLAKE2B d1034df225179b4c5c9858212531991e8e4097504770e0067e48a42323f758a40359748cb4d86b633282b42d7c7f9e42104ec1baef4be2b98661bb99be45f405 SHA512 18935929a2d031194eba3045bcd56bb6911859bb9f221ee43c3735fa8a873d3e363950c7d3b2f056e24f62cace48202955ec98487460a64e28a5e31a6587b7b8 DIST package-lint-0.21.tar.gz 320199 BLAKE2B 58e27e2c775e5b78a900b6ce887996e472579b154fba4efebb292c17878b80327aa9aed12e0ed7795f2a876a88c94788e55686ff6705f4ccc730cc690d5d4e0c SHA512 809214078cf6bf1c8648f438a6e8f33a4c2f453f316d818f856af785e94ab85b041ca3fa6dea4485aa116bfe436d56f326ea911c1e04dec3e4fc82b5de0055ae diff --git a/app-emacs/package-lint/package-lint-0.20.ebuild b/app-emacs/package-lint/package-lint-0.20.ebuild deleted file mode 100644 index 4f573a3330fa..000000000000 --- a/app-emacs/package-lint/package-lint-0.20.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 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/" -SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -PATCHES=( "${FILESDIR}"/${PN}-symbol-info-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 -}