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 8E3BF1382C5 for ; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51862E087B; Thu, 7 Jan 2021 11:33:31 +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 1E4B2E087B for ; Thu, 7 Jan 2021 11:33:31 +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 43D8D3412A7 for ; Thu, 7 Jan 2021 11:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF95496 for ; Thu, 7 Jan 2021 11:33:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610019196.c437cefe5ddcd1cc7e6807a0965d207767c45a3d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/torrentzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/torrentzip/torrentzip-0.9.ebuild X-VCS-Directories: app-arch/torrentzip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c437cefe5ddcd1cc7e6807a0965d207767c45a3d X-VCS-Branch: master Date: Thu, 7 Jan 2021 11:33:27 +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: 6d4bb1ec-074b-48cf-a82e-c44c0fe6d840 X-Archives-Hash: 04ddf9295cdc5fc7e37a3924be6fc8af commit: c437cefe5ddcd1cc7e6807a0965d207767c45a3d Author: Sam James gentoo org> AuthorDate: Thu Jan 7 11:22:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 11:33:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437cefe app-arch/torrentzip: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-arch/torrentzip/torrentzip-0.9.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild deleted file mode 100644 index 0aa3083323b..00000000000 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Create identical zip archives over multiple systems" -HOMEPAGE="https://sourceforge.net/projects/trrntzip" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - sys-libs/zlib" - -DEPEND=" - ${RDEPEND} - app-arch/unzip" - -DOCS=(README AUTHORS) - -src_prepare() { - default - export CPPFLAGS+=" -DOF\\(args\\)=args" - eautoreconf -}