Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/snapraid/
Date: Thu, 26 Apr 2018 16:29:04
Message-Id: 1524760103.4a313da10a041dab5719f43f46d009402dca0789.junghans@gentoo
1 commit: 4a313da10a041dab5719f43f46d009402dca0789
2 Author: automorphism88 <adebeus <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 26 03:42:53 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 16:28:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a313da1
7
8 sys-fs/snapraid: Add version 11.2
9
10 Closes: https://bugs.gentoo.org/654110
11 Closes: https://github.com/gentoo/gentoo/pull/8143
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 sys-fs/snapraid/Manifest | 1 +
16 sys-fs/snapraid/snapraid-11.2.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/sys-fs/snapraid/Manifest b/sys-fs/snapraid/Manifest
20 index 81d4a26e8d3..b81c7ff7fe9 100644
21 --- a/sys-fs/snapraid/Manifest
22 +++ b/sys-fs/snapraid/Manifest
23 @@ -1,5 +1,6 @@
24 DIST snapraid-10.0.tar.gz 710368 BLAKE2B 5e8bf705c058a92bd5022b04868f8f5047c02f82228427baef2c57c7ab2d61cb92ecab9b6f22b00f693c5a19bd85d79dfdc6fad984cccadd9815be9e66ba2720 SHA512 cd4af07c3dc3b2399287bf0aa273c01a32fd2e8fd4ad8b98f37e36a069b8092d7a4f69199fea4d110dda0d3059af5e8111e9fa7662829620a525efd01462872c
25 DIST snapraid-11.0.tar.gz 729854 BLAKE2B e7d576643fd4f554b1afb65c59a55efbe59e8194880327611aa3d8502ccbaddd12283626d178ebe742933cc3d89f48af628b8613ca23cba93244b2497e24ff36 SHA512 d2c27b4b0eaecbede685c8a7607e47a9abe43d6d3577398765507c413c2dea524602d1d854308633b58271912f9f7fd04a8772adbc98278e4703a451cda065f5
26 +DIST snapraid-11.2.tar.gz 735526 BLAKE2B d039c56c2fa4f0d2b333cb9eada2d59346e672c5196c0622c5536c5c3fe49b6df0ba742bcd467695fcbd46bb0ede06b1e54dc0c8088c275aeb4b1acd2f8e0f84 SHA512 975c0bb3e69e4feb2845c7d2971676beb59e3815070ee5fae09447925e74af5666dd51783fdadca096bd8bca43cfa19a88132d0999eb86a338915842a46a1834
27 DIST snapraid-6.2.tar.gz 609619 BLAKE2B 6e0d27244c178d312313ff994f4f9033e3b8a04aba5fd216f302dba61e09bdb49607aa333243ce61e870c68b39efd54fa6da30955fd5126984b803d4b1088773 SHA512 c14d6e48d027589ea67de633b979c1a9770cfca7a35bd2a4053ec467ce7edad1c1b21884bcc6e3092a7016533ab1dc6c3a4c8e11f39172d6be8fc4f1b1c9bb9a
28 DIST snapraid-6.3.tar.gz 615262 BLAKE2B 792dc96ec7937c66e84362d328ebef82cbd24d163b12e59fc16f2c4bb4081e143ff28b708ff7d4eb7df890e0516ef3859fa14ca9fa190d8e82ed0c905cd86ae4 SHA512 52d9ce738c14f584e08b32dbb58ca43859e41a05cfd3baa3d15d0677d2b8335e05264429f1aa7e1e5c1c71b26f1ece304717bd0f82c3078464580a97cc0d6c6a
29 DIST snapraid-7.0.tar.gz 633959 BLAKE2B 87e5e7ca1723dafc7bc1a62f9887342e6d4f4e810ab6d32c3482ab0408907c4bfbb0336a587875ced3efc363c38c4ba11aa98ca0ad4c7cbd0b081635c9cc755b SHA512 36acea57e277047f26380c3d97f6f2bb7907f046ff4001a59705c51c9e4184c4ea7d4f2d0c4eb767d9e395ab97453acbac73183ae6dd99e0ac0f12897cbad32c
30
31 diff --git a/sys-fs/snapraid/snapraid-11.2.ebuild b/sys-fs/snapraid/snapraid-11.2.ebuild
32 new file mode 100644
33 index 00000000000..3784113b2d7
34 --- /dev/null
35 +++ b/sys-fs/snapraid/snapraid-11.2.ebuild
36 @@ -0,0 +1,22 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +inherit autotools
43 +
44 +DESCRIPTION="a backup program for disk array for home media centers"
45 +HOMEPAGE="http://snapraid.it/"
46 +SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz"
47 +
48 +LICENSE="GPL-3"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE="test"
52 +
53 +DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
54 +
55 +src_prepare() {
56 + default
57 + eautoreconf
58 +}