* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.05.ebuild
@ 2011-07-20 18:44 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-07-20 18:44 UTC (permalink / raw
To: gentoo-commits
robbat2 11/07/20 18:44:55
Modified: ChangeLog
Added: nullmailer-1.05.ebuild
Log:
Version bump, bug #321401.
(Portage version: 2.2.0_alpha43/cvs/Linux i686)
Revision Changes Path
1.40 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -p -w -b -B -u -u -r1.39 -r1.40
--- ChangeLog 20 Jul 2011 17:18:44 -0000 1.39
+++ ChangeLog 20 Jul 2011 18:44:55 -0000 1.40
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.39 2011/07/20 17:18:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.40 2011/07/20 18:44:55 robbat2 Exp $
+
+*nullmailer-1.05 (20 Jul 2011)
+
+ 20 Jul 2011; Robin H. Johnson <robbat2@gentoo.org> +nullmailer-1.05.ebuild,
+ +nullmailer-1.05.ebuild~:
+ Version bump, bug #321401.
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #118937
1.1 mail-mta/nullmailer/nullmailer-1.05.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.1&content-type=text/plain
Index: nullmailer-1.05.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v 1.1 2011/07/20 18:44:55 robbat2 Exp $
inherit eutils flag-o-matic autotools
MY_P="${P/_rc/RC}"
S=${WORKDIR}/${MY_P}
DEBIAN_PV=1.04
DEBIAN_PR="1"
DEBIAN_P="${PN}-${DEBIAN_PV}"
DEBIAN_PF="${DEBIAN_P/-/_}-${DEBIAN_PR}"
DEBIAN_SRC="${DEBIAN_PF}.diff.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=""
DEPEND="sys-apps/groff"
RDEPEND="sys-apps/shadow
virtual/logger
!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_unpack() {
unpack ${MY_P}.tar.gz
EPATCH_OPTS="-d ${S} -p1" \
epatch "${DISTDIR}"/${DEBIAN_SRC}
EPATCH_OPTS="-d ${S} -p1" \
epatch "${S}"/debian/patches/02_ipv6.diff || die "IPV6 patch failed"
EPATCH_OPTS="-d ${S} -p1" \
epatch "${S}"/debian/patches/03_syslog.diff || die "daemon/syslog patch failed"
# 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"
cd "${S}"
eautoreconf
}
pkg_setup() {
enewgroup nullmail 88
enewuser nullmail 88 -1 /var/nullmailer nullmail
}
src_compile() {
# Note that we pass a different directory below due to bugs in the makefile!
econf --localstatedir=/var || die "econf failed"
emake || die "emake failed"
}
src_install () {
einstall localstatedir="${D}"/var/nullmailer || die "einstall failed"
dodoc AUTHORS BUGS HOWTO INSTALL ChangeLog NEWS README YEAR2000 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/lib
dosym /usr/sbin/sendmail usr/lib/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 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
ewarn "${PF} introduces a new configuration syntax for SMTP AUTH."
ewarn "Please adjust your configuration accordingly."
}
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.05.ebuild
@ 2012-02-24 11:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 11:00 UTC (permalink / raw
To: gentoo-commits
ago 12/02/24 11:00:28
Modified: ChangeLog nullmailer-1.05.ebuild
Log:
Stable for amd64, wrt bug #400367
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.41 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 20 Jul 2011 18:44:55 -0000 1.40
+++ ChangeLog 24 Feb 2012 11:00:28 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/nullmailer
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.40 2011/07/20 18:44:55 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.41 2012/02/24 11:00:28 ago Exp $
+
+ 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.05.ebuild:
+ Stable for amd64, wrt bug #400367
*nullmailer-1.05 (20 Jul 2011)
1.2 mail-mta/nullmailer/nullmailer-1.05.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?r1=1.1&r2=1.2
Index: nullmailer-1.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nullmailer-1.05.ebuild 20 Jul 2011 18:44:55 -0000 1.1
+++ nullmailer-1.05.ebuild 24 Feb 2012 11:00:28 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.05.ebuild,v 1.1 2011/07/20 18:44:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v 1.2 2012/02/24 11:00:28 ago Exp $
inherit eutils flag-o-matic autotools
@@ -18,7 +18,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.05.ebuild
@ 2012-02-27 21:57 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-02-27 21:57 UTC (permalink / raw
To: gentoo-commits
ranger 12/02/27 21:57:28
Modified: ChangeLog nullmailer-1.05.ebuild
Log:
Marking nullmailer-1.05 ppc for bug 400367
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.42 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 24 Feb 2012 11:00:28 -0000 1.41
+++ ChangeLog 27 Feb 2012 21:57:27 -0000 1.42
@@ -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.41 2012/02/24 11:00:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.42 2012/02/27 21:57:27 ranger Exp $
+
+ 27 Feb 2012; Brent Baude <ranger@gentoo.org> nullmailer-1.05.ebuild:
+ Marking nullmailer-1.05 ppc for bug 400367
24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.05.ebuild:
Stable for amd64, wrt bug #400367
1.3 mail-mta/nullmailer/nullmailer-1.05.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?r1=1.2&r2=1.3
Index: nullmailer-1.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nullmailer-1.05.ebuild 24 Feb 2012 11:00:28 -0000 1.2
+++ nullmailer-1.05.ebuild 27 Feb 2012 21:57:27 -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.05.ebuild,v 1.2 2012/02/24 11:00:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v 1.3 2012/02/27 21:57:27 ranger Exp $
inherit eutils flag-o-matic autotools
@@ -18,7 +18,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.05.ebuild
@ 2012-03-09 11:09 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-09 11:09 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/03/09 11:09:57
Modified: ChangeLog nullmailer-1.05.ebuild
Log:
x86 stable wrt bug #400367
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.43 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 27 Feb 2012 21:57:27 -0000 1.42
+++ ChangeLog 9 Mar 2012 11:09:57 -0000 1.43
@@ -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.42 2012/02/27 21:57:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.43 2012/03/09 11:09:57 phajdan.jr Exp $
+
+ 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nullmailer-1.05.ebuild:
+ x86 stable wrt bug #400367
27 Feb 2012; Brent Baude <ranger@gentoo.org> nullmailer-1.05.ebuild:
Marking nullmailer-1.05 ppc for bug 400367
1.4 mail-mta/nullmailer/nullmailer-1.05.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?r1=1.3&r2=1.4
Index: nullmailer-1.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nullmailer-1.05.ebuild 27 Feb 2012 21:57:27 -0000 1.3
+++ nullmailer-1.05.ebuild 9 Mar 2012 11:09:57 -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.05.ebuild,v 1.3 2012/02/27 21:57:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v 1.4 2012/03/09 11:09:57 phajdan.jr Exp $
inherit eutils flag-o-matic autotools
@@ -18,7 +18,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-09 11:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 11:00 [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.05.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-03-09 11:09 PaweA Hajdan (phajdan.jr)
2012-02-27 21:57 Brent Baude (ranger)
2011-07-20 18:44 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox