public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/sudo: ChangeLog sudo-1.8.3_p2.ebuild
Date: Fri,  3 Feb 2012 00:07:45 +0000 (UTC)	[thread overview]
Message-ID: <20120203000745.CBD902004B@flycatcher.gentoo.org> (raw)

vapier      12/02/03 00:07:45

  Modified:             ChangeLog sudo-1.8.3_p2.ebuild
  Log:
  We only need the mta/editor at runtime, not build time, so move to RDEPEND.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.299                app-admin/sudo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.299&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.299&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.298&r2=1.299

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog	1 Feb 2012 17:25:05 -0000	1.298
+++ ChangeLog	3 Feb 2012 00:07:45 -0000	1.299
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.298 2012/02/01 17:25:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.299 2012/02/03 00:07:45 vapier Exp $
+
+  03 Feb 2012; Mike Frysinger <vapier@gentoo.org> sudo-1.8.3_p2.ebuild:
+  We only need the mta/editor at runtime, not build time, so move to RDEPEND.
 
   01 Feb 2012; Brent Baude <ranger@gentoo.org> sudo-1.8.3_p2.ebuild:
   Marking sudo-1.8.3_p2 ppc for bug 401533



1.6                  app-admin/sudo/sudo-1.8.3_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.3_p2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.3_p2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.3_p2.ebuild?r1=1.5&r2=1.6

Index: sudo-1.8.3_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.3_p2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sudo-1.8.3_p2.ebuild	1 Feb 2012 17:25:05 -0000	1.5
+++ sudo-1.8.3_p2.ebuild	3 Feb 2012 00:07:45 -0000	1.6
@@ -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/app-admin/sudo/sudo-1.8.3_p2.ebuild,v 1.5 2012/02/01 17:25:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.3_p2.ebuild,v 1.6 2012/02/03 00:07:45 vapier Exp $
 
 EAPI="4"
 
@@ -32,14 +32,14 @@
 		>=net-nds/openldap-2.1.30-r1
 		dev-libs/cyrus-sasl
 	)
+	sys-libs/zlib"
+RDEPEND="${DEPEND}
+	selinux? ( sec-policy/selinux-sudo )
+	ldap? ( dev-lang/perl )
+	pam? ( sys-auth/pambase )
 	>=app-misc/editor-wrapper-3
-	sys-libs/zlib
 	virtual/editor
 	virtual/mta"
-RDEPEND="selinux? ( sec-policy/selinux-sudo )
-	ldap? ( dev-lang/perl )
-	pam? ( sys-auth/pambase )
-	${DEPEND}"
 DEPEND="${DEPEND}
 	sys-devel/bison"
 






             reply	other threads:[~2012-02-03  0:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-03  0:07 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-03 14:37 [gentoo-commits] gentoo-x86 commit in app-admin/sudo: ChangeLog sudo-1.8.3_p2.ebuild Brent Baude (ranger)
2012-02-21 15:49 Mike Frysinger (vapier)
2012-02-04 15:31 Raul Porcel (armin76)
2012-02-01 17:25 Brent Baude (ranger)
2012-01-30 22:52 Jeroen Roovers (jer)
2012-01-30 21:48 Jeff Horelick (jdhore)
2012-01-30 16:41 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120203000745.CBD902004B@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox