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 BE034138359 for ; Mon, 31 Aug 2020 11:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B26BEE09F0; Mon, 31 Aug 2020 11:54:15 +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 99FF8E09F0 for ; Mon, 31 Aug 2020 11:54:15 +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 9F57F335DA4 for ; Mon, 31 Aug 2020 11:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B68731C for ; Mon, 31 Aug 2020 11:54:13 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1598874673.abecd04e10931ca30798098d0b82f549ac5229c1.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rarfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/rarfs/Manifest sys-fs/rarfs/metadata.xml sys-fs/rarfs/rarfs-0.1.1-r2.ebuild X-VCS-Directories: sys-fs/rarfs/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: abecd04e10931ca30798098d0b82f549ac5229c1 X-VCS-Branch: master Date: Mon, 31 Aug 2020 11:54:13 +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: 3ddc5816-7ad5-4ab0-a958-592e4931f365 X-Archives-Hash: 8616fa1f5343feb9a4e7b5311cd30813 commit: abecd04e10931ca30798098d0b82f549ac5229c1 Author: Sergey Popov gentoo org> AuthorDate: Mon Aug 31 11:49:38 2020 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Aug 31 11:51:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abecd04e sys-fs/rarfs: lastrite Closes: https://bugs.gentoo.org/show_bug.cgi?id=734580 Signed-off-by: Sergey Popov gentoo.org> sys-fs/rarfs/Manifest | 1 - sys-fs/rarfs/metadata.xml | 11 ----------- sys-fs/rarfs/rarfs-0.1.1-r2.ebuild | 33 --------------------------------- 3 files changed, 45 deletions(-) diff --git a/sys-fs/rarfs/Manifest b/sys-fs/rarfs/Manifest deleted file mode 100644 index d30602492d5..00000000000 --- a/sys-fs/rarfs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rarfs-0.1.1.tar.gz 349283 BLAKE2B 12a0919fee1a4dd86dc0161ba702c5a1817d23a0e3d804de5f8c945f6ebd89c02e9d9bb2279170aa7c7d3c982662cb61ac508a50c67435b962dca254913e9ee7 SHA512 a374dc2dcd83808296dc0b0b3109fd84771d47956cc30fa16ac53cc768ae5ff717cff2fa22ebcbacdd72b645b75986c5d44e47aa1a52a92f230f1944ceaa8b28 diff --git a/sys-fs/rarfs/metadata.xml b/sys-fs/rarfs/metadata.xml deleted file mode 100644 index 43f1d6314fd..00000000000 --- a/sys-fs/rarfs/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - pinkbyte@gentoo.org - Sergey Popov - - - rarfs - - diff --git a/sys-fs/rarfs/rarfs-0.1.1-r2.ebuild b/sys-fs/rarfs/rarfs-0.1.1-r2.ebuild deleted file mode 100644 index 5cec4fd045e..00000000000 --- a/sys-fs/rarfs/rarfs-0.1.1-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 - -DESCRIPTION="Fuse module to mount uncompressed RAR archives" -HOMEPAGE="https://sourceforge.net/projects/rarfs/" -SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - sys-fs/fuse:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( README ) - -src_install() { - dobin scripts/prarfs - python_replicate_script "${ED}/usr/bin/prarfs" - - dobin src/rarfs - einstalldocs -}