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 41A16158012 for ; Thu, 23 Sep 2021 11:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96208E0993; Thu, 23 Sep 2021 11:21:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78952E0993 for ; Thu, 23 Sep 2021 11:21:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B922342E0F for ; Thu, 23 Sep 2021 11:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40D1CF for ; Thu, 23 Sep 2021 11:21:46 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632395954.7e04f88511ad491e004e8145068eced62e70dbe8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cksfv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/cksfv/Manifest app-arch/cksfv/cksfv-1.3.14-r1.ebuild X-VCS-Directories: app-arch/cksfv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7e04f88511ad491e004e8145068eced62e70dbe8 X-VCS-Branch: master Date: Thu, 23 Sep 2021 11:21:46 +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: 9f041d61-c008-47f2-b06c-1d4e6cac9edb X-Archives-Hash: ac42250d4a307ec6a0a1de48dbe56eaa commit: 7e04f88511ad491e004e8145068eced62e70dbe8 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 23 11:19:14 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 23 11:19:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e04f885 app-arch/cksfv: drop 1.3.14-r1 Signed-off-by: Arthur Zamarin gentoo.org> app-arch/cksfv/Manifest | 1 - app-arch/cksfv/cksfv-1.3.14-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-arch/cksfv/Manifest b/app-arch/cksfv/Manifest index d3a6b50f425..a38f0d99ed8 100644 --- a/app-arch/cksfv/Manifest +++ b/app-arch/cksfv/Manifest @@ -1,2 +1 @@ -DIST cksfv-1.3.14.tar.bz2 26114 BLAKE2B 696ae3499bc2b1c566a40da202b70d30777ee07a7923ac567345872098626c82820a9bb75b711915e2274a3e0f1d7804ba58f8ce41dcca375391d778ba135a02 SHA512 016c2f61632980678957fe4b5bc9ecb30360efd548ff09bfbb7a31cc6fc36f6fe7936d3d819fe468a6208c71f8b625662aa3ae0abd668435d7273e149d7e4519 DIST cksfv-1.3.15.tar.bz2 27282 BLAKE2B c1df7bac982815915327753d8f6b888cc53395a0066bc5b34fb310d540c50c3006be2b9f31ebfac269d961126b0046a5b63fbbbe9c05c265953b2d2a94602a7a SHA512 a0b5286e0dce610e8b482a55cf8af38f8f8256e175435b6f2518c6566ea844c3cf2981f96c7600c7eb9b23b35cf19f1b55f540ba0f73f1267e4593e744858d43 diff --git a/app-arch/cksfv/cksfv-1.3.14-r1.ebuild b/app-arch/cksfv/cksfv-1.3.14-r1.ebuild deleted file mode 100644 index eb3bd336958..00000000000 --- a/app-arch/cksfv/cksfv-1.3.14-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="SFV checksum utility (simple file verification)" -HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/" -SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux" - -src_configure() { - # note: not an autoconf configure script - ./configure \ - --compiler="$(tc-getCC)" \ - --prefix="${EPREFIX}"/usr \ - --package-prefix="${D}" \ - --bindir="${EPREFIX}"/usr/bin \ - --mandir="${EPREFIX}"/usr/share/man || die -}