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 29A72138334 for ; Fri, 3 Jan 2020 16:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C561E09E2; Fri, 3 Jan 2020 16:22:25 +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 1906DE09E2 for ; Fri, 3 Jan 2020 16:22:25 +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 E780234DED7 for ; Fri, 3 Jan 2020 16:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 673CE7C for ; Fri, 3 Jan 2020 16:22:22 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1578068527.33050524eed97ef725fafefa48d12d91338657d9.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-zip/Manifest sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild X-VCS-Directories: sys-fs/fuse-zip/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 33050524eed97ef725fafefa48d12d91338657d9 X-VCS-Branch: master Date: Fri, 3 Jan 2020 16:22:22 +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: 0d133226-3546-457d-a6ac-77cf24c27bc7 X-Archives-Hash: 4896b77504dacf3ec99adf0fca6b5e85 commit: 33050524eed97ef725fafefa48d12d91338657d9 Author: Johannes Huber gentoo org> AuthorDate: Fri Jan 3 16:19:45 2020 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jan 3 16:22:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33050524 sys-fs/fuse-zip: Remove 0.4.5 Bug: https://bugs.gentoo.org/702724 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> sys-fs/fuse-zip/Manifest | 1 - sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest index ff3c3d84cbf..05528afb1dd 100644 --- a/sys-fs/fuse-zip/Manifest +++ b/sys-fs/fuse-zip/Manifest @@ -1,2 +1 @@ -DIST fuse-zip-0.4.5.tar.gz 687727 BLAKE2B 5a03eee7e44eb0599129c3266cf8779545426e8992b8d4a473ca87e3b65c51bdde5720e9cea3e5a121b2983dd320f7ff4f352359702e5e2e8e83598153d575c5 SHA512 5a3338d8b820ec5b218db849d139b74d2f4413b94ec75ba8d1a69b8d0e3fdbca0195b1af2f33322fdf9c35f56d3e2e5c4142a7ff3fd3a84bfe7649bbe29b6e98 DIST fuse-zip-0.7.0.tar.gz 712853 BLAKE2B fd8bdaf30321bfbf897598de0291b1b285171b9b254e21acc1ca9f9d5af2b3a199dcb05696e92983a9b7491b4993b59defa53ec37d0a958d4fb80d2baf322194 SHA512 ea08bee4a7d0e7a0584237c6e9560d0fd2665bea59e87bc020697c3fc6bdc3c4c5c5d4dcdb454eed8cb735c176dd54d7c9bf879a04ac2d5b38bc271cc3128b69 diff --git a/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild b/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild deleted file mode 100644 index a6bf2433100..00000000000 --- a/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives" -HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip" -SRC_URI="https://bitbucket.org/agalanin/${PN}/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-libs/libzip-0.11.2:= - >=sys-fs/fuse-2.7:=" -RDEPEND="${DEPEND}" - -RESTRICT="test" - -DOCS=( changelog README.md ) - -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) - -src_compile() { - emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}" -} - -src_install() { - default - doman fuse-zip.1 -}