diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-28 01:35:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-28 01:35:40 +0000 |
commit | faa87bf4bcc14f4f3eb26e2b4d20a6c74281883a (patch) | |
tree | 19b1673af6a28913f4a2a9062844959b78c724c4 /net-mail/fetchmail | |
parent | dep fix (diff) | |
download | gentoo-2-faa87bf4bcc14f4f3eb26e2b4d20a6c74281883a.tar.gz gentoo-2-faa87bf4bcc14f4f3eb26e2b4d20a6c74281883a.tar.bz2 gentoo-2-faa87bf4bcc14f4f3eb26e2b4d20a6c74281883a.zip |
removed older ebuilds
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild | 69 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11.ebuild | 66 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.1.0.ebuild | 82 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.1.1.ebuild | 81 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.1.2.ebuild | 82 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.0-r1.ebuild | 86 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.0.ebuild | 79 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.1.ebuild | 80 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.11 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.11-r1 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.1.0 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.1.1 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.1.2 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.2.0 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.2.1 | 1 |
16 files changed, 0 insertions, 633 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild b/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild deleted file mode 100644 index 770a8ecc866d..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild,v 1.8 2003/02/13 14:30:35 vapier Exp $ - -IUSE="ssl nls" - -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 )" - -RDEPEND="nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86 sparc " - -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 - - exeinto /etc/init.d - doexe file/fetchmail - - 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/fetchmail-5.9.11.ebuild b/net-mail/fetchmail/fetchmail-5.9.11.ebuild deleted file mode 100644 index 93ebc33fc940..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.11.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.9 2003/02/13 14:30:50 vapier Exp $ - -IUSE="ssl nls" - -S="${WORKDIR}/${P}" -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" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 )" - -RDEPEND="nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86 sparc " - -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/fetchmail-6.1.0.ebuild b/net-mail/fetchmail/fetchmail-6.1.0.ebuild deleted file mode 100644 index 1ad2192c578f..000000000000 --- a/net-mail/fetchmail/fetchmail-6.1.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.0.ebuild,v 1.7 2003/02/13 14:31:08 vapier Exp $ - -IUSE="ssl nls" - -S="${WORKDIR}/${P}" - -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" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86" - -src_compile() { - - local myconf - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - # This needs inet6-apps, which we don't have - #use ipv6 && myconf="${myconf} --enable-inet6 --enable-netsec" - # || myconf="${myconf} --disable-inet6 --disable-netsec" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${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 - - doman /usr/share/man/*.1 - dosym /usr/share/man/fetchmailconf fetchmail.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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/fetchmail-6.1.1.ebuild b/net-mail/fetchmail/fetchmail-6.1.1.ebuild deleted file mode 100644 index 1247c3db29b1..000000000000 --- a/net-mail/fetchmail/fetchmail-6.1.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.1.ebuild,v 1.4 2003/02/13 14:31:14 vapier Exp $ - -IUSE="ssl nls" - -S="${WORKDIR}/${P}" - -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" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86" - -src_compile() { - - local myconf - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - # This needs inet6-apps, which we don't have - #use ipv6 && myconf="${myconf} --enable-inet6 --enable-netsec" - # || myconf="${myconf} --disable-inet6 --disable-netsec" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${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 - - doman /usr/share/man/*.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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/fetchmail-6.1.2.ebuild b/net-mail/fetchmail/fetchmail-6.1.2.ebuild deleted file mode 100644 index bac5bdbe80b9..000000000000 --- a/net-mail/fetchmail/fetchmail-6.1.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.1.2.ebuild,v 1.3 2003/02/13 14:31:20 vapier Exp $ - -IUSE="ssl nls" - -S="${WORKDIR}/${P}" - -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" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86" - -src_compile() { - - local myconf - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - # This needs inet6-apps, which we don't have - #use ipv6 && myconf="${myconf} --enable-inet6 --enable-netsec" - # || myconf="${myconf} --disable-inet6 --disable-netsec" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${myconf} || die "Configuration failed." - - emake || die "Compilation failed." - -} - -src_install() { - - einstall || die - - dohtml *.html - - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ - README.NTLM README.SSL TODO COPYING MANIFEST - - doman ${D}/usr/share/man/*.1 - rm -f ${D}/usr/share/man/*.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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/fetchmail-6.2.0-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.0-r1.ebuild deleted file mode 100644 index 8c6e3079e664..000000000000 --- a/net-mail/fetchmail/fetchmail-6.2.0-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.0-r1.ebuild,v 1.4 2003/02/14 21:28:47 vapier 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" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86 ~alpha" -IUSE="ssl nls" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/fetchmail-6.2.0-gentoo.diff || die "patch failed" - -} - -src_compile() { - - local myconf - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - use ipv6 && myconf="${myconf} --enable-inet6" \ - || myconf="${myconf} --disable-inet6" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${myconf} || die "Configuration failed." - - emake || die "Compilation failed." - -} - -src_install() { - - einstall || die - - dohtml *.html - - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ - README.NTLM README.SSL TODO COPYING MANIFEST - - doman ${D}/usr/share/man/*.1 - rm -f ${D}/usr/share/man/*.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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/fetchmail-6.2.0.ebuild b/net-mail/fetchmail/fetchmail-6.2.0.ebuild deleted file mode 100644 index 54b13ac835c1..000000000000 --- a/net-mail/fetchmail/fetchmail-6.2.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.0.ebuild,v 1.4 2003/02/14 21:28:47 vapier 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" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86 ~alpha" -IUSE="ssl nls" - -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" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - # This needs inet6-apps, which we don't have - #use ipv6 && myconf="${myconf} --enable-inet6 --enable-netsec" - # || myconf="${myconf} --disable-inet6 --disable-netsec" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${myconf} || die "Configuration failed." - - emake || die "Compilation failed." - -} - -src_install() { - - einstall || die - - dohtml *.html - - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ - README.NTLM README.SSL TODO COPYING MANIFEST - - doman ${D}/usr/share/man/*.1 - rm -f ${D}/usr/share/man/*.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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/fetchmail-6.2.1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1.ebuild deleted file mode 100644 index c8737a3b8ca9..000000000000 --- a/net-mail/fetchmail/fetchmail-6.2.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1.ebuild,v 1.3 2003/02/14 21:28:47 vapier Exp $ - -inherit eutils - -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" - -SLOT="0" -LICENSE="GPL-2 public-domain" -KEYWORDS="x86 ~alpha" -IUSE="ssl nls" - -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/fetchmail-6.2.0-gentoo.diff || die -} - -src_compile() { - local myconf - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use nls && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - use ipv6 && myconf="${myconf} --enable-inet6" \ - || myconf="${myconf} --disable-inet6" - - econf \ - --enable-RPA \ - --enable-NTLM \ - --enable-SDPS \ - ${myconf} || die "Configuration failed." - - emake || die "Compilation failed." -} - -src_install() { - einstall || die - - dohtml *.html - - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ - README.NTLM README.SSL TODO COPYING MANIFEST - - doman ${D}/usr/share/man/*.1 - rm -f ${D}/usr/share/man/*.1 - - exeinto /etc/init.d - doexe ${FILESDIR}/fetchmail - - 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.9.11 b/net-mail/fetchmail/files/digest-fetchmail-5.9.11 deleted file mode 100644 index 2760651cd678..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.9.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 fff00cbf7be1d01a17605fee23ac96dd fetchmail-5.9.11.tar.gz 950273 diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.9.11-r1 b/net-mail/fetchmail/files/digest-fetchmail-5.9.11-r1 deleted file mode 100644 index 2760651cd678..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.9.11-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fff00cbf7be1d01a17605fee23ac96dd fetchmail-5.9.11.tar.gz 950273 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.1.0 b/net-mail/fetchmail/files/digest-fetchmail-6.1.0 deleted file mode 100644 index 9d9f8198f4b4..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c57c33e4c49ffddde0024e24e371d25 fetchmail-6.1.0.tar.gz 1075419 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.1.1 b/net-mail/fetchmail/files/digest-fetchmail-6.1.1 deleted file mode 100644 index 8942ee733e85..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 67c04b718a6ceebf58ef00ff96161706 fetchmail-6.1.1.tar.gz 1122485 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.1.2 b/net-mail/fetchmail/files/digest-fetchmail-6.1.2 deleted file mode 100644 index eb42c29be7ef..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6c617efe83262f0e9d5c0992caab8f72 fetchmail-6.1.2.tar.gz 1122660 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.0 b/net-mail/fetchmail/files/digest-fetchmail-6.2.0 deleted file mode 100644 index a9eb7075604d..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 1242753944ad242bb4312af6be08b810 fetchmail-6.2.0.tar.gz 1089936 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 deleted file mode 100644 index a9eb7075604d..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1242753944ad242bb4312af6be08b810 fetchmail-6.2.0.tar.gz 1089936 diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.1 deleted file mode 100644 index 8d67be225e13..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-6.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f9f8f809caf03e064b42361ae5756d2 fetchmail-6.2.1.tar.gz 1139251 |