public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-mta/msmtp: msmtp-1.4.5.ebuild ChangeLog msmtp-1.4.7.ebuild msmtp-1.4.9.ebuild msmtp-1.4.14.ebuild msmtp-1.4.2.ebuild msmtp-1.4.9-r1.ebuild msmtp-1.4.0.ebuild msmtp-1.4.1.ebuild msmtp-1.4.4.ebuild
@ 2008-03-22 14:51 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2008-03-22 14:51 UTC (permalink / raw
  To: gentoo-commits

tove        08/03/22 14:51:07

  Modified:             msmtp-1.4.5.ebuild ChangeLog msmtp-1.4.7.ebuild
                        msmtp-1.4.9.ebuild
  Added:                msmtp-1.4.14.ebuild
  Removed:              msmtp-1.4.2.ebuild msmtp-1.4.9-r1.ebuild
                        msmtp-1.4.0.ebuild msmtp-1.4.1.ebuild
                        msmtp-1.4.4.ebuild
  Log:
  Version bump (#187065) and cleaning.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  mail-mta/msmtp/msmtp-1.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild?r1=1.5&r2=1.6

Index: msmtp-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- msmtp-1.4.5.ebuild	14 Jan 2008 20:59:21 -0000	1.5
+++ msmtp-1.4.5.ebuild	22 Mar 2008 14:51:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild,v 1.5 2008/01/14 20:59:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild,v 1.6 2008/03/22 14:51:06 tove Exp $
 
 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
 HOMEPAGE="http://msmtp.sourceforge.net/"
@@ -42,11 +42,11 @@
 }
 
 src_install () {
-	make DESTDIR=${D} install || die "install failed"
+	make DESTDIR="${D}" install || die "install failed"
 
 	if use mailwrapper; then
 		insinto /etc/mail
-		doins ${FILESDIR}/mailer.conf
+		doins "${FILESDIR}"/mailer.conf
 	else
 		dodir /usr/sbin /usr/lib
 		dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed"



1.70                 mail-mta/msmtp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	14 Jan 2008 20:59:21 -0000	1.69
+++ ChangeLog	22 Mar 2008 14:51:06 -0000	1.70
@@ -1,6 +1,14 @@
 # ChangeLog for mail-mta/msmtp
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.69 2008/01/14 20:59:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.70 2008/03/22 14:51:06 tove Exp $
+
+*msmtp-1.4.14 (22 Mar 2008)
+
+  22 Mar 2008; Torsten Veller <tove@gentoo.org> -msmtp-1.4.0.ebuild,
+  -msmtp-1.4.1.ebuild, -msmtp-1.4.2.ebuild, -msmtp-1.4.4.ebuild,
+  msmtp-1.4.5.ebuild, msmtp-1.4.7.ebuild, msmtp-1.4.9.ebuild,
+  -msmtp-1.4.9-r1.ebuild, +msmtp-1.4.14.ebuild:
+  Version bump (#187065) and cleaning.
 
   14 Jan 2008; Fabian Groffen <grobian@gentoo.org> msmtp-1.4.5.ebuild,
   msmtp-1.4.7.ebuild, msmtp-1.4.9.ebuild:



1.8                  mail-mta/msmtp/msmtp-1.4.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild?r1=1.7&r2=1.8

Index: msmtp-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- msmtp-1.4.7.ebuild	14 Jan 2008 20:59:21 -0000	1.7
+++ msmtp-1.4.7.ebuild	22 Mar 2008 14:51:06 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild,v 1.7 2008/01/14 20:59:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild,v 1.8 2008/03/22 14:51:06 tove Exp $
 
 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
 HOMEPAGE="http://msmtp.sourceforge.net/"
@@ -42,11 +42,11 @@
 }
 
 src_install () {
-	make DESTDIR=${D} install || die "install failed"
+	make DESTDIR="${D}" install || die "install failed"
 
 	if use mailwrapper; then
 		insinto /etc/mail
-		doins ${FILESDIR}/mailer.conf
+		doins "${FILESDIR}"/mailer.conf
 	else
 		dodir /usr/sbin /usr/lib
 		dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed"



1.3                  mail-mta/msmtp/msmtp-1.4.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild?r1=1.2&r2=1.3

Index: msmtp-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- msmtp-1.4.9.ebuild	14 Jan 2008 20:59:21 -0000	1.2
+++ msmtp-1.4.9.ebuild	22 Mar 2008 14:51:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild,v 1.2 2008/01/14 20:59:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild,v 1.3 2008/03/22 14:51:06 tove Exp $
 
 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
 HOMEPAGE="http://msmtp.sourceforge.net/"
@@ -42,11 +42,11 @@
 }
 
 src_install () {
-	make DESTDIR=${D} install || die "install failed"
+	make DESTDIR="${D}" install || die "install failed"
 
 	if use mailwrapper; then
 		insinto /etc/mail
-		doins ${FILESDIR}/mailer.conf
+		doins "${FILESDIR}"/mailer.conf
 	else
 		dodir /usr/sbin /usr/lib
 		dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed"



1.1                  mail-mta/msmtp/msmtp-1.4.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/msmtp/msmtp-1.4.14.ebuild?rev=1.1&content-type=text/plain

Index: msmtp-1.4.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.14.ebuild,v 1.1 2008/03/22 14:51:06 tove Exp $

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"
IUSE="doc gnutls idn mailwrapper nls sasl ssl"

DEPEND="idn? ( net-dns/libidn )
	nls? ( virtual/libintl )
	gnutls? ( >=net-libs/gnutls-1.2.0 )
	!gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) )
	sasl? ( >=virtual/gsasl-0.2.4 )"

RDEPEND="${DEPEND}
	!mailwrapper? ( !virtual/mta )
	mailwrapper? ( >=net-mail/mailwrapper-0.2 )"

DEPEND="${DEPEND}
	nls? ( sys-devel/gettext )
	dev-util/pkgconfig"

PROVIDE="virtual/mta"

src_compile () {
	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_enable nls) \
		${myconf} \
		|| die "configure failed"

	emake || die "make failed"
}

src_install () {
	emake DESTDIR="${D}" install || die "install failed"

	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

	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

	local msmtpqueuedir=/usr/share/${PN}/msmtpqueue
	insinto ${msmtpqueuedir}
	exeinto ${msmtpqueuedir}
	doins scripts/msmtpqueue/{ChangeLog,README} || die "dodoc scripts/msmtpqueue failed"
	doexe scripts/msmtpqueue/*.sh || die "doexe failed"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-22 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 14:51 [gentoo-commits] gentoo-x86 commit in mail-mta/msmtp: msmtp-1.4.5.ebuild ChangeLog msmtp-1.4.7.ebuild msmtp-1.4.9.ebuild msmtp-1.4.14.ebuild msmtp-1.4.2.ebuild msmtp-1.4.9-r1.ebuild msmtp-1.4.0.ebuild msmtp-1.4.1.ebuild msmtp-1.4.4.ebuild Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox