public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/fcron: metadata.xml fcron-3.1.2-r2.ebuild ChangeLog
@ 2013-09-30 16:33 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2013-09-30 16:33 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/09/30 16:33:53

  Modified:             metadata.xml fcron-3.1.2-r2.ebuild ChangeLog
  Log:
  add optional mta support, fixes build failure bug 484630 and related bug 481600
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.10                 sys-process/fcron/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?r1=1.9&r2=1.10

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml	3 Mar 2013 16:28:06 -0000	1.9
+++ metadata.xml	30 Sep 2013 16:33:53 -0000	1.10
@@ -11,6 +11,9 @@
       longer force foreground execution, and fcron will be able to run
       as a service properly.
     </flag>
+		<flag name="mta">
+      Enable mta support for sending emails from fcron
+    </flag>
 		<flag name="pam">
       Enable PAM support for fcron. This means that fcron will pass
       through the "fcron" stack before executing the jobs, and



1.3                  sys-process/fcron/fcron-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?r1=1.2&r2=1.3

Index: fcron-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcron-3.1.2-r2.ebuild	28 Sep 2013 19:51:10 -0000	1.2
+++ fcron-3.1.2-r2.ebuild	30 Sep 2013 16:33:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v 1.2 2013/09/28 19:51:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v 1.3 2013/09/30 16:33:53 zerochaos Exp $
 
 EAPI=5
 
@@ -15,9 +15,10 @@
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE="debug pam selinux linguas_fr +system-crontab readline"
+IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
 
 DEPEND="selinux? ( sys-libs/libselinux )
+	mta? ( virtual/mta )
 	pam? ( virtual/pam )
 	readline? ( sys-libs/readline )"
 
@@ -62,6 +63,7 @@
 		--bindir=/usr/libexec \
 		--sbindir=/usr/libexec \
 		$(use_with pam) \
+		$(use_with mta sendmail) \
 		$(use_with selinux) \
 		$(use_with readline) \
 		--without-audit \
@@ -74,7 +76,6 @@
 		--with-fcrondyn=yes \
 		--disable-checks \
 		--with-editor=/usr/libexec/editor \
-		--with-sendmail=/usr/sbin/sendmail \
 		--with-shell=/bin/sh \
 		--without-db2man --without-dsssl-dir \
 		--with-rootname=${rootuser} \



1.115                sys-process/fcron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	28 Sep 2013 19:51:10 -0000	1.114
+++ ChangeLog	30 Sep 2013 16:33:53 -0000	1.115
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/fcron
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.114 2013/09/28 19:51:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.115 2013/09/30 16:33:53 zerochaos Exp $
+
+  30 Sep 2013; Rick Farina <zerochaos@gentoo.org> fcron-3.1.2-r2.ebuild,
+  metadata.xml:
+  add optional mta support, fixes build failure bug 484630 and related bug
+  481600
 
   28 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fcron-3.1.2-r2.ebuild:
   Stable for amd64, wrt bug #480120





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

only message in thread, other threads:[~2013-09-30 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 16:33 [gentoo-commits] gentoo-x86 commit in sys-process/fcron: metadata.xml fcron-3.1.2-r2.ebuild ChangeLog Richard Farina (zerochaos)

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