diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-02 03:59:06 -0400 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-10-17 21:26:01 -0700 |
commit | 77abd098fe5e430fbc564692326f322f0e89c3a6 (patch) | |
tree | 01af1cd8d6a3b0e6333f1d51f5e194c7212359b7 /app-text | |
parent | app-text/calibre: clean up install invocation a bit (diff) | |
download | gentoo-77abd098fe5e430fbc564692326f322f0e89c3a6.tar.gz gentoo-77abd098fe5e430fbc564692326f322f0e89c3a6.tar.bz2 gentoo-77abd098fe5e430fbc564692326f322f0e89c3a6.zip |
app-text/calibre: remove no longer accurate consulting advice
The distribution packaging described here is no longer maintained by
said Calibre contributor, and there has been a corresponding decrease in
quality. I cannot in good faith advise taking inspiration from recent
changes there.
If advice is needed by a Calibre contributor, I can simply provide any
relevant advice directly to the Gentoo Project.
Alternatively, the Fedora packaging continues to be rather decent.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.44.0-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-text/calibre/calibre-5.44.0-r2.ebuild b/app-text/calibre/calibre-5.44.0-r2.ebuild index eaf6721e4e46..833cd49b4dc6 100644 --- a/app-text/calibre/calibre-5.44.0-r2.ebuild +++ b/app-text/calibre/calibre-5.44.0-r2.ebuild @@ -154,9 +154,7 @@ src_prepare() { # creating a patch instead, but in any case, run the test suite # and ensure it passes. # - # If in doubt about a problem, checking Fedora or Arch Linux's packaging - # is recommended, as Arch Linux's PKGBUILD is maintained by a Calibre - # contributor. Or just ask them. + # If in doubt about a problem, checking Fedora's packaging is recommended. # Fix outdated version constant. #sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \ |