Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218114 - rabak-1.0_rc2.ebuild (New Package)
Summary: rabak-1.0_rc2.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.raisin.de/rabak
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 13:36 UTC by stephan hantigk
Modified: 2008-09-02 14:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rabak-1.0_rc2.ebuild (rabak-1.0_rc2.ebuild,1.11 KB, text/plain)
2008-04-17 13:44 UTC, stephan hantigk
Details
current version of rabak 1.0_rc4 (rabak-1.0_rc4.ebuild,77.15 KB, application/x-gtar)
2008-09-02 13:17 UTC, stephan hantigk
Details
rabak-1.0_rc4.ebuild (rabak-1.0_rc4.ebuild,1.11 KB, text/plain)
2008-09-02 14:01 UTC, stephan hantigk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stephan hantigk 2008-04-17 13:36:27 UTC
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
Comment 1 stephan hantigk 2008-04-17 13:44:45 UTC
Created attachment 150056 [details]
rabak-1.0_rc2.ebuild
Comment 2 stephan hantigk 2008-09-02 13:17:13 UTC
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
Comment 3 stephan hantigk 2008-09-02 14:01:11 UTC
Created attachment 164360 [details]
rabak-1.0_rc4.ebuild
Comment 4 stephan hantigk 2008-09-02 14:09:52 UTC
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
}