diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
commit | 0d42490f0be2b4b6ca2ce344a2e8a8e6ec1c4f62 (patch) | |
tree | 245aa98c3173351142a116e6b4347191d773bbb9 /dev-util/eclipse-ftp-webdav-bin | |
parent | Version bump. NOTE: This version only works with gcc-2.x... not (diff) | |
download | historical-0d42490f0be2b4b6ca2ce344a2e8a8e6ec1c4f62.tar.gz historical-0d42490f0be2b4b6ca2ce344a2e8a8e6ec1c4f62.tar.bz2 historical-0d42490f0be2b4b6ca2ce344a2e8a8e6ec1c4f62.zip |
Eclipse Tools Platform with selected extensions."
Diffstat (limited to 'dev-util/eclipse-ftp-webdav-bin')
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/eclipse-ftp-webdav-bin/ChangeLog b/dev-util/eclipse-ftp-webdav-bin/ChangeLog new file mode 100644 index 000000000000..18d9ffc185ab --- /dev/null +++ b/dev-util/eclipse-ftp-webdav-bin/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*eclipse-ftp-webdav-bin-2.0 (14 Jul 2002) + + 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 new file mode 100644 index 000000000000..567a04a3c13a --- /dev/null +++ b/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild @@ -0,0 +1,21 @@ +# 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 $ + +DESCRIPTION="Eclipse FTP and WebDAV Tool" +HOMEPAGE="http://www.eclipse.org" +SRC_URI="http://64.38.198.171/downloads/drops/R-2.0-200206271835/eclipse-FTP-WebDAV-2.0.zip" +LICENSE="CPL-1.0" +SLOT="2" +KEYWORDS="x86" +DEPEND="=dev-eclipse/eclipse-platform-bin-2.0*" +RDEPEND="$DEPEND" +S=${WORKDIR}/eclipse + +src_install () { + dodir /opt/eclipse + + cp -dpR features plugins ${D}/opt/eclipse/ + + dohtml cpl-v10.html notice.html readme/* +} diff --git a/dev-util/eclipse-ftp-webdav-bin/files/digest-eclipse-ftp-webdav-bin-2.0 b/dev-util/eclipse-ftp-webdav-bin/files/digest-eclipse-ftp-webdav-bin-2.0 new file mode 100644 index 000000000000..1dd8561d65d9 --- /dev/null +++ b/dev-util/eclipse-ftp-webdav-bin/files/digest-eclipse-ftp-webdav-bin-2.0 @@ -0,0 +1 @@ +MD5 9951f5f344c332d2ab7ff28d9c6b58a1 eclipse-FTP-WebDAV-2.0.zip 630350 |