public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/
@ 2023-10-10  3:04 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-10  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     55cf1d9baea3ab5ebbd7d42cb58f1492fcb1de41
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Oct  8 02:04:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 03:03:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cf1d9b

app-backup/sarab: fix LICENSE

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/sarab/sarab-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/sarab/sarab-1.0.0-r1.ebuild b/app-backup/sarab/sarab-1.0.0-r1.ebuild
index 2d5d59b51048..fe5e5dd83868 100644
--- a/app-backup/sarab/sarab-1.0.0-r1.ebuild
+++ b/app-backup/sarab/sarab-1.0.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="SaraB is a powerful and automated backup scheduling system based on
 HOMEPAGE="https://sarab.sourceforge.net/"
 SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/
@ 2023-10-10  3:04 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-10  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d507fc92d38e9ddd3d7b81d53d8c040cfed5811c
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Oct  1 22:20:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 03:03:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d507fc92

app-backup/sarab: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/sarab/sarab-1.0.0-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/app-backup/sarab/sarab-1.0.0-r1.ebuild b/app-backup/sarab/sarab-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..2d5d59b51048
--- /dev/null
+++ b/app-backup/sarab/sarab-1.0.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit prefix readme.gentoo-r1
+
+DESCRIPTION="SaraB is a powerful and automated backup scheduling system based on DAR"
+HOMEPAGE="https://sarab.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-backup/dar
+	virtual/mailx
+"
+
+PATCHES=( "${FILESDIR}"/${PV}-better-defaults-gentoo.patch )
+
+src_install() {
+	hprefixify sarab.sh
+	dobin sarab.sh
+	einstalldocs
+
+	insinto /etc/sarab
+	doins -r etc/.
+	# sarab.conf could contain passphrase information
+	fperms 600 /etc/sarab/sarab.conf
+
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+
+	ewarn "The configuration format for DAR encryption has changed in Sarab 0.2.4."
+	ewarn "Replace DAR_ENCRYPTION_OPTIONS=\"--key blowfish:PASSPHRASE\""
+	ewarn "by SARAB_KEY=\"blowfish:PASSPHRASE\" in /etc/sarab/sarab.conf"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/
@ 2023-11-15 10:39 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-11-15 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1d350b09fccef9bf172f7db05aa2aed0ab6c8dbb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 10:38:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 10:38:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d350b09

app-backup/sarab: Stabilize 1.0.0-r1 x86, #917213

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/sarab/sarab-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/sarab/sarab-1.0.0-r1.ebuild b/app-backup/sarab/sarab-1.0.0-r1.ebuild
index fe5e5dd83868..efd97f4183f0 100644
--- a/app-backup/sarab/sarab-1.0.0-r1.ebuild
+++ b/app-backup/sarab/sarab-1.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	app-backup/dar


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/
@ 2023-11-15 10:39 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-11-15 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b00e1d857660140a4d292f65cbe75e04fcb43375
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 10:38:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 10:38:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00e1d85

app-backup/sarab: Stabilize 1.0.0-r1 amd64, #917213

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/sarab/sarab-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/sarab/sarab-1.0.0-r1.ebuild b/app-backup/sarab/sarab-1.0.0-r1.ebuild
index efd97f4183f0..aca106f7760c 100644
--- a/app-backup/sarab/sarab-1.0.0-r1.ebuild
+++ b/app-backup/sarab/sarab-1.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-backup/dar


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/
@ 2023-11-21 22:36 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2023-11-21 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     53190ded3bc4cd2111a61f63b04073933106cd98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 21:22:44 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 22:19:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53190ded

app-backup/sarab: drop 1.0.0

Closes: https://bugs.gentoo.org/917213
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-backup/sarab/sarab-1.0.0.ebuild | 42 -------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/app-backup/sarab/sarab-1.0.0.ebuild b/app-backup/sarab/sarab-1.0.0.ebuild
deleted file mode 100644
index 896edbcc95c8..000000000000
--- a/app-backup/sarab/sarab-1.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1
-
-DESCRIPTION="SaraB is a powerful and automated backup scheduling system based on DAR"
-HOMEPAGE="http://sarab.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	app-backup/dar
-	virtual/mailx"
-
-PATCHES=( "${FILESDIR}"/${PV}-better-defaults-gentoo.patch )
-
-src_install() {
-	dobin sarab.sh
-	einstalldocs
-
-	insinto /etc/sarab
-	doins -r etc/.
-	# sarab.conf could contain passphrase information
-	fperms 600 /etc/sarab/sarab.conf
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-
-	ewarn "The configuration format for DAR encryption has changed in Sarab 0.2.4."
-	ewarn "Replace DAR_ENCRYPTION_OPTIONS=\"--key blowfish:PASSPHRASE\""
-	ewarn "by SARAB_KEY=\"blowfish:PASSPHRASE\" in /etc/sarab/sarab.conf"
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-21 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 10:39 [gentoo-commits] repo/gentoo:master commit in: app-backup/sarab/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-21 22:36 Andreas Sturmlechner
2023-11-15 10:39 Sam James
2023-10-10  3:04 Sam James
2023-10-10  3:04 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox