mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/transient: bump to 0.9.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST transient-0.8.7.tar.gz 160616 BLAKE2B ebfcf579fd409b95557cad61890e87fa665c1890e1222e647197abfa2ebbc704b0437e4f64bba0ab7ce416124b298f1e85d9c9e8cade591be35e8530d47a1798 SHA512 bf4c5c16ce6b47faaf2355889f4709db6e29ec78d002e147a9fdf2e872494b3f07ed748db0541a18e31310519aacf66f4cdce10272d1c4c21397b56d41145913
|
||||
DIST transient-0.8.8.tar.gz 161526 BLAKE2B d62efe171c557b014ad23c6767db3160afbf4e8a1c39054b479a63a77f58b38a3154776c321433ace70ac7dcb58b239f73be5945403442de7aa7f93c49e4be10 SHA512 5d9df9769a066eb47c115f84be5ad265532d71867f20ade92ee0dd16fb4c26a946953f5e3a96e4463be31d4e5e794afb94e31bb9c9af1b7a756efb706d655083
|
||||
DIST transient-0.9.0.tar.gz 168447 BLAKE2B e0e896fe21e346ae7dec2425002d1f8354bb4e6d9ca44e96c612740efb8c8b057b091871aff30953df2063a5ff4dfeb7eeceae14791d0eeae00a78f0731ce606 SHA512 fda6572e9770f89e42f6ac781b7cb801d8f306860a38f0f96954a6f5b9a3d9031e7bee53ddd821ef4ecbce23f338918604b64864aa3e9fda186a4c7f1e5be4ec
|
||||
DIST transient-0.9.2.tar.gz 168809 BLAKE2B 77ab49d90f1462fcf9c7c00d6f80221b821623e093bc0993c152983bb0a09de72ddb511f5ab9bdbe5f6861c91edd6b17f13e95543d2dc37542fa9f0b49b02de3 SHA512 9999df367cad3ca752cc5565a974c05ab986b351158dd09da7cf86a39f7bfae7c8235db506ffe3fba2356a2498db627ff84f8837f6998ec2c20f43393e727159
|
||||
|
||||
42
app-emacs/transient/transient-0.9.2.ebuild
Normal file
42
app-emacs/transient/transient-0.9.2.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user