public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: libcxx-9999.ebuild libcxx-0.0_p20130725.ebuild ChangeLog
@ 2013-10-14 18:21 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-10-14 18:21 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/10/14 18:21:00

  Modified:             libcxx-9999.ebuild libcxx-0.0_p20130725.ebuild
                        ChangeLog
  Log:
  Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug #483304.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.25                 sys-libs/libcxx/libcxx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?r1=1.24&r2=1.25

Index: libcxx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libcxx-9999.ebuild	26 Aug 2013 21:20:41 -0000	1.24
+++ libcxx-9999.ebuild	14 Oct 2013 18:21:00 -0000	1.25
@@ -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-libs/libcxx/libcxx-9999.ebuild,v 1.24 2013/08/26 21:20:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.25 2013/10/14 18:21:00 mgorny Exp $
 
 EAPI=5
 
@@ -154,6 +154,7 @@
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	insinto /usr/include/c++/v1
 	doins -r include/*
 }



1.3                  sys-libs/libcxx/libcxx-0.0_p20130725.ebuild

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

Index: libcxx-0.0_p20130725.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130725.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcxx-0.0_p20130725.ebuild	26 Aug 2013 21:20:41 -0000	1.2
+++ libcxx-0.0_p20130725.ebuild	14 Oct 2013 18:21:00 -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-libs/libcxx/libcxx-0.0_p20130725.ebuild,v 1.2 2013/08/26 21:20:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130725.ebuild,v 1.3 2013/10/14 18:21:00 mgorny Exp $
 
 EAPI=5
 
@@ -154,6 +154,7 @@
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	insinto /usr/include/c++/v1
 	doins -r include/*
 }



1.35                 sys-libs/libcxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 Aug 2013 21:23:46 -0000	1.34
+++ ChangeLog	14 Oct 2013 18:21:00 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libcxx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.34 2013/08/26 21:23:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.35 2013/10/14 18:21:00 mgorny Exp $
+
+  14 Oct 2013; Michał Górny <mgorny@gentoo.org> libcxx-0.0_p20130725.ebuild,
+  libcxx-9999.ebuild:
+  Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug
+  #483304.
 
   26 Aug 2013; Alexis Ballier <aballier@gentoo.org>
   -libcxx-0.0_p20130218.ebuild, -libcxx-0.0_p20130531.ebuild,





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

only message in thread, other threads:[~2013-10-14 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 18:21 [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: libcxx-9999.ebuild libcxx-0.0_p20130725.ebuild ChangeLog Michal Gorny (mgorny)

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