Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
Date: Sun, 03 Feb 2019 22:57:33
Message-Id: 1549234619.b68a1e4ecc33c1ba6590365b2e936919d4421659.asturm@gentoo
1 commit: b68a1e4ecc33c1ba6590365b2e936919d4421659
2 Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
3 AuthorDate: Wed Jan 2 19:17:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 22:56:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68a1e4e
7
8 sys-fs/xwmfs: removal of old ebuild revision
9
10 Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-fs/xwmfs/xwmfs-0.82.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild
17 deleted file mode 100644
18 index aa134c2864b..00000000000
19 --- a/sys-fs/xwmfs/xwmfs-0.82.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="FUSE-based X11 Window-Manager file system"
28 -HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
29 -SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -KEYWORDS="~amd64 ~x86 ~arm"
33 -SLOT="0"
34 -
35 -RDEPEND="
36 - sys-fs/fuse:=
37 - >=x11-libs/libX11-1.6.5"
38 -
39 -DEPEND="
40 - ${RDEPEND}
41 - virtual/pkgconfig"