public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina (zerochaos)" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/cracklib: cracklib-2.8.19.ebuild ChangeLog
Date: Mon, 22 Oct 2012 01:02:28 +0000 (UTC)	[thread overview]
Message-ID: <20121022010228.19BC121600@flycatcher.gentoo.org> (raw)

zerochaos    12/10/22 01:02:28

  Modified:             cracklib-2.8.19.ebuild ChangeLog
  Log:
  catalyst stage1 build with python enabled breaks so we add a build use flag to prevent adding python support too early
  
  (Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.11                 sys-libs/cracklib/cracklib-2.8.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?r1=1.10&r2=1.11

Index: cracklib-2.8.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cracklib-2.8.19.ebuild	26 Aug 2012 17:23:41 -0000	1.10
+++ cracklib-2.8.19.ebuild	22 Oct 2012 01:02:27 -0000	1.11
@@ -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/sys-libs/cracklib/cracklib-2.8.19.ebuild,v 1.10 2012/08/26 17:23:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild,v 1.11 2012/10/22 01:02:27 zerochaos Exp $
 
 EAPI="3"
 PYTHON_DEPEND="python? 2"
@@ -17,7 +17,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
-IUSE="nls python static-libs zlib"
+IUSE="build nls python static-libs zlib"
 
 RDEPEND="zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
@@ -27,6 +27,7 @@
 
 PYTHON_MODNAME="cracklib.py"
 do_python() {
+	use build && return 0
 	use python || return 0
 	case ${EBUILD_PHASE} in
 	prepare|configure|compile|install)



1.173                sys-libs/cracklib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog	26 Aug 2012 17:23:41 -0000	1.172
+++ ChangeLog	22 Oct 2012 01:02:27 -0000	1.173
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/cracklib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.172 2012/08/26 17:23:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.173 2012/10/22 01:02:27 zerochaos Exp $
+
+  22 Oct 2012; Rick Farina <zerochaos@gentoo.org> cracklib-2.8.19.ebuild:
+  catalyst stage1 build with python enabled breaks so we add a build use flag to
+  prevent adding python support too early
 
   26 Aug 2012; Raúl Porcel <armin76@gentoo.org> cracklib-2.8.19.ebuild:
   alpha/ia64/m68k/s390/sh/sparc stable wrt #427132





             reply	other threads:[~2012-10-22  1:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-22  1:02 Richard Farina (zerochaos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-31 20:49 [gentoo-commits] gentoo-x86 commit in sys-libs/cracklib: cracklib-2.8.19.ebuild ChangeLog Richard Farina (zerochaos)
2012-08-19 21:03 Christoph Junghans (ottxor)
2012-05-18 20:19 Mike Frysinger (vapier)
2012-05-18 18:24 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=20121022010228.19BC121600@flycatcher.gentoo.org \
    --to=zerochaos@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