From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/livereload/
Date: Fri, 20 Mar 2020 09:58:01 +0000 (UTC) [thread overview]
Message-ID: <1584698194.5a61b8d862b0d8bda196ae98ea922727f6d2f443.soap@gentoo> (raw)
commit: 5a61b8d862b0d8bda196ae98ea922727f6d2f443
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:56:34 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:56:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a61b8d8
dev-python/livereload: Replace distutils-r1 EXAMPLES use
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/livereload/livereload-2.4.1.ebuild | 6 +++++-
dev-python/livereload/livereload-2.5.2.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-python/livereload/livereload-2.4.1.ebuild b/dev-python/livereload/livereload-2.4.1.ebuild
index e79f6070944..f0ee8033d66 100644
--- a/dev-python/livereload/livereload-2.4.1.ebuild
+++ b/dev-python/livereload/livereload-2.4.1.ebuild
@@ -33,7 +33,11 @@ python_test() {
}
python_install_all() {
- use examples && local EXAMPLES=( example/. )
+ if use examples; then
+ docinto examples
+ dodoc -r example/.
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
distutils-r1_python_install_all
}
diff --git a/dev-python/livereload/livereload-2.5.2.ebuild b/dev-python/livereload/livereload-2.5.2.ebuild
index eb41b161761..487fd52dd92 100644
--- a/dev-python/livereload/livereload-2.5.2.ebuild
+++ b/dev-python/livereload/livereload-2.5.2.ebuild
@@ -33,7 +33,11 @@ python_test() {
}
python_install_all() {
- use examples && local EXAMPLES=( example/. )
+ if use examples; then
+ docinto examples
+ dodoc -r example/.
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
distutils-r1_python_install_all
}
next reply other threads:[~2020-03-20 9:58 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-20 9:58 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 12:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/livereload/ Michał Górny
2025-01-04 12:28 Sam James
2024-12-19 5:14 Michał Górny
2024-07-14 3:23 Michał Górny
2024-07-13 21:28 Sam James
2024-06-24 2:41 Michał Górny
2024-06-24 2:41 Michał Górny
2023-12-09 18:15 Michał Górny
2023-12-09 18:12 Sam James
2023-12-09 15:54 Michał Górny
2023-12-09 14:37 Michał Górny
2023-11-08 15:39 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2021-12-13 15:42 Andrew Ammerlaan
2021-06-16 17:11 Andrew Ammerlaan
2021-01-07 9:19 Michał Górny
2021-01-05 11:05 Michał Górny
2020-12-05 13:31 Jason A. Donenfeld
2020-05-09 7:48 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-04-09 12:38 Joonas Niilola
2020-03-19 13:29 Joonas Niilola
2020-02-05 16:24 Michał Górny
2018-06-15 20:01 Vladimir Smirnov
2017-07-31 10:37 Tobias Klausmann
2017-05-22 16:08 Manuel Rüger
2016-01-24 19:25 Alex Brandt
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=1584698194.5a61b8d862b0d8bda196ae98ea922727f6d2f443.soap@gentoo \
--to=soap@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