ssuominen    14/10/21 04:42:49

  Modified:             raptor-2.0.14.ebuild ChangeLog
  Log:
  Missing reference to ${ED} in symlink creation for gtk-doc.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.3                  media-libs/raptor/raptor-2.0.14.ebuild

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

Index: raptor-2.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- raptor-2.0.14.ebuild        21 Oct 2014 04:29:28 -0000      1.2
+++ raptor-2.0.14.ebuild        21 Oct 2014 04:42:49 -0000      1.3
@@ -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/media-libs/raptor/raptor-2.0.14.ebuild,v 
1.2 2014/10/21 04:29:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.14.ebuild,v 
1.3 2014/10/21 04:42:49 ssuominen Exp $
 
 EAPI=5
 inherit eutils libtool
@@ -62,5 +62,5 @@
 
        # http://bugs.gentoo.org/467768
        local _rdocdir=/usr/share/doc/${PF}/html/${MY_PN}
-       [[ -d ${_rdocdir} ]] && dosym ${_rdocdir} 
/usr/share/gtk-doc/html/${MY_PN}
+       [[ -d ${ED}/${_rdocdir} ]] && dosym ${_rdocdir} 
/usr/share/gtk-doc/html/${MY_PN}
 }



1.160                media-libs/raptor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.160&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.160&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   21 Oct 2014 04:29:28 -0000      1.159
+++ ChangeLog   21 Oct 2014 04:42:49 -0000      1.160
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.159 
2014/10/21 04:29:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.160 
2014/10/21 04:42:49 ssuominen Exp $
+
+  21 Oct 2014; Samuli Suominen <[email protected]> raptor-2.0.14.ebuild:
+  Missing reference to ${ED} in symlink creation for gtk-doc.
 
   21 Oct 2014; Samuli Suominen <[email protected]> raptor-2.0.14.ebuild:
   Raise sys-devel/flex DEPEND to 2.5.36




Reply via email to