From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D78441396D9 for ; Sun, 5 Nov 2017 23:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF96FE0D1A; Sun, 5 Nov 2017 23:08:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AEFEE0D1A for ; Sun, 5 Nov 2017 23:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42F693416F0 for ; Sun, 5 Nov 2017 23:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0456B9642 for ; Sun, 5 Nov 2017 23:08:32 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1509923261.d2ceae7ce6813f5ab0d7bd18127061b51faec240.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xwmfs/Manifest sys-fs/xwmfs/metadata.xml sys-fs/xwmfs/xwmfs-0.81.ebuild X-VCS-Directories: sys-fs/xwmfs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d2ceae7ce6813f5ab0d7bd18127061b51faec240 X-VCS-Branch: master Date: Sun, 5 Nov 2017 23:08:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd32b669-9e07-4c1c-bf92-59386e4a021c X-Archives-Hash: 1ecd5b6111664055cc2c2c65a391090c commit: d2ceae7ce6813f5ab0d7bd18127061b51faec240 Author: Matthias Gerstner nefkom net> AuthorDate: Sun Oct 22 21:11:52 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Nov 5 23:07:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ceae7c sys-fs/xmwfs: new ebuild. xmwfs is a X11 Window-Manager file system based on FUSE. Closes: https://github.com/gentoo/gentoo/pull/6020 Closes: https://bugs.gentoo.org/634810 sys-fs/xwmfs/Manifest | 1 + sys-fs/xwmfs/metadata.xml | 34 ++++++++++++++++++++++++++++++++++ sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 ++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest new file mode 100644 index 00000000000..805b0d3fc67 --- /dev/null +++ b/sys-fs/xwmfs/Manifest @@ -0,0 +1 @@ +DIST xwmfs-0.81.tar.gz 192750 SHA256 490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a WHIRLPOOL 0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c diff --git a/sys-fs/xwmfs/metadata.xml b/sys-fs/xwmfs/metadata.xml new file mode 100644 index 00000000000..8b58b472e95 --- /dev/null +++ b/sys-fs/xwmfs/metadata.xml @@ -0,0 +1,34 @@ + + + + + matthias.gerstner@nefkom.net + Matthias Gerstner + + + proxy-maint@gentoo.org + Proxy Maintainers + + + This is xwmfs (X window manager file system), a userspace file system based on + fuse that allows interaction with an EWMH compliant X11 window manager + via files. + + Some of its features are: + + - newly appearing and disappearing windows in the X server are recognized and + the file system is updated in an event based manner + - new values for properties of window manager and windows will be reflected in + the file system in an event based manner + - properties of windows and window manager can be changed via writing to files + in the file system + - some X operations are accessible via control files in the file system + + The file system can be used for easily implementing scripts that operate on + the window manager and windows (for example identifying specific windows, + rename a window, move it around and so on). + + + gestner-hub/xwmfs + + diff --git a/sys-fs/xwmfs/xwmfs-0.81.ebuild b/sys-fs/xwmfs/xwmfs-0.81.ebuild new file mode 100644 index 00000000000..aa134c2864b --- /dev/null +++ b/sys-fs/xwmfs/xwmfs-0.81.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"