From 7b0230b9f0a5cbd2779e7b25d57df8c33b6d0a88 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Oct 2022 13:50:34 +0100 Subject: gentoo auto-resync : 15:10:2022 - 13:50:34 --- app-emacs/transient/Manifest | 2 +- .../transient/transient-0.3.7_p20220918-r1.ebuild | 35 ++++++++++++++++++++++ .../transient/transient-0.3.7_p20220918.ebuild | 31 ------------------- 3 files changed, 36 insertions(+), 32 deletions(-) create mode 100644 app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild delete mode 100644 app-emacs/transient/transient-0.3.7_p20220918.ebuild (limited to 'app-emacs/transient') diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index 42d9c086a014..59453e94c596 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -4,5 +4,5 @@ DIST transient-0.3.7.tar.gz 103105 BLAKE2B 3253529af82116881b6fdbb5465d3e0ffa824 DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e SHA512 9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3 EBUILD transient-0.3.6.ebuild 632 BLAKE2B f90048b6da631dd63750ab4d8ec5ca04bdde382b42d32b88dda9b2636f1fb7bc2e7169e448b74b0a51e2c98934a47a766caf1a65427a24ead8843c2755253360 SHA512 9d2eb466481bb27193e735acd5530bfd6c2d9e8357061783fc53aef0dde5e981392db318bcf18388d86d0229082d4b68b283d542a09fb9c04437551ea282b2d3 EBUILD transient-0.3.7.ebuild 632 BLAKE2B 1ac33d5f4c2d989e7f863df815ab30bd3d7513ce30b65c4405cdf77e75d5c3821307e88bb035b78980fb1903708169e7e2b512bd03cb846bd3fe6e2c82e3b6c1 SHA512 4747e729b7f9d01042f43b073933954f65ddfc428dc3e8b1c526765cea198378ebad8d8f43574160487c6ea55d9a1d0dff1e9bc514b0e275d6da0f06e29282b3 -EBUILD transient-0.3.7_p20220918.ebuild 704 BLAKE2B 0708d7e38a69f4698738099ec5d064412ffab4b06f01ad9cd208e665cd6b1e59a790a58e867f4cb76fab2415ccb2099efbc384cf3a05a106d7d2a4662d798b5b SHA512 6d28aba202e0aafa6814c31f609357946c2abc065f9dfcf8525f27d6459edad2815e0d79635114d3db2fed7d19d27184e5556e134338981e8b19d90027a6e2d9 +EBUILD transient-0.3.7_p20220918-r1.ebuild 703 BLAKE2B 6b8a339c97cbed0e4192ef5d58f59a6cb8f868452567702120e32c0477e72e8930dc1f0f1721b11913241f77fb1341824d7b0e4b17ea28ee9b8761f77bd23f39 SHA512 4a7ce2219d81d9c6aa00f0e640e73c22009ca2349cb98233157ce7c4255723bf471015d3639b5caa9cb534bcacbc47789d98973940f37ae65436f0fcd2586556 MISC metadata.xml 1434 BLAKE2B 6f7f91e2cd8c87559f15552d6fbe920e5262a50f21919a096af55df037726eb380a774cfba8be73b588ba9aa2c39da5caf6ad64a31106b843c6bd308fe7aa40e SHA512 3316d9ac21d2a2aa0a5824f2c8ded736ad1bfcd7319a9c4cb8b02f0ffec5f440820bfe48e4f4d4264fbc3864bd7959875f1396285b6a7eb2ad3333a6a062a14f diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild new file mode 100644 index 000000000000..17f9853eb48a --- /dev/null +++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=097f5be6e0c228790a6e78ffee5f0c599cb58b20 +NEED_EMACS=25.1 + +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/${H}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( README.org docs/transient.org ) +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="docs/*.texi" + +RDEPEND="app-emacs/compat" +BDEPEND=" + ${RDEPEND} + sys-apps/texinfo +" + +src_prepare() { + mv lisp/*.el . || die + + default +} diff --git a/app-emacs/transient/transient-0.3.7_p20220918.ebuild b/app-emacs/transient/transient-0.3.7_p20220918.ebuild deleted file mode 100644 index a78258972198..000000000000 --- a/app-emacs/transient/transient-0.3.7_p20220918.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -H=097f5be6e0c228790a6e78ffee5f0c599cb58b20 -NEED_EMACS=25.1 - -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/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -DOCS=( README.org docs/transient.org ) -SITEFILE="50${PN}-gentoo.el" -ELISP_TEXINFO="docs/*.texi" - -BDEPEND="sys-apps/texinfo" - -src_prepare() { - mv lisp/*.el . || die - - default -} -- cgit v1.2.3