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 67244138334 for ; Sun, 3 Feb 2019 22:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99156E09E5; Sun, 3 Feb 2019 22:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6F74BE09D6 for ; Sun, 3 Feb 2019 22:57:32 +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 4A6A9335DA4 for ; Sun, 3 Feb 2019 22:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C1852E for ; Sun, 3 Feb 2019 22:57:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549234619.8d92b82781f61da23cdcf84c564cc9050b135674.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xwmfs/xwmfs-0.82-r1.ebuild X-VCS-Directories: sys-fs/xwmfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d92b82781f61da23cdcf84c564cc9050b135674 X-VCS-Branch: master Date: Sun, 3 Feb 2019 22:57:29 +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: 649fd565-a44c-448f-b8ff-4f1723140624 X-Archives-Hash: ad00fe57332b5b823f0f6c5347e2b457 commit: 8d92b82781f61da23cdcf84c564cc9050b135674 Author: Matthias Gerstner nefkom net> AuthorDate: Wed Jan 2 19:15:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 22:56:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d92b827 sys-fs/xwmfs: new revision to use sys-fs/fuse SLOT 0 in dependency Closes: https://bugs.gentoo.org/673632 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Matthias Gerstner nefkom.net> Closes: https://github.com/gentoo/gentoo/pull/10705 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild new file mode 100644 index 00000000000..b867b43c6de --- /dev/null +++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 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"