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

Reply via email to