summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-05-27 21:35:20 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-05-27 21:35:20 +0000
commit743943f6cf5520c2b9b3d03ce136ff43de3a336e (patch)
treeaf134b4880faecb0ee943a032c49fbe0010ceb99 /app-admin/sudo
parentVersion bump and remove older ~arch (diff)
downloadgentoo-2-743943f6cf5520c2b9b3d03ce136ff43de3a336e.tar.gz
gentoo-2-743943f6cf5520c2b9b3d03ce136ff43de3a336e.tar.bz2
gentoo-2-743943f6cf5520c2b9b3d03ce136ff43de3a336e.zip
Per discussion with flameeyes and zmedico, introduce sendmail USE flag to make packages.provided less compelling.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'app-admin/sudo')
-rw-r--r--app-admin/sudo/ChangeLog7
-rw-r--r--app-admin/sudo/metadata.xml3
-rw-r--r--app-admin/sudo/sudo-1.8.5_p2.ebuild7
-rw-r--r--app-admin/sudo/sudo-1.8.6_p7.ebuild7
-rw-r--r--app-admin/sudo/sudo-1.8.6_p8.ebuild7
5 files changed, 21 insertions, 10 deletions
diff --git a/app-admin/sudo/ChangeLog b/app-admin/sudo/ChangeLog
index 5618b172a44a..9767dec46fa0 100644
--- a/app-admin/sudo/ChangeLog
+++ b/app-admin/sudo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/sudo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.354 2013/04/15 21:57:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.355 2013/05/27 21:35:20 zx2c4 Exp $
+
+ 27 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml,
+ sudo-1.8.5_p2.ebuild, sudo-1.8.6_p7.ebuild, sudo-1.8.6_p8.ebuild:
+ Per discussion with flameeyes and zmedico, introduce sendmail USE flag to make
+ packages.provided less compelling.
*sudo-1.8.6_p8 (15 Apr 2013)
diff --git a/app-admin/sudo/metadata.xml b/app-admin/sudo/metadata.xml
index ecd156ea2f17..f0438664c7ab 100644
--- a/app-admin/sudo/metadata.xml
+++ b/app-admin/sudo/metadata.xml
@@ -9,6 +9,9 @@
arguments.
</longdescription>
<use>
+ <flag name='sendmail'>
+ Allow sudo to send emails with sendmail.
+ </flag>
<flag name='offensive'>
Let sudo print insults when the user types the wrong password.
</flag>
diff --git a/app-admin/sudo/sudo-1.8.5_p2.ebuild b/app-admin/sudo/sudo-1.8.5_p2.ebuild
index 385081148846..e6ec0a6d977d 100644
--- a/app-admin/sudo/sudo-1.8.5_p2.ebuild
+++ b/app-admin/sudo/sudo-1.8.5_p2.ebuild
@@ -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/app-admin/sudo/sudo-1.8.5_p2.ebuild,v 1.4 2013/02/08 21:40:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild,v 1.5 2013/05/27 21:35:20 zx2c4 Exp $
EAPI="4"
@@ -24,7 +24,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
- virtual/mta"
+ sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"
@@ -115,6 +115,7 @@ src_configure() {
$(use_with pam) \
$(use_with skey) \
$(use_with selinux) \
+ $(use_with sendmail) \
--without-opie \
--without-linux-audit \
--with-timedir="${EPREFIX}"/var/db/sudo \
diff --git a/app-admin/sudo/sudo-1.8.6_p7.ebuild b/app-admin/sudo/sudo-1.8.6_p7.ebuild
index 100cea2d617b..a862dd0c40f5 100644
--- a/app-admin/sudo/sudo-1.8.6_p7.ebuild
+++ b/app-admin/sudo/sudo-1.8.6_p7.ebuild
@@ -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/app-admin/sudo/sudo-1.8.6_p7.ebuild,v 1.12 2013/04/14 11:49:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild,v 1.13 2013/05/27 21:35:20 zx2c4 Exp $
EAPI=4
@@ -24,7 +24,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
- virtual/mta"
+ sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"
@@ -115,6 +115,7 @@ src_configure() {
$(use_with pam) \
$(use_with skey) \
$(use_with selinux) \
+ $(use_with sendmail) \
--without-opie \
--without-linux-audit \
--with-timedir="${EPREFIX}"/var/db/sudo \
diff --git a/app-admin/sudo/sudo-1.8.6_p8.ebuild b/app-admin/sudo/sudo-1.8.6_p8.ebuild
index 53d4fb752804..173c31cd3615 100644
--- a/app-admin/sudo/sudo-1.8.6_p8.ebuild
+++ b/app-admin/sudo/sudo-1.8.6_p8.ebuild
@@ -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/app-admin/sudo/sudo-1.8.6_p8.ebuild,v 1.1 2013/04/15 21:57:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild,v 1.2 2013/05/27 21:35:20 zx2c4 Exp $
EAPI=4
@@ -24,7 +24,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
- virtual/mta"
+ sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"
@@ -115,6 +115,7 @@ src_configure() {
$(use_with pam) \
$(use_with skey) \
$(use_with selinux) \
+ $(use_with sendmail) \
--without-opie \
--without-linux-audit \
--with-timedir="${EPREFIX}"/var/db/sudo \