commit: 96cfca9d25bd5563c0d2cd97d6c0195d37280995 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 17:33:01 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 18:13:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cfca9d
app-emacs/transient: drop old 0.8.6 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/transient/Manifest | 1 - app-emacs/transient/transient-0.8.6.ebuild | 42 ------------------------------ 2 files changed, 43 deletions(-) diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index 355f2ef6a1e1..5eaec2bdc74f 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -1,3 +1,2 @@ -DIST transient-0.8.6.tar.gz 160700 BLAKE2B 4d7102079b56fc8ac8a77e40c8bcbce8312729a29bcfec63b7e55558f4f7c6ba113afbac9ce246305b2322b4cc930c6efa0d1b342da1f17c4a18e9622f59d26f SHA512 25c25d95bc6d438b4f80952eddef9cd0fabc360ff1e449bb259046cc7612c84932621fb326121492fda851317411c3df9524079874b10425ec53c0f7e004728c DIST transient-0.8.7.tar.gz 160616 BLAKE2B ebfcf579fd409b95557cad61890e87fa665c1890e1222e647197abfa2ebbc704b0437e4f64bba0ab7ce416124b298f1e85d9c9e8cade591be35e8530d47a1798 SHA512 bf4c5c16ce6b47faaf2355889f4709db6e29ec78d002e147a9fdf2e872494b3f07ed748db0541a18e31310519aacf66f4cdce10272d1c4c21397b56d41145913 DIST transient-0.8.8.tar.gz 161526 BLAKE2B d62efe171c557b014ad23c6767db3160afbf4e8a1c39054b479a63a77f58b38a3154776c321433ace70ac7dcb58b239f73be5945403442de7aa7f93c49e4be10 SHA512 5d9df9769a066eb47c115f84be5ad265532d71867f20ade92ee0dd16fb4c26a946953f5e3a96e4463be31d4e5e794afb94e31bb9c9af1b7a756efb706d655083 diff --git a/app-emacs/transient/transient-0.8.6.ebuild b/app-emacs/transient/transient-0.8.6.ebuild deleted file mode 100644 index c8d9fcc4ddc8..000000000000 --- a/app-emacs/transient/transient-0.8.6.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}.tar.gz" - - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.0.2.0 -" -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 -}
