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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F614158042 for ; Sat, 2 Nov 2024 13:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45A68E0841; Sat, 2 Nov 2024 13:42:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F1DCE0841 for ; Sat, 2 Nov 2024 13:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A7DE3430CB for ; Sat, 2 Nov 2024 13:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0BD01315 for ; Sat, 2 Nov 2024 13:42:36 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1730554915.ec4b27b030d0c0b24eae07073583fed6c5744a86.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/snapraid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/snapraid/Manifest sys-fs/snapraid/snapraid-12.2.ebuild X-VCS-Directories: sys-fs/snapraid/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: ec4b27b030d0c0b24eae07073583fed6c5744a86 X-VCS-Branch: master Date: Sat, 2 Nov 2024 13:42:36 +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: 806ff23e-b781-4d8a-ae87-36061dec91a3 X-Archives-Hash: 7823e115841a6346c1309e80e7196514 commit: ec4b27b030d0c0b24eae07073583fed6c5744a86 Author: Petr Vaněk gentoo org> AuthorDate: Sat Nov 2 13:41:55 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Nov 2 13:41:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4b27b0 sys-fs/snapraid: drop 12.2 Signed-off-by: Petr Vaněk gentoo.org> sys-fs/snapraid/Manifest | 1 - sys-fs/snapraid/snapraid-12.2.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/sys-fs/snapraid/Manifest b/sys-fs/snapraid/Manifest index 9fc7ec577ec1..4ffe77463cb3 100644 --- a/sys-fs/snapraid/Manifest +++ b/sys-fs/snapraid/Manifest @@ -1,2 +1 @@ -DIST snapraid-12.2.tar.gz 745755 BLAKE2B dde099a18eddc5dcec178b46c41e8ef828ad214667c0414891dc9ebdb509567233170df2a6483284e0b44f8b8e71ef6ca8a35f845b501b8d8cf4dff97d080bb6 SHA512 2c19c0e336e6e42c8b44bd3f3ccfdc4dfae901f166b0825deb471919dc22f98e92a6d64557b6fed3648b332d4432735db7998656d60bf173925a91c90b099bad DIST snapraid-12.3.tar.gz 746308 BLAKE2B b654861bd9d0b632af3c942e8b4403240c6e229df69bfe330add2f1250999d8f0ec3bae29a96d98b53f77f680108d4cff703131bd6e751d9ce24b9dfd52e9b99 SHA512 c1e364326354940abdb27c7d7528f8d2d324bfc926d134be5a7046b1e3ada7703c7c9e3bec3ba4120dcd717e6cb325f2cce4d9387576add4781f6122537a7f1b diff --git a/sys-fs/snapraid/snapraid-12.2.ebuild b/sys-fs/snapraid/snapraid-12.2.ebuild deleted file mode 100644 index d9c8f45f3452..000000000000 --- a/sys-fs/snapraid/snapraid-12.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="a backup program for disk array for home media centers" -HOMEPAGE="http://snapraid.it/" -SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) - -src_prepare() { - default - eautoreconf -}