app-backup/cdbkup: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:30:39 +0000 (22:30 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:30:52 +0000 (22:30 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-backup/cdbkup/cdbkup-1.0.ebuild [deleted file]

diff --git a/app-backup/cdbkup/cdbkup-1.0.ebuild b/app-backup/cdbkup/cdbkup-1.0.ebuild
deleted file mode 100644 (file)
index b37a200..0000000
+++ /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
-}