diff options
author | Eray Aslan <eras@gentoo.org> | 2013-01-04 08:52:45 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-01-04 08:52:45 +0000 |
commit | 2c1dacc29194e9b89b4b53030b8e22e217473efc (patch) | |
tree | 431e487ae98f62466241f5ec4922e7f71357c58e /mail-client | |
parent | Remove old (diff) | |
download | gentoo-2-2c1dacc29194e9b89b4b53030b8e22e217473efc.tar.gz gentoo-2-2c1dacc29194e9b89b4b53030b8e22e217473efc.tar.bz2 gentoo-2-2c1dacc29194e9b89b4b53030b8e22e217473efc.zip |
Remove pine from the tree - bug #371593
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/pine/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/pine/pine-4.64-r5.ebuild | 183 | ||||
-rw-r--r-- | mail-client/pine/pine-4.64-r6.ebuild | 194 | ||||
-rw-r--r-- | mail-client/pine/pine-4.64-r7.ebuild | 193 | ||||
-rw-r--r-- | mail-client/pine/pine-4.64-r8.ebuild | 194 |
5 files changed, 6 insertions, 766 deletions
diff --git a/mail-client/pine/ChangeLog b/mail-client/pine/ChangeLog index bbb878ea9543..bc6ad9366797 100644 --- a/mail-client/pine/ChangeLog +++ b/mail-client/pine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/pine -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.110 2010/07/10 22:49:48 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.111 2013/01/04 08:52:45 eras Exp $ + + 04 Jan 2013; Eray Aslan <eras@gentoo.org> -pine-4.64-r5.ebuild, + -pine-4.64-r6.ebuild, -pine-4.64-r7.ebuild, -pine-4.64-r8.ebuild: + Remove pine from the tree - bug #371593 *pine-4.64-r8 (10 Jul 2010) diff --git a/mail-client/pine/pine-4.64-r5.ebuild b/mail-client/pine/pine-4.64-r5.ebuild deleted file mode 100644 index c328717d1703..000000000000 --- a/mail-client/pine/pine-4.64-r5.ebuild +++ /dev/null @@ -1,183 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r5.ebuild,v 1.15 2009/09/23 17:55:03 patrick Exp $ - -inherit eutils - -# Using this ugly hack, since we're making our own versioned copies of chappa -# patch, as upstream doesn't version them, and patch revision number doesn't -# always have to correspond to ebuild revision number. (see #59573) -CHAPPA_PF="${PF}" - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -HOMEPAGE="http://www.washington.edu/pine/ - http://staff.washington.edu/chappa/pine/" -SRC_URI="ftp://ftp.cac.washington.edu/pine/${P/-/}.tar.bz2 - mirror://gentoo/${CHAPPA_PF}-chappa-all.patch.gz" -# ipv6? ( -# http://www.ngn.euro6ix.org/IPv6/${PN}/${P}-v6-20031001.diff -# http://www.ngn.euro6ix.org/IPv6/${PN}/readme.${P}-v6-20031001 -# )" - -LICENSE="PICO" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="ssl ldap kerberos largeterminal pam passfile debug" - -DEPEND=">=sys-apps/sed-4 - >=sys-libs/ncurses-5.1 - pam? ( >=sys-libs/pam-0.72 ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" -RDEPEND="${DEPEND} - app-misc/mime-types - net-mail/uw-mailutils - !<=net-mail/uw-imap-2004g" - -S="${WORKDIR}/${P/-/}" - -maildir_warn() { - elog - elog "This build of Pine has Maildir support built in as" - elog "part of the chappa-all patch." - elog - elog "If you have a maildir at ~/Maildir it will be your" - elog "default INBOX. The path may be changed with the" - elog "\"maildir-location\" setting in Pine." - elog - elog "To use /var/spool/mail INBOX again, set" - elog "\"disable-these-drivers=md\" in your .pinerc file." - elog - elog "Alternately, you might want to read following webpage, which explains how to" - elog "use multiple mailboxes simultaneously:" - elog - elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - echo -} - -pkg_setup() { - maildir_warn -} - -src_unpack() { - unpack ${A} && cd "${S}" - - epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" - - # Various fixes and features. - epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" - # Fix flock() emulation. - cp "${FILESDIR}/flock.c" "${S}/imap/src/osdep/unix" || die - # Build the flock() emulation. - epatch "${FILESDIR}/imap-4.7c2-flock_4.60.patch" - if use ldap ; then - # Link to shared ldap libs instead of static. - epatch "${FILESDIR}/pine-4.30-ldap.patch" - mkdir "${S}/ldap" - ln -s /usr/lib "${S}/ldap/libraries" - ln -s /usr/include "${S}/ldap/include" - fi -# if use ipv6 ; then -# epatch "${DISTDIR}/${P}-v6-20031001.diff" || die -# fi - if use passfile ; then - #Is this really the correct place to define it? - epatch "${FILESDIR}/pine-4.56-passfile.patch" - fi - if use largeterminal ; then - # Add support for large terminals by doubling the size of pine's internal display buffer - epatch "${FILESDIR}/pine-4.61-largeterminal.patch" - fi - - # Something from RedHat. - epatch "${FILESDIR}/pine-4.31-segfix.patch" - # Create lockfiles with a mode of 0600 instead of 0666. - epatch "${FILESDIR}/pine-4.40-lockfile-perm.patch" - # Add missing time.h includes. - epatch "${FILESDIR}/imap-2000-time.patch" - # Bug #23336 - makes pine transparent in terms that support it. - epatch "${FILESDIR}/transparency.patch" - # Bug #72861 - relaxes subject length for base64-encoded subjects - epatch "${FILESDIR}/pine-4.61-subjectlength.patch" - # Bug #58664 - preserve symlink if a file gets rewritten - epatch "${FILESDIR}/${P}-rename-symlink.patch" - - if use debug ; then - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - else - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS}:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - fi - - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-lnx.h" || die "sed os-lnx.h failed" -} - -src_compile() { - local myconf - if use ssl ; then - myconf="${myconf} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" - sed -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE) ::" \ - -i "${S}/imap/src/osdep/unix/Makefile" || die "sed Makefile failed" - else - myconf="${myconf} NOSSL" - fi - if use ldap ; then - ./contrib/ldap-setup lnp lnp - myconf="${myconf} LDAPCFLAGS=-DENABLE_LDAP" - else - myconf="${myconf} NOLDAP" - fi - if use kerberos ; then - myconf="${myconf} EXTRAAUTHENTICATORS=gss" - fi - - if use pam ; then - target=lnp - else - target=slx - fi - - ./build ${myconf} ${target} || die "compile problem" -} - -src_install() { - dobin bin/pine bin/pico bin/pilot bin/rpdump bin/rpload - - # Only mailbase should install /etc/mailcap -# newins doc/mailcap.unx mailcap - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt -# if use ipv6 ; then -# dodoc "${DISTDIR}/readme.${P}-v6-20031001" -# fi - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dohtml -r doc/tech-notes/ -} - -pkg_postinst() { - maildir_warn - - if use passfile ; then - elog - elog "Pine will cache passwords between connections." - elog "File ~/.pinepw will be used for this." - elog - fi -} diff --git a/mail-client/pine/pine-4.64-r6.ebuild b/mail-client/pine/pine-4.64-r6.ebuild deleted file mode 100644 index dabdb4c28215..000000000000 --- a/mail-client/pine/pine-4.64-r6.ebuild +++ /dev/null @@ -1,194 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r6.ebuild,v 1.7 2010/06/25 17:45:22 armin76 Exp $ - -inherit eutils - -# Using this ugly hack, since we're making our own versioned copies of chappa -# patch, as upstream doesn't version them, and patch revision number doesn't -# always have to correspond to ebuild revision number. (see #59573) -CHAPPA_PF="${PF}" - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -HOMEPAGE="http://www.washington.edu/pine/ - http://staff.washington.edu/chappa/pine/" -SRC_URI="ftp://ftp.cac.washington.edu/pine/${P/-/}.tar.bz2 - mirror://gentoo/${CHAPPA_PF}-chappa-all.patch.gz" -# ipv6? ( -# http://www.ngn.euro6ix.org/IPv6/${PN}/${P}-v6-20031001.diff -# http://www.ngn.euro6ix.org/IPv6/${PN}/readme.${P}-v6-20031001 -# )" - -LICENSE="PICO" -SLOT="0" -KEYWORDS="~alpha ~amd64 -ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="ssl ldap kerberos largeterminal pam passfile debug" - -DEPEND=">=sys-apps/sed-4 - >=sys-libs/ncurses-5.1 - pam? ( virtual/pam ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" -RDEPEND="${DEPEND} - app-misc/mime-types - net-mail/uw-mailutils - !<=net-mail/uw-imap-2004g" - -S="${WORKDIR}/${P/-/}" - -maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - echo -} - -pkg_setup() { - maildir_warn -} - -src_unpack() { - unpack ${A} && cd "${S}" - - epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" - - # Various fixes and features. - epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" - # Fix flock() emulation. - cp "${FILESDIR}/flock.c" "${S}/imap/src/osdep/unix" || die - # Build the flock() emulation. - epatch "${FILESDIR}/imap-4.7c2-flock_4.60.patch" - if use ldap ; then - # Link to shared ldap libs instead of static. - epatch "${FILESDIR}/pine-4.30-ldap.patch" - mkdir "${S}/ldap" - ln -s /usr/lib "${S}/ldap/libraries" - ln -s /usr/include "${S}/ldap/include" - fi -# if use ipv6 ; then -# epatch "${DISTDIR}/${P}-v6-20031001.diff" || die -# fi - if use passfile ; then - #Is this really the correct place to define it? - epatch "${FILESDIR}/pine-4.56-passfile.patch" - fi - if use largeterminal ; then - # Add support for large terminals by doubling the size of pine's internal display buffer - epatch "${FILESDIR}/pine-4.61-largeterminal.patch" - fi - - # Something from RedHat. - epatch "${FILESDIR}/pine-4.31-segfix.patch" - # Create lockfiles with a mode of 0600 instead of 0666. - epatch "${FILESDIR}/pine-4.40-lockfile-perm.patch" - # Add missing time.h includes. - epatch "${FILESDIR}/imap-2000-time.patch" - # Bug #23336 - makes pine transparent in terms that support it. - epatch "${FILESDIR}/transparency.patch" - # Bug #72861 - relaxes subject length for base64-encoded subjects - epatch "${FILESDIR}/pine-4.61-subjectlength.patch" - # Bug #58664 - preserve symlink if a file gets rewritten - epatch "${FILESDIR}/${P}-rename-symlink.patch" - - if use debug ; then - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - else - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS}:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - fi - - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-lnx.h" || die "sed os-lnx.h failed" - - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-bsf.h" || die "sed os-bsf.h failed" - - # We use ncurses for FreeBSD - for x in "${S}"/*/makefile.bsf ; do - sed -e "s/-ltermcap/-lcurses/g" -e "s/-ltermlib/-lcurses/g" \ - -i "${x}" || die "sed ${x} failed" - done -} - -src_compile() { - local myconf - if use ssl ; then - myconf="${myconf} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" - sed -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE):-I/usr/include/openssl:" \ - -i "${S}/imap/src/osdep/unix/Makefile" || die "sed Makefile failed" - else - myconf="${myconf} NOSSL" - fi - if use ldap ; then - ./contrib/ldap-setup lnp lnp - myconf="${myconf} LDAPCFLAGS=-DENABLE_LDAP" - else - myconf="${myconf} NOLDAP" - fi - if use kerberos ; then - myconf="${myconf} EXTRAAUTHENTICATORS=gss" - fi - - if use elibc_FreeBSD ; then - target=bsf - elif use pam ; then - target=lnp - else - target=slx - fi - - ./build ${myconf} ${target} || die "compile problem" -} - -src_install() { - dobin bin/pine bin/pico bin/pilot bin/rpdump bin/rpload - - # Only mailbase should install /etc/mailcap -# newins doc/mailcap.unx mailcap - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt -# if use ipv6 ; then -# dodoc "${DISTDIR}/readme.${P}-v6-20031001" -# fi - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dohtml -r doc/tech-notes/ -} - -pkg_postinst() { - maildir_warn - - if use passfile ; then - elog - elog "Pine will cache passwords between connections." - elog "File ~/.pinepw will be used for this." - elog - fi -} diff --git a/mail-client/pine/pine-4.64-r7.ebuild b/mail-client/pine/pine-4.64-r7.ebuild deleted file mode 100644 index 55ee8a01cf66..000000000000 --- a/mail-client/pine/pine-4.64-r7.ebuild +++ /dev/null @@ -1,193 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r7.ebuild,v 1.8 2010/06/25 17:45:22 armin76 Exp $ - -EAPI=3 -inherit eutils - -# Using this ugly hack, since we're making our own versioned copies of chappa -# patch, as upstream doesn't version them, and patch revision number doesn't -# always have to correspond to ebuild revision number. (see #59573) -CHAPPA_PF="${PF}" - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -HOMEPAGE="http://www.washington.edu/pine/ - http://staff.washington.edu/chappa/pine/" -SRC_URI="ftp://ftp.cac.washington.edu/pine/${P/-/}.tar.bz2 - mirror://gentoo/${CHAPPA_PF}-chappa-all.patch.gz" -# ipv6? ( -# http://www.ngn.euro6ix.org/IPv6/${PN}/${P}-v6-20031001.diff -# http://www.ngn.euro6ix.org/IPv6/${PN}/readme.${P}-v6-20031001 -# )" - -LICENSE="PICO" -SLOT="0" -KEYWORDS="alpha amd64 -ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="ssl ldap kerberos largeterminal pam passfile debug" - -DEPEND=">=sys-apps/sed-4 - >=sys-libs/ncurses-5.1 - pam? ( virtual/pam ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" -RDEPEND="${DEPEND} - app-misc/mime-types - net-mail/uw-mailutils - !<=net-mail/uw-imap-2004g" - -S="${WORKDIR}/${P/-/}" - -maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - echo -} - -pkg_setup() { - maildir_warn -} - -src_prepare() { - epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" - - # Various fixes and features. - epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" - # Fix flock() emulation. - cp "${FILESDIR}/flock.c" "${S}/imap/src/osdep/unix" || die - # Build the flock() emulation. - epatch "${FILESDIR}/imap-4.7c2-flock_4.60.patch" - if use ldap ; then - # Link to shared ldap libs instead of static. - epatch "${FILESDIR}/pine-4.30-ldap.patch" - mkdir "${S}/ldap" - ln -s /usr/lib "${S}/ldap/libraries" - ln -s /usr/include "${S}/ldap/include" - fi -# if use ipv6 ; then -# epatch "${DISTDIR}/${P}-v6-20031001.diff" || die -# fi - if use passfile ; then - #Is this really the correct place to define it? - epatch "${FILESDIR}/pine-4.56-passfile.patch" - fi - if use largeterminal ; then - # Add support for large terminals by doubling the size of pine's internal display buffer - epatch "${FILESDIR}/pine-4.61-largeterminal.patch" - fi - - # Something from RedHat. - epatch "${FILESDIR}/pine-4.31-segfix.patch" - # Create lockfiles with a mode of 0600 instead of 0666. - epatch "${FILESDIR}/pine-4.40-lockfile-perm.patch" - # Add missing time.h includes. - epatch "${FILESDIR}/imap-2000-time.patch" - # Bug #23336 - makes pine transparent in terms that support it. - epatch "${FILESDIR}/transparency.patch" - # Bug #72861 - relaxes subject length for base64-encoded subjects - epatch "${FILESDIR}/pine-4.61-subjectlength.patch" - # Bug #58664 - preserve symlink if a file gets rewritten - epatch "${FILESDIR}/${P}-rename-symlink.patch" - - if use debug ; then - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - else - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS}:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - fi - - sed -e "s:/usr/local/lib/pine.conf:${EPREFIX}/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-lnx.h" || die "sed os-lnx.h failed" - - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-bsf.h" || die "sed os-bsf.h failed" - - # We use ncurses for FreeBSD - for x in "${S}"/*/makefile.bsf ; do - sed -e "s/-ltermcap/-lcurses/g" -e "s/-ltermlib/-lcurses/g" \ - -i "${x}" || die "sed ${x} failed" - done -} - -src_compile() { - local myconf - if use ssl ; then - myconf="${myconf} SSLDIR=${EPREFIX}/usr SSLTYPE=unix SSLCERTS=${EPREFIX}/etc/ssl/certs" - sed -e "s:\$(SSLDIR)/certs:${EPREFIX}/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):${EPREFIX}/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE):-I${EPREFIX}/usr/include/openssl:" \ - -i "${S}/imap/src/osdep/unix/Makefile" || die "sed Makefile failed" - else - myconf="${myconf} NOSSL" - fi - if use ldap ; then - ./contrib/ldap-setup lnp lnp - myconf="${myconf} LDAPCFLAGS=-DENABLE_LDAP" - else - myconf="${myconf} NOLDAP" - fi - if use kerberos ; then - myconf="${myconf} EXTRAAUTHENTICATORS=gss" - fi - - if use elibc_FreeBSD ; then - target=bsf - elif use pam ; then - [[ ${CHOST} == *-darwin* ]] && target=oxp || target=lnp - else - [[ ${CHOST} == *-darwin* ]] && target=osx || target=slx - fi - - ./build ${myconf} ${target} || die "compile problem" -} - -src_install() { - dobin bin/pine bin/pico bin/pilot bin/rpdump bin/rpload - - # Only mailbase should install /etc/mailcap -# newins doc/mailcap.unx mailcap - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt -# if use ipv6 ; then -# dodoc "${DISTDIR}/readme.${P}-v6-20031001" -# fi - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dohtml -r doc/tech-notes/ -} - -pkg_postinst() { - maildir_warn - - if use passfile ; then - elog - elog "Pine will cache passwords between connections." - elog "File ~/.pinepw will be used for this." - elog - fi -} diff --git a/mail-client/pine/pine-4.64-r8.ebuild b/mail-client/pine/pine-4.64-r8.ebuild deleted file mode 100644 index 1552645ec839..000000000000 --- a/mail-client/pine/pine-4.64-r8.ebuild +++ /dev/null @@ -1,194 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r8.ebuild,v 1.1 2010/07/10 22:49:48 hwoarang Exp $ - -EAPI=3 -inherit eutils - -# Using this ugly hack, since we're making our own versioned copies of chappa -# patch, as upstream doesn't version them, and patch revision number doesn't -# always have to correspond to ebuild revision number. (see #59573) -CHAPPA_PF="${P}-r7" - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -HOMEPAGE="http://www.washington.edu/pine/ - http://staff.washington.edu/chappa/pine/" -SRC_URI="ftp://ftp.cac.washington.edu/pine/${P/-/}.tar.bz2 - mirror://gentoo/${CHAPPA_PF}-chappa-all.patch.gz" -# ipv6? ( -# http://www.ngn.euro6ix.org/IPv6/${PN}/${P}-v6-20031001.diff -# http://www.ngn.euro6ix.org/IPv6/${PN}/readme.${P}-v6-20031001 -# )" - -LICENSE="PICO" -SLOT="0" -KEYWORDS="~alpha ~amd64 -ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="ssl ldap kerberos largeterminal pam passfile debug" - -DEPEND=">=sys-apps/sed-4 - >=sys-libs/ncurses-5.1 - pam? ( virtual/pam ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" -RDEPEND="${DEPEND} - app-misc/mime-types - net-mail/uw-mailutils - !<=net-mail/uw-imap-2004g" - -S="${WORKDIR}/${P/-/}" - -maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - echo -} - -pkg_setup() { - maildir_warn -} - -src_prepare() { - epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" - - # Various fixes and features. - epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" - # Fix flock() emulation. - cp "${FILESDIR}/flock.c" "${S}/imap/src/osdep/unix" || die - # Build the flock() emulation. - epatch "${FILESDIR}/imap-4.7c2-flock_4.60.patch" - if use ldap ; then - # Link to shared ldap libs instead of static. - epatch "${FILESDIR}/pine-4.30-ldap.patch" - mkdir "${S}/ldap" - ln -s /usr/lib "${S}/ldap/libraries" - ln -s /usr/include "${S}/ldap/include" - fi -# if use ipv6 ; then -# epatch "${DISTDIR}/${P}-v6-20031001.diff" || die -# fi - if use passfile ; then - #Is this really the correct place to define it? - epatch "${FILESDIR}/pine-4.56-passfile.patch" - fi - if use largeterminal ; then - # Add support for large terminals by doubling the size of pine's internal display buffer - epatch "${FILESDIR}/pine-4.61-largeterminal.patch" - fi - - # Something from RedHat. - epatch "${FILESDIR}/pine-4.31-segfix.patch" - # Create lockfiles with a mode of 0600 instead of 0666. - epatch "${FILESDIR}/pine-4.40-lockfile-perm.patch" - # Add missing time.h includes. - epatch "${FILESDIR}/imap-2000-time.patch" - # Bug #23336 - makes pine transparent in terms that support it. - epatch "${FILESDIR}/transparency.patch" - # Bug #72861 - relaxes subject length for base64-encoded subjects - epatch "${FILESDIR}/pine-4.61-subjectlength.patch" - # Bug #58664 - preserve symlink if a file gets rewritten - epatch "${FILESDIR}/${P}-rename-symlink.patch" - - if use debug ; then - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - else - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - -i "${S}/pine/makefile.lnx" || die "sed pine/makefile.lnx failed" - sed -e "s:-g -DDEBUG:${CFLAGS}:" \ - -i "${S}/pico/makefile.lnx" || die "sed pico/makefile.lnx failed" - fi - - sed -e "s:/usr/local/lib/pine.conf:${EPREFIX}/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-lnx.h" || die "sed os-lnx.h failed" - - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - -i "${S}/pine/osdep/os-bsf.h" || die "sed os-bsf.h failed" - - # We use ncurses for FreeBSD - for x in "${S}"/*/makefile.bsf ; do - sed -e "s/-ltermcap/-lcurses/g" -e "s/-ltermlib/-lcurses/g" \ - -i "${x}" || die "sed ${x} failed" - done -} - -src_compile() { - local myconf - if use ssl ; then - myconf="${myconf} SSLDIR=${EPREFIX}/usr SSLTYPE=unix SSLCERTS=${EPREFIX}/etc/ssl/certs" - sed -e "s:\$(SSLDIR)/certs:${EPREFIX}/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):${EPREFIX}/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE):-I${EPREFIX}/usr/include/openssl:" \ - -i "${S}/imap/src/osdep/unix/Makefile" || die "sed Makefile failed" - else - myconf="${myconf} NOSSL" - fi - if use ldap ; then - ./contrib/ldap-setup lnp lnp - myconf="${myconf} LDAPCFLAGS=-DENABLE_LDAP" - else - myconf="${myconf} NOLDAP" - fi - if use kerberos ; then - myconf="${myconf} EXTRAAUTHENTICATORS=gss" - fi - - if use elibc_FreeBSD ; then - target=bsf - elif use pam ; then - [[ ${CHOST} == *-darwin* ]] && target=oxp || target=lnp - else - [[ ${CHOST} == *-darwin* ]] && target=osx || target=slx - fi - myconf="${myconf} CC=\"$(tc-getCC)\"" - ./build ${myconf} ${target} EXTRACFLAGS="${CFLAGS}" \ - EXTRALDFLAGS="${LDFLAGS}" || die "compile problem" -} - -src_install() { - dobin bin/pine bin/pico bin/pilot bin/rpdump bin/rpload - - # Only mailbase should install /etc/mailcap -# newins doc/mailcap.unx mailcap - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt -# if use ipv6 ; then -# dodoc "${DISTDIR}/readme.${P}-v6-20031001" -# fi - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dohtml -r doc/tech-notes/ -} - -pkg_postinst() { - maildir_warn - - if use passfile ; then - elog - elog "Pine will cache passwords between connections." - elog "File ~/.pinepw will be used for this." - elog - fi -} |