summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-30 13:49:52 +0000
committerSam James <sam@gentoo.org>2024-11-30 13:51:24 +0000
commit4e19694a43e63d43a05623dbc8f46f8795f9ce35 (patch)
tree6e082c09688c994e384c5c073849991ebe34487d /dev-scheme
parentdev-scheme/slib: drop 3.2.5-r2 (diff)
downloadgentoo-4e19694a43e63d43a05623dbc8f46f8795f9ce35.tar.gz
gentoo-4e19694a43e63d43a05623dbc8f46f8795f9ce35.tar.bz2
gentoo-4e19694a43e63d43a05623dbc8f46f8795f9ce35.zip
dev-scheme/xdgdirs: drop 2.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/xdgdirs/xdgdirs-2.2.ebuild22
1 files changed, 0 insertions, 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
-}