public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/regress/
@ 2018-02-20 20:55 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-02-20 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1848c6d1f87f30aa4fb48cb4eb95a6d97c4b841d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 11:58:17 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 20:54:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1848c6d1

app-emacs/regress: use HTTPS.

 app-emacs/regress/regress-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/regress/regress-1.5.1.ebuild b/app-emacs/regress/regress-1.5.1.ebuild
index 8fffa621d0b..bcaf45eae24 100644
--- a/app-emacs/regress/regress-1.5.1.ebuild
+++ b/app-emacs/regress/regress-1.5.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit elisp
 
 DESCRIPTION="Regression test harness for Emacs Lisp code"
-HOMEPAGE="http://www.emacswiki.org/emacs/WikifiedEmacsLispList"
+HOMEPAGE="https://www.emacswiki.org/emacs/WikifiedEmacsLispList"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-1+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/regress/
@ 2020-10-03 18:09 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2020-10-03 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f34d0957046324b448f33271612d89b9c1c18cb4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 18:07:11 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 18:09:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34d0957

app-emacs/regress: Restore longdescription.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/regress/metadata.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/app-emacs/regress/metadata.xml b/app-emacs/regress/metadata.xml
index c918cdef959..2281e41d620 100644
--- a/app-emacs/regress/metadata.xml
+++ b/app-emacs/regress/metadata.xml
@@ -5,5 +5,28 @@
   <email>gnu-emacs@gentoo.org</email>
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
+<longdescription>
+  This module provides support for writing and executing regression tests
+  for Emacs Lisp code.
+
+  This module makes it easy for Emacs lisp programmers to write
+  complete, well-documented regression tests and to run them often
+  during the developement and enhancement processes.
+
+  Here's the idea:
+    1. The programmer puts one or more test suites directly in the lisp
+       file, wrapped inside an "eval-when-compile" special form.  This
+       causes the test suites to be available when .el file is loaded
+       (or when the buffer is evaluated), but not when the .elc file is
+       loaded.
+
+    2. The programmer runs the tests in one of two ways:
+         a. Interactively, with the M-x regress command.
+         b. Automatically, every time the file is evaluated, by putting
+            a small bit of code at the end of the file.
+
+    3. If there are any regressions, a report is produced detailing the
+       problems.
+</longdescription>
 <stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/regress/
@ 2021-04-12 17:52 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2021-04-12 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a291a58076b20b327230769ce0fdd18d3a4a8def
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 16:26:11 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 17:51:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a291a580

app-emacs/regress: Trivial EAPI 7 bump

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/regress/regress-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/regress/regress-1.5.1.ebuild b/app-emacs/regress/regress-1.5.1.ebuild
index 9c9f5c76d87..18ae6de13a6 100644
--- a/app-emacs/regress/regress-1.5.1.ebuild
+++ b/app-emacs/regress/regress-1.5.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit elisp
 


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

end of thread, other threads:[~2021-04-12 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12 17:52 [gentoo-commits] repo/gentoo:master commit in: app-emacs/regress/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-10-03 18:09 Ulrich Müller
2018-02-20 20:55 Patrice Clement

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