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 75B3A138359 for ; Fri, 24 Jul 2020 08:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89834E081A; Fri, 24 Jul 2020 08:28:38 +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 70EC3E081A for ; Fri, 24 Jul 2020 08:28:38 +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 5C5BB34F16D for ; Fri, 24 Jul 2020 08:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCB32EF for ; Fri, 24 Jul 2020 08:28:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595579295.75e82ca8cdbd311b74a9a86e692d9854980688c5.juippis@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.85.ebuild X-VCS-Directories: sys-fs/xwmfs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 75e82ca8cdbd311b74a9a86e692d9854980688c5 X-VCS-Branch: master Date: Fri, 24 Jul 2020 08:28:34 +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: d05386db-1071-4aea-90d3-237db8eca90b X-Archives-Hash: 6206b3eb9493d52ff805da168773b571 commit: 75e82ca8cdbd311b74a9a86e692d9854980688c5 Author: Matthias Gerstner nefkom net> AuthorDate: Thu Jul 16 20:53:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 24 08:28:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e82ca8 sys-fs/xwmfs: removal of old version 0.85 Signed-off-by: Matthias Gerstner nefkom.net> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/16720 Signed-off-by: Joonas Niilola gentoo.org> sys-fs/xwmfs/Manifest | 1 - sys-fs/xwmfs/xwmfs-0.85.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest index 4853c5c8688..d1437e65e48 100644 --- a/sys-fs/xwmfs/Manifest +++ b/sys-fs/xwmfs/Manifest @@ -1,2 +1 @@ -DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81 diff --git a/sys-fs/xwmfs/xwmfs-0.85.ebuild b/sys-fs/xwmfs/xwmfs-0.85.ebuild deleted file mode 100644 index 1f23a895319..00000000000 --- a/sys-fs/xwmfs/xwmfs-0.85.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -}