diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-02-27 03:06:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-02-27 03:06:16 +0000 |
commit | 89fefb8e7bf4798ae8afc09c83cc907dbc855632 (patch) | |
tree | b01c27289de6859fb5e3807dfce0c39a2fcfbcf2 /net-misc/sitecopy | |
parent | new stuff (diff) | |
download | historical-89fefb8e7bf4798ae8afc09c83cc907dbc855632.tar.gz historical-89fefb8e7bf4798ae8afc09c83cc907dbc855632.tar.bz2 historical-89fefb8e7bf4798ae8afc09c83cc907dbc855632.zip |
various fixes
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.10.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/sitecopy/sitecopy-0.10.12.ebuild b/net-misc/sitecopy/sitecopy-0.10.12.ebuild index d6d6a2474e9a..ff3a37f0c0e9 100644 --- a/net-misc/sitecopy/sitecopy-0.10.12.ebuild +++ b/net-misc/sitecopy/sitecopy-0.10.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.10.12.ebuild,v 1.2 2001/01/09 16:12:04 achim Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.10.12.ebuild,v 1.3 2001/02/27 03:06:16 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="sitecopy is for easily maintaining remote web sites" @@ -10,7 +10,6 @@ HOMEPAGE="http://www.lyr.org/sitecopy/" DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/zlib-1.1.3 >=gnome-base/libxml-1.8.10" -RDEPEND="DEPEND" src_compile() { |