summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>2017-11-08 21:26:34 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-30 15:46:34 +0100
commit6822fb6672769e8f0246a1ea4f3a16611633db1d (patch)
treed562b97e3abd0425a078095cb3c8a7701c80496b
parentxfce-extra/xfce4-whiskermenu-plugin: remove old. (diff)
downloadgentoo-6822fb66.tar.gz
gentoo-6822fb66.tar.bz2
gentoo-6822fb66.zip
sys-fs/xwmfs: version bump to 0.82.
Closes: https://bugs.gentoo.org/636814 Closes: https://github.com/gentoo/gentoo/pull/6180 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-fs/xwmfs/Manifest1
-rw-r--r--sys-fs/xwmfs/xwmfs-0.82.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 805b0d3fc67e..0a91f7591ef8 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.81.tar.gz 192750 SHA256 490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a WHIRLPOOL 0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c
+DIST xwmfs-0.82.tar.gz 193014 SHA256 4e30cc06bcecdd744e70870bcb9575105b0333c9b0f50378fa1138361ed1d508 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d WHIRLPOOL 377c6d519edb2c6a07e806e948437b7243e908def447c9f8d342dc40e345b0d57e1cd92463badb35c178da2970a9cbbe89b43afe077148eb0c484101b7bcb9d6
diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild
new file mode 100644
index 000000000000..aa134c2864b1
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.82.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~x86 ~arm"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig"