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 27CE115800A for ; Fri, 11 Aug 2023 16:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EFE42BC063; Fri, 11 Aug 2023 16:41:59 +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 7152A2BC05F for ; Fri, 11 Aug 2023 16:41:59 +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 83F4434067D for ; Fri, 11 Aug 2023 16:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0840F6E for ; Fri, 11 Aug 2023 16:41:54 +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: <1691772108.5327fbba904b5b2e3d95e59998c20e4d85be866c.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.4.0.ebuild X-VCS-Directories: app-emacs/transient/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5327fbba904b5b2e3d95e59998c20e4d85be866c X-VCS-Branch: master Date: Fri, 11 Aug 2023 16:41:54 +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: 727479a8-7023-42cc-b91b-b52323234ff8 X-Archives-Hash: 518a38dc1b488f67687c5ac443a8cdb3 commit: 5327fbba904b5b2e3d95e59998c20e4d85be866c Author: Maciej Barć gentoo org> AuthorDate: Fri Aug 11 16:32:55 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Aug 11 16:41:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5327fbba app-emacs/transient: drop old 0.4.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/transient/Manifest | 1 - app-emacs/transient/transient-0.4.0.ebuild | 32 ------------------------------ 2 files changed, 33 deletions(-) diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index 35a858bf7167..47beefd6005a 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -1,2 +1 @@ -DIST transient-0.4.0.tar.gz 128429 BLAKE2B cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459 SHA512 b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db DIST transient-0.4.1.tar.gz 128614 BLAKE2B 407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d SHA512 13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f diff --git a/app-emacs/transient/transient-0.4.0.ebuild b/app-emacs/transient/transient-0.4.0.ebuild deleted file mode 100644 index cffd7e2029df..000000000000 --- a/app-emacs/transient/transient-0.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 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/" -SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" - -DOCS=( CHANGELOG README.org docs/${PN}.org ) -ELISP_TEXINFO="docs/${PN}.texi" -SITEFILE="50${PN}-gentoo.el" - -RDEPEND=">=app-emacs/compat-29.1.4.1" -BDEPEND=" - ${RDEPEND} - sys-apps/texinfo -" - -src_prepare() { - mv lisp/*.el . || die - - default -}