Hi! Please find attached rabak-1.0_rc2.ebuild. rabak is a reliable rsync based backup system, simple to configure, simple to run, simple to restore data. I suggest app-backup/rabak. thanks stephan
Created attachment 150056 [details] rabak-1.0_rc2.ebuild
Created attachment 164358 [details] current version of rabak 1.0_rc4 Sorry for asking again, but nothing happend since I submitted this ebuild. I would like this ebuild to be added to the portage tree. Does every submission of a new version take so much time (nearly five months so far)? The current version is 1.0_rc4 thanks stephan
Created attachment 164360 [details] rabak-1.0_rc4.ebuild
Comment on attachment 164358 [details] current version of rabak 1.0_rc4 # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module eutils DESCRIPTION="rabak is a backup utility for files and databases based on rsync." HOMEPAGE="http://www.raisin.de/rabak" SRC_URI="http://www.runlevel3.de/products/rabak/${P}.tgz" SLOT="0" LICENSE="MIT" 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 dev-perl/IPC-Run dev-perl/MailTools" src_compile() { perl-module_src_prep perl-module_src_compile } src_install () { perl-module_src_install dodoc Licence.txt README TODO CHANGELOG # Move rsync to bin where it belongs. dobin bin/* dodir /etc/rabak cp etc/* "${D}"/etc/rabak } pkg_postinst() { elog elog "The configuration file: /etc/rabak/rabak.sample.cf " elog " has been installed. " elog "This is a template. " elog "Copy, or move, the above file to: /etc/rabak/rabak.cf " elog "Note that upgrading will update the template, not real config. " elog }