* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.10-r1.ebuild
@ 2012-06-12 21:26 Eray Aslan (eras)
0 siblings, 0 replies; 4+ messages in thread
From: Eray Aslan (eras) @ 2012-06-12 21:26 UTC (permalink / raw
To: gentoo-commits
eras 12/06/12 21:26:19
Modified: ChangeLog
Added: nullmailer-1.10-r1.ebuild
Log:
Fix option parsing - bug #420301
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.49 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 5 Jun 2012 13:55:05 -0000 1.48
+++ ChangeLog 12 Jun 2012 21:26:19 -0000 1.49
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.48 2012/06/05 13:55:05 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.49 2012/06/12 21:26:19 eras Exp $
+
+*nullmailer-1.10-r1 (12 Jun 2012)
+
+ 12 Jun 2012; Eray Aslan <eras@gentoo.org> +nullmailer-1.10-r1.ebuild,
+ +files/nullmailer-1.10-fix-sendmail.patch:
+ Fix option parsing - bug #420301
*nullmailer-1.10 (05 Jun 2012)
1.1 mail-mta/nullmailer/nullmailer-1.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.1&content-type=text/plain
Index: nullmailer-1.10-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.1 2012/06/12 21:26:19 eras Exp $
EAPI=4
inherit eutils flag-o-matic autotools user multilib
MY_P="${P/_rc/RC}"
S=${WORKDIR}/${MY_P}
DEBIAN_PV=1.10
DEBIAN_PR="1"
DEBIAN_P="${PN}-${DEBIAN_PV}"
DEBIAN_PF="${DEBIAN_P/-/_}-${DEBIAN_PR}"
DEBIAN_SRC="${DEBIAN_PF}.debian.tar.gz"
DESCRIPTION="Simple relay-only local mail transport agent"
SRC_URI="http://untroubled.org/${PN}/archive/${MY_P}.tar.gz
mirror://debian/pool/main/n/${PN}/${DEBIAN_SRC}"
HOMEPAGE="http://untroubled.org/nullmailer/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ssl"
DEPEND="sys-apps/groff
ssl? ( net-libs/gnutls )"
RDEPEND="virtual/shadow
virtual/logger
ssl? ( net-libs/gnutls )
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/mini-qmail
!mail-mta/msmtp
!mail-mta/nbsmtp
!mail-mta/netqmail
!mail-mta/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/ssmtp"
src_prepare() {
EPATCH_OPTS="-d ${S} -p1" \
epatch "${DISTDIR}"/${DEBIAN_SRC}
# why revert? Ask Robin when he is back!
EPATCH_OPTS="-d ${WORKDIR} -p0 -R" \
epatch "${WORKDIR}"/debian/patches/02_ipv6.diff
# this fixes the debian daemon/syslog to actually compile
sed -i.orig \
-e '/^nullmailer_send_LDADD/s, =, = ../lib/cli++/libcli++.a,' \
"${S}"/src/Makefile.am || die "Sed failed"
# bug #420301
epatch "${FILESDIR}"/"${P}"-fix-sendmail.patch
eautoreconf
}
pkg_setup() {
enewgroup nullmail 88
enewuser nullmail 88 -1 /var/nullmailer nullmail
}
src_configure() {
# Note that we pass a different directory below due to bugs in the makefile!
econf \
--localstatedir=/var \
$(use_enable ssl tls)
}
src_install () {
einstall localstatedir="${D}"/var/nullmailer
dodoc AUTHORS BUGS HOWTO INSTALL ChangeLog NEWS README TODO
# A small bit of sample config
insinto /etc/nullmailer
newins "${FILESDIR}"/remotes.sample-1.04 remotes
# daemontools stuff
dodir /var/nullmailer/service{,/log}
insinto /var/nullmailer/service
newins scripts/nullmailer.run run
fperms 700 /var/nullmailer/service/run
insinto /var/nullmailer/service/log
newins scripts/nullmailer-log.run run
fperms 700 /var/nullmailer/service/log/run
# usablity
dodir /usr/$(get_libdir)
dosym /usr/sbin/sendmail usr/$(get_libdir)/sendmail
# permissions stuff
keepdir /var/log/nullmailer /var/nullmailer/{tmp,queue}
fperms 770 /var/log/nullmailer /var/nullmailer/{tmp,queue}
fowners nullmail:nullmail /usr/sbin/nullmailer-queue /usr/bin/mailq
fperms 4711 /usr/sbin/nullmailer-queue /usr/bin/mailq
fowners nullmail:nullmail /var/log/nullmailer /var/nullmailer/{tmp,queue,trigger}
fperms 660 /var/nullmailer/trigger
newinitd "${FILESDIR}"/init.d-nullmailer-r1 nullmailer
}
pkg_postinst() {
[ ! -e "${ROOT}"/var/nullmailer/trigger ] && mkfifo "${ROOT}"/var/nullmailer/trigger
chown nullmail:nullmail "${ROOT}"/var/log/nullmailer "${ROOT}"/var/nullmailer/{tmp,queue,trigger}
chmod 770 "${ROOT}"/var/log/nullmailer "${ROOT}"/var/nullmailer/{tmp,queue}
chmod 660 "${ROOT}"/var/nullmailer/trigger
elog "To create an initial setup, please do:"
elog "emerge --config =${CATEGORY}/${PF}"
echo
elog "To start nullmailer at boot you may use either the nullmailer init.d"
elog "script, or emerge sys-process/supervise-scripts, enable the"
elog "svscan init.d script and create the following link:"
elog "ln -fs /var/nullmailer/service /service/nullmailer"
echo
}
pkg_config() {
if [ ! -s "${ROOT}"/etc/nullmailer/me ]; then
einfo "Setting /etc/nullmailer/me"
/bin/hostname --fqdn > "${ROOT}"/etc/nullmailer/me
fi
if [ ! -s "${ROOT}"/etc/nullmailer/defaultdomain ]; then
einfo "Setting /etc/nullmailer/defaultdomain"
/bin/hostname --domain > "${ROOT}"/etc/nullmailer/defaultdomain
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.10-r1.ebuild
@ 2012-07-29 18:40 Jeff Horelick (jdhore)
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-29 18:40 UTC (permalink / raw
To: gentoo-commits
jdhore 12/07/29 18:40:38
Modified: ChangeLog nullmailer-1.10-r1.ebuild
Log:
marked x86 per bug 428408
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.51 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 28 Jul 2012 09:00:34 -0000 1.50
+++ ChangeLog 29 Jul 2012 18:40:38 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.50 2012/07/28 09:00:34 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.51 2012/07/29 18:40:38 jdhore Exp $
+
+ 29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> nullmailer-1.10-r1.ebuild:
+ marked x86 per bug 428408
*nullmailer-1.11 (28 Jul 2012)
1.2 mail-mta/nullmailer/nullmailer-1.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?r1=1.1&r2=1.2
Index: nullmailer-1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nullmailer-1.10-r1.ebuild 12 Jun 2012 21:26:19 -0000 1.1
+++ nullmailer-1.10-r1.ebuild 29 Jul 2012 18:40:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.1 2012/06/12 21:26:19 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.2 2012/07/29 18:40:38 jdhore Exp $
EAPI=4
inherit eutils flag-o-matic autotools user multilib
@@ -19,7 +19,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="ssl"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.10-r1.ebuild
@ 2012-07-30 12:50 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-30 12:50 UTC (permalink / raw
To: gentoo-commits
blueness 12/07/30 12:50:34
Modified: ChangeLog nullmailer-1.10-r1.ebuild
Log:
Stable ppc, bug #428408
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.52 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 29 Jul 2012 18:40:38 -0000 1.51
+++ ChangeLog 30 Jul 2012 12:50:34 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.51 2012/07/29 18:40:38 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.52 2012/07/30 12:50:34 blueness Exp $
+
+ 30 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
+ nullmailer-1.10-r1.ebuild:
+ Stable ppc, bug #428408
29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> nullmailer-1.10-r1.ebuild:
marked x86 per bug 428408
1.3 mail-mta/nullmailer/nullmailer-1.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?r1=1.2&r2=1.3
Index: nullmailer-1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nullmailer-1.10-r1.ebuild 29 Jul 2012 18:40:38 -0000 1.2
+++ nullmailer-1.10-r1.ebuild 30 Jul 2012 12:50:34 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.2 2012/07/29 18:40:38 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.3 2012/07/30 12:50:34 blueness Exp $
EAPI=4
inherit eutils flag-o-matic autotools user multilib
@@ -19,7 +19,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="ssl"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.10-r1.ebuild
@ 2012-08-05 20:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-05 20:58 UTC (permalink / raw
To: gentoo-commits
ago 12/08/05 20:58:01
Modified: ChangeLog nullmailer-1.10-r1.ebuild
Log:
Stable for amd64, wrt bug #428408
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.53 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 30 Jul 2012 12:50:34 -0000 1.52
+++ ChangeLog 5 Aug 2012 20:58:01 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.52 2012/07/30 12:50:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.53 2012/08/05 20:58:01 ago Exp $
+
+ 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.10-r1.ebuild:
+ Stable for amd64, wrt bug #428408
30 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
nullmailer-1.10-r1.ebuild:
1.4 mail-mta/nullmailer/nullmailer-1.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild?r1=1.3&r2=1.4
Index: nullmailer-1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nullmailer-1.10-r1.ebuild 30 Jul 2012 12:50:34 -0000 1.3
+++ nullmailer-1.10-r1.ebuild 5 Aug 2012 20:58:01 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.3 2012/07/30 12:50:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.4 2012/08/05 20:58:01 ago Exp $
EAPI=4
inherit eutils flag-o-matic autotools user multilib
@@ -19,7 +19,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="ssl"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-05 20:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-29 18:40 [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.10-r1.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-08-05 20:58 Agostino Sarubbo (ago)
2012-07-30 12:50 Anthony G. Basile (blueness)
2012-06-12 21:26 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