diff options
author | Tom Hendrikx (whyscream) <tom@whyscream.net> | 2009-05-06 20:38:38 +0000 |
---|---|---|
committer | Tom Hendrikx (whyscream) <tom@whyscream.net> | 2009-05-06 20:38:38 +0000 |
commit | 8c1d19ced1305b83429b102b61ccc9f746399160 (patch) | |
tree | 1038654d632878f8113749bed23745b9913dbf01 /app-backup/rdup/rdup-0.9.1.ebuild | |
parent | media-radio/fldigi: minor maintenance release (diff) | |
download | sunrise-8c1d19ced1305b83429b102b61ccc9f746399160.tar.gz sunrise-8c1d19ced1305b83429b102b61ccc9f746399160.tar.bz2 sunrise-8c1d19ced1305b83429b102b61ccc9f746399160.zip |
app-backup/rdup: version bump, adding dependency on dev-util/dejagnu for FEATURES=test
svn path=/sunrise/; revision=8498
Diffstat (limited to 'app-backup/rdup/rdup-0.9.1.ebuild')
-rw-r--r-- | app-backup/rdup/rdup-0.9.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-backup/rdup/rdup-0.9.1.ebuild b/app-backup/rdup/rdup-0.9.1.ebuild deleted file mode 100644 index 100705a56..000000000 --- a/app-backup/rdup/rdup-0.9.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The only backup program that doesn't make backups" -HOMEPAGE="http://www.miek.nl/projects/rdup" -SRC_URI="http://www.miek.nl/projects/${PN}/${P}.tar.bz2" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="path-encryption" - -DEPEND="app-arch/libarchive - dev-libs/glib - dev-libs/libpcre - path-encryption? ( dev-libs/nettle )" -RDEPEND=${DEPEND} - -src_compile() { - econf $(use_with path-encryption nettle ) - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dosym ../lib/rdup/rdup-simple.sh /usr/bin/rdup-simple || die "dosym failed" - - dodoc AUTHORS ChangeLog DESIGN README || die "dodoc failed" -} |