summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-03-28 09:02:24 +0000
committerEray Aslan <eras@gentoo.org>2011-03-28 09:02:24 +0000
commit2fb35cde51d00ad2365f65c10660393d7c30220b (patch)
tree509d0aec62607159310b2ede8eb6acae4aeb9ce4 /mail-mta/msmtp
parentDon't install deprecated x-java-jnlp-file.desktop to /usr/share/mimelnk wrt #... (diff)
downloadgentoo-2-2fb35cde51d00ad2365f65c10660393d7c30220b.tar.gz
gentoo-2-2fb35cde51d00ad2365f65c10660393d7c30220b.tar.bz2
gentoo-2-2fb35cde51d00ad2365f65c10660393d7c30220b.zip
remove old
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/msmtp')
-rw-r--r--mail-mta/msmtp/ChangeLog5
-rw-r--r--mail-mta/msmtp/msmtp-1.4.21.ebuild113
2 files changed, 4 insertions, 114 deletions
diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog
index 7fe6d1f20804..57da38c0275d 100644
--- a/mail-mta/msmtp/ChangeLog
+++ b/mail-mta/msmtp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/msmtp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.97 2011/03/25 10:06:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.98 2011/03/28 09:02:24 eras Exp $
+
+ 28 Mar 2011; Eray Aslan <eras@gentoo.org> -msmtp-1.4.21.ebuild:
+ remove old version
25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> msmtp-1.4.23.ebuild:
ppc64 stable wrt #356937
diff --git a/mail-mta/msmtp/msmtp-1.4.21.ebuild b/mail-mta/msmtp/msmtp-1.4.21.ebuild
deleted file mode 100644
index b68b610df842..000000000000
--- a/mail-mta/msmtp/msmtp-1.4.21.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.21.ebuild,v 1.6 2010/09/28 14:41:12 ranger Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
-HOMEPAGE="http://msmtp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/msmtp/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnome-keyring gnutls idn mailwrapper nls sasl ssl +mta"
-
-DEPEND="idn? ( net-dns/libidn )
- nls? ( virtual/libintl )
- gnome-keyring? ( gnome-base/gnome-keyring )
- gnutls? ( >=net-libs/gnutls-1.2.0 )
- !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) )
- sasl? ( >=virtual/gsasl-0.2.4 )"
-
-RDEPEND="${DEPEND}
- mta? (
- !mailwrapper? ( !virtual/mta )
- mailwrapper? ( >=net-mail/mailwrapper-0.2 )
- )"
-
-DEPEND="${DEPEND}
- nls? ( sys-devel/gettext )
- dev-util/pkgconfig"
-
-PROVIDE="mta? ( virtual/mta )"
-
-src_configure() {
- local myconf
-
- if use gnutls ; then
- myconf="--with-ssl=gnutls"
- elif use ssl ; then
- myconf="--with-ssl=openssl"
- else
- myconf="--with-ssl=no"
- fi
-
- econf \
- $(use_with idn libidn) \
- $(use_with sasl libgsasl) \
- $(use_with gnome-keyring ) \
- $(use_enable nls) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- if use mta; then
- if use mailwrapper ; then
- insinto /etc/mail
- doins "${FILESDIR}"/mailer.conf
- else
- dodir /usr/sbin
- dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed"
- fi
- fi
-
- dodoc AUTHORS ChangeLog NEWS README THANKS \
- doc/{Mutt+msmtp.txt,msmtprc*} || die "dodoc failed"
-
- if use doc ; then
- dohtml doc/msmtp.html || die "dohtml failed"
- dodoc doc/msmtp.pdf
- fi
-
- #d=msmtpqueue
- #local msmtpqueue=/usr/share/${PN}/$d
- #insinto ${msmtpqueue}
- #exeinto ${msmtpqueue}
- #doexe scripts/msmtpqueue/*.sh || die "doexe failed"
- #for i in ChangeLog README ; do
- # newdoc scripts/msmtpqueue/$i msmtpqueue.$i \
- # || die "dodoc scripts/msmtpqueue/$i failed"
- #done
-
- #d=msmtpq
- #local msmtpq=/usr/share/${PN}/$d
- #insinto ${msmtpqueue}
- #exeinto ${msmtpqueue}
- #i=README
- #newdoc scripts/$d/$i $d.$i \
- # || die "dodoc scripts/$d/$i failed"
-
- src_install_contrib msmtpqueue "*.sh" "README ChangeLog"
- src_install_contrib msmtpq "msmtpq msmtpQ" "README"
-
-}
-
-src_install_contrib() {
- subdir="$1"
- bins="$2"
- docs="$3"
- local dir=/usr/share/${PN}/$subdir
- insinto ${dir}
- exeinto ${dir}
- for i in $bins ; do
- doexe scripts/$subdir/$i || die "doexe $subdir/$i failed"
- done
- for i in $docs ; do
- newdoc scripts/$subdir/$i $subdir.$i \
- || die "dodoc $subdir/$i failed"
- done
-}