From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B76C115817D for ; Sat, 8 Jun 2024 17:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665B8E2A07; Sat, 8 Jun 2024 17:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BF78E29FB for ; Sat, 8 Jun 2024 17:40:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74BAF340BEA for ; Sat, 8 Jun 2024 17:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0BE1C84 for ; Sat, 8 Jun 2024 17:40:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1717868403.6007b7f6a25c70b0d2b0ac4306b0a503b4d43301.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild X-VCS-Directories: dev-lisp/trivial-gray-streams/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6007b7f6a25c70b0d2b0ac4306b0a503b4d43301 X-VCS-Branch: master Date: Sat, 8 Jun 2024 17:40:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07bfe7e4-3747-4695-bdb0-ed19db8c84e4 X-Archives-Hash: a26500b09da8b7a7aab8fbe174541351 commit: 6007b7f6a25c70b0d2b0ac4306b0a503b4d43301 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 8 17:07:28 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 8 17:40:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6007b7f6 dev-lisp/trivial-gray-streams: Update EAPI from 6 to 7 Signed-off-by: Ulrich Müller gentoo.org> .../trivial-gray-streams-20170830-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild new file mode 100644 index 000000000000..59c6ac0d58f9 --- /dev/null +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit common-lisp-3 + +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" +HOMEPAGE="https://trivial-gray-streams.common-lisp.dev/" +SRC_URI="mirror://gentoo/a9/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86"