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 AC883138334 for ; Fri, 29 Nov 2019 02:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89E8E0823; Fri, 29 Nov 2019 02:21:49 +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 B557DE0823 for ; Fri, 29 Nov 2019 02:21:49 +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 1B02134D56E for ; Fri, 29 Nov 2019 02:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91D768B8 for ; Fri, 29 Nov 2019 02:21:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1574993865.356cc3f0074465be089c08e0a677a347d1b144ba.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-exfat/Manifest sys-fs/fuse-exfat/fuse-exfat-1.2.8.ebuild X-VCS-Directories: sys-fs/fuse-exfat/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 356cc3f0074465be089c08e0a677a347d1b144ba X-VCS-Branch: master Date: Fri, 29 Nov 2019 02:21:45 +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: 111941a2-10a1-4130-9a1c-c180901e8626 X-Archives-Hash: 92095e44d0b984f291f53322d03b14ff commit: 356cc3f0074465be089c08e0a677a347d1b144ba Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 29 02:17:45 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 29 02:17:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356cc3f0 sys-fs/fuse-exfat: remove old Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/fuse-exfat/Manifest | 1 - sys-fs/fuse-exfat/fuse-exfat-1.2.8.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest index 84e24904515..e5b775c98d0 100644 --- a/sys-fs/fuse-exfat/Manifest +++ b/sys-fs/fuse-exfat/Manifest @@ -1,2 +1 @@ -DIST fuse-exfat-1.2.8.tar.gz 159588 BLAKE2B 929fb87ee75aa70ba68814763c085c76fa1e263451bc3cd388b67dc6e793383c8eede1ea754a55c7ce7f14b38b7ec40f503acd28b0709d1ef58b10cb977a1d58 SHA512 ce81f15121b9f21bdaaacb09bdeeccdc8d556585967b85f1ab57534a8da07ea45434541fc571069b5795bae0f2ba5f090bbe7a0d5881dd35de06b706abe6d395 DIST fuse-exfat-1.3.0.tar.gz 161278 BLAKE2B 864eed57d5ae70eac03464899ac7c63f5d55254b61b69064592bb7ae04f6c164b8113c568946103c407867c1b53511bf2b88bd6b25cf75aa3a1a9a2a7d4f12ae SHA512 90d2b89322590199012b035b88ae01559f1824172793d9e7845603940e2807e788c687e4958f1ef76678bd214bb03671b91fd2537901b6d6acf2e8c525a3f1f3 diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.8.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.2.8.ebuild deleted file mode 100644 index 729d41d9a21..00000000000 --- a/sys-fs/fuse-exfat/fuse-exfat-1.2.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="exFAT filesystem FUSE module" -HOMEPAGE="https://github.com/relan/exfat" -SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz" - -# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" - -RDEPEND="sys-fs/fuse:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( ChangeLog ) - -src_install() { - default - dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8 -}