diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 00:58:52 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 00:58:52 +0000 |
commit | 06ffd159ee49dc5908816352c6cf605077ff2b6a (patch) | |
tree | 9d89f65a0765b793d32e8b9b51424f9909da1237 /net-ftp/easyftp | |
parent | uploading broken stuff. bad snapshot (diff) | |
download | historical-06ffd159ee49dc5908816352c6cf605077ff2b6a.tar.gz historical-06ffd159ee49dc5908816352c6cf605077ff2b6a.tar.bz2 historical-06ffd159ee49dc5908816352c6cf605077ff2b6a.zip |
New Package. Fixes: #2939
Diffstat (limited to 'net-ftp/easyftp')
-rw-r--r-- | net-ftp/easyftp/ChangeLog | 13 | ||||
-rw-r--r-- | net-ftp/easyftp/easyftp-6_beta.ebuild | 23 | ||||
-rw-r--r-- | net-ftp/easyftp/files/digest-easyftp-6_beta | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/net-ftp/easyftp/ChangeLog b/net-ftp/easyftp/ChangeLog new file mode 100644 index 000000000000..5fb6c15e1351 --- /dev/null +++ b/net-ftp/easyftp/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-ftp/easyftp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/ChangeLog,v 1.1 2002/05/27 00:58:52 rphillips Exp $ + +*easyftp-6_beta (26 May 2002) + + 26 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-ftp/easyftp/easyftp-6_beta.ebuild b/net-ftp/easyftp/easyftp-6_beta.ebuild new file mode 100644 index 000000000000..7ac9b18a2ca1 --- /dev/null +++ b/net-ftp/easyftp/easyftp-6_beta.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.1 2002/05/27 00:58:52 rphillips Exp $ + +DESCRIPTION="An EASY GUI FTP Client (QT based)" +HOMEPAGE="http://freshmeat.net/projects/easyftp/" +LICENSE="GPL" +DEPEND="=x11-libs/qt-3*" +SRC_URI="http://backen.dyndns.org/files/easyFTPb6.tar" + +S=${WORKDIR} + +src_compile() { + emake || die +} + +src_install () { + mkdir ${D}/usr/ + mkdir ${D}/usr/bin/ + cp ./easyFTP ${D}/usr/bin/ + dodoc README +} + diff --git a/net-ftp/easyftp/files/digest-easyftp-6_beta b/net-ftp/easyftp/files/digest-easyftp-6_beta new file mode 100644 index 000000000000..10780e404ac8 --- /dev/null +++ b/net-ftp/easyftp/files/digest-easyftp-6_beta @@ -0,0 +1 @@ +MD5 b662f06c1b30c9c6ae808d27f9f3ea0a easyFTPb6.tar 409600 |