diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-12 18:08:40 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-12 18:09:11 +0100 |
commit | 11de47aea1ae27522c4c038077588548fcc5917d (patch) | |
tree | ebc2c0e480fae65c78fb3a05b1d44f70d741cb56 /gnustep-apps | |
parent | gnustep-apps/talksoup: fix SRC_URI (diff) | |
download | gentoo-11de47aea1ae27522c4c038077588548fcc5917d.tar.gz gentoo-11de47aea1ae27522c4c038077588548fcc5917d.tar.bz2 gentoo-11de47aea1ae27522c4c038077588548fcc5917d.zip |
gnustep-apps/ftp: initial commit, bug #611880
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/ftp/Manifest | 1 | ||||
-rw-r--r-- | gnustep-apps/ftp/ftp-0.5.ebuild | 21 | ||||
-rw-r--r-- | gnustep-apps/ftp/metadata.xml | 12 |
3 files changed, 34 insertions, 0 deletions
diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest new file mode 100644 index 000000000000..10b648a5673a --- /dev/null +++ b/gnustep-apps/ftp/Manifest @@ -0,0 +1 @@ +DIST FTP-0.5.tar.gz 132587 SHA256 159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073 SHA512 186ea229d15d06f43410bfb7eaa5d50548f908f1675a0beae54dcbc9f7adeb62384ab68fee8980df582d0c257721fb3a56ea4968ecdc91c3301172d82d61bee7 WHIRLPOOL eded4bed4af37a14971527de67a3697ed7e19da387b5399f04184ef476bd365a7a690df58eb90f802c25eb0b253c4da0d2591b19ee54f0bf7427f19515253cce diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild new file mode 100644 index 000000000000..557b97b89510 --- /dev/null +++ b/gnustep-apps/ftp/ftp-0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +MY_P="FTP-${PV}" + +DESCRIPTION="FTP client for GNUstep" +HOMEPAGE="http://gap.nongnu.org/ftp/" +SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} diff --git a/gnustep-apps/ftp/metadata.xml b/gnustep-apps/ftp/metadata.xml new file mode 100644 index 000000000000..8c1fd1a8d59e --- /dev/null +++ b/gnustep-apps/ftp/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription>FTP is a file transfer application (RFC 765) featuring a compact and easy interface. As most applications in GAP it tries to work on both GNUstep and MacOS X and retain the utmost possible simlilarity among the two version to ease working in both environments. + +Two panes manage local (left) and remote (right) resources. +Transfer of single files as well as multiple selection is possible, recursive upload (directories and sub-directories) is performed transparently.</longdescription> +</pkgmetadata> |