summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 13:36:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 13:36:00 +0000
commitcdd7718689e7651be19767d0fe006d4dc08a7108 (patch)
tree5083341147b3ec9abf0c1ff150a199443844236f
parentversion bump (diff)
downloadgentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.tar.gz
gentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.tar.bz2
gentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.zip
cleanup
-rw-r--r--net-fs/netatalk/files/digest-netatalk-1.4.99.0.200011081
-rw-r--r--net-fs/netatalk/files/digest-netatalk-1.5_pre61
-rw-r--r--net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild55
-rw-r--r--net-fs/netatalk/netatalk-1.5.2.ebuild12
-rw-r--r--net-fs/netatalk/netatalk-1.5_pre6.ebuild59
-rw-r--r--net-ftp/lukemftp/files/digest-lukemftp-1.5-r11
-rw-r--r--net-ftp/lukemftp/lukemftp-1.5-r1.ebuild46
-rw-r--r--net-ftp/lukemftp/lukemftp-1.5-r2.ebuild6
8 files changed, 9 insertions, 172 deletions
diff --git a/net-fs/netatalk/files/digest-netatalk-1.4.99.0.20001108 b/net-fs/netatalk/files/digest-netatalk-1.4.99.0.20001108
deleted file mode 100644
index 8fc2fc02a860..000000000000
--- a/net-fs/netatalk/files/digest-netatalk-1.4.99.0.20001108
+++ /dev/null
@@ -1 +0,0 @@
-MD5 95e5d9fcf81bbefb415dee18388c7ea2 netatalk-1.4.99-0.20001108.tar.gz 566553
diff --git a/net-fs/netatalk/files/digest-netatalk-1.5_pre6 b/net-fs/netatalk/files/digest-netatalk-1.5_pre6
deleted file mode 100644
index a51a70861dbd..000000000000
--- a/net-fs/netatalk/files/digest-netatalk-1.5_pre6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e875b55c649caa02ff5f1eea698c3d15 netatalk-1.5pre6.tar.bz2 518623
diff --git a/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild b/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild
deleted file mode 100644
index 839e229daedd..000000000000
--- a/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild,v 1.6 2002/03/06 18:55:22 gbevin Exp $
-
-P=netatalk-1.4.99-0.20001108
-A=${P}.tar.gz
-S=${WORKDIR}/${PN}
-DESCRIPTION="Apple-Talk"
-SRC_URI="http://download.sourceforge.net/netatalk/${A}"
-HOMEPAGE="http://netatakl.sourceforge.net"
-
-DEPEND="virtual/glibc
- pam? ( sys-libs/pam )
- tcpd? ( sys-apps/tcp-wrappers )
- sys-apps/shadow
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-libs/db-3"
-
-RDEPEND="virtual/glibc
- pam? ( sys-libs/pam-0.7 )
- sys-apps/shadow
- >=sys-libs/db-3"
-
-src_compile() {
-
- local myconf
- if [ "`use pam`" ] ; then
- myconf="--with-pam"
- fi
- if [ "`use tcpd`" ] ; then
- myconf="$myconf --with-tcp-wrappers"
- fi
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- $myconf
-
- try make
-
-}
-
-src_install() {
-
- try make DESTDIR=${D} install
- rm ${D}/etc/rc.d/init.d/*
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/atalk
- dodoc BUGS CHANGES README* COPYRIGHT VERSION
-
-}
-
-
-
-
diff --git a/net-fs/netatalk/netatalk-1.5.2.ebuild b/net-fs/netatalk/netatalk-1.5.2.ebuild
index a4e0b8675546..478ab89b5b08 100644
--- a/net-fs/netatalk/netatalk-1.5.2.ebuild
+++ b/net-fs/netatalk/netatalk-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.3 2002/04/27 13:34:35 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite"
@@ -15,9 +15,9 @@ DEPEND="virtual/glibc
>=sys-libs/db-3"
src_compile() {
- use pam && myconf="$myconf --with-pam"
- use tcpd && myconf="$myconf --with-tcp-wrappers"
- use ssl || myconf="$myconf --disable-ssl"
+ use pam && myconf="${myconf} --with-pam"
+ use tcpd && myconf="${myconf} --with-tcp-wrappers"
+ use ssl || myconf="${myconf} --disable-ssl"
./configure \
--host=${CHOST} \
--prefix=/usr \
@@ -25,7 +25,7 @@ src_compile() {
--enable-fhs \
--with-shadow \
--with-db3 \
- $myconf || die "netatalk configure failed"
+ ${myconf} || die "netatalk configure failed"
emake || die "netatalk emake failed"
}
diff --git a/net-fs/netatalk/netatalk-1.5_pre6.ebuild b/net-fs/netatalk/netatalk-1.5_pre6.ebuild
deleted file mode 100644
index 6f20ce4300ba..000000000000
--- a/net-fs/netatalk/netatalk-1.5_pre6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5_pre6.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $
-
-P=netatalk-1.5pre6
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Apple-Talk"
-SRC_URI="http://download.sourceforge.net/netatalk/${A}"
-HOMEPAGE="http://netatakl.sourceforge.net"
-
-DEPEND="virtual/glibc
- pam? ( sys-libs/pam )
- tcpd? ( sys-apps/tcp-wrappers )
- ssl? ( dev-libs/openssl )
- sys-apps/shadow
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-libs/db-3"
-
-RDEPEND="virtual/glibc
- pam? ( sys-libs/pam-0.7 )
- sys-apps/shadow
- >=sys-libs/db-3"
-
-src_compile() {
-
- local myconf
- if [ "`use pam`" ] ; then
- myconf="--with-pam"
- fi
- if [ "`use tcpd`" ] ; then
- myconf="$myconf --with-tcp-wrappers"
- fi
- if [ -z "`use ssl`" ] ; then
- myconf="$myconf --disable-ssl"
- fi
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --enable-fhs $myconf
-
- try make
-
-}
-
-src_install() {
-
- try make DESTDIR=${D} install
- rm ${D}/etc/rc.d/init.d/*
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/atalk
- dodoc BUGS CHANGES README* COPYRIGHT VERSION
-
-}
-
-
-
-
diff --git a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r1 b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r1
deleted file mode 100644
index f6d3378a1238..000000000000
--- a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cd0fc2e3fca21ca56647b2e1142a01a lukemftp-1.5.tar.gz 264861
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild
deleted file mode 100644
index 2520d6a7caee..000000000000
--- a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2000-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Michael Nazaroff <newandcreative@yahoo.com>
-# net-ftp/ftp/lukemftp-1.5-r1.ebuild,v 1
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild,v 1.7 2001/08/31 03:23:39 pm Exp $
-
-
-P=lukemftp-1.5
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="NetBSD FTP client"
-SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${A}"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
-
- # Adds a command line option: -s, which produces clean, informative output.
- # Shows progess status, ETA, transfer speed, no server responses or login messages.
- cp src/main.c src/main.orig
- sed -e "s/Aadefgino:pP:r:RtT:u:vV/Aadefgino:pP:r:RstT:u:vV/" \
- -e "s/case 't'/case 's':\n\t\t\tverbose = 0;\n\t\t\tprogress = 1;\n\t\t\tbreak;\n\n\t\t&/" \
- src/main.orig > src/main.c
-}
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr \
- --enable-editcomplete --program-prefix=lukemftp
-
- try make
-}
-
-src_install() {
- newbin src/ftp lukemftp
- newman src/ftp.1 lukemftp.1
- dodoc COPYING ChangeLog README* THANKS NEWS
-
- if [ ! -e /usr/bin/ftp ]; then
- cd ${D}/usr/bin
- ln -s lukemftp ftp
- fi
-}
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild
index 5bf1324d8fcb..27b27ba2891a 100644
--- a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild
+++ b/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 2000-2001 Gentoo Technologies, Inc.
+# Copyright 2000-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild,v 1.1 2001/09/25 19:38:07 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild,v 1.2 2002/04/27 13:36:00 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="NetBSD FTP client with several advanced features"
SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${P}.tar.gz"
DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1"
+ >=sys-libs/ncurses-5.1"
src_unpack() {
unpack ${A}