summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-23 23:14:41 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-23 23:14:41 +0000
commitd115aaf7f3f0d510dead8ac53a69a1ddd7b99764 (patch)
treeca448f7268deee1f3adfe12689cf33c7565f5e1c /net-ftp
parentarm KEYWORD (diff)
downloadgentoo-2-d115aaf7f3f0d510dead8ac53a69a1ddd7b99764.tar.gz
gentoo-2-d115aaf7f3f0d510dead8ac53a69a1ddd7b99764.tar.bz2
gentoo-2-d115aaf7f3f0d510dead8ac53a69a1ddd7b99764.zip
add arm KEYWORDS
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/ftp/files/digest-ftp-0.17-r11
-rw-r--r--net-ftp/ftp/files/digest-ftp-0.17-r21
-rw-r--r--net-ftp/ftp/ftp-0.17-r1.ebuild29
-rw-r--r--net-ftp/ftp/ftp-0.17-r2.ebuild41
-rw-r--r--net-ftp/ftp/ftp-0.17-r3.ebuild26
-rw-r--r--net-ftp/ftp/metadata.xml5
6 files changed, 16 insertions, 87 deletions
diff --git a/net-ftp/ftp/files/digest-ftp-0.17-r1 b/net-ftp/ftp/files/digest-ftp-0.17-r1
deleted file mode 100644
index d98bdd29a960..000000000000
--- a/net-ftp/ftp/files/digest-ftp-0.17-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94441610c9b86ef45c4c6ec609444060 netkit-ftp-0.17.tar.gz 53934
diff --git a/net-ftp/ftp/files/digest-ftp-0.17-r2 b/net-ftp/ftp/files/digest-ftp-0.17-r2
deleted file mode 100644
index d98bdd29a960..000000000000
--- a/net-ftp/ftp/files/digest-ftp-0.17-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94441610c9b86ef45c4c6ec609444060 netkit-ftp-0.17.tar.gz 53934
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild
deleted file mode 100644
index 2bb5dcb933e1..000000000000
--- a/net-ftp/ftp/ftp-0.17-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.17 2004/02/20 17:00:56 agriffis Exp $
-
-MY_P=netkit-${P}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Standard Linux FTP client"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz"
-HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
-
-DEPEND=">=sys-libs/ncurses-5.2"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc alpha"
-
-src_compile() {
- ./configure --prefix=/usr || die
- cp MCONFIG MCONFIG.orig
- sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG
- make || die
-}
-
-src_install() {
- into /usr
- dobin ftp/ftp
- doman ftp/ftp.1 ftp/netrc.5
- dodoc ChangeLog README BUGS
-}
diff --git a/net-ftp/ftp/ftp-0.17-r2.ebuild b/net-ftp/ftp/ftp-0.17-r2.ebuild
deleted file mode 100644
index 4bc9b0759a38..000000000000
--- a/net-ftp/ftp/ftp-0.17-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r2.ebuild,v 1.9 2004/02/20 17:00:56 agriffis Exp $
-
-inherit eutils
-
-MY_P=netkit-${P}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Standard Linux FTP client with optional SSL support"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz"
-HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
-
-DEPEND=">=sys-libs/ncurses-5.2
- ssl? ( dev-libs/openssl )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc alpha hppa mips"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- if [ "`use ssl`" ]; then
- epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff
- fi
-}
-
-src_compile() {
- ./configure --prefix=/usr || die
- cp MCONFIG MCONFIG.orig
- sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG
- emake || die
-}
-
-src_install() {
- into /usr
- dobin ftp/ftp
- doman ftp/ftp.1 ftp/netrc.5
- dodoc ChangeLog README BUGS
-}
diff --git a/net-ftp/ftp/ftp-0.17-r3.ebuild b/net-ftp/ftp/ftp-0.17-r3.ebuild
index 550d34f022c8..133095480e65 100644
--- a/net-ftp/ftp/ftp-0.17-r3.ebuild
+++ b/net-ftp/ftp/ftp-0.17-r3.ebuild
@@ -1,35 +1,32 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r3.ebuild,v 1.12 2004/02/22 22:42:35 agriffis Exp $
-
-IUSE="ssl"
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r3.ebuild,v 1.13 2004/05/23 23:14:41 vapier Exp $
inherit eutils
MY_P=netkit-${P}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Standard Linux FTP client with optional SSL support"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz"
HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
+SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz"
-SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64"
+SLOT="0"
+KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
+IUSE="ssl"
RDEPEND=">=sys-libs/ncurses-5.2
ssl? ( dev-libs/openssl )"
-
-DEPEND=">=sys-apps/sed-4
- ${RDEPEND}"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
cd ${S}
- if [ "`use ssl`" ]; then
- epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff
- epatch ${FILESDIR}/${MY_P}+ssl-0.2+auth.diff
- fi
+ use ssl \
+ && epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff \
+ && epatch ${FILESDIR}/${MY_P}+ssl-0.2+auth.diff
}
src_compile() {
@@ -39,8 +36,7 @@ src_compile() {
}
src_install() {
- into /usr
- dobin ftp/ftp
+ dobin ftp/ftp || die
doman ftp/ftp.1 ftp/netrc.5
dodoc ChangeLog README BUGS
}
diff --git a/net-ftp/ftp/metadata.xml b/net-ftp/ftp/metadata.xml
new file mode 100644
index 000000000000..96a2d586367d
--- /dev/null
+++ b/net-ftp/ftp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+</pkgmetadata>