public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2022-12-21 14:39 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2022-12-21 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3947aa0e5744df33033599037e31eb87f89c012d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 14:33:32 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 14:33:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3947aa0e

app-emacs/citeproc-el: bump to 0.9.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/citeproc-el/Manifest                 |  1 +
 app-emacs/citeproc-el/citeproc-el-0.9.2.ebuild | 47 ++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/citeproc-el/Manifest b/app-emacs/citeproc-el/Manifest
index 385d6a355b8d..e627231eca69 100644
--- a/app-emacs/citeproc-el/Manifest
+++ b/app-emacs/citeproc-el/Manifest
@@ -1 +1,2 @@
 DIST citeproc-el-0.9.1.tar.gz 108702 BLAKE2B 409548f50baa37c03906d3435569b8f75d8f0238b2d463e22ab0428a0536c6b12e2bf723a8fc4684fae17b31a9d46121d0ebcfd3cd03ada5b0838c8f0e042106 SHA512 6eab58576b4f851f44b45e444ee43a9022651dd322efa77b6162db0906a8cace70458b0a1431ed3d995d480d38944bafc13e76e04e5a310e8c14ffc28888953f
+DIST citeproc-el-0.9.2.tar.gz 109024 BLAKE2B 0687145f2f5dbef5926add7e97794d2ec4895db01df5710c621221de392eeebaa724bf0c69394e82e223b9cc44bca3078fe510a58365c67d4f84450ad3c5c238 SHA512 d3bffcebd9409c879bb3406b7d2cb95f93417872ef9fdb084adff8d06b7f3e7c52e6de2a78a78a7cea4b9410a13bdc70c7f8f3808186299fa01ca8ce992cdf4e

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.2.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.2.ebuild
new file mode 100644
index 000000000000..b59dcf28c0e8
--- /dev/null
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="CSL 1.0.2 Citation Processor for Emacs"
+HOMEPAGE="https://github.com/andras-simonyi/citeproc-el"
+SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=app-editors/emacs-26:*[libxml2]
+	app-emacs/dash
+	app-emacs/f
+	app-emacs/parsebib
+	app-emacs/queue
+	app-emacs/s
+	app-emacs/string-inflection
+"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		app-emacs/ht
+		app-emacs/yaml
+	)
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} -L . -L test \
+		-l citeproc-test-human.el \
+		-l test/citeproc-test-int-biblatex.el \
+		-l test/citeproc-test-int-formatters.el \
+		-f ert-run-tests-batch-and-exit || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2023-02-07 21:49 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-02-07 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     092d9b740a23deaf50bcc05572b11c6faf577756
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 20:42:51 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 21:49:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092d9b74

app-emacs/citeproc-el: bump to 0.9.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/citeproc-el/Manifest                 |  1 +
 app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild | 47 ++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/citeproc-el/Manifest b/app-emacs/citeproc-el/Manifest
index e627231eca69..93e86c87ca7a 100644
--- a/app-emacs/citeproc-el/Manifest
+++ b/app-emacs/citeproc-el/Manifest
@@ -1,2 +1,3 @@
 DIST citeproc-el-0.9.1.tar.gz 108702 BLAKE2B 409548f50baa37c03906d3435569b8f75d8f0238b2d463e22ab0428a0536c6b12e2bf723a8fc4684fae17b31a9d46121d0ebcfd3cd03ada5b0838c8f0e042106 SHA512 6eab58576b4f851f44b45e444ee43a9022651dd322efa77b6162db0906a8cace70458b0a1431ed3d995d480d38944bafc13e76e04e5a310e8c14ffc28888953f
 DIST citeproc-el-0.9.2.tar.gz 109024 BLAKE2B 0687145f2f5dbef5926add7e97794d2ec4895db01df5710c621221de392eeebaa724bf0c69394e82e223b9cc44bca3078fe510a58365c67d4f84450ad3c5c238 SHA512 d3bffcebd9409c879bb3406b7d2cb95f93417872ef9fdb084adff8d06b7f3e7c52e6de2a78a78a7cea4b9410a13bdc70c7f8f3808186299fa01ca8ce992cdf4e
+DIST citeproc-el-0.9.3.tar.gz 109131 BLAKE2B f6975cd587f61f5f05bfc3734e70ec686a3e26caa4b7905b5b4377c4ce6c8eae5199ea097de9abb10dd1a649587cf016c5fe0db4a6fd4012867655702f5004d8 SHA512 98275ef7ba0a7fc5d866ee010b5f4c8ecf75b12857c6355da07345957783815d9012f8aa86fd7462b8a08e4e3f3192853e1b4a0d5a0088acdb89476011375083

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
new file mode 100644
index 000000000000..b1e52c68ec17
--- /dev/null
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="CSL 1.0.2 Citation Processor for Emacs"
+HOMEPAGE="https://github.com/andras-simonyi/citeproc-el"
+SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=app-editors/emacs-26:*[libxml2]
+	app-emacs/dash
+	app-emacs/f
+	app-emacs/parsebib
+	app-emacs/queue
+	app-emacs/s
+	app-emacs/string-inflection
+"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		app-emacs/ht
+		app-emacs/yaml
+	)
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} -L . -L test \
+		-l citeproc-test-human.el \
+		-l test/citeproc-test-int-biblatex.el \
+		-l test/citeproc-test-int-formatters.el \
+		-f ert-run-tests-batch-and-exit || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2023-04-04 20:17 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-04-04 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ca82057a75a4a74e464e0aa6e34d4ac186883617
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 20:17:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 20:17:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca82057a

app-emacs/citeproc-el: Stabilize 0.9.3 amd64, #903678

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
index b1e52c68ec17..294f3ded7bdd 100644
--- a/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2024-01-05  3:02 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-01-05  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f36329d235426876661371f0430cf0495364c817
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 02:38:14 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 03:02:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36329d2

app-emacs/citeproc-el: bump to 0.9.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/citeproc-el/Manifest                 |  1 +
 app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild | 47 ++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/citeproc-el/Manifest b/app-emacs/citeproc-el/Manifest
index 688466a5ea7e..01d6ee230ca6 100644
--- a/app-emacs/citeproc-el/Manifest
+++ b/app-emacs/citeproc-el/Manifest
@@ -1 +1,2 @@
 DIST citeproc-el-0.9.3.tar.gz 109131 BLAKE2B f6975cd587f61f5f05bfc3734e70ec686a3e26caa4b7905b5b4377c4ce6c8eae5199ea097de9abb10dd1a649587cf016c5fe0db4a6fd4012867655702f5004d8 SHA512 98275ef7ba0a7fc5d866ee010b5f4c8ecf75b12857c6355da07345957783815d9012f8aa86fd7462b8a08e4e3f3192853e1b4a0d5a0088acdb89476011375083
+DIST citeproc-el-0.9.4.tar.gz 109594 BLAKE2B f13c1c93110666d897127c31da39eee392161fada18aa5cee940dfe4968b565d45a397536aa3d8c902625be6c3b27d4a19fca4aeab83233fb549c3f35169adcd SHA512 6772fea40203221e7016a5a0a5c2522b72889202f89eef4603dcbdb8c3c8c0050c5aabee8d56d5e56148e100fac33cd24489d3e03f2caa85964796b7d89ae019

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild
new file mode 100644
index 000000000000..15506aca0ab1
--- /dev/null
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="CSL 1.0.2 Citation Processor for Emacs"
+HOMEPAGE="https://github.com/andras-simonyi/citeproc-el"
+SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=app-editors/emacs-26:*[libxml2]
+	app-emacs/dash
+	app-emacs/f
+	app-emacs/parsebib
+	app-emacs/queue
+	app-emacs/s
+	app-emacs/string-inflection
+"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		app-emacs/ht
+		app-emacs/yaml
+	)
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} -L . -L test \
+		-l citeproc-test-human.el \
+		-l test/citeproc-test-int-biblatex.el \
+		-l test/citeproc-test-int-formatters.el \
+		-f ert-run-tests-batch-and-exit || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2024-01-15 21:20 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-01-15 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0ae9f2dcb49aced2cb8b4c483616ee2caaebb7b5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 19:13:09 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 21:20:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae9f2dc

app-emacs/citeproc-el: add missing compat dependency

Closes: https://bugs.gentoo.org/922150
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...el-0.9.4.ebuild => citeproc-el-0.9.4-r1.ebuild} | 26 +++++++++++++---------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
similarity index 59%
rename from app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild
rename to app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
index 15506aca0ab1..19feb1b9cbbb 100644
--- a/app-emacs/citeproc-el/citeproc-el-0.9.4.ebuild
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
@@ -9,17 +9,26 @@ inherit elisp
 
 DESCRIPTION="CSL 1.0.2 Citation Processor for Emacs"
 HOMEPAGE="https://github.com/andras-simonyi/citeproc-el"
-SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/andras-simonyi/${PN}.git"
+else
+	SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=app-editors/emacs-26:*[libxml2]
+	app-emacs/compat
 	app-emacs/dash
 	app-emacs/f
 	app-emacs/parsebib
@@ -38,10 +47,7 @@ BDEPEND="
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"
 
-src_test() {
-	${EMACS} ${EMACSFLAGS} -L . -L test \
-		-l citeproc-test-human.el \
-		-l test/citeproc-test-int-biblatex.el \
-		-l test/citeproc-test-int-formatters.el \
-		-f ert-run-tests-batch-and-exit || die
-}
+elisp-enable-tests ert test						\
+	-l citeproc-test-human.el					\
+	-l test/citeproc-test-int-biblatex.el		\
+	-l test/citeproc-test-int-formatters.el


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2024-02-19 22:06 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-02-19 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     70f4863b35ac7030ece0e2470cf34ee909b37a85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 22:05:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 22:05:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f4863b

app-emacs/citeproc-el: Stabilize 0.9.4-r1 amd64, #925008

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
index 19feb1b9cbbb..e5a1398ba1c3 100644
--- a/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
+++ b/app-emacs/citeproc-el/citeproc-el-0.9.4-r1.ebuild
@@ -18,7 +18,7 @@ else
 	SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/
@ 2024-05-14 22:21 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-05-14 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     956ca6cad2c4940d23eb529495afa068f5840374
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 21:58:50 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue May 14 22:20:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956ca6ca

app-emacs/citeproc-el: drop old 0.9.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/citeproc-el/Manifest                 |  1 -
 app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild | 47 --------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-emacs/citeproc-el/Manifest b/app-emacs/citeproc-el/Manifest
index 01d6ee230ca6..acceaadd26a0 100644
--- a/app-emacs/citeproc-el/Manifest
+++ b/app-emacs/citeproc-el/Manifest
@@ -1,2 +1 @@
-DIST citeproc-el-0.9.3.tar.gz 109131 BLAKE2B f6975cd587f61f5f05bfc3734e70ec686a3e26caa4b7905b5b4377c4ce6c8eae5199ea097de9abb10dd1a649587cf016c5fe0db4a6fd4012867655702f5004d8 SHA512 98275ef7ba0a7fc5d866ee010b5f4c8ecf75b12857c6355da07345957783815d9012f8aa86fd7462b8a08e4e3f3192853e1b4a0d5a0088acdb89476011375083
 DIST citeproc-el-0.9.4.tar.gz 109594 BLAKE2B f13c1c93110666d897127c31da39eee392161fada18aa5cee940dfe4968b565d45a397536aa3d8c902625be6c3b27d4a19fca4aeab83233fb549c3f35169adcd SHA512 6772fea40203221e7016a5a0a5c2522b72889202f89eef4603dcbdb8c3c8c0050c5aabee8d56d5e56148e100fac33cd24489d3e03f2caa85964796b7d89ae019

diff --git a/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild b/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
deleted file mode 100644
index 294f3ded7bdd..000000000000
--- a/app-emacs/citeproc-el/citeproc-el-0.9.3.ebuild
+++ /dev/null
@@ -1,47 +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="CSL 1.0.2 Citation Processor for Emacs"
-HOMEPAGE="https://github.com/andras-simonyi/citeproc-el"
-SRC_URI="https://github.com/andras-simonyi/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=app-editors/emacs-26:*[libxml2]
-	app-emacs/dash
-	app-emacs/f
-	app-emacs/parsebib
-	app-emacs/queue
-	app-emacs/s
-	app-emacs/string-inflection
-"
-BDEPEND="
-	${RDEPEND}
-	test? (
-		app-emacs/ht
-		app-emacs/yaml
-	)
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	${EMACS} ${EMACSFLAGS} -L . -L test \
-		-l citeproc-test-human.el \
-		-l test/citeproc-test-int-biblatex.el \
-		-l test/citeproc-test-int-formatters.el \
-		-f ert-run-tests-batch-and-exit || die
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-14 22:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19 22:06 [gentoo-commits] repo/gentoo:master commit in: app-emacs/citeproc-el/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 22:21 Maciej Barć
2024-01-15 21:20 Maciej Barć
2024-01-05  3:02 Maciej Barć
2023-04-04 20:17 Arthur Zamarin
2023-02-07 21:49 Maciej Barć
2022-12-21 14:39 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox