summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>2020-07-16 22:53:10 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-07-24 11:28:15 +0300
commit75e82ca8cdbd311b74a9a86e692d9854980688c5 (patch)
tree3ec2b8140d73612af2c5cf552e243fc0ee91f59d
parentsys-fs/xwmfs: version bump to 0.86 (diff)
downloadgentoo-75e82ca8cdbd311b74a9a86e692d9854980688c5.tar.gz
gentoo-75e82ca8cdbd311b74a9a86e692d9854980688c5.tar.bz2
gentoo-75e82ca8cdbd311b74a9a86e692d9854980688c5.zip
sys-fs/xwmfs: removal of old version 0.85
Signed-off-by: Matthias Gerstner <matthias.gerstner@nefkom.net> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/16720 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sys-fs/xwmfs/Manifest1
-rw-r--r--sys-fs/xwmfs/xwmfs-0.85.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 4853c5c86888..d1437e65e48a 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b
DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81
diff --git a/sys-fs/xwmfs/xwmfs-0.85.ebuild b/sys-fs/xwmfs/xwmfs-0.85.ebuild
deleted file mode 100644
index 1f23a8953190..000000000000
--- a/sys-fs/xwmfs/xwmfs-0.85.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 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
-}