public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/test-harness/
Date: Sun,  3 Nov 2024 17:54:15 +0000 (UTC)	[thread overview]
Message-ID: <1730656402.222ae01dee0dce6bd552ce5d9fa09d0317381ef6.ulm@gentoo> (raw)

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}
-}


             reply	other threads:[~2024-11-03 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03 17:54 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 16:13 [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/test-harness/ Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1730656402.222ae01dee0dce6bd552ce5d9fa09d0317381ef6.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox