summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-11-02 14:41:55 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-11-02 14:41:55 +0100
commitec4b27b030d0c0b24eae07073583fed6c5744a86 (patch)
treedf0c1a3a08f1c6aa5e0f740e8c18138b951e7fce /sys-fs
parentgames-arcade/jazz2: add 2.9.1 (diff)
downloadgentoo-ec4b27b030d0c0b24eae07073583fed6c5744a86.tar.gz
gentoo-ec4b27b030d0c0b24eae07073583fed6c5744a86.tar.bz2
gentoo-ec4b27b030d0c0b24eae07073583fed6c5744a86.zip
sys-fs/snapraid: drop 12.2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/snapraid/Manifest1
-rw-r--r--sys-fs/snapraid/snapraid-12.2.ebuild23
2 files changed, 0 insertions, 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
-}