commit:     f118fb1ad78b221de101f2a5adce1b390213f2c8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 28 18:55:52 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 28 23:52:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f118fb1a

app-emacs/transient: drop old 0.10.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/transient/Manifest                |  1 -
 app-emacs/transient/transient-0.10.0.ebuild | 42 -----------------------------
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index f456d64e57f3..b0b83bdf2623 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,2 @@
-DIST transient-0.10.0.gh.tar.gz 172294 BLAKE2B 
3647e907a0482996f49479944ec973bfdabb8c9dad519a4297baffcc1363c1cb0e422a942c46108d6a279dc723efddfe043c7f24a80590379108536de90dcb79
 SHA512 
f478b0ec5da8fb9248dee534c740071fa158d0e4420365d35c247c0d8f112063d40e559ef116a78dd0d9ede95c5003a2c74081e5c82a0e7e610c65daf72fd640
 DIST transient-0.10.1.gh.tar.gz 172350 BLAKE2B 
bf03c567c6a8b83a4d845ae5711d70985c65a462146fb138d5e640f6847bd6a7cf43f8b28a5c5d3b5a6c3b6f9b17dd7ef7cdb738b4323d6781ede8c447d0fe3b
 SHA512 
48e441df7780b5003334ca74617e6402f582173297f68462d3d377649b82e26bfe18878372021ea10ad201337bbbcb491fccb45dbc63581c165dcd39554bef80
 DIST transient-0.11.0.gh.tar.gz 172120 BLAKE2B 
8113c42bf0fc51786df763780c1c51224d9912ddde9269635e22a6a57263170dc993271a740339d0750aa4ce0f68b96879d8575e8a36740dc7c712f7e2ccb3b6
 SHA512 
9199b28865f25c6d7c4fa3bf69fa6fc99e0f2ea65c1f8accc380d7bb885ac616c1a04f140a71e29779091606ae3d86698c93df70499b771f97b961ffdda66851

diff --git a/app-emacs/transient/transient-0.10.0.ebuild 
b/app-emacs/transient/transient-0.10.0.ebuild
deleted file mode 100644
index d87831eddfc1..000000000000
--- a/app-emacs/transient/transient-0.10.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 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}";
-else
-       SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-       KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-       app-emacs/compat
-"
-BDEPEND="
-       ${RDEPEND}
-       sys-apps/texinfo
-"
-
-DOCS=( CHANGELOG README.org "docs/${PN}.org" )
-ELISP_TEXINFO="docs/${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-       mv ./lisp/*.el . || die
-
-       elisp_src_prepare
-}

Reply via email to