Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbackup/
Date: Sat, 02 Jan 2016 21:20:32
Message-Id: 1451769607.56b7aa540702a29cb910dec0bf80ac0100e1b2f1.mrueg@gentoo
1 commit: 56b7aa540702a29cb910dec0bf80ac0100e1b2f1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:16:51 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:20:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b7aa54
7
8 app-backup/cdbackup: Remove old
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/cdbackup/Manifest | 1 -
13 app-backup/cdbackup/cdbackup-0.7.0.ebuild | 34 -------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/app-backup/cdbackup/Manifest b/app-backup/cdbackup/Manifest
17 index a325475..9b05800 100644
18 --- a/app-backup/cdbackup/Manifest
19 +++ b/app-backup/cdbackup/Manifest
20 @@ -1,2 +1 @@
21 -DIST cdbackup-0.7.0.tar.gz 22004 SHA256 d960bd67cc06e972c099aca8139b3b2aa35e54d32fda1a6d58f354fb82892a5c SHA512 c64f5c9c4541384a6281ded526fe6b4e47a7912f4b6356474d89a715e8ba42eae7208a4d22f9ff1a7c1b2ce4e91cf0936b14cefba33652563a1c8236959d5ba8 WHIRLPOOL 457a1ca3efa801104b8248196b58c3873b311d3a0ac4e166238dd47017cbc18d01f000536f6c57f65934175bd4083c3fc3ad12f99232fe5a9e42a71c4e92530b
22 DIST cdbackup-0.7.1.tar.gz 22710 SHA256 b9d94acd0065c243b2a9d5a47af768ddae003f81a181a61155065a11bb59449c SHA512 9246295090a7d52ff452d5d24a429f2a21179e4d8deb4e9d6f2ab607dd04230830e3524f25d0180e36f62c7f7f87dec11cb3c1c01cde51708d467d6e0a4afc8f WHIRLPOOL 4267f0b48c6835efc8ac4ee2851febdc149985fc466321c25a840a6539348941baf6c43c4e4425a4eb004c5cdf312e10a560a0e3a8ddceb4fa8442c485ec606e
23
24 diff --git a/app-backup/cdbackup/cdbackup-0.7.0.ebuild b/app-backup/cdbackup/cdbackup-0.7.0.ebuild
25 deleted file mode 100644
26 index 542f40f..0000000
27 --- a/app-backup/cdbackup/cdbackup-0.7.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit toolchain-funcs
35 -
36 -DESCRIPTION="Allows streaming backup utilities to dump/restore from CD-R(W)s or DVD(+/-RW)s"
37 -HOMEPAGE="http://www.muempf.de/index.html"
38 -SRC_URI="http://www.muempf.de/down/${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -RDEPEND=">=app-cdr/cdrtools-1.11.28"
46 -DEPEND=""
47 -
48 -src_unpack() {
49 - unpack ${A}
50 -
51 - sed -i -e '/cd\(backup\|restore\)/,+1 s:CFLAGS:LDFLAGS:' \
52 - "${S}"/Makefile || die "sed Makefile failed"
53 -}
54 -
55 -src_compile() {
56 - emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "make failed"
57 -}
58 -
59 -src_install() {
60 - dobin cdbackup cdrestore || die "dobin failed"
61 - doman cdbackup.1 cdrestore.1 || die "doman failed"
62 - dodoc CHANGES CREDITS README || die "dodoc failed"
63 -}