Portage is a package management system used by Gentoo Linux
# ChangeLog for app-backup/simplebackup
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/ChangeLog,v 1.1 2006/06/02 12:28:54 lisa Exp $
*simplebackup-1.7.1 (02 Jun 2006)
02 Jun 2006; Lisa Seelye
+simplebackup-1.7.1.ebuild:
New package submitted by Thomas Seifert, ts77 at gmx dot de. Bug 97121
DIST simplebackup-1.7.1.tar.gz 2156061 RMD160 e7d3f49486c5c51a5826f7fb18fa257ccabb34a8 SHA1 a8c36274a35d518c3e72db4f1326aacfd9b4c35e SHA256 598a3063275a2f0f64863cf968d0fa0359554cc227c2e96c0052fbf5bb6d0c4b
EBUILD simplebackup-1.7.1.ebuild 677 RMD160 7f7bae6b73c29e599d88af60699942ed66d9af6d SHA1 d595f65360e1d2baf2d3150533943aeff86d57c4 SHA256 9ccd030ee9d45621b9cb1956290ff148ae93b50e6c112af62fd2aa59af4bde52
MISC ChangeLog 416 RMD160 07d6ccf78e6456edeb9e8cd7441ad3d45213ef23 SHA1 c98be6358975bc1418bb847c1504c644dc69f02e SHA256 10a0d99fe75a0b6d1dde4a362e0ccf0dfb9a04987d44c09a7438e115a5d410f8
MISC metadata.xml 229 RMD160 361faad2aa64dc56553b74541a2b31f2ca2cce87 SHA1 0749e155f785cbd2eedd01806ca945627353d811 SHA256 dd8168978da302bbe4ca583614aa9721a9bedf46c72e6259c73a47decae7dae9
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/simplebackup-1.7.1.ebuild,v 1.1 2006/06/02 12:28:54 lisa Exp $
DESCRIPTION="Cross-platform backup program"
HOMEPAGE="http://migas.kicks-ass.org/index.php?pag=en.myapps&subpag=simplebackup"
SRC_URI="http://migas.kicks-ass.org/myapps/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="sasl"
DEPEND=""
RDEPEND="dev-lang/perl
sasl? ( dev-perl/Authen-SASL )"
S=${WORKDIR}/${P}/unix
src_compile() {
return;
}
src_install() {
newbin simplebackup.pl simplebackup
dodoc readme.html readme.txt
}