* [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: nullmailer-1.05.ebuild nullmailer-1.06.ebuild ChangeLog
@ 2012-06-04 21:06 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2012-06-04 21:06 UTC (permalink / raw
To: gentoo-commits
zmedico 12/06/04 21:06:18
Modified: nullmailer-1.05.ebuild nullmailer-1.06.ebuild
ChangeLog
Log:
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha109_p6/cvs/Linux i686)
Revision Changes Path
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild?r1=1.5&r2=1.6
Index: nullmailer-1.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nullmailer-1.05.ebuild 16 Mar 2012 11:21:18 -0000 1.5
+++ nullmailer-1.05.ebuild 4 Jun 2012 21:06:18 -0000 1.6
@@ -1,8 +1,8 @@
# 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.5 2012/03/16 11:21:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.05.ebuild,v 1.6 2012/06/04 21:06:18 zmedico Exp $
-inherit eutils flag-o-matic autotools
+inherit eutils flag-o-matic autotools user
MY_P="${P/_rc/RC}"
S=${WORKDIR}/${MY_P}
1.3 mail-mta/nullmailer/nullmailer-1.06.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.06.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.06.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.06.ebuild?r1=1.2&r2=1.3
Index: nullmailer-1.06.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.06.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nullmailer-1.06.ebuild 16 Mar 2012 11:21:19 -0000 1.2
+++ nullmailer-1.06.ebuild 4 Jun 2012 21:06:18 -0000 1.3
@@ -1,8 +1,8 @@
# 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.06.ebuild,v 1.2 2012/03/16 11:21:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.06.ebuild,v 1.3 2012/06/04 21:06:18 zmedico Exp $
-inherit eutils flag-o-matic autotools
+inherit eutils flag-o-matic autotools user
MY_P="${P/_rc/RC}"
S=${WORKDIR}/${MY_P}
1.46 mail-mta/nullmailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 16 Mar 2012 11:21:18 -0000 1.45
+++ ChangeLog 4 Jun 2012 21:06:18 -0000 1.46
@@ -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.45 2012/03/16 11:21:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.46 2012/06/04 21:06:18 zmedico Exp $
+
+ 04 Jun 2012; Zac Medico <zmedico@gentoo.org> nullmailer-1.05.ebuild,
+ nullmailer-1.06.ebuild:
+ inherit user for enewgroup and enewuser
16 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nullmailer-1.05.ebuild,
nullmailer-1.06.ebuild:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-04 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 21:06 [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: nullmailer-1.05.ebuild nullmailer-1.06.ebuild ChangeLog Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox