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 34CFE1382C5 for ; Tue, 22 Jun 2021 07:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72409E08F7; Tue, 22 Jun 2021 07:55:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 584CBE08F7 for ; Tue, 22 Jun 2021 07:55:13 +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 EDE8E335D5F for ; Tue, 22 Jun 2021 07:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E9AF7A0 for ; Tue, 22 Jun 2021 07:55:10 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1624348498.2fc3e3c192f2d18849c6aea2dfaf5916d7a525da.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-arch/tarlz/Manifest app-arch/tarlz/metadata.xml app-arch/tarlz/tarlz-0.21.ebuild X-VCS-Directories: app-arch/tarlz/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2fc3e3c192f2d18849c6aea2dfaf5916d7a525da X-VCS-Branch: dev Date: Tue, 22 Jun 2021 07:55:10 +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: cf601472-c63a-4917-a025-1a11e4bca25a X-Archives-Hash: b0dbff5561f01fb2197141eac61384f4 commit: 2fc3e3c192f2d18849c6aea2dfaf5916d7a525da Author: Florian Schmaus gentoo org> AuthorDate: Tue Jun 22 07:54:54 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 22 07:54:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fc3e3c1 app-arch/tarlz: treeclean (moved to ::gentoo) Signed-off-by: Florian Schmaus gentoo.org> app-arch/tarlz/Manifest | 1 - app-arch/tarlz/metadata.xml | 8 -------- app-arch/tarlz/tarlz-0.21.ebuild | 29 ----------------------------- 3 files changed, 38 deletions(-) diff --git a/app-arch/tarlz/Manifest b/app-arch/tarlz/Manifest deleted file mode 100644 index b24b7840d..000000000 --- a/app-arch/tarlz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tarlz-0.21.tar.lz 104780 BLAKE2B c3aacda3e8ab25757758d811d9cdc153777835950436dbb4827cf75d801f6c3035475330512a2657a8c9733f6afdf452d9689d7d72d11ba8ef968fceab671ed4 SHA512 1ad671da7ee115762163af57aad69ec754753e68a99ef8c4f38e880ecbb75a5b021f38794390eabcdbef4963cbc0c0e2abe36011da4135baf2c21dc22f020f4a diff --git a/app-arch/tarlz/metadata.xml b/app-arch/tarlz/metadata.xml deleted file mode 100644 index bdf5f6f4f..000000000 --- a/app-arch/tarlz/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - flo@geekplace.eu - Florian Schmaus - - diff --git a/app-arch/tarlz/tarlz-0.21.ebuild b/app-arch/tarlz/tarlz-0.21.ebuild deleted file mode 100644 index f1c0ce855..000000000 --- a/app-arch/tarlz/tarlz-0.21.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs unpacker - -DESCRIPTION="A parallel archiver combining tar and lzip" -HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html" -SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz" -LICENSE="GPL-2+" - -SLOT="0" - -KEYWORDS="~amd64" - -RDEPEND=">=app-arch/lzlib-1.12:0=" -DEPEND=" - ${RDEPEND} - $(unpacker_src_uri_depends) -" - -src_configure() { - econf \ - CXX="$(tc-getCXX)" \ - CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -}