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 B33F915808B for ; Fri, 16 Feb 2024 23:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2338E29FF; Fri, 16 Feb 2024 23:14:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DCDD7E2A00 for ; Fri, 16 Feb 2024 23:14:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28C1E342F94 for ; Fri, 16 Feb 2024 23:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A5514DA for ; Fri, 16 Feb 2024 23:13:58 +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: <1708125219.240db1e7a5a36446f50d56c8dc14f469e74d633e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/setup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/setup/Manifest app-emacs/setup/setup-1.3.0.ebuild X-VCS-Directories: app-emacs/setup/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 240db1e7a5a36446f50d56c8dc14f469e74d633e X-VCS-Branch: master Date: Fri, 16 Feb 2024 23:13:58 +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: 4d25051d-102b-4f8f-9a43-43bd8aa5999d X-Archives-Hash: 8f54657b2b57b288ad80f7a47f37fba5 commit: 240db1e7a5a36446f50d56c8dc14f469e74d633e Author: Maciej Barć gentoo org> AuthorDate: Fri Feb 16 22:55:54 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Feb 16 23:13:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240db1e7 app-emacs/setup: drop old 1.3.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/setup/Manifest | 1 - app-emacs/setup/setup-1.3.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-emacs/setup/Manifest b/app-emacs/setup/Manifest index 5664dd5c067b..7cd4c2ad3839 100644 --- a/app-emacs/setup/Manifest +++ b/app-emacs/setup/Manifest @@ -1,2 +1 @@ -DIST setup-1.3.0.tar.gz 20112 BLAKE2B 7e8b29c6a2be68572ede8845bc1cdfc8e00acdaf1db972124ab18f2ec6ab216a481dc4c40ff256e7bdefd2558cafb686af8a51728e0b1c093ca369fa4a093c09 SHA512 cd088dba4f258a3440ec78e5742b6a2f5d1dba46e3382ea3b40967b640c80fd292b7edc1421f07561c270c4404d95c0fd55bd166265c79c131e0037f2181cb66 DIST setup-1.3.2.tar.gz 19985 BLAKE2B d2166d22d13bfd4e01fef9ca25372dab30af237394abc3d55e78c50d5fa26aa09fa82b4f0940b73f27012e0fce1e3b76c802dc271463c89f9ab5e664023c0722 SHA512 14eebda45b713f657be391d71f51d86642a1d36155c1bc914fca170fe5718b136da726685559531cc8e738cc9cbc823f02eb231339b75eeb19e4e02085455120 diff --git a/app-emacs/setup/setup-1.3.0.ebuild b/app-emacs/setup/setup-1.3.0.ebuild deleted file mode 100644 index 364818701e67..000000000000 --- a/app-emacs/setup/setup-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -NEED_EMACS=26 - -# The upstream does not create git tags for releases. -MY_HASH=eece09d1151fd641f31d738b8c62742918993e95 - -inherit elisp - -DESCRIPTION="Macro to simplify repetitive configuration patterns" -HOMEPAGE="https://git.sr.ht/~pkal/setup" -SRC_URI="https://git.sr.ht/~pkal/${PN}/archive/${MY_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${MY_HASH} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -}