diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:36:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:36:00 +0000 |
commit | cdd7718689e7651be19767d0fe006d4dc08a7108 (patch) | |
tree | 5083341147b3ec9abf0c1ff150a199443844236f /net-fs/netatalk | |
parent | version bump (diff) | |
download | gentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.tar.gz gentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.tar.bz2 gentoo-2-cdd7718689e7651be19767d0fe006d4dc08a7108.zip |
cleanup
Diffstat (limited to 'net-fs/netatalk')
-rw-r--r-- | net-fs/netatalk/files/digest-netatalk-1.4.99.0.20001108 | 1 | ||||
-rw-r--r-- | net-fs/netatalk/files/digest-netatalk-1.5_pre6 | 1 | ||||
-rw-r--r-- | net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild | 55 | ||||
-rw-r--r-- | net-fs/netatalk/netatalk-1.5.2.ebuild | 12 | ||||
-rw-r--r-- | net-fs/netatalk/netatalk-1.5_pre6.ebuild | 59 |
5 files changed, 6 insertions, 122 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 - -} - - - - |