* [gentoo-commits] gentoo-x86 commit in mail-mta/esmtp: esmtp-0.5.0-r1.ebuild ChangeLog esmtp-1.2.ebuild
@ 2011-03-28 8:13 Eray Aslan (eras)
0 siblings, 0 replies; 2+ messages in thread
From: Eray Aslan (eras) @ 2011-03-28 8:13 UTC (permalink / raw
To: gentoo-commits
eras 11/03/28 08:13:44
Modified: esmtp-0.5.0-r1.ebuild ChangeLog esmtp-1.2.ebuild
Log:
Change to new style virtual/mta - bug 360305. Remove mailwrapper support - bug 158003
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.13 mail-mta/esmtp/esmtp-0.5.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?r1=1.12&r2=1.13
Index: esmtp-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- esmtp-0.5.0-r1.ebuild 23 Sep 2009 18:05:37 -0000 1.12
+++ esmtp-0.5.0-r1.ebuild 28 Mar 2011 08:13:44 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.12 2009/09/23 18:05:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.13 2011/03/28 08:13:44 eras Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
@@ -8,23 +8,31 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ppc ~sparc x86"
-IUSE="mailwrapper"
+IUSE=""
DEPEND="net-libs/libesmtp
dev-libs/openssl"
RDEPEND="${DEPEND}
- mailwrapper? ( >=net-mail/mailwrapper-0.2 )
- !mailwrapper? ( !virtual/mta )"
-PROVIDE="virtual/mta"
+ !mail-mta/courier
+ !mail-mta/exim
+ !mail-mta/mini-qmail
+ !mail-mta/msmtp
+ !mail-mta/nbsmtp
+ !mail-mta/netqmail
+ !mail-mta/nullmailer
+ !mail-mta/postfix
+ !mail-mta/qmail-ldap
+ !mail-mta/sendmail
+ !mail-mta/ssmtp"
src_install() {
- make DESTDIR=${D} install || die "einstall failed"
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ emake DESTDIR="${D}" install || die "einstall failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
if use mailwrapper
then
# We install sendmail binary to be compatible with mailwrapper
- mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.esmtp
+ mv "${D}/usr/sbin/sendmail" "${D}/usr/sbin/sendmail.esmtp"
dosym /usr/sbin/sendmail /usr/lib/sendmail
- rm ${D}/usr/bin/mailq ${D}/usr/bin/newaliases
+ rm "${D}/usr/bin/mailq" "${D}/usr/bin/newaliases"
fi
}
1.25 mail-mta/esmtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 28 Mar 2011 08:07:30 -0000 1.24
+++ ChangeLog 28 Mar 2011 08:13:44 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for mail-mta/esmtp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.24 2011/03/28 08:07:30 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.25 2011/03/28 08:13:44 eras Exp $
+
+ 28 Mar 2011; Eray Aslan <eras@gentoo.org> esmtp-0.5.0-r1.ebuild,
+ esmtp-1.2.ebuild:
+ Change to new style virtual/mta - bug 360305. Remove mailwrapper support -
+ bug 158003
28 Mar 2011; Eray Aslan <eras@gentoo.org> -esmtp-0.6.0.ebuild,
-esmtp-1.0.ebuild:
1.2 mail-mta/esmtp/esmtp-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?r1=1.1&r2=1.2
Index: esmtp-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- esmtp-1.2.ebuild 9 Jun 2010 18:56:16 -0000 1.1
+++ esmtp-1.2.ebuild 28 Mar 2011 08:13:44 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.1 2010/06/09 18:56:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.2 2011/03/28 08:13:44 eras Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
@@ -14,10 +14,17 @@
DEPEND="net-libs/libesmtp
dev-libs/openssl"
RDEPEND="${DEPEND}
- !net-mail/mailwrapper
- !virtual/mta"
-
-PROVIDE="virtual/mta"
+ !mail-mta/courier
+ !mail-mta/exim
+ !mail-mta/mini-qmail
+ !mail-mta/msmtp
+ !mail-mta/nbsmtp
+ !mail-mta/netqmail
+ !mail-mta/nullmailer
+ !mail-mta/postfix
+ !mail-mta/qmail-ldap
+ !mail-mta/sendmail
+ !mail-mta/ssmtp"
src_install() {
emake DESTDIR="${D}" install || die "einstall failed"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/esmtp: esmtp-0.5.0-r1.ebuild ChangeLog esmtp-1.2.ebuild
@ 2011-06-19 16:40 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-19 16:40 UTC (permalink / raw
To: gentoo-commits
armin76 11/06/19 16:40:57
Modified: esmtp-0.5.0-r1.ebuild ChangeLog esmtp-1.2.ebuild
Log:
Drop alpha/sparc keywords
(Portage version: 2.1.10.3/cvs/Linux ia64)
Revision Changes Path
1.15 mail-mta/esmtp/esmtp-0.5.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild?r1=1.14&r2=1.15
Index: esmtp-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- esmtp-0.5.0-r1.ebuild 28 Mar 2011 10:42:05 -0000 1.14
+++ esmtp-0.5.0-r1.ebuild 19 Jun 2011 16:40:57 -0000 1.15
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.14 2011/03/28 10:42:05 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.15 2011/06/19 16:40:57 armin76 Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="net-libs/libesmtp
dev-libs/openssl"
1.31 mail-mta/esmtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 31 May 2011 15:25:25 -0000 1.30
+++ ChangeLog 19 Jun 2011 16:40:57 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/esmtp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.30 2011/05/31 15:25:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.31 2011/06/19 16:40:57 armin76 Exp $
+
+ 19 Jun 2011; Raúl Porcel <armin76@gentoo.org> esmtp-0.5.0-r1.ebuild,
+ esmtp-1.2.ebuild:
+ Drop alpha/sparc keywords
31 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> esmtp-1.2.ebuild:
x86 stable wrt bug #366973
1.7 mail-mta/esmtp/esmtp-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild?r1=1.6&r2=1.7
Index: esmtp-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- esmtp-1.2.ebuild 31 May 2011 15:25:25 -0000 1.6
+++ esmtp-1.2.ebuild 19 Jun 2011 16:40:57 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.6 2011/05/31 15:25:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.7 2011/06/19 16:40:57 armin76 Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
@@ -8,7 +8,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="net-libs/libesmtp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-19 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 16:40 [gentoo-commits] gentoo-x86 commit in mail-mta/esmtp: esmtp-0.5.0-r1.ebuild ChangeLog esmtp-1.2.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2011-03-28 8:13 Eray Aslan (eras)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox