bircoph     15/07/18 22:38:21

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  fix README.md installation
  
  Signed-off-by: Andrew Savchenko <[email protected]>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.153                sci-physics/root/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.153&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.153&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   18 Jul 2015 13:54:17 -0000      1.152
+++ ChangeLog   18 Jul 2015 22:38:20 -0000      1.153
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.152 
2015/07/18 13:54:17 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.153 
2015/07/18 22:38:20 bircoph Exp $
+
+  18 Jul 2015; Andrew Savchenko <[email protected]> root-6.02.05-r2.ebuild:
+  Install README.md in the same directory as all other docs (ignores ).
 
   18 Jul 2015; Andrew Savchenko <[email protected]> -root-5.34.28-r1.ebuild:
   Remove old.



1.6                  sci-physics/root/root-6.02.05-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.5&r2=1.6

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- root-6.02.05-r2.ebuild      16 Jul 2015 21:22:10 -0000      1.5
+++ root-6.02.05-r2.ebuild      18 Jul 2015 22:38:20 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 
1.5 2015/07/16 21:22:10 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 
1.6 2015/07/18 22:38:20 bircoph Exp $
 
 EAPI=5
 
@@ -438,7 +438,8 @@
 
 src_install() {
        ROOTSYS="${S}" emake DESTDIR="${D}" install
-       dodoc README.md
+       insinto "${DOC_DIR}"
+       doins README.md
 
        echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root
        use pythia8 && echo "PYTHIA8=${EPREFIX%/}/usr" >> 99root




Reply via email to