public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/snapraid/
Date: Thu, 26 Sep 2024 07:58:29 +0000 (UTC)	[thread overview]
Message-ID: <1727337471.8ad3768b901ed709bbdcd1c2259234da3959ab51.arkamar@gentoo> (raw)

commit:     8ad3768b901ed709bbdcd1c2259234da3959ab51
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 07:55:45 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 07:57:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3768b

sys-fs/snapraid: add 12.3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-fs/snapraid/Manifest             |  1 +
 sys-fs/snapraid/snapraid-12.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sys-fs/snapraid/Manifest b/sys-fs/snapraid/Manifest
index 680283467886..09d6fc43bca2 100644
--- a/sys-fs/snapraid/Manifest
+++ b/sys-fs/snapraid/Manifest
@@ -1,2 +1,3 @@
 DIST snapraid-11.6.tar.gz 744142 BLAKE2B 300350e355298e972b0f2c83cc0cfdc212c01d67206b752a69a715e48e429a8fc8dc779820cca761ce4ff2bf29c61a2ab280b5b929de2b64c2ef84b82d65a67e SHA512 abe606c09ff933166cf386270d638a3da5a7edff914a486cfa97bdfe878d152a636d271968b92d14ad3eca873bca68dbcad63565067b0b4e887a1176afb14525
 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.3.ebuild b/sys-fs/snapraid/snapraid-12.3.ebuild
new file mode 100644
index 000000000000..7f66e0deea5f
--- /dev/null
+++ b/sys-fs/snapraid/snapraid-12.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="a backup program for disk array for home media centers"
+HOMEPAGE="https://www.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
+}


             reply	other threads:[~2024-09-26  7:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-26  7:58 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 16:36 [gentoo-commits] repo/gentoo:master commit in: sys-fs/snapraid/ Sam James
2025-02-16 16:36 Sam James
2025-02-16 16:36 Sam James
2024-12-29 12:32 Sam James
2024-11-02 13:42 Petr Vaněk
2024-09-26  7:58 Petr Vaněk
2023-08-09 18:14 Piotr Karbowski
2022-08-24 20:22 Piotr Karbowski
2021-10-23 19:17 Piotr Karbowski
2020-06-07 12:33 Piotr Karbowski
2020-06-07 12:33 Piotr Karbowski
2020-06-07 12:33 Piotr Karbowski
2020-06-07 11:31 Piotr Karbowski
2020-05-25 20:49 Piotr Karbowski
2020-02-23 17:30 Piotr Karbowski
2018-04-26 16:29 Christoph Junghans
2017-02-14 19:41 Christoph Junghans
2017-01-03 16:48 Christoph Junghans
2016-11-14  2:01 Christoph Junghans
2016-04-15 20:11 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1727337471.8ad3768b901ed709bbdcd1c2259234da3959ab51.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox