summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>2023-02-16 17:19:33 +0100
committerSam James <sam@gentoo.org>2023-02-17 05:22:20 +0000
commitae97d34fe6254cfeb2c883f049b666bc9b421530 (patch)
treeee2860701a0d7ec8619c39994d325a4fb065f2a5 /sys-fs
parentsys-fs/xwmfs: add 0.92 (diff)
downloadgentoo-ae97d34fe6254cfeb2c883f049b666bc9b421530.tar.gz
gentoo-ae97d34fe6254cfeb2c883f049b666bc9b421530.tar.bz2
gentoo-ae97d34fe6254cfeb2c883f049b666bc9b421530.zip
sys-fs/xwmfs: drop 0.91
Signed-off-by: Matthias Gerstner <Matthias.Gerstner@nefkom.net> Closes: https://github.com/gentoo/gentoo/pull/29618 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xwmfs/Manifest1
-rw-r--r--sys-fs/xwmfs/xwmfs-0.91.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index f9fa5657d24f..23c5e5d8568a 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17
DIST xwmfs-0.92.tar.gz 205449 BLAKE2B b94992eae262487578832483afd5121583cbaabf1fd36f1775845a30d4d593300b19db2a8c6df39f9be6a918438af59b16104f6bf234978f88095a9e7b8ac1e8 SHA512 27f6166d3ac5abdd25e9333547f8f42a08b86e530a893eb2c028792405c0aac43e7a6583ee6bb3daeb327dee63c808e9098d95b114359fe44c2b6580b682208c
diff --git a/sys-fs/xwmfs/xwmfs-0.91.ebuild b/sys-fs/xwmfs/xwmfs-0.91.ebuild
deleted file mode 100644
index deecfb925e6a..000000000000
--- a/sys-fs/xwmfs/xwmfs-0.91.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}