public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
Date: Sun, 12 Jun 2016 11:41:42 +0000 (UTC)	[thread overview]
Message-ID: <1465731695.fb8db62d18deb671520890f4510c392e6435c972.pacho@gentoo> (raw)

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
+}


             reply	other threads:[~2016-06-12 11:41 UTC|newest]

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

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=1465731695.fb8db62d18deb671520890f4510c392e6435c972.pacho@gentoo \
    --to=pacho@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