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 F0FE0138334 for ; Tue, 21 May 2019 09:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20835E08DB; Tue, 21 May 2019 09:17:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 01B25E08DB for ; Tue, 21 May 2019 09:17:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09DF8344CF1 for ; Tue, 21 May 2019 09:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBFF326 for ; Tue, 21 May 2019 09:17:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1558430210.2f187fbfb1b64a839e5ee8ad05ae5b4e6e9df90b.mgorny@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/xwmfs-0.83.ebuild X-VCS-Directories: sys-fs/xwmfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f187fbfb1b64a839e5ee8ad05ae5b4e6e9df90b X-VCS-Branch: master Date: Tue, 21 May 2019 09:17:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fdda548-b23a-466d-9f18-5eb172468ae5 X-Archives-Hash: 9fb0696688e806c3b47ccacd1602043c commit: 2f187fbfb1b64a839e5ee8ad05ae5b4e6e9df90b Author: Matthias Gerstner nefkom net> AuthorDate: Wed May 15 18:02:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 21 09:16:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f187fbf sys-fs/xwmfs: version bump to 0.83. Closes: https://bugs.gentoo.org/673632 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Matthias Gerstner nefkom.net> Signed-off-by: Michał Górny gentoo.org> sys-fs/xwmfs/Manifest | 1 + sys-fs/xwmfs/xwmfs-0.83.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest index 2e5b49a6f05..b6325381ae1 100644 --- a/sys-fs/xwmfs/Manifest +++ b/sys-fs/xwmfs/Manifest @@ -1 +1,2 @@ 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.83.ebuild b/sys-fs/xwmfs/xwmfs-0.83.ebuild new file mode 100644 index 00000000000..b64c09fda99 --- /dev/null +++ b/sys-fs/xwmfs/xwmfs-0.83.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 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 +}