summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2015-05-19 19:40:43 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2015-05-19 19:40:43 +0000
commitc5d52fd8e2f6321eaf97b92de8e3f1a28af45020 (patch)
tree5a8104693326926854a7eeec7c01b97d9ffadc92 /net-libs/rb_libtorrent
parentVersion bump, drop old (diff)
downloadgentoo-2-c5d52fd8e2f6321eaf97b92de8e3f1a28af45020.tar.gz
gentoo-2-c5d52fd8e2f6321eaf97b92de8e3f1a28af45020.tar.bz2
gentoo-2-c5d52fd8e2f6321eaf97b92de8e3f1a28af45020.zip
Use absolute path to install html docs. Bug #549870
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog6
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild4
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild4
3 files changed, 9 insertions, 5 deletions
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 <hwoarang@gentoo.org> 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