Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/lyricwikia/
Date: Tue, 10 Mar 2020 15:50:32
Message-Id: 1583854895.adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2.andrewammerlaan@gentoo
1 commit: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Mar 10 15:41:35 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 10 15:41:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adbf0875
7
8 dev-python/lyricwikia: Add disclaimer as requested by author
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
17 index 812fd1c..f69d71e 100644
18 --- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
19 +++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
20 @@ -26,3 +26,7 @@ RDEPEND="
21 PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
22
23 distutils_enable_tests pytest
24 +
25 +pkg_postinst() {
26 + elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
27 +}