diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 01:37:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 01:37:41 +0000 |
commit | be48dd37cfb0486585640084f48da4829f6772cc (patch) | |
tree | 2c2c6cf88be79b29421539a9d6f4e772ccdd9824 /net-mail/fetchmail | |
parent | USE toggle use fixes (diff) | |
download | gentoo-2-be48dd37cfb0486585640084f48da4829f6772cc.tar.gz gentoo-2-be48dd37cfb0486585640084f48da4829f6772cc.tar.bz2 gentoo-2-be48dd37cfb0486585640084f48da4829f6772cc.zip |
Removed old and crusty ebuilds
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.8.11.ebuild | 45 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.8.13.ebuild | 46 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.8.2.ebuild | 41 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.0.ebuild | 46 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.7.ebuild | 59 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.8.11 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.8.13 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.8.2 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.0 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.7 | 1 |
10 files changed, 0 insertions, 242 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.8.11.ebuild b/net-mail/fetchmail/fetchmail-5.8.11.ebuild deleted file mode 100644 index f79602b8a0d5..000000000000 --- a/net-mail/fetchmail/fetchmail-5.8.11.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2001 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-mail/fetchmail/fetchmail-5.8.11.ebuild,v 1.3 2001/08/31 19:02:09 g2boojum Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="fetchmail" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${P}.tar.gz -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - if [ "`use ssl`" ] ; then - export CFLAGS="$CFLAGS -I/usr/include/openssl" - myconf="--with-ssl" - fi - if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" - fi -# need inet6-apps, which we don't yet have -# if [ "`use ipv6`" ] ; then -# myconf="$myconf --enable-inet6" -# fi - try ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-RPA --enable-NTLN \ - --enable-SDPS $myconf - try make -} - - -src_install() { - try make DESTDIR=${D} install - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM README.SSL \ - TODO COPYING MANIFEST - docinto html - dodoc *.html - docinto contrib - dodoc contrib/* -} diff --git a/net-mail/fetchmail/fetchmail-5.8.13.ebuild b/net-mail/fetchmail/fetchmail-5.8.13.ebuild deleted file mode 100644 index d57f287a3483..000000000000 --- a/net-mail/fetchmail/fetchmail-5.8.13.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.8.13.ebuild,v 1.5 2001/08/31 19:02:09 g2boojum Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="fetchmail" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${P}.tar.gz -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - if [ "`use ssl`" ] ; then - export CFLAGS="$CFLAGS -I/usr/include/openssl" - myconf="--with-ssl" - fi - if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" - fi -# need inet6-apps, which we don't have -# if [ "`use ipv6`" ] ; then -# myconf="$myconf --enable-inet6" -# fi - try ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-RPA --enable-NTLN \ - --enable-SDPS $myconf - try make -} - - -src_install() { - try make DESTDIR=${D} install - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM README.SSL \ - TODO COPYING MANIFEST - docinto html - dodoc *.html - docinto contrib - dodoc contrib/* -} diff --git a/net-mail/fetchmail/fetchmail-5.8.2.ebuild b/net-mail/fetchmail/fetchmail-5.8.2.ebuild deleted file mode 100644 index 1b71016ed9db..000000000000 --- a/net-mail/fetchmail/fetchmail-5.8.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2001 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-mail/fetchmail/fetchmail-5.8.2.ebuild,v 1.2 2001/05/30 18:24:34 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="fetchmail" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${A} -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - if [ "`use ssl`" ] ; then - export CFLAGS="$CFLAGS -I/usr/include/openssl" - myconf="--with-ssl" - fi - if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" - fi - try ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --enable-RPA --enable-NTLN \ - --enable-SDPS $myconf - try make -} - - -src_install() { - try make DESTDIR=${D} install - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM \ - TODO COPYING MANIFEST - docinto html - dodoc *.html - docinto contrib - dodoc contrib/* -} diff --git a/net-mail/fetchmail/fetchmail-5.9.0.ebuild b/net-mail/fetchmail/fetchmail-5.9.0.ebuild deleted file mode 100644 index 25d7b73bfc57..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.0.ebuild,v 1.3 2001/08/31 19:02:09 g2boojum Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="fetchmail" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${P}.tar.gz -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - if [ "`use ssl`" ] ; then - export CFLAGS="$CFLAGS -I/usr/include/openssl" - myconf="--with-ssl" - fi - if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" - fi -# need inet6-apps, which we don't have -# if [ "`use ipv6`" ] ; then -# myconf="$myconf --enable-inet6" -# fi - try ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-RPA --enable-NTLN \ - --enable-SDPS $myconf - try make -} - - -src_install() { - try make DESTDIR=${D} install - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM README.SSL \ - TODO COPYING MANIFEST - docinto html - dodoc *.html - docinto contrib - dodoc contrib/* -} diff --git a/net-mail/fetchmail/fetchmail-5.9.7.ebuild b/net-mail/fetchmail/fetchmail-5.9.7.ebuild deleted file mode 100644 index 2f597ce50042..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.7.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.7.ebuild,v 1.3 2002/03/19 17:15:53 agenkin Exp $ - -DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/${P}.tar.gz" -S="${WORKDIR}/${P}" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - use ssl && myconf="${myconf} --with-ssl=/usr" - use nls || myconf="${myconf} --disable-nls" - # This needs inet6-apps, which we don't have - #use ipv6 && myconf="{myconf} --enable-inet6" - - ./configure --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host="${CHOST}" \ - ${myconf} \ - || die "Configuration failed." - emake || die "Compilation failed." -} - -src_install() { - make DESTDIR="${D}" install || die - dohtml *.html - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ - README.NTLM README.SSL TODO COPYING MANIFEST - docinto contrib - local f - for f in contrib/* - do - [ -f "${f}" ] && dodoc "${f}" - done -} - -pkg_postinst() { - if ! python -c "import Tkinter" >/dev/null 2>&1 - then - einfo - einfo "You will not be able to use fetchmailconf(1), because you" - einfo "don't seem to have Python with tkinter support." - einfo - einfo "If you want to be able to use fetchmailconf(1), do the following:" - einfo " 1. Include 'tcltk' in USE variable in your /etc/make.conf." - einfo " 2. (Re-)merge Python." - einfo - fi -} diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.8.11 b/net-mail/fetchmail/files/digest-fetchmail-5.8.11 deleted file mode 100644 index 7b78210150e2..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.8.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 db685915df5f264be07931c66a55603a fetchmail-5.8.11.tar.gz 845306 diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.8.13 b/net-mail/fetchmail/files/digest-fetchmail-5.8.13 deleted file mode 100644 index 60cae23aa940..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.8.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 29b305208e771219269e077f7f26abb4 fetchmail-5.8.13.tar.gz 851834 diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.8.2 b/net-mail/fetchmail/files/digest-fetchmail-5.8.2 deleted file mode 100644 index 147c014c0d68..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d008509d960ff3a11d08c45a30bc2d2 fetchmail-5.8.2.tar.gz 828156 diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.9.0 b/net-mail/fetchmail/files/digest-fetchmail-5.9.0 deleted file mode 100644 index 001178f18a50..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0bfe6faa6c668d82d5bf67ea3478df68 fetchmail-5.9.0.tar.gz 863180 diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.9.7 b/net-mail/fetchmail/files/digest-fetchmail-5.9.7 deleted file mode 100644 index f6b4284a41d9..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.9.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 51b1d24c0894a2b9c456770babd95357 fetchmail-5.9.7.tar.gz 898361 |