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 BF9EC138336 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 BCFB5E09DD; Sun, 3 Feb 2019 22:57:32 +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 928B6E09DD 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 5CA2E335DB4 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 064A752F for ; Sun, 3 Feb 2019 22:57:30 +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.b68a1e4ecc33c1ba6590365b2e936919d4421659.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.ebuild X-VCS-Directories: sys-fs/xwmfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b68a1e4ecc33c1ba6590365b2e936919d4421659 X-VCS-Branch: master Date: Sun, 3 Feb 2019 22:57:30 +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: fb70fd20-9ff9-403e-aaf4-01e096a026f6 X-Archives-Hash: 7ea59f8684aad47a6192dbd8212d964b commit: b68a1e4ecc33c1ba6590365b2e936919d4421659 Author: Matthias Gerstner nefkom net> AuthorDate: Wed Jan 2 19:17:41 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=b68a1e4e sys-fs/xwmfs: removal of old ebuild revision Signed-off-by: Matthias Gerstner nefkom.net> Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/xwmfs/xwmfs-0.82.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild deleted file mode 100644 index aa134c2864b..00000000000 --- a/sys-fs/xwmfs/xwmfs-0.82.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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"