* [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/
@ 2021-02-19 10:14 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2021-02-19 10:14 UTC (permalink / raw
To: gentoo-commits
commit: c6278770647c4b4a3f8c57c2fbcbb5165cad86b4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:52:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 18:54:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6278770
net-misc/lyricwikia: add py3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-misc/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild
index 7e29e7d5..05e31bb8 100644
--- a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/
2021-03-21 20:29 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-03-21 20:46 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-21 20:46 UTC (permalink / raw
To: gentoo-commits
commit: ce5691cc52167384a88d2add9f7e0cb9198c4060
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 21 20:27:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 20:29:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce5691cc
net-misc/lyricwikia: avoid file conflict
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../{lyricwikia-0.1.11.ebuild => lyricwikia-0.1.11-r1.ebuild} | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
similarity index 74%
rename from net-misc/lyricwikia/lyricwikia-0.1.11.ebuild
rename to net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
index 05e31bb8..145a75b5 100644
--- a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
@@ -33,6 +33,15 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
+python_install_all() {
+ distutils-r1_python_install_all
+
+ # rename the executable to avoid file conflict with net-im/lyrics-in-terminal
+ find "${D}" -name 'lyrics' -execdir mv {} lyricwikia \; || die
+}
+
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"
+ elog ""
+ elog "LyricWikia is now offline, this package is provided solely for the purpose of satisfying media-video/vidify's dependencies"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-21 20:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-19 10:14 [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-03-21 20:29 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-21 20:46 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox