public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyricwikia/
Date: Sun, 21 Mar 2021 20:29:26 +0000 (UTC)	[thread overview]
Message-ID: <1616358564.ce5691cc52167384a88d2add9f7e0cb9198c4060.andrewammerlaan@gentoo> (raw)

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"
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/
Date: Sun, 21 Mar 2021 20:46:36 +0000 (UTC)	[thread overview]
Message-ID: <1616358564.ce5691cc52167384a88d2add9f7e0cb9198c4060.andrewammerlaan@gentoo> (raw)
Message-ID: <20210321204636.ohR_dzzHlBNOQu-augHh9q1bcM1zRiVW90kgRO7HpHY@z> (raw)

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"
 }


             reply	other threads:[~2021-03-21 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 20:29 Andrew Ammerlaan [this message]
2021-03-21 20:46 ` [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-17 18:54 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

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=1616358564.ce5691cc52167384a88d2add9f7e0cb9198c4060.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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