* [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/test-harness/
@ 2024-08-25 16:13 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-08-25 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 99f3d080bccfd9c52c41d41e07b0bbeea4973f02
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 16:06:26 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 16:06:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=99f3d080
app-xemacs/test-harness: new package, add 21.4.24
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-xemacs/test-harness/Manifest | 1 +
app-xemacs/test-harness/metadata.xml | 12 +++++++++
.../test-harness/test-harness-21.4.24.ebuild | 31 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/app-xemacs/test-harness/Manifest b/app-xemacs/test-harness/Manifest
new file mode 100644
index 0000000..57808d3
--- /dev/null
+++ b/app-xemacs/test-harness/Manifest
@@ -0,0 +1 @@
+DIST xemacs-21.4.24.tar.gz 8543879 BLAKE2B d7e60e4e053a10bfc4591a5d691c849ef5e5436f6951c801f5a169592b160669d0f6b9dc8f10b6b79889a3210de977ed78a5cea826c02e425495364745ef9e10 SHA512 b7a88d5a4a9f74f74c2067ed60f7ea87ac8ccad5d9c2c1033ecf07f540250191f8fa5f9e6d23d9fedd0f2ab1eb5ea6c29a7665a310ec512d85e2e4f337447213
diff --git a/app-xemacs/test-harness/metadata.xml b/app-xemacs/test-harness/metadata.xml
new file mode 100644
index 0000000..84e56b7
--- /dev/null
+++ b/app-xemacs/test-harness/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ulm@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>xemacs@gentoo.org</email>
+ <name>Gentoo XEmacs project</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/app-xemacs/test-harness/test-harness-21.4.24.ebuild b/app-xemacs/test-harness/test-harness-21.4.24.ebuild
new file mode 100644
index 0000000..e16e9b4
--- /dev/null
+++ b/app-xemacs/test-harness/test-harness-21.4.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Test suite harness for testing XEmacs"
+HOMEPAGE="https://www.xemacs.org/"
+SRC_URI="http://ftp.xemacs.org/pub/xemacs/xemacs-$(ver_cut 1-2)/xemacs-${PV}.tar.gz"
+S="${WORKDIR}/xemacs-${PV}/tests/automated"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=app-editors/xemacs-${PV}"
+BDEPEND="${RDEPEND}"
+
+src_compile() {
+ local EMACS="${EPREFIX}/usr/bin/xemacs"
+
+ "${EMACS}" -batch -q --no-site-file \
+ -eval "(add-to-list 'load-path nil)" \
+ -f batch-byte-compile test-harness.el || die
+}
+
+src_test() { :; }
+
+src_install() {
+ insinto /usr/lib/xemacs/site-packages/lisp/${PN}
+ doins test-harness.{el,elc}
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/test-harness/
@ 2024-11-03 17:54 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-11-03 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 222ae01dee0dce6bd552ce5d9fa09d0317381ef6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 17:53:16 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 17:53:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=222ae01d
app-xemacs/test-harness: treeclean
test-harness.el is included with XEmacs 21.5.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-xemacs/test-harness/Manifest | 1 -
app-xemacs/test-harness/metadata.xml | 12 ---------
.../test-harness/test-harness-21.4.24.ebuild | 31 ----------------------
3 files changed, 44 deletions(-)
diff --git a/app-xemacs/test-harness/Manifest b/app-xemacs/test-harness/Manifest
deleted file mode 100644
index 57808d3..0000000
--- a/app-xemacs/test-harness/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xemacs-21.4.24.tar.gz 8543879 BLAKE2B d7e60e4e053a10bfc4591a5d691c849ef5e5436f6951c801f5a169592b160669d0f6b9dc8f10b6b79889a3210de977ed78a5cea826c02e425495364745ef9e10 SHA512 b7a88d5a4a9f74f74c2067ed60f7ea87ac8ccad5d9c2c1033ecf07f540250191f8fa5f9e6d23d9fedd0f2ab1eb5ea6c29a7665a310ec512d85e2e4f337447213
diff --git a/app-xemacs/test-harness/metadata.xml b/app-xemacs/test-harness/metadata.xml
deleted file mode 100644
index 84e56b7..0000000
--- a/app-xemacs/test-harness/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ulm@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>xemacs@gentoo.org</email>
- <name>Gentoo XEmacs project</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-xemacs/test-harness/test-harness-21.4.24.ebuild b/app-xemacs/test-harness/test-harness-21.4.24.ebuild
deleted file mode 100644
index e16e9b4..0000000
--- a/app-xemacs/test-harness/test-harness-21.4.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Test suite harness for testing XEmacs"
-HOMEPAGE="https://www.xemacs.org/"
-SRC_URI="http://ftp.xemacs.org/pub/xemacs/xemacs-$(ver_cut 1-2)/xemacs-${PV}.tar.gz"
-S="${WORKDIR}/xemacs-${PV}/tests/automated"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-editors/xemacs-${PV}"
-BDEPEND="${RDEPEND}"
-
-src_compile() {
- local EMACS="${EPREFIX}/usr/bin/xemacs"
-
- "${EMACS}" -batch -q --no-site-file \
- -eval "(add-to-list 'load-path nil)" \
- -f batch-byte-compile test-harness.el || die
-}
-
-src_test() { :; }
-
-src_install() {
- insinto /usr/lib/xemacs/site-packages/lisp/${PN}
- doins test-harness.{el,elc}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-03 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 17:54 [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/test-harness/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 16:13 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox