Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48894 | Differences between
and this patch

Collapse All | Expand All

(-)hdup-1.6.27.ebuild (-4 / +9 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/app-arch/hdup/hdup-1.6.27.ebuild,v 1.1 2004/04/22 18:19:40 mholzer Exp $
3
# $Header: $
4
4
5
DESCRIPTION="Hdup is backup program using tar,find,gzip/bzip2,mcrypt and ssh."
5
DESCRIPTION="Hdup is a backup program for local and remote backups."
6
HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
6
HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
7
SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
7
SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
8
8
Lines 11-20 Link Here
11
KEYWORDS="~x86"
11
KEYWORDS="~x86"
12
IUSE=""
12
IUSE=""
13
13
14
DEPEND="app-arch/tar
14
DEPEND=">=app-arch/tar-1.13.25
15
	sys-apps/findutils
16
	app-arch/gzip
17
	net-misc/openssh
18
	sys-apps/coreutils"
19
20
RDEPEND=">=app-arch/tar-1.13.25
15
	sys-apps/findutils
21
	sys-apps/findutils
16
	app-arch/gzip
22
	app-arch/gzip
17
	app-arch/bzip2
18
	net-misc/openssh
23
	net-misc/openssh
19
	sys-apps/coreutils"
24
	sys-apps/coreutils"
20
25

Return to bug 48894