Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbkup/
Date: Thu, 02 Feb 2017 11:31:16
Message-Id: 1486035052.fe7d96f7d1ceadfcf60ae100b5bd65aa8556a8a2.kensington@gentoo
1 commit: fe7d96f7d1ceadfcf60ae100b5bd65aa8556a8a2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 11:30:39 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 11:30:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d96f7
7
8 app-backup/cdbkup: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-backup/cdbkup/cdbkup-1.0.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/app-backup/cdbkup/cdbkup-1.0.ebuild b/app-backup/cdbkup/cdbkup-1.0.ebuild
16 deleted file mode 100644
17 index b37a200..00000000
18 --- a/app-backup/cdbkup/cdbkup-1.0.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit eutils
26 -
27 -DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s"
28 -HOMEPAGE="http://cdbkup.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="x86 ppc"
34 -IUSE=""
35 -
36 -RDEPEND="virtual/cdrtools
37 - virtual/eject
38 - !app-misc/cdcat"
39 -DEPEND="${RDEPEND}
40 - >=sys-apps/sed-4"
41 -
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 - sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die
46 - epatch "${S}"/linuxtar_13.patch
47 -}
48 -
49 -src_compile() {
50 - econf --with-snardir=/etc/cdbkup --with-dumpgrp=users
51 -}
52 -
53 -src_install() {
54 - emake DESTDIR="${D}" install || die
55 - dodoc COMPLIANCE ChangeLog README TODO
56 -}