diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-12 02:35:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-12 02:35:43 +0000 |
commit | dcbfa88a4d6db29a2e977840e38798a5d39e5cdf (patch) | |
tree | 65b46c092abe722bb6ce57b106c0d68053d529b2 /mail-client/muttng | |
parent | Disable building with libesmtp since it doesn't link #102129 (diff) | |
download | gentoo-2-dcbfa88a4d6db29a2e977840e38798a5d39e5cdf.tar.gz gentoo-2-dcbfa88a4d6db29a2e977840e38798a5d39e5cdf.tar.bz2 gentoo-2-dcbfa88a4d6db29a2e977840e38798a5d39e5cdf.zip |
Trim old ebuilds
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client/muttng')
-rw-r--r-- | mail-client/muttng/ChangeLog | 4 | ||||
-rw-r--r-- | mail-client/muttng/files/digest-muttng-20050317 | 1 | ||||
-rw-r--r-- | mail-client/muttng/files/digest-muttng-20050325 | 1 | ||||
-rw-r--r-- | mail-client/muttng/files/digest-muttng-20050809 | 1 | ||||
-rw-r--r-- | mail-client/muttng/muttng-20050317.ebuild | 100 | ||||
-rw-r--r-- | mail-client/muttng/muttng-20050325.ebuild | 105 | ||||
-rw-r--r-- | mail-client/muttng/muttng-20050809-r1.ebuild | 9 | ||||
-rw-r--r-- | mail-client/muttng/muttng-20050809.ebuild | 141 |
8 files changed, 7 insertions, 355 deletions
diff --git a/mail-client/muttng/ChangeLog b/mail-client/muttng/ChangeLog index 250b898e3b18..bd699db45f70 100644 --- a/mail-client/muttng/ChangeLog +++ b/mail-client/muttng/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for mail-client/muttng # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.10 2005/08/12 02:31:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.11 2005/08/12 02:35:43 agriffis Exp $ - 12 Aug 2005; Aron Griffis <agriffis@gentoo.org> muttng-20050809.ebuild: + 12 Aug 2005; Aron Griffis <agriffis@gentoo.org> muttng-20050809-r1.ebuild: Disable building with libesmtp since it doesn't link #102129 11 Aug 2005; Aron Griffis <agriffis@gentoo.org> muttng-20050809-r1.ebuild: diff --git a/mail-client/muttng/files/digest-muttng-20050317 b/mail-client/muttng/files/digest-muttng-20050317 deleted file mode 100644 index 778c5eae466c..000000000000 --- a/mail-client/muttng/files/digest-muttng-20050317 +++ /dev/null @@ -1 +0,0 @@ -MD5 944de30422cd430d882197c2e9f5ea07 muttng-20050317.tar.gz 2260198 diff --git a/mail-client/muttng/files/digest-muttng-20050325 b/mail-client/muttng/files/digest-muttng-20050325 deleted file mode 100644 index 2b478edd0753..000000000000 --- a/mail-client/muttng/files/digest-muttng-20050325 +++ /dev/null @@ -1 +0,0 @@ -MD5 4add7223b6f3dee313f1ce0cc052b7e6 muttng-20050325.tar.gz 2267641 diff --git a/mail-client/muttng/files/digest-muttng-20050809 b/mail-client/muttng/files/digest-muttng-20050809 deleted file mode 100644 index 7fd4b4b91975..000000000000 --- a/mail-client/muttng/files/digest-muttng-20050809 +++ /dev/null @@ -1 +0,0 @@ -MD5 cff8c65d17ca2f0da52cc84b3eae1031 muttng-20050809.tar.gz 2448668 diff --git a/mail-client/muttng/muttng-20050317.ebuild b/mail-client/muttng/muttng-20050317.ebuild deleted file mode 100644 index fe5da21fbcb5..000000000000 --- a/mail-client/muttng/muttng-20050317.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050317.ebuild,v 1.4 2005/03/25 12:33:15 agriffis Exp $ - -DESCRIPTION="mutt-ng is the next generation of mutt." -HOMEPAGE="http://www.muttng.org/" -SRC_URI="http://www.muttng.org/snapshots/${P}.tar.gz" -IUSE="crypt debug gnutls gpgme imap mbox nls nntp sasl slang smtp ssl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" -RDEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/ncurses-5.2 - sys-devel/automake - sys-devel/autoconf - net-dns/libidn - smtp? ( net-libs/libesmtp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - slang? ( >=sys-libs/slang-1.4.2 ) - gnutls? ( >=net-libs/gnutls-1.0.17 ) - gpgme? ( >=app-crypt/gpgme-0.9.0 ) - sasl? ( >=dev-libs/cyrus-sasl-2 )" -DEPEND="${RDEPEND} - net-mail/mailbase" - -src_unpack() { - unpack ${P}.tar.gz && cd ${S} || die "unpacking failed" - - aclocal -I m4 || die "aclocal failed" - autoheader || die "autoheader failed" - make -C m4 -f Makefile.am.in || die "make in m4 failed" - automake --foreign || die "automake failed" - autoconf || die "autoconf failed" -} - -src_compile() { - local myconf=" - $(use_enable nls) \ - $(use_enable gpgme) \ - $(use_enable imap) \ - $(use_with sasl sasl2) \ - $(use_enable crypt pgp) \ - $(use_enable nntp) \ - $(use_enable debug) \ - $(use_with smtp libesmtp) \ - --enable-hcache \ - --enable-compressed \ - --sysconfdir=/etc/muttng \ - --with-docdir=/usr/share/doc/muttng-${PVR} \ - --with-regex \ - --enable-pop \ - --disable-fcntl \ - --enable-flock \ - --enable-external-dotlock" - - if useq gnutls; then - myconf="${myconf} --with-gnutls" - elif useq ssl; then - myconf="${myconf} --with-ssl" - fi - - if useq slang; then - myconf="${myconf} --with-slang" - ewarn "To use a transparend background merge muttng with USE=-slang" - else - # --without-slang doesn't work; - # specify --with-curses if you don't want slang - myconf="${myconf} --with-curses" - fi - - if useq mbox; then - myconf="${myconf} --with-maildir=/var/spool/mail" - else - myconf="${myconf} --with-homespool=Maildir" - fi - - econf ${myconf} - emake || die "emake failed (myconf=${myconf})" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - find ${D}/usr/share/doc -type f | grep -v "html\|manual" | xargs gzip - if useq mbox; then - insinto /etc/muttng - newins ${FILESDIR}/Muttngrc.mbox Muttngrc - else - insinto /etc/muttng - doins ${FILESDIR}/Muttngrc - fi - - dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION -} - -pkg_postinst() { - echo - einfo "NOTE: muttng is still under heavy development" - einfo "If you find a bug please report at http://bugs.gentoo.org" - echo -} diff --git a/mail-client/muttng/muttng-20050325.ebuild b/mail-client/muttng/muttng-20050325.ebuild deleted file mode 100644 index dce2530fe0d5..000000000000 --- a/mail-client/muttng/muttng-20050325.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050325.ebuild,v 1.3 2005/06/18 20:22:56 mcummings Exp $ - -DESCRIPTION="mutt-ng is the next generation of mutt." -HOMEPAGE="http://www.muttng.org/" -SRC_URI="http://www.muttng.org/snapshots/${P}.tar.gz" -IUSE="crypt debug gnutls gdbm gpgme idn imap mbox nls nntp sasl slang smtp ssl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~sparc" -RDEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/ncurses-5.2 - idn? ( net-dns/libidn ) - gdbm? ( sys-libs/gdbm ) - !gdbm? ( >=sys-libs/db-4 ) - smtp? ( net-libs/libesmtp ) - slang? ( >=sys-libs/slang-1.4.2 ) - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - gpgme? ( >=app-crypt/gpgme-0.9.0 ) - sasl? ( >=dev-libs/cyrus-sasl-2 )" -DEPEND="${RDEPEND} - sys-devel/automake - >=sys-devel/autoconf-2.5 - net-mail/mailbase" - -src_unpack() { - unpack ${P}.tar.gz && cd ${S} || die "unpacking failed" - - aclocal -I m4 || die "aclocal failed" - autoheader || die "autoheader failed" - make -C m4 -f Makefile.am.in || die "make in m4 failed" - automake --foreign || die "automake failed" - WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" -} - -src_compile() { - local myconf=" - $(use_enable nls) \ - $(use_enable gpgme) \ - $(use_enable imap) \ - $(use_with sasl sasl2) \ - $(use_enable crypt pgp) \ - $(use_enable nntp) \ - $(use_enable debug) \ - $(use_with smtp libesmtp) \ - $(use_with idn) \ - $(use_with gdbm) \ - --enable-hcache \ - --enable-compressed \ - --sysconfdir=/etc/muttng \ - --with-docdir=/usr/share/doc/muttng-${PVR} \ - --with-regex \ - --enable-pop \ - --disable-fcntl \ - --enable-flock \ - --with-mixmaster \ - --enable-external-dotlock" - - if useq gnutls; then - myconf="${myconf} --with-gnutls" - elif useq ssl; then - myconf="${myconf} --with-ssl" - fi - - if useq slang; then - myconf="${myconf} --with-slang" - ewarn "To use a transparend background merge muttng with USE=-slang" - else - # --without-slang doesn't work; - # specify --with-curses if you don't want slang - myconf="${myconf} --with-curses" - fi - - if useq mbox; then - myconf="${myconf} --with-maildir=/var/spool/mail" - else - myconf="${myconf} --with-homespool=Maildir" - fi - - econf ${myconf} - emake || die "emake failed (myconf=${myconf})" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - find ${D}/usr/share/doc -type f | grep -v "html\|manual" | xargs gzip - if useq mbox; then - insinto /etc/muttng - newins ${FILESDIR}/Muttngrc.mbox Muttngrc - else - insinto /etc/muttng - doins ${FILESDIR}/Muttngrc - fi - - dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION -} - -pkg_postinst() { - echo - einfo "NOTE: muttng is still under heavy development" - einfo "If you find a bug please report at http://bugs.gentoo.org" - echo -} diff --git a/mail-client/muttng/muttng-20050809-r1.ebuild b/mail-client/muttng/muttng-20050809-r1.ebuild index 17c4ce084e13..717dc77cd041 100644 --- a/mail-client/muttng/muttng-20050809-r1.ebuild +++ b/mail-client/muttng/muttng-20050809-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050809-r1.ebuild,v 1.4 2005/08/11 23:57:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050809-r1.ebuild,v 1.5 2005/08/12 02:35:43 agriffis Exp $ inherit eutils flag-o-matic DESCRIPTION="mutt-ng -- fork of mutt with added features" HOMEPAGE="http://www.muttng.org/" SRC_URI="http://nion.modprobe.de/mutt-ng/snapshots/${P}.tar.gz" -IUSE="berkdb buffysize cjk crypt debug gdbm gnutls gpgme idn imap mbox nls nntp pop qdbm sasl slang smime smtp ssl" +IUSE="berkdb buffysize cjk crypt debug gdbm gnutls gpgme idn imap mbox nls nntp pop qdbm sasl slang smime ssl" # smtp SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~sparc" @@ -19,7 +19,6 @@ RDEPEND="nls? ( sys-devel/gettext ) gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) - smtp? ( net-libs/libesmtp ) slang? ( >=sys-libs/slang-1.4.2 ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) @@ -32,6 +31,7 @@ RDEPEND="nls? ( sys-devel/gettext ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) gpgme? ( >=app-crypt/gpgme-0.9.0 )" + # smtp? ( net-libs/libesmtp ) DEPEND="${RDEPEND} sys-devel/automake >=sys-devel/autoconf-2.5 @@ -61,8 +61,8 @@ src_compile() { $(use_enable cjk default-japanese) \ $(use_enable debug) \ $(use_enable nntp) \ - $(use_with smtp libesmtp) \ $(use_with idn) \ + --disable-libesmtp \ --enable-compressed \ --sysconfdir=/etc/${PN} \ --with-docdir=/usr/share/doc/${PN}-${PVR} \ @@ -71,6 +71,7 @@ src_compile() { --with-mixmaster \ --without-sasl \ --enable-external-dotlock" +# $(use_with smtp libesmtp) \ # muttng prioritizes qdbm over gdbm, so we will too. # hcache feature requires at least one database is in USE. diff --git a/mail-client/muttng/muttng-20050809.ebuild b/mail-client/muttng/muttng-20050809.ebuild deleted file mode 100644 index 866fd1e008f7..000000000000 --- a/mail-client/muttng/muttng-20050809.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050809.ebuild,v 1.4 2005/08/12 02:31:17 agriffis Exp $ - -inherit eutils - -DESCRIPTION="mutt-ng is the next generation of mutt." -HOMEPAGE="http://www.muttng.org/" -SRC_URI="http://nion.modprobe.de/mutt-ng/snapshots/${P}.tar.gz" -IUSE="berkdb crypt debug gnutls gdbm gpgme idn imap mbox nls nntp pop qdbm sasl slang ssl" # smtp -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~sparc" -RDEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/ncurses-5.2 - idn? ( net-dns/libidn ) - qdbm? ( dev-db/qdbm ) - !qdbm? ( - gdbm? ( sys-libs/gdbm ) - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) - ) - slang? ( >=sys-libs/slang-1.4.2 ) - imap? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - ) - pop? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - ) - gpgme? ( >=app-crypt/gpgme-0.9.0 ) - sasl? ( >=dev-libs/cyrus-sasl-2 )" -# smtp? ( net-libs/libesmtp ) -DEPEND="${RDEPEND} - sys-devel/automake - >=sys-devel/autoconf-2.5 - net-mail/mailbase" - -src_unpack() { - unpack ${P}.tar.gz && cd ${S} || die "unpacking failed" - - # disable sgml conversion since it fails with sgml2html - epatch ${FILESDIR}/muttng-20050809-nodoc.patch - - aclocal -I m4 || die "aclocal failed" - autoheader || die "autoheader failed" - make -C m4 -f Makefile.am.in || die "make in m4 failed" - automake --foreign || die "automake failed" - WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" -} - -src_compile() { - declare myconf=" - $(use_enable nls) \ - $(use_enable gpgme) \ - $(use_enable imap) \ - $(use_enable pop) \ - $(use_with sasl sasl2) \ - $(use_enable crypt pgp) \ - $(use_enable nntp) \ - $(use_enable debug) \ - $(use_with idn) \ - --without-libesmtp \ - --enable-compressed \ - --sysconfdir=/etc/muttng \ - --with-docdir=/usr/share/doc/muttng-${PVR} \ - --with-regex \ - --disable-fcntl \ - --enable-flock \ - --with-mixmaster \ - --enable-external-dotlock" -# $(use_with smtp libesmtp) \ - - # muttng prioritizes qdbm over gdbm, so we will too. - # hcache feature requires at least one database is in USE. - if use qdbm; then - myconf="${myconf} --enable-hcache \ - --with-qdbm --without-gdbm --without-bdb" - elif use gdbm; then - myconf="${myconf} --enable-hcache \ - --with-gdbm --without-qdbm --without-bdb" - elif use berkdb; then - myconf="${myconf} --enable-hcache \ - --with-bdb --without-gdbm --without-qdbm" - else - myconf="${myconf} --disable-hcache \ - --without-gdbm --without-qdbm --without-bdb" - fi - - # there's no need for gnutls or ssl without either pop or imap. - # in fact mutt's configure will bail if you do: - # --without-pop --without-imap --with-ssl - if use pop || use imap; then - if use gnutls; then - myconf="${myconf} --with-gnutls" - elif use ssl; then - myconf="${myconf} --with-ssl" - fi - else - myconf="${myconf} --without-gnutls --without-ssl" - fi - - if use slang; then - myconf="${myconf} --with-slang" - ewarn "To use a transparend background merge muttng with USE=-slang" - else - # --without-slang doesn't work; - # specify --with-curses if you don't want slang - myconf="${myconf} --with-curses" - fi - - if use mbox; then - myconf="${myconf} --with-maildir=/var/spool/mail" - else - myconf="${myconf} --with-homespool=Maildir" - fi - - econf ${myconf} - emake || die "emake failed (myconf=${myconf})" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - find ${D}/usr/share/doc -type f | grep -v "html\|manual" | xargs gzip - if use mbox; then - insinto /etc/muttng - newins ${FILESDIR}/Muttngrc.mbox Muttngrc - else - insinto /etc/muttng - doins ${FILESDIR}/Muttngrc - fi - - dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION -} - -pkg_postinst() { - echo - einfo "NOTE: muttng is still under heavy development" - einfo "If you find a bug please report at http://bugs.gentoo.org" - echo -} |