From 115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Mar 2023 09:49:11 +0100 Subject: gentoo auto-resync : 28:03:2023 - 09:49:10 --- app-emacs/consult-flycheck/Manifest | 2 +- .../consult-flycheck-0.9-r1.ebuild | 25 ---------------------- .../consult-flycheck-0.9-r2.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild create mode 100644 app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild (limited to 'app-emacs/consult-flycheck') diff --git a/app-emacs/consult-flycheck/Manifest b/app-emacs/consult-flycheck/Manifest index a9d511b0318c..223838f49870 100644 --- a/app-emacs/consult-flycheck/Manifest +++ b/app-emacs/consult-flycheck/Manifest @@ -2,5 +2,5 @@ AUX 50consult-flycheck-gentoo.el 92 BLAKE2B 5532c765040436488578ff7601bba176f89f DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4 SHA512 304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217 DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a SHA512 ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199 EBUILD consult-flycheck-0.8-r1.ebuild 479 BLAKE2B 334ebb612a578ef43ac1af47f065c1e0d884c7c9245ce15f27569738089b3a6342d7721add8a3a01a52a871af2a69a25d53a43173b215d3fb7566e035ab1b46e SHA512 69dec47e0b1519664167820125ec4e8c3e8a888c032781e29856a0f210a97578f79293ca3334a2c9ff04d211204c6f0913cca11d2058e92363fcd559640dd441 -EBUILD consult-flycheck-0.9-r1.ebuild 479 BLAKE2B 334ebb612a578ef43ac1af47f065c1e0d884c7c9245ce15f27569738089b3a6342d7721add8a3a01a52a871af2a69a25d53a43173b215d3fb7566e035ab1b46e SHA512 69dec47e0b1519664167820125ec4e8c3e8a888c032781e29856a0f210a97578f79293ca3334a2c9ff04d211204c6f0913cca11d2058e92363fcd559640dd441 +EBUILD consult-flycheck-0.9-r2.ebuild 481 BLAKE2B 117e09bca134640361b69a6567fabdb46e1a7762908dbcf395102b3aa3add8400f85dc49353a65f5de2e5a43522dd00ee8aa56b48f34aef6533c8df5745213b7 SHA512 27a344c9c7cd04732269bf554322465789fbb113766619e876a29359f29c8c86c3e923676de2e18b4c15442abea963067fba550ee931f3c31b30984a1d4029a8 MISC metadata.xml 368 BLAKE2B 691c3ebb7200bbbf6b0b96d1b58ce74fb291bfebd29443b292cd0333687fb99cb79e1455110932bad9c77ac48dcf34ac2f5ae74844636d26542fdbcf571c613f SHA512 3672cd5201ebdcbe22a9412f21c788cb0b07d98bd2f282f530c29597d5d92a811231457e6e8e78bfdf898746b19771c6b345d19fbe8671cb578262cb0684edbd diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild deleted file mode 100644 index b28863a7366a..000000000000 --- a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26 - -inherit elisp - -DESCRIPTION="Consult integration for Flycheck" -HOMEPAGE="https://github.com/minad/consult-flycheck" -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-emacs/consult - app-emacs/flycheck -" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild new file mode 100644 index 000000000000..d866bc663de1 --- /dev/null +++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Consult integration for Flycheck" +HOMEPAGE="https://github.com/minad/consult-flycheck" +SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-emacs/consult + app-emacs/flycheck +" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3