diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-07-14 05:50:27 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-07-14 05:50:27 +0000 |
commit | 67a17bb66ef8eb1107e6f6a9fe20ccf2200f4e86 (patch) | |
tree | eedf83ea1031e3a5825fac96da2f3b016cd59d28 /dev-util/eclipse-ftp-webdav-bin | |
parent | removed older ebuilds (diff) | |
download | historical-67a17bb66ef8eb1107e6f6a9fe20ccf2200f4e86.tar.gz historical-67a17bb66ef8eb1107e6f6a9fe20ccf2200f4e86.tar.bz2 historical-67a17bb66ef8eb1107e6f6a9fe20ccf2200f4e86.zip |
dep fix
Diffstat (limited to 'dev-util/eclipse-ftp-webdav-bin')
-rw-r--r-- | dev-util/eclipse-ftp-webdav-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/eclipse-ftp-webdav-bin/ChangeLog b/dev-util/eclipse-ftp-webdav-bin/ChangeLog index 18d9ffc185ab..8de5ed4f3744 100644 --- a/dev-util/eclipse-ftp-webdav-bin/ChangeLog +++ b/dev-util/eclipse-ftp-webdav-bin/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-util/eclipse-ftp-webdav-bin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/ChangeLog,v 1.1 2002/07/13 23:59:04 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/ChangeLog,v 1.2 2002/07/14 05:50:27 blocke Exp $ *eclipse-ftp-webdav-bin-2.0 (14 Jul 2002) + 14 Jul 2002; Bruce A. Locke <blocke@shivan.org> eclipse-ftp-webdav-bin-2.0.ebuild: + + Dependency Fix. + 14 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> eclipse-ftp-webdav-bin-2.0.ebuild files/digest-eclipse-ftp-webdav-bin-2.0 : Initial import. diff --git a/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild b/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild index 567a04a3c13a..b7280b29d0d5 100644 --- a/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild +++ b/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild,v 1.1 2002/07/13 23:59:04 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild,v 1.2 2002/07/14 05:50:27 blocke Exp $ DESCRIPTION="Eclipse FTP and WebDAV Tool" HOMEPAGE="http://www.eclipse.org" @@ -8,7 +8,7 @@ SRC_URI="http://64.38.198.171/downloads/drops/R-2.0-200206271835/eclipse-FTP-Web LICENSE="CPL-1.0" SLOT="2" KEYWORDS="x86" -DEPEND="=dev-eclipse/eclipse-platform-bin-2.0*" +DEPEND="=dev-util/eclipse-platform-bin-2.0*" RDEPEND="$DEPEND" S=${WORKDIR}/eclipse |