From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1695641-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 124981581F3 for <garchives@archives.gentoo.org>; Sat, 30 Nov 2024 13:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0838E0844; Sat, 30 Nov 2024 13:52:59 +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 C33B7E0844 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Nov 2024 13:52:59 +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 73518342FF3 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Nov 2024 13:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311C7229E for <gentoo-commits@lists.gentoo.org>; Sat, 30 Nov 2024 13:52:55 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1732974684.4e19694a43e63d43a05623dbc8f46f8795f9ce35.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/xdgdirs/xdgdirs-2.2.ebuild X-VCS-Directories: dev-scheme/xdgdirs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e19694a43e63d43a05623dbc8f46f8795f9ce35 X-VCS-Branch: master Date: Sat, 30 Nov 2024 13:52:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 856c11ab-0e6a-42ef-b3de-e088af92061f X-Archives-Hash: 7ee8571a325dd5e13a791ec4592795ae commit: 4e19694a43e63d43a05623dbc8f46f8795f9ce35 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 13:49:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 13:51:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e19694a dev-scheme/xdgdirs: drop 2.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-scheme/xdgdirs/xdgdirs-2.2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild deleted file mode 100644 index 316a909bb073..000000000000 --- a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Displays names/values of XDG Basedir variables" -HOMEPAGE="https://www.gnuvola.org/software/xdgdirs/" -SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz" - -LICENSE="GPL-3+ FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-scheme/guile-1.8" -DEPEND="test? ( ${RDEPEND} )" - -src_test() { - GUILE_AUTO_COMPILE=0 emake check -}