From 26ed1f5a5b7138ff40e6ac14e66f198c40831424 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 11 Aug 2023 21:35:53 +0100 Subject: gentoo auto-resync : 11:08:2023 - 21:35:53 --- app-emacs/citar/Manifest | 4 ---- app-emacs/citar/citar-1.1.ebuild | 43 -------------------------------------- app-emacs/citar/citar-1.2.0.ebuild | 43 -------------------------------------- 3 files changed, 90 deletions(-) delete mode 100644 app-emacs/citar/citar-1.1.ebuild delete mode 100644 app-emacs/citar/citar-1.2.0.ebuild (limited to 'app-emacs/citar') diff --git a/app-emacs/citar/Manifest b/app-emacs/citar/Manifest index daa7061cf237..d1099fcd4d88 100644 --- a/app-emacs/citar/Manifest +++ b/app-emacs/citar/Manifest @@ -1,8 +1,4 @@ AUX 50citar-gentoo.el 69 BLAKE2B 4852ed7422e341e92f938dceedc3d6f0d0fdf8f955ef93021286d9d10e7c3a5d726175e2e79d34ca67f6815d7d6e0445ca2c9a80a2a6690daf4bda49d9972f96 SHA512 0afe62329cd2dc6ea548bbc28aa3c7fea86fb2a20febc91528ba994c77edf08fd72dcf1a0c417dcd4db75b4a6b8e237ade2257130ff3887499377b8f77fefc46 -DIST citar-1.1.tar.gz 1340039 BLAKE2B b2090a35a582918300f5e4bb2188d463630988830305aa4bb5e1e27f45ff8c96ca35458e610e13658b2120af497f9b877054a6fbebda48e0a4d87824ef48e9c8 SHA512 2b1924ef1a05a170eea31f844055b914410cd35613eda6604f08164818a8fc5480fc5a6d6f055ba95331b517305e51a6e671214cc88fccbda2430ae9b06dda49 -DIST citar-1.2.0.tar.gz 1417090 BLAKE2B 40673ee0f2ee5b4f86928e140714a517958d261c632ea1e7bcb3dcd3dde3a0bb9baaaa1107f50447f1d8e87485570033afbf0c652fa6b3f1fbffeda7b7df04c3 SHA512 31f817de77bc8fe9e2fdf96ac7df521ebe5685cf49a2a78cd2b1cd51e538165bde36fc8515c2fd7c20d4c6160372fdf37c1b870b12167f946c0f3934edd5fb7c DIST citar-1.3.1.tar.gz 1602843 BLAKE2B 0abf90120860777e13ac495681bb1e07d6c352bc17aef173b32e60fc2d754a37628670b57e17335bc5e549c451b9565a58c8547952a5b78d6335adc7601b8f5e SHA512 a00e7ff5331fa3a161151292dd4a9d3c0a7211051f5ddf528cfe7d4a48377af64f3719f57c76013b45a30082fbfd435d98196e757169970a22bb662f49ccd346 -EBUILD citar-1.1.ebuild 978 BLAKE2B 3f4cc6c8f51f24e94246a5250d3c99514fc5e42f99c467c558f68d947979f815f9aa44e416dfc70db5460eb72f7e3187cab6e2f7522d50aaab0b732045a142c8 SHA512 42de076ee5f065b4c6035fda96c51b2b51595b92a0ffaa6ade128f215344bdcaa2278ff2cb92530cb31aecbe46917557eb949732fafd17dbb4073c913d6199f7 -EBUILD citar-1.2.0.ebuild 978 BLAKE2B 3f4cc6c8f51f24e94246a5250d3c99514fc5e42f99c467c558f68d947979f815f9aa44e416dfc70db5460eb72f7e3187cab6e2f7522d50aaab0b732045a142c8 SHA512 42de076ee5f065b4c6035fda96c51b2b51595b92a0ffaa6ade128f215344bdcaa2278ff2cb92530cb31aecbe46917557eb949732fafd17dbb4073c913d6199f7 EBUILD citar-1.3.1.ebuild 970 BLAKE2B 46a3cbb74f19170d3a8f1d95b0975fc6365451fa32cf66ae5cefef705ed49ebcea30ef22afba79b4c3143c379833681a97f793ea2bdfbce94f51f5e51e99f74c SHA512 1c2ca1b0caf356ad98dbe63c0a530420a8af693ef6bce69d4f3fa605f770ab270eae04612827a6d79c4dc56c89eca54ed89e741a7b344eb655ca40e21370698b MISC metadata.xml 1034 BLAKE2B 10d658566f58e3a91deab1c4d2035bcd25ee216777aa105b1e8c8853ab103add779f0f439e706496b2468a3fcb8490320ccb454d90c2e70b5b8bbe9f218773e4 SHA512 4b81115dfccc471987c63876c0b282875fe95c5738f69dfdf7a6300c37998102f2fdda829d14938871bd857fbb5d145e6c62b5b4be40b532f46245256d0be259 diff --git a/app-emacs/citar/citar-1.1.ebuild b/app-emacs/citar/citar-1.1.ebuild deleted file mode 100644 index ff1b374f1f92..000000000000 --- a/app-emacs/citar/citar-1.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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="Emacs package to quickly find and act on bibliographic references" -HOMEPAGE="https://github.com/emacs-citar/citar/" -SRC_URI="https://github.com/emacs-citar/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - app-emacs/citeproc-el - app-emacs/parsebib -" -BDEPEND="${RDEPEND}" - -# Embark integration has it's own package on MELPA, and it is probably better -# to split them. https://melpa.org/#/citar-embark -ELISP_REMOVE="citar-embark.el" - -DOCS=( CHANGELOG.org CONTRIBUTING.org README.org images ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -} - -src_test() { - ${EMACS} ${EMACSFLAGS} -L . -L test \ - -l test/citar-file-test.el \ - -l test/citar-format-test.el \ - -l test/citar-test.el \ - -f ert-run-tests-batch-and-exit || die -} diff --git a/app-emacs/citar/citar-1.2.0.ebuild b/app-emacs/citar/citar-1.2.0.ebuild deleted file mode 100644 index ff1b374f1f92..000000000000 --- a/app-emacs/citar/citar-1.2.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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="Emacs package to quickly find and act on bibliographic references" -HOMEPAGE="https://github.com/emacs-citar/citar/" -SRC_URI="https://github.com/emacs-citar/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - app-emacs/citeproc-el - app-emacs/parsebib -" -BDEPEND="${RDEPEND}" - -# Embark integration has it's own package on MELPA, and it is probably better -# to split them. https://melpa.org/#/citar-embark -ELISP_REMOVE="citar-embark.el" - -DOCS=( CHANGELOG.org CONTRIBUTING.org README.org images ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -} - -src_test() { - ${EMACS} ${EMACSFLAGS} -L . -L test \ - -l test/citar-file-test.el \ - -l test/citar-format-test.el \ - -l test/citar-test.el \ - -f ert-run-tests-batch-and-exit || die -} -- cgit v1.2.3