summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
-}