public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2016-06-12 11:41 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-06-12 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8db62d18deb671520890f4510c392e6435c972
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 11:40:05 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 11:41:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8db62d

app-backup/cdbkup: Use eapi6 and fix dependencies (#585578)

Package-Manager: portage-2.3.0_rc1

 app-backup/cdbkup/cdbkup-1.0-r2.ebuild | 36 ++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
new file mode 100644
index 0000000..17caab7
--- /dev/null
+++ b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
+HOMEPAGE="http://cdbkup.sourceforge.net/"
+SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+
+DEPEND="net-misc/openssh
+	virtual/cdrtools
+	virtual/eject
+"
+RDEPEND="${DEPEND}
+	!app-misc/cdcat
+"
+
+src_prepare() {
+	default
+	sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
+}
+
+src_configure() {
+	econf --with-snardir=/etc/cdbkup --with-dumpgrp=users
+}
+
+src_install() {
+	default
+	dodoc COMPLIANCE
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2016-06-12 11:41 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-06-12 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1a5d7516ec648e85fe9ce2502845da51fa134403
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 11:40:23 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 11:41:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5d7516

app-backup/cdbkup: drop old

Package-Manager: portage-2.3.0_rc1

 app-backup/cdbkup/cdbkup-1.0-r1.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r1.ebuild b/app-backup/cdbkup/cdbkup-1.0-r1.ebuild
deleted file mode 100644
index a5e367d..0000000
--- a/app-backup/cdbkup/cdbkup-1.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
-HOMEPAGE="http://cdbkup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/cdrtools
-	virtual/eject"
-RDEPEND="${DEPEND}
-	!app-misc/cdcat"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
-}
-
-src_compile() {
-	econf --with-snardir=/etc/cdbkup --with-dumpgrp=users
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc COMPLIANCE ChangeLog README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2017-01-01 12:43 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-01 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2ee1ab5d83529bb59bbfdd5f5962dbdffbf1a019
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 12:41:02 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 12:41:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee1ab5d

app-backup/cdbkup: ppc stable wrt bug #585674

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/cdbkup/cdbkup-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
index 926c57a..c195e77 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="net-misc/openssh


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2017-01-02  9:54 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-02  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d804af61844374e824231746f717b53b8e580db1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 09:51:30 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 09:54:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804af61

app-backup/cdbkup: x86 stable wrt bug #585674

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/cdbkup/cdbkup-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
index c195e77..58a40ef 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="net-misc/openssh


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2017-02-02 11:31 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2017-02-02 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7d96f7d1ceadfcf60ae100b5bd65aa8556a8a2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 11:30:39 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 11:30:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d96f7

app-backup/cdbkup: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/cdbkup/cdbkup-1.0.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0.ebuild b/app-backup/cdbkup/cdbkup-1.0.ebuild
deleted file mode 100644
index b37a200..00000000
--- a/app-backup/cdbkup/cdbkup-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
-HOMEPAGE="http://cdbkup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-RDEPEND="virtual/cdrtools
-	virtual/eject
-	!app-misc/cdcat"
-DEPEND="${RDEPEND}
-	>=sys-apps/sed-4"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
-	epatch "${S}"/linuxtar_13.patch
-}
-
-src_compile() {
-	econf --with-snardir=/etc/cdbkup --with-dumpgrp=users
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc COMPLIANCE ChangeLog README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2017-06-11  4:57 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2017-06-11  4:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e4607ee39f6554f92de89eaf9604215b7874dbe3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 04:57:16 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 04:57:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4607ee3

app-backup/cdbkup: use make jobserver

Gentoo-bug: 380341
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-backup/cdbkup/cdbkup-1.0-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
index caeb1e56d93..3c748f2a7b6 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
@@ -23,6 +23,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
 	default
 	sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
+	sed -i -e 's/make /$(MAKE) /' Makefile.in || die
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2021-05-14 17:57 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2021-05-14 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d7fac90933251d16421f750f62dbc235384a0c6b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri May 14 17:57:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 14 17:57:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fac909

app-backup/cdbkup: depend on sys-apps/util-linux directly, r3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-backup/cdbkup/{cdbkup-1.0-r2.ebuild => cdbkup-1.0-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild b/app-backup/cdbkup/cdbkup-1.0-r3.ebuild
similarity index 91%
rename from app-backup/cdbkup/cdbkup-1.0-r2.ebuild
rename to app-backup/cdbkup/cdbkup-1.0-r3.ebuild
index 82f0538a7ff..2f203321b53 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r2.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE=""
 DEPEND="
 	app-cdr/cdrtools
 	net-misc/openssh
-	virtual/eject
+	sys-apps/util-linux
 "
 RDEPEND="${DEPEND}
 	!app-misc/cdcat


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
@ 2021-06-29 21:23 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-06-29 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2181c80c5551d9427d725ac134856fa4dd6f3f8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 21:16:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 21:17:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2181c80c

app-backup/cdbkup: fix installation path, EAPI 8

Closes: https://bugs.gentoo.org/799158
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cdbkup/{cdbkup-1.0-r3.ebuild => cdbkup-1.0-r4.ebuild}    | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r3.ebuild b/app-backup/cdbkup/cdbkup-1.0-r4.ebuild
similarity index 74%
rename from app-backup/cdbkup/cdbkup-1.0-r3.ebuild
rename to app-backup/cdbkup/cdbkup-1.0-r4.ebuild
index 2f203321b53..c7d7b9066e0 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r3.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r4.ebuild
@@ -1,16 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
+DESCRIPTION="Performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
 HOMEPAGE="http://cdbkup.sourceforge.net/"
 SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 DEPEND="
 	app-cdr/cdrtools
@@ -23,8 +22,11 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	default
-	sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
-	sed -i -e 's/make /$(MAKE) /' Makefile.in || die
+
+	sed -i \
+		-e "s:doc/cdbkup:doc/${PF}:" \
+		-e 's/make /$(MAKE) /' \
+		Makefile.in || die
 }
 
 src_configure() {


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

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

commit:     468907b1320447f873063267e35ea8f8af71bb61
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun  5 15:01:46 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 08:22:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468907b1

app-backup/cdbkup: use HTTPS

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

 app-backup/cdbkup/cdbkup-1.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/cdbkup/cdbkup-1.0-r5.ebuild b/app-backup/cdbkup/cdbkup-1.0-r5.ebuild
index fae37cbdd39a..0e3ca6c061a1 100644
--- a/app-backup/cdbkup/cdbkup-1.0-r5.ebuild
+++ b/app-backup/cdbkup/cdbkup-1.0-r5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
-HOMEPAGE="http://cdbkup.sourceforge.net/"
+HOMEPAGE="https://cdbkup.sourceforge.net/"
 SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02 11:31 [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11  8:22 Joonas Niilola
2021-06-29 21:23 Sam James
2021-05-14 17:57 David Seifert
2017-06-11  4:57 Michael Palimaka
2017-01-02  9:54 Agostino Sarubbo
2017-01-01 12:43 Agostino Sarubbo
2016-06-12 11:41 Pacho Ramos
2016-06-12 11:41 Pacho Ramos

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