summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>2019-05-15 20:04:01 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-21 11:16:51 +0200
commit728dbfe960491a565e10302da012003e7a376465 (patch)
tree808457d9ecf3f35906c4c3ac41c3df524bef6677 /sys-fs
parentsys-fs/xwmfs: version bump to 0.83. (diff)
downloadgentoo-728dbfe960491a565e10302da012003e7a376465.tar.gz
gentoo-728dbfe960491a565e10302da012003e7a376465.tar.bz2
gentoo-728dbfe960491a565e10302da012003e7a376465.zip
sys-fs/xwmfs: removal of old version 0.82-r1
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Matthias Gerstner <matthias.gerstner@nefkom.net> Closes: https://github.com/gentoo/gentoo/pull/12006 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xwmfs/Manifest1
-rw-r--r--sys-fs/xwmfs/xwmfs-0.82-r1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index b6325381ae13..c29492125eb9 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.82.tar.gz 193014 BLAKE2B 2e12ceb4fa1340e05342fccd0cb8978caa38525c59d646633aa32965a4d32efb9fecc4ef0ab0ed72ad57eb07ea821048a629943cbc3bde8d46f32ee1357bcdf0 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d
DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03 SHA512 eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
deleted file mode 100644
index 0a3213274d9f..000000000000
--- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 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
-}