commit: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 10 15:41:35 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 10 15:41:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adbf0875
dev-python/lyricwikia: Add disclaimer as requested by author
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index 812fd1c..f69d71e 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -26,3 +26,7 @@ RDEPEND="
PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
distutils_enable_tests pytest
+
+pkg_postinst() {
+ elog "Note that access to LyricWikia through this API (and products
that use this API) should comply to the LyricWikia terms of use"
+}