From c5d52fd8e2f6321eaf97b92de8e3f1a28af45020 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 19 May 2015 19:40:43 +0000 Subject: Use absolute path to install html docs. Bug #549870 (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) --- net-libs/rb_libtorrent/ChangeLog | 6 +++++- net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild | 4 ++-- net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'net-libs/rb_libtorrent') diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 7542d5fc3e91..ae067026837f 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.197 2015/05/17 09:18:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.198 2015/05/19 19:40:43 hwoarang Exp $ + + 19 May 2015; Markos Chandras rb_libtorrent-1.0.4.ebuild, + rb_libtorrent-1.0.5.ebuild: + Use absolute path to install html docs. Bug #549870 *rb_libtorrent-1.0.5 (17 May 2015) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild index 77738b2d4034..c6163831e5a7 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild @@ -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/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v 1.1 2015/04/19 19:21:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v 1.2 2015/05/19 19:40:43 hwoarang Exp $ EAPI=5 @@ -68,7 +68,7 @@ src_compile() { } src_install() { - use doc && HTML_DOCS=( docs/. ) + use doc && HTML_DOCS=( "${S}"/docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild index 57f53222834f..76b3891547fe 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild @@ -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/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.1 2015/05/17 09:18:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.2 2015/05/19 19:40:43 hwoarang Exp $ EAPI=5 @@ -68,7 +68,7 @@ src_compile() { } src_install() { - use doc && HTML_DOCS=( docs/. ) + use doc && HTML_DOCS=( "${S}"/docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install -- cgit v1.2.3-65-gdbad