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 -}
