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 D91C21581D3 for ; Tue, 14 May 2024 09:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DA03E29E9; Tue, 14 May 2024 09:14:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FF35E29E9 for ; Tue, 14 May 2024 09:14:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E159342FFE for ; Tue, 14 May 2024 09:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73DA1AC9 for ; Tue, 14 May 2024 09:14:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715678047.791ffa929ce6bd335840471074aae4274072be4c.arthurzam@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-99999999.ebuild X-VCS-Directories: dev-lisp/trivial-gray-streams/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 791ffa929ce6bd335840471074aae4274072be4c X-VCS-Branch: master Date: Tue, 14 May 2024 09:14:38 +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: 4f20f239-fea6-42a9-a88f-cb226d5b2821 X-Archives-Hash: 958e2c51f804c94f075019038ec9372f commit: 791ffa929ce6bd335840471074aae4274072be4c Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 14 09:14:07 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 14 09:14:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791ffa92 dev-lisp/trivial-gray-streams: remove stale live ebuild, EAPI6-- Signed-off-by: Arthur Zamarin gentoo.org> .../trivial-gray-streams-99999999.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-99999999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-99999999.ebuild deleted file mode 100644 index 9fa802eff228..000000000000 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-99999999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 git-r3 - -DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" -HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" -EGIT_REPO_URI="https://github.com/${PN}/${PN}" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}"