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

commit:     14d2fa5d296638c345084941f811b169205c5081
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 12:47:10 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 13:21:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d2fa5d

app-emacs/ecukes: use ert-runner to run tests

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

 .../{ecukes-0.6.18.ebuild => ecukes-0.6.18-r1.ebuild}     | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/app-emacs/ecukes/ecukes-0.6.18.ebuild b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
similarity index 74%
rename from app-emacs/ecukes/ecukes-0.6.18.ebuild
rename to app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
index 26697cc08fe6..1e8bbe61c27d 100644
--- a/app-emacs/ecukes/ecukes-0.6.18.ebuild
+++ b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
@@ -25,7 +25,10 @@ RDEPEND="
 "
 BDEPEND="
 	${RDEPEND}
-	test? ( app-emacs/el-mock )
+	test? (
+		app-emacs/el-mock
+		app-emacs/ert-runner
+	)
 "
 
 DOCS=( README.markdown )
@@ -47,15 +50,7 @@ src_compile() {
 }
 
 src_test() {
-	local i
-	for i in test/ecukes-*-test.el ; do
-		ebegin "Running tests from ${i}"
-		${EMACS} ${EMACSFLAGS} -L . -L test \
-				 --eval "(require 'cl)" \
-				 -l test/test-helper.el -l ${i} -l test/ecukes-test.el \
-				 -f ert-run-tests-batch-and-exit
-		eend $? || die "tests failed, last ran tests from ${i}"
-	done
+	ert-runner --reporter ert+duration --script || die
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ecukes/
@ 2023-01-27 17:13 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-01-27 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     52cdf5161a268760ff1565549dd9e18d92be2aab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 17:12:58 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 17:12:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cdf516

app-emacs/ecukes: Stabilize 0.6.18-r1 amd64, #892233

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

 app-emacs/ecukes/ecukes-0.6.18-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
index 1e8bbe61c27d..8366226926fb 100644
--- a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
+++ b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ecukes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ecukes/
@ 2023-07-29 16:09 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-07-29 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd708fc815f2ab0da028723cfb7f30b1e24a981
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 16:00:46 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 16:09:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd708fc

app-emacs/ecukes: remove broken tests

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

 app-emacs/ecukes/ecukes-0.6.18-r1.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
index 8366226926fb..56706c2cc009 100644
--- a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
+++ b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
@@ -34,10 +34,17 @@ BDEPEND="
 DOCS=( README.markdown )
 PATCHES=( "${FILESDIR}"/${PN}-bin-launcher-fix.patch )
 
-# Remove pkg file and failing tests
-ELISP_REMOVE="${PN}-pkg.el test/${PN}-parse-line-test.el"
+# Remove pkg file and failing tests.
+ELISP_REMOVE="
+	${PN}-pkg.el
+	test/${PN}-parse-line-test.el
+	test/${PN}-run-test.el
+	test/${PN}-steps-test.el
+"
 SITEFILE="50${PN}-gentoo.el"
 
+elisp-enable-tests ert-runner test
+
 src_prepare() {
 	elisp_src_prepare
 
@@ -49,13 +56,10 @@ src_compile() {
 	elisp-compile reporters/*.el
 }
 
-src_test() {
-	ert-runner --reporter ert+duration --script || die
-}
-
 src_install() {
 	elisp_src_install
 	elisp-install ${PN}/reporters reporters/*.el{,c}
 
-	dobin bin/${PN}
+	exeinto /usr/bin
+	doexe bin/${PN}
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ecukes/
@ 2024-01-14 17:54 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-01-14 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e83fc527f6ee0075d1394d6c8639bfc67af34384
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:53:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:53:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83fc527

app-emacs/ecukes: Keyword 0.6.18-r1 arm64, #922064

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

 app-emacs/ecukes/ecukes-0.6.18-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
index 56706c2cc009..153017cef0f8 100644
--- a/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
+++ b/app-emacs/ecukes/ecukes-0.6.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ecukes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2024-01-14 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 16:09 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ecukes/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14 17:54 Arthur Zamarin
2023-01-27 17:13 Arthur Zamarin
2022-04-20 13:21 Maciej Barć

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