summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Nussbaumer <killerfox@gentoo.org>2007-02-03 12:43:30 +0000
committerRené Nussbaumer <killerfox@gentoo.org>2007-02-03 12:43:30 +0000
commit193c773c997fd7cb7481c8d57fd1334122e0687f (patch)
tree0a92524ac72d627eec5b18b274b1775c041d2b08 /app-backup
parentBUmp to 3.5.6 to avoid downloading 3.5.0 tarball. Thanks to Stefan Benz for r... (diff)
downloadgentoo-2-193c773c997fd7cb7481c8d57fd1334122e0687f.tar.gz
gentoo-2-193c773c997fd7cb7481c8d57fd1334122e0687f.tar.bz2
gentoo-2-193c773c997fd7cb7481c8d57fd1334122e0687f.zip
Version bump from upstream
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/ccollect/ChangeLog10
-rw-r--r--app-backup/ccollect/ccollect-0.5.2.ebuild45
-rw-r--r--app-backup/ccollect/files/digest-ccollect-0.5.23
3 files changed, 56 insertions, 2 deletions
diff --git a/app-backup/ccollect/ChangeLog b/app-backup/ccollect/ChangeLog
index e509a57e15a3..7acd1a30fcac 100644
--- a/app-backup/ccollect/ChangeLog
+++ b/app-backup/ccollect/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-backup/ccollect
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ChangeLog,v 1.20 2006/11/17 07:16:29 killerfox Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ChangeLog,v 1.21 2007/02/03 12:43:30 killerfox Exp $
+
+*ccollect-0.5.2 (03 Feb 2007)
+
+ 03 Feb 2007; René Nussbaumer <killerfox@gentoo.org>
+ +ccollect-0.5.2.ebuild:
+ Version bump from upstream
17 Nov 2006; René Nussbaumer <killerfox@gentoo.org>
-ccollect-0.3.3.ebuild, -ccollect-0.4.ebuild:
diff --git a/app-backup/ccollect/ccollect-0.5.2.ebuild b/app-backup/ccollect/ccollect-0.5.2.ebuild
new file mode 100644
index 000000000000..9dc20b650d97
--- /dev/null
+++ b/app-backup/ccollect/ccollect-0.5.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ccollect-0.5.2.ebuild,v 1.1 2007/02/03 12:43:30 killerfox Exp $
+
+DESCRIPTION="(pseudo) incremental backup with different exclude lists using
+hardlinks and rsync"
+HOMEPAGE="http://unix.schottelius.org/ccollect/"
+SRC_URI="http://unix.schottelius.org/ccollect/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( >=app-text/asciidoc-7.0.2 )"
+RDEPEND="net-misc/rsync"
+
+src_compile() {
+ if use doc; then
+ make documentation
+ else
+ einfo 'Nothing to compile'
+ fi
+}
+
+src_install() {
+ dobin ccollect.sh
+
+ insinto /usr/share/${PN}/tools
+ doins tools/*
+
+ if use doc; then
+ dodoc doc/*
+
+ # dodoc is not recursive. So do a workaround.
+ insinto /usr/share/doc/${PF}/examples/
+ doins -r ${S}/conf
+ fi
+}
+
+pkg_postinst() {
+ ewarn "If you're upgrading from 0.3.X or less, please run"
+ ewarn "/usr/share/ccollect/tools/config-pre-0.4-to-0.4.sh"
+ ewarn "because the old configuration is no longer compatible."
+}
diff --git a/app-backup/ccollect/files/digest-ccollect-0.5.2 b/app-backup/ccollect/files/digest-ccollect-0.5.2
new file mode 100644
index 000000000000..81432f47230c
--- /dev/null
+++ b/app-backup/ccollect/files/digest-ccollect-0.5.2
@@ -0,0 +1,3 @@
+MD5 b02a587f4525bc59eacba412b6bdb6a5 ccollect-0.5.2.tar.bz2 46592
+RMD160 b770276665a9fef655884039a9f8cab74fe664d1 ccollect-0.5.2.tar.bz2 46592
+SHA256 7207892631b295c998d23167098141bc5b18ee6a90a263e415e1d9f88bce5f48 ccollect-0.5.2.tar.bz2 46592