commit:     ca42e727f142e0f0074c9871bf7141a804a0c36c
Author:     Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Mar 25 10:13:27 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 14:00:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca42e727

sys-fs/xwmfs: version bump to 0.84

Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/xwmfs/Manifest          |  1 +
 sys-fs/xwmfs/xwmfs-0.84.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index c29492125eb..e3c228fe4fa 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
 DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 
14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03
 SHA512 
eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
+DIST xwmfs-0.84.tar.gz 194516 BLAKE2B 
47181b349ed0f72e39fd2fba2dc1e2d85fd671e3e549fb75b12ff48e58ab7b2cb34afabe95de5130556c69a11c41ebd9ca1a6bd493f485fe67b8f99f5feb5626
 SHA512 
f900b773bf000481625980b94ed14f3775eaa4644b668c0d09ff206279f87592a3ad6ebea91dc2d2f81f69583ec64303f40dde5d6011da7df23b19ed4c969584

diff --git a/sys-fs/xwmfs/xwmfs-0.84.ebuild b/sys-fs/xwmfs/xwmfs-0.84.ebuild
new file mode 100644
index 00000000000..1f23a895319
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.84.ebuild
@@ -0,0 +1,27 @@
+# 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
+}

Reply via email to