From: "Anna (cybertailor) Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-lisp@lists.gentoo.org
Cc: "Anna “CyberTailor”" <cyber@sysrq.in>
Subject: [gentoo-lisp] [PATCH 04/11] dev-lisp/rt: add 20090812
Date: Sun, 19 Dec 2021 14:29:41 +0500 [thread overview]
Message-ID: <20211219092948.27384-4-cyber+gentoo@sysrq.in> (raw)
In-Reply-To: <20211219092948.27384-1-cyber+gentoo@sysrq.in>
From: Anna “CyberTailor” <cyber@sysrq.in>
---
dev-lisp/rt/Manifest | 1 +
dev-lisp/rt/rt-20090812.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 dev-lisp/rt/rt-20090812.ebuild
diff --git a/dev-lisp/rt/Manifest b/dev-lisp/rt/Manifest
index 810fca1..c81d317 100644
--- a/dev-lisp/rt/Manifest
+++ b/dev-lisp/rt/Manifest
@@ -1,2 +1,3 @@
DIST cl-rt_20040621-4.diff.gz 3177 BLAKE2B f1a4eccc92cdf331f53c7d5fb9ff7f1ee409eb52f14e76e0b832d8599f763d32bd57b6040a6e1d6b076495b75e62e39885d488687e26bccf38d40c3f2612f476 SHA512 83da2a40571d30c791ae87bc4c56dd8a3b51921edea6491d46e2053517b19e14b8f5a10084e7a796a137a1516903e1ac4e7d777444f711752ef346a612888866
DIST cl-rt_20040621.orig.tar.gz 8962 BLAKE2B cdbed3890cff32c89d3f33035a985d3d6511ee254ec10168a6f368721bf822e2b84f7bf870fec99a22a06aa3e4293de2636b178dcbde3ab063a06b793dc61e3a SHA512 60cf15047da217cd6ca21224f4968c901fe0b53e6a9292da879c1c6ca9f5e6cf05308cf2b58ef55ec2e53aed3fa51ada7471dc86f799e2c2b8762f5415fc640b
+DIST rt-20090812.tar.gz 10760 BLAKE2B 9aacc00d54637588eedc861d001f85d22b78a05c84cda5f8b01c1a811b4140ac05a6130be14f47c1f2b25a3e6a7a33701875279b0902e7a5e3be56a9df6993fa SHA512 639228c05fbc01f4eaca08f60d0557f713b32a36e68aa49530c6ec4b32949be0dfa275b4095e71de9cf1c3b77aeed73ef5281ab8c608bdd72e359fd154bba158
diff --git a/dev-lisp/rt/rt-20090812.ebuild b/dev-lisp/rt/rt-20090812.ebuild
new file mode 100644
index 0000000..8e9c096
--- /dev/null
+++ b/dev-lisp/rt/rt-20090812.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit common-lisp-3
+
+COMMIT="a6a7503a0b47953bc7579c90f02a6dba1f6e4c5a"
+DESCRIPTION="Common Lisp regression tester from MIT"
+HOMEPAGE="
+ http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/
+ http://www.cliki.net/rt
+"
+SRC_URI="http://git.kpe.io/?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT:0:7}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+DOCS=( rt-doc.txt )
+
+src_install() {
+ common-lisp-install-sources ${PN}{,-test}.lisp
+ common-lisp-install-asdf ${PN}.asd
+ einstalldocs
+}
--
2.34.1
next prev parent reply other threads:[~2021-12-19 9:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-19 9:29 [gentoo-lisp] [PATCH 01/11] dev-lisp/fiveam: add 1.4.2 Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 02/11] dev-lisp/trivial-backtrace: fix SRC_URI Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 03/11] dev-lisp/trivial-features: add 1.0, drop 0.7 Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` Anna (cybertailor) Vyalkova [this message]
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 05/11] dev-lisp/cffi: add 0.24.1, drop 0.18.0 and live Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 06/11] dev-lisp/iterate: add 1.5.3, drop live Anna (cybertailor) Vyalkova
2021-12-19 9:33 ` Anna Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 07/11] dev-lisp/trivial-with-current-source-form: initial import Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 08/11] dev-lisp/esrap: add 0.17, drop live Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 09/11] dev-lisp/eos: treeclean (abandoned, no revdeps) Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 10/11] dev-lisp/bordeaux-threads: add 0.8.8, drop old Anna (cybertailor) Vyalkova
2021-12-19 9:29 ` [gentoo-lisp] [PATCH 11/11] metadata: disable some pkgcheck check Anna (cybertailor) Vyalkova
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=20211219092948.27384-4-cyber+gentoo@sysrq.in \
--to=cyber+gentoo@sysrq.in \
--cc=cyber@sysrq.in \
--cc=gentoo-lisp@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