diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
commit | 33819be044674720bd9af32aaa1080683b493997 (patch) | |
tree | 15c43b7f51adfc893014a7b437e55ec6b3c119ac /net-mail/fetchmail | |
parent | DEPEND enhancement (diff) | |
download | gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.gz gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.bz2 gentoo-2-33819be044674720bd9af32aaa1080683b493997.zip |
repoman'd
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11.ebuild | 10 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.6.ebuild | 40 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.7.ebuild | 60 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.6 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.9.7 | 1 |
5 files changed, 7 insertions, 105 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.11.ebuild b/net-mail/fetchmail/fetchmail-5.9.11.ebuild index 801efe8d6b51..c2b6f6b98ff7 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11.ebuild @@ -1,17 +1,21 @@ # 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-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.3 2002/07/17 04:20:40 seemant Exp $ +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" -S="${WORKDIR}/${P}" DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="nls? ( sys-devel/gettext )" - + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { local myconf use ssl && myconf="${myconf} --with-ssl=/usr" diff --git a/net-mail/fetchmail/fetchmail-5.9.6.ebuild b/net-mail/fetchmail/fetchmail-5.9.6.ebuild deleted file mode 100644 index f6d43c879abb..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.6.ebuild,v 1.2 2002/07/11 06:30:47 drobbins 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 "bad configure" - - emake || die "compile problem" -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README - dodoc 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 1bd52ee2ee04..000000000000 --- a/net-mail/fetchmail/fetchmail-5.9.7.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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-mail/fetchmail/fetchmail-5.9.7.ebuild,v 1.6 2002/07/11 06:30:47 drobbins 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 )" - -RDEPEND="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.9.6 b/net-mail/fetchmail/files/digest-fetchmail-5.9.6 deleted file mode 100644 index 5dafe7e38a92..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.9.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a97f627da2f09c536b3ba86e2ae8919 fetchmail-5.9.6.tar.gz 866845 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 |