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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69E2E1581FB for ; Wed, 27 Nov 2024 22:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0520E08E8; Wed, 27 Nov 2024 22:10:22 +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 E1BAAE076B for ; Wed, 27 Nov 2024 22:10:21 +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 89F363430B3 for ; Wed, 27 Nov 2024 22:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A181F42 for ; Wed, 27 Nov 2024 22:10:17 +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: <1732745405.0398cdce667aaa7173fe781462590143c04c7de1.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/transient/Manifest app-emacs/transient/transient-0.7.7.ebuild X-VCS-Directories: app-emacs/transient/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0398cdce667aaa7173fe781462590143c04c7de1 X-VCS-Branch: master Date: Wed, 27 Nov 2024 22:10:17 +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: 4b801f40-4401-43ea-a0d7-01ed50890aa6 X-Archives-Hash: b3eadd26e600c849e07618bf38fcf803 commit: 0398cdce667aaa7173fe781462590143c04c7de1 Author: Maciej Barć gentoo org> AuthorDate: Wed Nov 27 20:51:44 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Nov 27 22:10:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0398cdce app-emacs/transient: drop old 0.7.7 Signed-off-by: Maciej Barć gentoo.org> app-emacs/transient/Manifest | 1 - app-emacs/transient/transient-0.7.7.ebuild | 42 ------------------------------ 2 files changed, 43 deletions(-) diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index 1395ee708793..e9ac15de02c1 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -1,3 +1,2 @@ -DIST transient-0.7.7.tar.gz 141990 BLAKE2B 3462a46958e8865753e9bc9d5c1942141068853551a82857d8009214a52a6df67164199d9f8d942f32c6e77029d8ec5932e0d6ec04acc7c97576c3074d4f75d1 SHA512 b908a69e7cb1c3e0987be4bf427361b414c068e8dc8bf025403e775190156011ee3870ad2272cf90c2d2006553a6f2ee7107f267ff6aa0b0af9cf61bd697e15e DIST transient-0.7.8.tar.gz 144094 BLAKE2B 2adb971bbcb94fa529f968347ed1a1bea3cedefaa07e02a957957750e1669dedafe6de22d24c98585172f2fcd0417709be5da388d6392d127bfbdfcdaa32fba7 SHA512 27fc807bb7651e5e948bbad9f93cea8a8adfd9f76f8b5d90774414f88a823e5b515193cbe2773655485d7963d940301f9ca7fc93f089c8c52d3fef35b45123ca DIST transient-0.7.9.tar.gz 144323 BLAKE2B 458fc59484d9a8b39e6810ece2f7eea43493d58107b3bf0950f87c6325ed7812b87eddb335a00094bd298e4a7a71b42a1388c8cf4d4e6f6cba0cea53fd6b6cfa SHA512 176082cc56d495d5fb0776abf16a9ddbe45fc0c0efefa6b1d2724689134ecacdb9630fa4b2d5034e16c716f0772a921125602b09ee07acb013e026eb55ff4998 diff --git a/app-emacs/transient/transient-0.7.7.ebuild b/app-emacs/transient/transient-0.7.7.ebuild deleted file mode 100644 index f99ae40b0465..000000000000 --- a/app-emacs/transient/transient-0.7.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Transient commands abstraction for GNU Emacs" -HOMEPAGE="https://magit.vc/manual/transient/ - https://github.com/magit/transient/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/magit/${PN}.git" -else - SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( CHANGELOG README.org "docs/${PN}.org" ) -ELISP_TEXINFO="docs/${PN}.texi" -SITEFILE="50${PN}-gentoo.el" - -RDEPEND=" - >=app-emacs/compat-30.0.0.0 -" -BDEPEND=" - ${RDEPEND} - sys-apps/texinfo -" - -src_prepare() { - mv lisp/*.el . || die - - elisp_src_prepare -}