diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-05 06:01:28 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-05 06:01:28 +0000 |
commit | a9ec6880928eeaf671c5f31f4b63f338b93b336e (patch) | |
tree | 793faa8ad230607d680d786b7f50ed30fa3aa089 /app-backup/simplebackup/simplebackup-1.8.1.ebuild | |
parent | (non maintainer commit) [QA] fix HOMEPAGE, bug 248295 (diff) | |
download | gentoo-2-a9ec6880928eeaf671c5f31f4b63f338b93b336e.tar.gz gentoo-2-a9ec6880928eeaf671c5f31f4b63f338b93b336e.tar.bz2 gentoo-2-a9ec6880928eeaf671c5f31f4b63f338b93b336e.zip |
(non maintainer commit) Version bump, bug 198899
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/simplebackup/simplebackup-1.8.1.ebuild')
-rw-r--r-- | app-backup/simplebackup/simplebackup-1.8.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-backup/simplebackup/simplebackup-1.8.1.ebuild b/app-backup/simplebackup/simplebackup-1.8.1.ebuild new file mode 100644 index 000000000000..4ca566d4da1c --- /dev/null +++ b/app-backup/simplebackup/simplebackup-1.8.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/simplebackup-1.8.1.ebuild,v 1.1 2009/02/05 06:01:28 darkside Exp $ + +DESCRIPTION="Cross-platform backup program" +HOMEPAGE="http://migas-sbackup.sourceforge.net/" +SRC_URI="mirror://sourceforge/migas-sbackup/${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 ../unix_readme.txt +} |