Portage is a package management system used by Gentoo Linux
# ChangeLog for app-backup/reoback
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/ChangeLog,v 1.8 2008/04/21 16:29:54 phreak Exp $
21 Apr 2008; Christian Heim
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
24 Jan 2007; Marius Mauch
Replacing einfo with elog
15 Oct 2006; Tobias Scherbaum
reoback-1.0_p3.ebuild:
ppc stable
*reoback-1.0_p3-r1 (02 Sep 2005)
02 Sep 2005; Brandon Low
+reoback-1.0_p3-r1.ebuild:
Put the run_reoback.sh file in /etc/cron.daily as reoback, this is the
correct place for a script which is designed to be run daily. Now to
activate reobak all a user must do is configure it in
/etc/reoback/settings.conf and then chmod +x /etc/cron.daily/reoback.
*reoback-1.0_p3 (02 Sep 2005)
02 Sep 2005; Brandon Low
-reoback-1.0_rc3-r1.ebuild, +reoback-1.0_p3.ebuild:
Use the proper naming, this was not a release candidate, it was a patchlevel
05 Jul 2005; David Holm
Added to ~ppc.
04 Jul 2005; Robin H. Johnson
+reoback-1.0_rc3-r1.ebuild:
Moved from sys-apps/reoback to app-backup/reoback.
*reoback-1.0_rc3-r1 (13 Mar 2005)
13 Mar 2005; Mike Frysinger
+reoback-1.0_rc3-r1.ebuild:
Clean up & fix again #84607 by Thomas Seifert.
*reoback-1.0_rc3 (13 Jan 2005)
13 Jan 2005; Mike Frysinger
+reoback-1.0_rc3.ebuild:
Clean up #75704.
23 Mar 2004; Martin Holzer
fixing depend qa issue. see 45343.
12 Jun 2003;
fix Header
*reoback-1.0-r3 (16 Mar 2003)
16 Mar 2003; Seth Chandler
added reoback to portage thanks to gtonic
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST reoback-1.0_r3.tar.gz 27396 RMD160 6dc835f9df021845814ebb4d59e392444450c8fb SHA1 1c82d3dfae90e73984c4b79e073c91574f878898 SHA256 8588e3a330a045ee5f9c6e6147b1cdf68fe9f317d57cf520eea50ea928e1b12f
EBUILD reoback-1.0_p3-r1.ebuild 1163 RMD160 69687978e3d7c245206fc686a0216b123ec56935 SHA1 0672c4e9d744e7a52098d2afb67c473cbbfd945f SHA256 4f4098858379529065c2d936900a9cfb428aef53da12784c6ea5864afbf84b02
EBUILD reoback-1.0_p3.ebuild 990 RMD160 2b1e987a653c29c4e9a392235868e3236790bd5e SHA1 e5b89dbe4cab8fd7ac301e9a56feb77e15fb13e3 SHA256 f86dd9d639932b8646b7e4be567d7046de66c8342cc3ba9c7743da9fb9c72288
MISC ChangeLog 2121 RMD160 42408a2788eb95440f86e17aa2dfacce8a2be7e7 SHA1 287b05ff2ef723abea437c9e6b68a98cce9715f8 SHA256 260200d138c9e518090fb45932df267c4756a02153dd78438b250b5c1aed6363
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIDMEHyuNVb5qfaOYRAnzjAKCffon2+m7dUQmYmX7x/sr1gl6HuwCfWsXk
pbS0dBUMP1/Uwcz8aJBSisM=
=3CrE
-----END PGP SIGNATURE-----
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/reoback-1.0_p3-r1.ebuild,v 1.2 2007/01/24 04:24:00 genone Exp $
DESCRIPTION="Reoback Backup Solution"
HOMEPAGE="http://reoback.sourceforge.net/"
SRC_URI="mirror://sourceforge/reoback/reoback-${PV/_p/_r}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.6.1"
DEPEND=">=app-arch/tar-1.13"
S=${WORKDIR}/${PN}-${PV/_*}
src_unpack() {
unpack ${A}
find . -name CVS -type d | xargs rm -r
cd "${S}"
sed -i \
-e '/^config=/s:=.*:=/etc/reoback/settings.conf:' \
-e '/^reoback=/s:=.*:=/usr/sbin/reoback.pl:' \
run_reoback.sh || die
}
src_install() {
dosbin reoback.pl || die "dosbin"
insinto /etc/reoback
doins conf/* || die "doins conf"
fperms 750 /usr/sbin/reoback.pl
insinto /etc/cron.daily
newins run_reoback.sh reoback
cd docs
dodoc BUGS CHANGES INSTALL MANUALS README TODO
}
pkg_postinst() {
elog "Reoback can now be activated by simply configuring the files in"
elog "/etc/reoback and then doing: chmod +x /etc/cron.daily/reoback"
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/reoback-1.0_p3.ebuild,v 1.4 2006/10/15 19:09:28 dertobi123 Exp $
DESCRIPTION="Reoback Backup Solution"
HOMEPAGE="http://reoback.sourceforge.net/"
SRC_URI="mirror://sourceforge/reoback/reoback-${PV/_p/_r}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.6.1"
DEPEND=">=app-arch/tar-1.13"
S=${WORKDIR}/${PN}-${PV/_*}
src_unpack() {
unpack ${A}
find . -name CVS -type d | xargs rm -r
cd "${S}"
sed -i \
-e '/^config=/s:=.*:=/etc/reoback/settings.conf:' \
-e '/^reoback=/s:=.*:=/usr/sbin/reoback.pl:' \
run_reoback.sh || die
}
src_install() {
dosbin reoback.pl || die "dosbin"
insinto /etc/reoback
doins conf/* || die "doins conf"
fperms 750 /usr/sbin/reoback.pl
insinto /etc/cron.daily
doins run_reoback.sh
cd docs
dodoc BUGS CHANGES INSTALL MANUALS README TODO
}