summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-03-03 15:17:38 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-03-03 15:17:38 +0000
commit6a8d3f883034be32de90eafbb34b0d300f6ae06c (patch)
tree205e2680ec8c11d69ee04b95a18f1b56efe92832 /app-backup/rsnapshot
parentMask dev-lang/gnu-smalltalk wrt security #277089. (diff)
downloadgentoo-2-6a8d3f883034be32de90eafbb34b0d300f6ae06c.tar.gz
gentoo-2-6a8d3f883034be32de90eafbb34b0d300f6ae06c.tar.bz2
gentoo-2-6a8d3f883034be32de90eafbb34b0d300f6ae06c.zip
clean up
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-backup/rsnapshot')
-rw-r--r--app-backup/rsnapshot/ChangeLog11
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.1.7-r1.ebuild49
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.1.7.ebuild47
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.2.1-r1.ebuild46
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.2.1-r2.ebuild51
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.2.1.ebuild44
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.2.9.ebuild51
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.3.0.ebuild55
8 files changed, 9 insertions, 345 deletions
diff --git a/app-backup/rsnapshot/ChangeLog b/app-backup/rsnapshot/ChangeLog
index a71990ce198f..075ccef2368b 100644
--- a/app-backup/rsnapshot/ChangeLog
+++ b/app-backup/rsnapshot/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-backup/rsnapshot
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.25 2009/10/12 18:52:46 halcy0n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.26 2010/03/03 15:17:38 fauli Exp $
+
+ 03 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+ -rsnapshot-1.1.7.ebuild, -rsnapshot-1.1.7-r1.ebuild,
+ -rsnapshot-1.2.1.ebuild, -rsnapshot-1.2.1-r1.ebuild,
+ -rsnapshot-1.2.1-r2.ebuild, -rsnapshot-1.2.9.ebuild,
+ -rsnapshot-1.3.0.ebuild:
+ clean up
12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> rsnapshot-1.1.7.ebuild,
rsnapshot-1.1.7-r1.ebuild, rsnapshot-1.2.1.ebuild,
diff --git a/app-backup/rsnapshot/rsnapshot-1.1.7-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.1.7-r1.ebuild
deleted file mode 100644
index b7227a8dd1c2..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.1.7-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.1.7-r1.ebuild,v 1.3 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc alpha"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
- docinto utils
- dodoc utils/{README,rsnaptar,*.sh}
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: "
- elog " /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: "
- elog " /etc/rsnapshot.conf "
- elog "Note that upgrading will update "
- elog " the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.1.7.ebuild b/app-backup/rsnapshot/rsnapshot-1.1.7.ebuild
deleted file mode 100644
index 014db4359da0..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.1.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.1.7.ebuild,v 1.3 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc alpha"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: "
- elog " /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: "
- elog " /etc/rsnapshot.conf "
- elog "Note that upgrading will update "
- elog " the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.2.1-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.2.1-r1.ebuild
deleted file mode 100644
index b4aeba51a4e5..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.2.1-r1.ebuild,v 1.3 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
- docinto utils
- dodoc utils/{README,rsnaptar,*.sh}
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
- elog "Note that upgrading will update the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.2.1-r2.ebuild b/app-backup/rsnapshot/rsnapshot-1.2.1-r2.ebuild
deleted file mode 100644
index 0ce613fb6ad9..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.2.1-r2.ebuild,v 1.3 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/rsnapshot-cp_al.patch
-}
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
- docinto utils
- dodoc utils/{README,rsnaptar,*.sh}
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
- elog "Note that upgrading will update the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.2.1.ebuild b/app-backup/rsnapshot/rsnapshot-1.2.1.ebuild
deleted file mode 100644
index 953b8ebf11a1..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.2.1.ebuild,v 1.6 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
- elog "Note that upgrading will update the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild b/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild
deleted file mode 100644
index 9e74f64fb939..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild,v 1.6 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/rsnapshot-${PV}-cp_al.patch
-}
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO
- docinto utils
- dodoc utils/{README,rsnaptar,*.sh}
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
- elog "Note that upgrading will update the template, not real config. "
- elog
-}
diff --git a/app-backup/rsnapshot/rsnapshot-1.3.0.ebuild b/app-backup/rsnapshot/rsnapshot-1.3.0.ebuild
deleted file mode 100644
index 29ac90ec4b0c..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.3.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.0.ebuild,v 1.3 2009/10/12 18:52:46 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync."
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.2
- >=sys-apps/util-linux-2.12-r4
- >=sys-apps/coreutils-5.0.91-r4
- >=net-misc/openssh-3.7.1_p2-r1
- >=net-misc/rsync-2.6.0"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/rsnapshot-${PV}-cp_al.patch
-}
-
-src_compile() {
- econf \
- --prefix=/usr \
- --sysconfdir=/etc || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc INSTALL README AUTHORS TODO ChangeLog docs/*
- insinto /usr/share/doc/${PF}/HOWTOs
- doins docs/HOWTOs/*
- docinto utils
- dodoc utils/{README,rsnaptar,*.sh}
- docinto utils/rsnapshotdb
- dodoc utils/rsnapshotdb/*
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file: /etc/rsnapshot.conf.default "
- elog " has been installed. "
- elog "This is a template. "
- elog "Copy, or move, the above file to: /etc/rsnapshot.conf "
- elog "Note that upgrading will update the template, not real config. "
- elog
-}