public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/
@ 2017-08-08  9:03 Amy Liffey
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Liffey @ 2017-08-08  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f71215168882526382a3a705b76770607ed65236
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 09:03:19 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 09:03:19 2017 +0000
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;


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/
@ 2023-06-11  8:22 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2023-06-11  8:22 UTC (permalink / raw
  To: gentoo-commits

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

app-backup/simplebackup: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> 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"


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

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

commit:     f1b4319a7a0b19e01293ebaa1494db4ae7dae192
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Oct  1 22:17:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 03:03:06 2023 +0000
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 <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> 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 000000000000..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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/
@ 2023-11-12 17:35 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2023-11-12 17:35 UTC (permalink / raw
  To: gentoo-commits

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

app-backup/simplebackup: drop 1.8.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..000000000000
--- 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
-}


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

end of thread, other threads:[~2023-11-12 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  3:04 [gentoo-commits] repo/gentoo:master commit in: app-backup/simplebackup/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12 17:35 Andreas Sturmlechner
2023-06-11  8:22 Joonas Niilola
2017-08-08  9:03 Amy Liffey

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