diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-09-01 07:32:21 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-09-01 07:32:21 +0000 |
commit | 9991b99a0614a7a7a5baed62cd39b7c85741fb9c (patch) | |
tree | f7e0e136ed4f74d1732f4209b4a2ad92cca3ed76 /mail-client/nail | |
parent | Fix ifconfig from bringing lo up and then working out aliases, #104415 (diff) | |
download | gentoo-2-9991b99a0614a7a7a5baed62cd39b7c85741fb9c.tar.gz gentoo-2-9991b99a0614a7a7a5baed62cd39b7c85741fb9c.tar.bz2 gentoo-2-9991b99a0614a7a7a5baed62cd39b7c85741fb9c.zip |
remove old versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client/nail')
-rw-r--r-- | mail-client/nail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/nail/files/digest-nail-11.20 | 1 | ||||
-rw-r--r-- | mail-client/nail/files/digest-nail-11.22 | 1 | ||||
-rw-r--r-- | mail-client/nail/nail-11.20.ebuild | 58 | ||||
-rw-r--r-- | mail-client/nail/nail-11.22.ebuild | 58 |
5 files changed, 5 insertions, 119 deletions
diff --git a/mail-client/nail/ChangeLog b/mail-client/nail/ChangeLog index a7e4db20974f..bc1b5487a51c 100644 --- a/mail-client/nail/ChangeLog +++ b/mail-client/nail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/nail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.38 2005/08/24 19:07:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.39 2005/09/01 07:32:21 ferdy Exp $ + + 01 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> -nail-11.20.ebuild, + -nail-11.22.ebuild: + remove old versions 24 Aug 2005; Aron Griffis <agriffis@gentoo.org> nail-11.25-r1.ebuild: stable on ia64 diff --git a/mail-client/nail/files/digest-nail-11.20 b/mail-client/nail/files/digest-nail-11.20 deleted file mode 100644 index 753b7f6b650e..000000000000 --- a/mail-client/nail/files/digest-nail-11.20 +++ /dev/null @@ -1 +0,0 @@ -MD5 f08dab4fb6a069bc6876b0b58116716b nail-11.20.tar.bz2 266444 diff --git a/mail-client/nail/files/digest-nail-11.22 b/mail-client/nail/files/digest-nail-11.22 deleted file mode 100644 index 8e8681e49ff0..000000000000 --- a/mail-client/nail/files/digest-nail-11.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 caad4c4cd02c7fbf0d9e7fec50ff3b21 nail-11.22.tar.bz2 264568 diff --git a/mail-client/nail/nail-11.20.ebuild b/mail-client/nail/nail-11.20.ebuild deleted file mode 100644 index 3d2ccb1de935..000000000000 --- a/mail-client/nail/nail-11.20.ebuild +++ /dev/null @@ -1,58 +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/nail/nail-11.20.ebuild,v 1.5 2005/05/08 20:57:56 ferdy Exp $ - -inherit eutils -DESCRIPTION="Nail is a mail user agent derived from Berkeley Mail 8.1 and contains builtin support for MIME messages." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://nail.sourceforge.net/" -PROVIDE="virtual/mailx" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl ) - !virtual/mailx" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 sparc ~ppc ~amd64 ~alpha ia64" -IUSE="ssl" - -src_compile() { - # ./configure no longer required - emake PREFIX=/usr MAILSPOOL='~/.maildir' || die "emake failed" -} - -src_install () { - #add smtp flag to nail.rc so that it uses smtp by default (making it - #essentially mailer independent - echo -e "\n#use smtp on the local system by default. Change" >> nail.rc - echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc - echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc - echo -e "set smtp=localhost" >> nail.rc - - make DESTDIR=${D} UCBINSTALL=/bin/install PREFIX=/usr install || die "install failed" - dodoc AUTHORS COPYING I18N INSTALL README - dodir /bin - dosym /usr/bin/nail /bin/mail - dosym /usr/bin/nail /usr/bin/mailx - dosym /usr/bin/nail /usr/bin/mail - dosym /usr/bin/nail /usr/bin/Mail -} - -pkg_postinst () { - echo - einfo "NOTE: This build has ~/.maildir compiled in as the" - einfo " mail spool directory (for incoming mail)." - einfo " Nail will work for sending outgoing mail even if" - einfo " the mail spool directory does not exist." - echo - einfo "NOTE: When used to send mail via a remote smtp server" - einfo " nail does not require a local mail transfer agent." - einfo " ISP smtp servers tend to have names like" - einfo " mail.ispname.com" - einfo " or" - einfo " smtp.ispname.com." - einfo " If you do not wish to use a remote smtp server," - einfo " then you WILL have to install a mta such as sendmail," - einfo " postfix, exim, etcetera." - echo -} diff --git a/mail-client/nail/nail-11.22.ebuild b/mail-client/nail/nail-11.22.ebuild deleted file mode 100644 index 6c4fb13e9607..000000000000 --- a/mail-client/nail/nail-11.22.ebuild +++ /dev/null @@ -1,58 +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/nail/nail-11.22.ebuild,v 1.4 2005/05/10 20:45:16 gustavoz Exp $ - -inherit eutils -DESCRIPTION="Nail is a mail user agent derived from Berkeley Mail 8.1 and contains builtin support for MIME messages." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://nail.sourceforge.net/" -PROVIDE="virtual/mailx" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl ) - !virtual/mailx" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 sparc ~ppc ~amd64 alpha ~ia64 ~hppa" -IUSE="ssl" - -src_compile() { - # ./configure no longer required - emake PREFIX=/usr MAILSPOOL='~/.maildir' || die "emake failed" -} - -src_install () { - #add smtp flag to nail.rc so that it uses smtp by default (making it - #essentially mailer independent - echo -e "\n#use smtp on the local system by default. Change" >> nail.rc - echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc - echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc - echo -e "set smtp=localhost" >> nail.rc - - make DESTDIR=${D} UCBINSTALL=/bin/install PREFIX=/usr install || die "install failed" - dodoc AUTHORS COPYING I18N INSTALL README - dodir /bin - dosym /usr/bin/nail /bin/mail - dosym /usr/bin/nail /usr/bin/mailx - dosym /usr/bin/nail /usr/bin/mail - dosym /usr/bin/nail /usr/bin/Mail -} - -pkg_postinst () { - echo - einfo "NOTE: This build has ~/.maildir compiled in as the" - einfo " mail spool directory (for incoming mail)." - einfo " Nail will work for sending outgoing mail even if" - einfo " the mail spool directory does not exist." - echo - einfo "NOTE: When used to send mail via a remote smtp server" - einfo " nail does not require a local mail transfer agent." - einfo " ISP smtp servers tend to have names like" - einfo " mail.ispname.com" - einfo " or" - einfo " smtp.ispname.com." - einfo " If you do not wish to use a remote smtp server," - einfo " then you WILL have to install a mta such as sendmail," - einfo " postfix, exim, etcetera." - echo -} |