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-misc/ca-certificates: ChangeLog ca-certificates-20111025.ebuild
Date: Sat, 31 Dec 2011 08:26:33 +0000 (UTC)	[thread overview]
Message-ID: <20111231082633.01F732004B@flycatcher.gentoo.org> (raw)

vapier      11/12/31 08:26:32

  Modified:             ChangeLog ca-certificates-20111025.ebuild
  Log:
  Block older portages which do not handle unicode filenames in non-unicode locales #394223.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 app-misc/ca-certificates/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	26 Dec 2011 11:32:31 -0000	1.62
+++ ChangeLog	31 Dec 2011 08:26:32 -0000	1.63
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ca-certificates
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.62 2011/12/26 11:32:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.63 2011/12/31 08:26:32 vapier Exp $
+
+  31 Dec 2011; Mike Frysinger <vapier@gentoo.org>
+  ca-certificates-20111025.ebuild:
+  Block older portages which do not handle unicode filenames in non-unicode
+  locales #394223.
 
   26 Dec 2011; Markus Meier <maekke@gentoo.org>
   ca-certificates-20111025.ebuild:



1.6                  app-misc/ca-certificates/ca-certificates-20111025.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild?r1=1.5&r2=1.6

Index: ca-certificates-20111025.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ca-certificates-20111025.ebuild	26 Dec 2011 11:32:31 -0000	1.5
+++ ca-certificates-20111025.ebuild	31 Dec 2011 08:26:32 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild,v 1.5 2011/12/26 11:32:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild,v 1.6 2011/12/31 08:26:32 vapier Exp $
 
 EAPI="3"
 
@@ -17,7 +17,8 @@
 IUSE=""
 
 # platforms like AIX don't have a good ar
-DEPEND="kernel_AIX? ( app-arch/deb2targz )"
+DEPEND="kernel_AIX? ( app-arch/deb2targz )
+	!<sys-apps/portage-2.1.10.41"
 # openssl: we run `c_rehash`
 # debianutils: we run `run-parts`
 RDEPEND="${DEPEND}






             reply	other threads:[~2011-12-31  8:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-31  8:26 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-26 13:57 [gentoo-commits] gentoo-x86 commit in app-misc/ca-certificates: ChangeLog ca-certificates-20111025.ebuild Alexis Ballier (aballier)
2012-01-25  5:17 Mike Frysinger (vapier)
2012-01-04 18:28 Brent Baude (ranger)
2012-01-01 15:54 Raul Porcel (armin76)
2011-12-26 11:32 Markus Meier (maekke)
2011-12-12 11:46 Jeroen Roovers (jer)
2011-10-29 21:46 Robin H. Johnson (robbat2)

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=20111231082633.01F732004B@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