ssuominen    14/07/15 11:52:44

  Modified:             udev-215.ebuild ChangeLog
  Log:
  Fix installation of gudev and libudev gtk-doc html documentation.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.4                  sys-fs/udev/udev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?r1=1.3&r2=1.4

Index: udev-215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-215.ebuild     14 Jul 2014 19:25:18 -0000      1.3
+++ udev-215.ebuild     15 Jul 2014 11:52:44 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v 1.3 
2014/07/14 19:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v 1.4 
2014/07/15 11:52:44 ssuominen Exp $
 
 EAPI=5
 
@@ -362,6 +362,12 @@
        # maintainer note: by not letting the upstream build-sys create the .so
        # link, you also avoid a parallel make problem
        mv "${D}"/usr/share/man/man8/systemd-udevd{.service,}.8
+
+       insinto /usr/share/doc/${PF}/html/gudev
+       doins "${S}"/docs/gudev/html/*
+
+       insinto /usr/share/doc/${PF}/html/libudev
+       doins "${S}"/docs/libudev/html/*
 }
 
 pkg_preinst() {



1.1062               sys-fs/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1062&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1062&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1061&r2=1.1062

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -r1.1061 -r1.1062
--- ChangeLog   14 Jul 2014 19:25:18 -0000      1.1061
+++ ChangeLog   15 Jul 2014 11:52:44 -0000      1.1062
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1061 2014/07/14 
19:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1062 2014/07/15 
11:52:44 ssuominen Exp $
+
+  15 Jul 2014; Samuli Suominen <ssuomi...@gentoo.org> udev-215.ebuild:
+  Fix installation of gudev and libudev gtk-doc html documentation.
 
   14 Jul 2014; Agostino Sarubbo <a...@gentoo.org> udev-215.ebuild:
   Stable for x86, wrt bug #517106




Reply via email to