public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/
Date: Thu, 28 Jun 2018 19:18:26 +0000 (UTC)	[thread overview]
Message-ID: <1530213469.f349b63c770c264b3d20cb88c36a7f968a9da944.pacho@gentoo> (raw)

commit:     f349b63c770c264b3d20cb88c36a7f968a9da944
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 19:01:52 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 19:17:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f349b63c

dev-python/bokeh: Fix examples installation (#659438)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/bokeh/bokeh-0.12.6.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild b/dev-python/bokeh/bokeh-0.12.6.ebuild
index 4e2f6972548..df90b6f1979 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -67,6 +67,9 @@ python_test() {
 }
 
 python_install_all() {
-	use examples && local EXAMPLES=( examples/. )
+	if use examples; then
+		insinto "/usr/share/doc/${PF}/examples/"
+		doins examples/* 
+	fi
 	distutils-r1_python_install_all
 }


             reply	other threads:[~2018-06-28 19:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28 19:18 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-13 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/ David Seifert
2018-07-21  0:08 Mikle Kolyada
2018-07-02  7:02 Pacho Ramos
2018-07-01 15:19 Pacho Ramos
2018-06-28 21:09 Pacho Ramos
2018-06-28 19:18 Pacho Ramos
2018-06-28 19:18 Pacho Ramos
2018-05-16 22:57 Aaron Bauman
2017-01-30 19:47 Sebastien Fabbro
2016-12-31 22:20 Agostino Sarubbo
2016-02-08 10:46 Justin Lecher
2016-02-05 19:45 Justin Lecher
2016-01-07 19:08 Justin Lecher
2016-01-07  8:56 Justin Lecher
2015-12-09 15:25 Justin Lecher
2015-12-09 15:13 Justin Lecher
2015-12-09 15:10 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1530213469.f349b63c770c264b3d20cb88c36a7f968a9da944.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox