[gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/

2023-11-12 Thread Andreas Sturmlechner
commit: 963824d7e9aef9b54bd2ef6122aa6a24fc913298
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 11 22:26:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 17:35:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963824d7

app-backup/simplebackup: drop 1.8.1-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../simplebackup/simplebackup-1.8.1-r1.ebuild  | 28 --
 1 file changed, 28 deletions(-)

diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild 
b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
deleted file mode 100644
index e0f3f72bf4f1..
--- a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Cross-platform backup program"
-HOMEPAGE="https://migas-sbackup.sourceforge.net/;
-SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sasl"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
-   sasl? ( dev-perl/Authen-SASL )"
-
-S="${WORKDIR}/${P}/unix"
-
-src_compile() {
-   return;
-}
-
-src_install() {
-   newbin simplebackup.pl simplebackup
-   dodoc ../unix_readme.txt
-}



[gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/

2023-10-09 Thread Sam James
commit: f1b4319a7a0b19e01293ebaa1494db4ae7dae192
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Sun Oct  1 22:17:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 03:03:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b4319a

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

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

 .../simplebackup/simplebackup-1.8.1-r2.ebuild  | 31 ++
 1 file changed, 31 insertions(+)

diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r2.ebuild 
b/app-backup/simplebackup/simplebackup-1.8.1-r2.ebuild
new file mode 100644
index ..aabaaaffac32
--- /dev/null
+++ b/app-backup/simplebackup/simplebackup-1.8.1-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit prefix
+
+DESCRIPTION="Cross-platform backup program"
+HOMEPAGE="https://migas-sbackup.sourceforge.net/;
+SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
+S="${WORKDIR}/${P}/unix"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="sasl"
+
+RDEPEND="
+   dev-lang/perl
+   sasl? ( dev-perl/Authen-SASL )
+"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   hprefixify simplebackup.pl
+   newbin simplebackup.pl simplebackup
+   dodoc ../unix_readme.txt
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/

2023-06-11 Thread Joonas Niilola
commit: 430c02ae28e3b7d7f6f7cda4430871983189a16d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Jun  5 15:02:34 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 11 08:22:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430c02ae

app-backup/simplebackup: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild 
b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
index 3c933c229773..e0f3f72bf4f1 100644
--- a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
+++ b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Cross-platform backup program"
-HOMEPAGE="http://migas-sbackup.sourceforge.net/;
+HOMEPAGE="https://migas-sbackup.sourceforge.net/;
 SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/

2017-08-08 Thread Amy Liffey
commit: f71215168882526382a3a705b76770607ed65236
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  8 09:03:19 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  8 09:03:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7121516

app-backup/simplebackup: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../{simplebackup-1.8.1.ebuild => simplebackup-1.8.1-r1.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-backup/simplebackup/simplebackup-1.8.1.ebuild 
b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
similarity index 86%
rename from app-backup/simplebackup/simplebackup-1.8.1.ebuild
rename to app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
index 2452d95d4ea..3c933c22977 100644
--- a/app-backup/simplebackup/simplebackup-1.8.1.ebuild
+++ b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Cross-platform backup program"
 HOMEPAGE="http://migas-sbackup.sourceforge.net/;
 SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
@@ -14,7 +16,7 @@ DEPEND=""
 RDEPEND="dev-lang/perl
sasl? ( dev-perl/Authen-SASL )"
 
-S=${WORKDIR}/${P}/unix
+S="${WORKDIR}/${P}/unix"
 
 src_compile() {
return;