Test commit, adding empty ebuild for perlbak

This commit is contained in:
2009-04-22 23:47:07 +00:00
parent 7bcf9c25fd
commit 06bb6cd0b8
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sihnon</herd>
<longdescription lang="en">
A simple backup script, written in perl, which supports file, mysql and
imap backups. Compression and encryption using aespipe are supported.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Simple perl based backup script"
HOMEPAGE="https://dev.sihnon.net/projects"
ESVN_REPO_URL="https://dev.sihnon.net/svn/dev/perlbak/trunk/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-crypt/aespipe"
DEPEND="${RDEPEND}"