From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12172138350 for ; Tue, 10 Mar 2020 15:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3D7E08BD; Tue, 10 Mar 2020 15:50:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34716E08BD for ; Tue, 10 Mar 2020 15:50:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0EE534F200 for ; Tue, 10 Mar 2020 15:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA79145 for ; Tue, 10 Mar 2020 15:50:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583854895.adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/lyricwikia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/lyricwikia/lyricwikia-0.1.11.ebuild X-VCS-Directories: dev-python/lyricwikia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 X-VCS-Branch: master Date: Tue, 10 Mar 2020 15:50:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2eeb33e7-7248-4360-9ac3-cbd9cd554537 X-Archives-Hash: 933b418ec44d592108bb7d651eb42b3b commit: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 10 15:41:35 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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" +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8491138350 for ; Tue, 10 Mar 2020 15:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89C7E08BB; Tue, 10 Mar 2020 15:50:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1021E08BB for ; Tue, 10 Mar 2020 15:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23C5F34F20D for ; Tue, 10 Mar 2020 15:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6DC145 for ; Tue, 10 Mar 2020 15:49:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583854895.adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/lyricwikia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/lyricwikia/lyricwikia-0.1.11.ebuild X-VCS-Directories: dev-python/lyricwikia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 X-VCS-Branch: dev Date: Tue, 10 Mar 2020 15:49:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc28600a-cf4e-489c-b020-97a3061a141f X-Archives-Hash: 17f51712bbbfd62193a0575e368828a5 Message-ID: <20200310154959.JdLCLvZMWvPX-AFo_qA3jXZmYKzZFIkc7gztsaz5bUs@z> commit: adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 10 15:41:35 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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" +}