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 24A14138335 for ; Sun, 12 May 2019 04:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E58E07E0; Sun, 12 May 2019 04:53:56 +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 C6B80E07E0 for ; Sun, 12 May 2019 04:53:56 +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 6970F3440E8 for ; Sun, 12 May 2019 04:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D503659F for ; Sun, 12 May 2019 04:53:53 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1557636701.c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/rar2fs/Manifest sys-fs/rar2fs/rar2fs-1.27.1.ebuild sys-fs/rar2fs/rar2fs-1.27.2.ebuild X-VCS-Directories: sys-fs/rar2fs/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6 X-VCS-Branch: master Date: Sun, 12 May 2019 04:53:53 +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: 185061cd-1a07-441b-8cb9-5e2c34c30a20 X-Archives-Hash: bae09d302bd5f0e8f550e6cdc0234f80 commit: c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6 Author: Tim Harder gentoo org> AuthorDate: Sun May 12 04:46:57 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun May 12 04:51:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d7c6ec sys-fs/rar2fs: remove old Signed-off-by: Tim Harder gentoo.org> sys-fs/rar2fs/Manifest | 1 - sys-fs/rar2fs/rar2fs-1.27.1.ebuild | 26 -------------------------- sys-fs/rar2fs/rar2fs-1.27.2.ebuild | 27 --------------------------- 3 files changed, 54 deletions(-) diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest index 8a1e7797136..ccc6e5e7bd6 100644 --- a/sys-fs/rar2fs/Manifest +++ b/sys-fs/rar2fs/Manifest @@ -1,2 +1 @@ -DIST rar2fs-1.27.1.tar.gz 260012 BLAKE2B 71f308827e33a32b5cda7d30d92147fe435eb09f914f50a7d7917ace18131a8d6b2568f50eaeedcaf2e19c66559666f67665f8ef7f475f57bb17032845c87159 SHA512 c31bc00e532192baa1faeaffa484306e13c1c4110677ae6235048087637a8af2f604ded9cfdec9889d9c5cb099e0433a50cbbce0fb034442d0201e19ff0abfbe DIST rar2fs-1.27.2.tar.gz 259516 BLAKE2B ffa34fa5e38e22c0055c6a98442ad29a1ee62e215ff5e8fcc88a254a7de2d6c2842608adfeb22edece748dbc7173bba0574132cf8a9e735c5b84c53b0eb1b163 SHA512 7316198e1812cb88822e14c115d9dc0d98addeae3c6587888210197139046fb936ad3f1d599c45714c3d127535cf819311d314301249be78b91d66ebfc0fa453 diff --git a/sys-fs/rar2fs/rar2fs-1.27.1.ebuild b/sys-fs/rar2fs/rar2fs-1.27.1.ebuild deleted file mode 100644 index 6bf7bd3f3ad..00000000000 --- a/sys-fs/rar2fs/rar2fs-1.27.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)" -HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs" -SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=app-arch/unrar-5:= - sys-fs/fuse:0" -DEPEND="${RDEPEND}" - -src_configure() { - export USER_CFLAGS="${CFLAGS}" - - econf \ - --with-unrar=/usr/include/libunrar \ - --disable-static-unrar \ - $(use_enable debug) -} diff --git a/sys-fs/rar2fs/rar2fs-1.27.2.ebuild b/sys-fs/rar2fs/rar2fs-1.27.2.ebuild deleted file mode 100644 index d072f4d0c56..00000000000 --- a/sys-fs/rar2fs/rar2fs-1.27.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)" -HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs" -SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=app-arch/unrar-5 - sys-fs/fuse:0" -DEPEND="${RDEPEND}" - -src_configure() { - export USER_CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I/usr/include/libunrar" - - # use static lib to avoid ABI breaks when upstream doesn't follow semantic versioning - econf \ - --with-unrar="/usr/$(get_libdir)" \ - --enable-static-unrar \ - $(use_enable debug) -}