diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:40:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:40:26 +0000 |
commit | 5ff9a724eb2590e99442657f7c22621eb880a06a (patch) | |
tree | 6d931993b652f03ce7c46344236bfa64644f3b2b /net-mail | |
parent | version bump (diff) | |
download | gentoo-2-5ff9a724eb2590e99442657f7c22621eb880a06a.tar.gz gentoo-2-5ff9a724eb2590e99442657f7c22621eb880a06a.tar.bz2 gentoo-2-5ff9a724eb2590e99442657f7c22621eb880a06a.zip |
$DEBUG -> use debug
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pine/files/digest-pine-4.51 | 2 | ||||
-rw-r--r-- | net-mail/pine/files/digest-pine-4.52 | 11 | ||||
-rw-r--r-- | net-mail/pine/files/digest-pine-4.53-r4 | 2 | ||||
-rw-r--r-- | net-mail/pine/pine-4.50-r4.ebuild | 40 | ||||
-rw-r--r-- | net-mail/pine/pine-4.51.ebuild | 124 | ||||
-rw-r--r-- | net-mail/pine/pine-4.52.ebuild | 162 | ||||
-rw-r--r-- | net-mail/pine/pine-4.53-r4.ebuild | 127 | ||||
-rw-r--r-- | net-mail/pine/pine-4.56.ebuild | 12 |
8 files changed, 26 insertions, 454 deletions
diff --git a/net-mail/pine/files/digest-pine-4.51 b/net-mail/pine/files/digest-pine-4.51 deleted file mode 100644 index 019603ecd99c..000000000000 --- a/net-mail/pine/files/digest-pine-4.51 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c651d7284e0381c840f52f16f7160e1d pine4.51.tar.bz2 2787276 -MD5 eb056b8f1db71ee86efb0847f1331b2a all.patch.gz 85838 diff --git a/net-mail/pine/files/digest-pine-4.52 b/net-mail/pine/files/digest-pine-4.52 deleted file mode 100644 index 9867d03e42c5..000000000000 --- a/net-mail/pine/files/digest-pine-4.52 +++ /dev/null @@ -1,11 +0,0 @@ -MD5 cbdd475ebe0cb712350e3cb15643ecea pine4.52.tar.bz2 2804070 -MD5 f5b8cf2e5165d7f4fef26354e8a42bb3 fancy.patch.gz 23702 -MD5 9516e76eb29995506632d691fb06cd55 fillpara.patch.gz 8138 -MD5 9a4087027d9bd36744865a10e6f21140 outgoing.patch.gz 6331 -MD5 959aec36a510b70cbcafb64b17a5c0c5 WrtAcc.patch.gz 2368 -MD5 4bf39601a45ce151715be8312a322cfe fromheader.patch.gz 1630 -MD5 ff16f4f5eb50d8d29ee7c078a845ffd6 newmessages.patch.gz 1140 -MD5 cf8e0626538233b5d4d3804b1ab774be reply.patch.gz 4072 -MD5 1ebd94f4ef16caf94e1c6de15a18d273 newsrc.patch.gz 3328 -MD5 d5672e487e8246a6b7bc0fb4a5b0c5b4 status.patch.gz 655 -MD5 3d55d4f995d7a55278d8f737fc2e751c insertpat.patch.gz 813 diff --git a/net-mail/pine/files/digest-pine-4.53-r4 b/net-mail/pine/files/digest-pine-4.53-r4 deleted file mode 100644 index 99ba87479237..000000000000 --- a/net-mail/pine/files/digest-pine-4.53-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8bc92fa7c03d48c2c6d042ad58221685 pine4.53.tar.bz2 2793349 -MD5 5e1bf4453901b7d2ce64c68c9f6836be pine-4.53-chappa-20030214.patch.bz2 87534 diff --git a/net-mail/pine/pine-4.50-r4.ebuild b/net-mail/pine/pine-4.50-r4.ebuild index 4e7bc4e7f5ef..e284a5f89e66 100644 --- a/net-mail/pine/pine-4.50-r4.ebuild +++ b/net-mail/pine/pine-4.50-r4.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.50-r4.ebuild,v 1.6 2003/04/15 22:24:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.50-r4.ebuild,v 1.7 2003/08/03 03:40:26 vapier Exp $ inherit eutils -DESCRIPTION="A tool for reading, sending and managing electronic messages." +DESCRIPTION="tool for reading, sending and managing electronic messages" +HOMEPAGE="http://www.washington.edu/pine/" SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.gz mirror://gentoo/pine-4.50-maildir.patch.gz" -HOMEPAGE="http://www.washington.edu/pine/" -SLOT="0" LICENSE="PICO" +SLOT="0" KEYWORDS="x86 ppc sparc" -IUSE="ssl ldap" +IUSE="ssl ldap debug" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 @@ -35,13 +35,13 @@ src_unpack() { fi # fix for Home and End keys - epatch ${FILESDIR}/pine-4.21-fixhome.patch + epatch ${FILESDIR}/pine-4.21-fixhome.patch - # flock() emulation - cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix + # flock() emulation + cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix - # change /bin/passwd to /usr/bin/passwd - epatch ${FILESDIR}/pine-4.21-passwd.patch + # change /bin/passwd to /usr/bin/passwd + epatch ${FILESDIR}/pine-4.21-passwd.patch if [ "`use ldap`" ] ; then # link to shared ldap libs instead of static @@ -52,21 +52,21 @@ src_unpack() { fi # small flock() related fix - epatch ${FILESDIR}/pine-4.40-boguswarning.patch + epatch ${FILESDIR}/pine-4.40-boguswarning.patch - # segfix? not sure what this is for but it still applies - epatch ${FILESDIR}/pine-4.31-segfix.patch + # segfix? not sure what this is for but it still applies + epatch ${FILESDIR}/pine-4.31-segfix.patch - # change lock files from 0666 to 0600 - epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch + # change lock files from 0666 to 0600 + epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch - # add missing needed time.h includes - epatch ${FILESDIR}/imap-2000-time.patch + # add missing needed time.h includes + epatch ${FILESDIR}/imap-2000-time.patch - # gets rid of a call to stripwhitespace() - epatch ${FILESDIR}/pine-4.33-whitespace.patch + # gets rid of a call to stripwhitespace() + epatch ${FILESDIR}/pine-4.33-whitespace.patch - if [ -n "$DEBUG" ]; then + if [ `use debug` ]; then cd ${S}/pine cp makefile.lnx makefile.orig sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ diff --git a/net-mail/pine/pine-4.51.ebuild b/net-mail/pine/pine-4.51.ebuild deleted file mode 100644 index 268c8bd83d8e..000000000000 --- a/net-mail/pine/pine-4.51.ebuild +++ /dev/null @@ -1,124 +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/pine/pine-4.51.ebuild,v 1.6 2003/07/13 13:32:32 aliz Exp $ - -inherit eutils - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.bz2 - http://www.math.washington.edu/~chappa/pine/patches/pine4.51/all.patch.gz" -HOMEPAGE="http://www.washington.edu/pine/ - http://www.math.washington.edu/~chappa/pine/patches/" - -SLOT="0" -LICENSE="PICO" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="ssl ldap" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - >=sys-libs/pam-0.72 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - net-www/lynx" - -S=${WORKDIR}/${PN}${PV} - -src_unpack() { - unpack ${PN}${PV}.tar.bz2 - cd ${S} - - epatch ${DISTDIR}/all.patch.gz - - epatch ${FILESDIR}/pine-4.21-fixhome.patch - - epatch ${FILESDIR}/imap-4.7c2-flock.patch - cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix - - 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 - - epatch ${FILESDIR}/pine-4.40-boguswarning.patch - - epatch ${FILESDIR}/pine-4.31-segfix.patch - - epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch - - epatch ${FILESDIR}/imap-2000-time.patch - - epatch ${FILESDIR}/pine-4.33-whitespace.patch - - if [ -n "$DEBUGBUILD" ]; then - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - < makefile.orig > makefile.lnx - else - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx - fi -} - -src_compile() { - BUILDOPTS="" - if [ "`use ssl`" ] - then - BUILDOPTS="${BUILDOPTS} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" - cd ${S}/imap/src/osdep/unix - cp Makefile Makefile.orig - sed \ - -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE) ::" \ - < Makefile.orig > Makefile - cd ${S} - else - BUILDOPTS="${BUILDOPTS} NOSSL" - fi - if [ "`use ldap`" ] - then - ./contrib/ldap-setup lnp lnp - BUILDOPTS="${BUILDOPTS} LDAPCFLAGS=-DENABLE_LDAP" - else - BUILDOPTS="${BUILDOPTS} NOLDAP" - fi - - ./build ${BUILDOPTS} lnp || die -} - -src_install() { - into /usr - dobin bin/pine bin/pico bin/pilot bin/mtest bin/rpdump bin/rpload - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - - insinto /etc - doins doc/mime.types - donewins doc/mailcap.unx mailcap - - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt - use mbox || dodoc README.maildir - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/FAQ imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dodoc doc/tech-notes/*.html -} diff --git a/net-mail/pine/pine-4.52.ebuild b/net-mail/pine/pine-4.52.ebuild deleted file mode 100644 index d2a1f59638e0..000000000000 --- a/net-mail/pine/pine-4.52.ebuild +++ /dev/null @@ -1,162 +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/pine/pine-4.52.ebuild,v 1.5 2003/07/13 13:32:32 aliz Exp $ - -inherit eutils - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.bz2 - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/fancy.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/fillpara.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/outgoing.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/WrtAcc.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/fromheader.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/newmessages.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/reply.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/newsrc.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/status.patch.gz - http://www.math.washington.edu/~chappa/pine/patches/pine4.52/insertpat.patch.gz" -HOMEPAGE="http://www.washington.edu/pine/ - http://www.math.washington.edu/~chappa/pine/patches/" - -SLOT="0" -LICENSE="PICO" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="ssl ldap" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - >=sys-libs/pam-0.72 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - net-www/lynx - !net-mail/pine-maildir" - -S=${WORKDIR}/${PN}${PV} - -src_unpack() { - unpack ${PN}${PV}.tar.bz2 - cd ${S} - - # fancy threads patch for a collapsed/uncollapsed mbox view - epatch ${DISTDIR}/fancy.patch.gz || die - - # a patch for a smarter indentation algorithim - epatch ${DISTDIR}/fillpara.patch.gz || die - - # use pine from the commandline to send email - epatch ${DISTDIR}/outgoing.patch.gz || die - - # adds the ability for you to write letter accents - epatch ${DISTDIR}/WrtAcc.patch.gz || die - - # gives you the ability to change your From: header - epatch ${DISTDIR}/fromheader.patch.gz || die - - # keeps your new messages count up to date - epatch ${DISTDIR}/newmessages.patch.gz || die - - # more options available when replying to messages - epatch ${DISTDIR}/reply.patch.gz || die - - # add the ability to have multiple news servers - epatch ${DISTDIR}/newsrc.patch.gz || die - - # "actualizes" (updates) the status line as your current position changes - epatch ${DISTDIR}/status.patch.gz || die - - # re-insert your last searched pattern - epatch ${DISTDIR}/insertpat.patch.gz || die - - epatch ${FILESDIR}/pine-4.21-fixhome.patch - - epatch ${FILESDIR}/imap-4.7c2-flock.patch - cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix - - 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 - - epatch ${FILESDIR}/pine-4.40-boguswarning.patch - - epatch ${FILESDIR}/pine-4.31-segfix.patch - - epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch - - epatch ${FILESDIR}/imap-2000-time.patch - - epatch ${FILESDIR}/pine-4.33-whitespace.patch - - if [ -n "$DEBUGBUILD" ]; then - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - < makefile.orig > makefile.lnx - else - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx - fi -} - -src_compile() { - BUILDOPTS="" - if [ "`use ssl`" ] - then - BUILDOPTS="${BUILDOPTS} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" - cd ${S}/imap/src/osdep/unix - cp Makefile Makefile.orig - sed \ - -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE) ::" \ - < Makefile.orig > Makefile - cd ${S} - else - BUILDOPTS="${BUILDOPTS} NOSSL" - fi - if [ "`use ldap`" ] - then - ./contrib/ldap-setup lnp lnp - BUILDOPTS="${BUILDOPTS} LDAPCFLAGS=-DENABLE_LDAP" - else - BUILDOPTS="${BUILDOPTS} NOLDAP" - fi - - ./build ${BUILDOPTS} lnp || die -} - -src_install() { - into /usr - dobin bin/pine bin/pico bin/pilot bin/mtest bin/rpdump bin/rpload - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - - insinto /etc - doins doc/mime.types - donewins doc/mailcap.unx mailcap - - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt - use mbox || dodoc README.maildir - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/FAQ imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dodoc doc/tech-notes/*.html -} diff --git a/net-mail/pine/pine-4.53-r4.ebuild b/net-mail/pine/pine-4.53-r4.ebuild deleted file mode 100644 index 02fab513191c..000000000000 --- a/net-mail/pine/pine-4.53-r4.ebuild +++ /dev/null @@ -1,127 +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/pine/pine-4.53-r4.ebuild,v 1.6 2003/04/15 16:09:22 mholzer Exp $ - -inherit eutils - -DESCRIPTION="A tool for reading, sending and managing electronic messages." -SRC_URI="ftp://ftp.cac.washington.edu/pine/${PN}${PV}.tar.bz2 - mirror://gentoo//${P}-chappa-20030214.patch.bz2" -HOMEPAGE="http://www.washington.edu/pine/ - http://www.math.washington.edu/~chappa/pine/patches/" - -SLOT="0" -LICENSE="PICO" -KEYWORDS="x86 ~ppc sparc ~alpha" -IUSE="ssl ldap" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - >=sys-libs/pam-0.72 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - !net-mail/pine-maildir" - -S=${WORKDIR}/${PN}${PV} - -src_unpack() { - unpack ${PN}${PV}.tar.bz2 - cd ${S} - - epatch ${DISTDIR}/${P}-chappa-20030214.patch.bz2 || die - - epatch ${FILESDIR}/pine-4.21-fixhome.patch || die - - epatch ${FILESDIR}/imap-4.7c2-flock.patch - cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix - - 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 - - epatch ${FILESDIR}/pine-4.40-boguswarning.patch - - epatch ${FILESDIR}/pine-4.31-segfix.patch - - epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch - - epatch ${FILESDIR}/imap-2000-time.patch - - epatch ${FILESDIR}/pine-4.33-whitespace.patch - - if [ -n "$DEBUGBUILD" ]; then - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ - < makefile.orig > makefile.lnx - else - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ - < makefile.orig > makefile.lnx - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx - fi - cd ${S}/pine/osdep - cp os-lnx.h os-lnx.h.orig - sed -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ - < os-lnx.h.orig > os-lnx.h -} - -src_compile() { - BUILDOPTS="" - if [ "`use ssl`" ] - then - BUILDOPTS="${BUILDOPTS} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" - cd ${S}/imap/src/osdep/unix - cp Makefile Makefile.orig - sed \ - -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ - -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ - -e "s:-I\$(SSLINCLUDE) ::" \ - < Makefile.orig > Makefile - cd ${S} - else - BUILDOPTS="${BUILDOPTS} NOSSL" - fi - if [ "`use ldap`" ] - then - ./contrib/ldap-setup lnp lnp - BUILDOPTS="${BUILDOPTS} LDAPCFLAGS=-DENABLE_LDAP" - else - BUILDOPTS="${BUILDOPTS} NOLDAP" - fi - - ./build ${BUILDOPTS} lnp || die -} - -src_install() { - into /usr - dobin bin/pine bin/pico bin/pilot bin/mtest bin/rpdump bin/rpload - - doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 - - insinto /etc - doins doc/mime.types - donewins doc/mailcap.unx mailcap - - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt - - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - - docinto html/tech-notes - dodoc doc/tech-notes/*.html -} diff --git a/net-mail/pine/pine-4.56.ebuild b/net-mail/pine/pine-4.56.ebuild index e042ca1b34f5..c88b3d01ba96 100644 --- a/net-mail/pine/pine-4.56.ebuild +++ b/net-mail/pine/pine-4.56.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.56.ebuild,v 1.4 2003/07/11 21:13:16 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.56.ebuild,v 1.5 2003/08/03 03:40:26 vapier Exp $ inherit eutils DESCRIPTION="A tool for reading, sending and managing electronic messages." -SRC_URI="ftp://ftp.cac.washington.edu/pine/${PN}${PV}.tar.bz2 - mirror://gentoo//${P}-chappa-20030609.patch.bz2" HOMEPAGE="http://www.washington.edu/pine/ http://www.math.washington.edu/~chappa/pine/patches/" +SRC_URI="ftp://ftp.cac.washington.edu/pine/${PN}${PV}.tar.bz2 + mirror://gentoo//${P}-chappa-20030609.patch.bz2" -SLOT="0" LICENSE="PICO" +SLOT="0" KEYWORDS="x86 ~ppc sparc ~alpha" -IUSE="ssl ldap" +IUSE="ssl ldap debug" DEPEND="virtual/glibc >=sys-apps/sed-4 @@ -58,7 +58,7 @@ src_unpack() { # bug #23336 - makes pine transparent in terms that support it epatch ${FILESDIR}/transparency.patch - if [ -n "$DEBUGBUILD" ]; then + if [ `use debug` ]; then cd ${S}/pine sed -i \ -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ |