public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Fri, 16 Aug 2024 01:16:18 +0000 (UTC)	[thread overview]
Message-ID: <1723770757.dd95a78b278fdb5caf1e1bd86d9c4cd72a1e56d8.eschwartz@gentoo> (raw)

commit:     dd95a78b278fdb5caf1e1bd86d9c4cd72a1e56d8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 22:22:46 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 01:12:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd95a78b

app-text/calibre: drop old for security cleanup

Bug: https://bugs.gentoo.org/936961
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 app-text/calibre/Manifest                 |   2 -
 app-text/calibre/calibre-5.44.0-r3.ebuild | 273 ------------------------------
 app-text/calibre/calibre-7.13.0.ebuild    | 243 --------------------------
 3 files changed, 518 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 9983a89e55f8..2e023d6be5a8 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,6 +1,4 @@
 DIST calibre-5.44.0.tar.xz 41015696 BLAKE2B c7053e728da20fccfa981ed4f56e24a4d5b382b7687c92ecb039b078fd4828de0529380093e4ab33f77d78aa54a59758c1620cf8f918937a9a64f13decdf77ee SHA512 3d79e76d820cd1a41605dfd4c1d992599a6e4a759e57a8383d42d86982177e4539313f59e647758ab1896ce5874cb2a93c7678bf962e332c44171651aabf0230
 DIST calibre-5.44.0.tar.xz.sig 566 BLAKE2B 413b95855d79bdb5b17ca5d760f834006797b4d3e413604f27d351a3392e16d647e772dc063306bf973e1156c34f68cb38152a66164bca849ebed5484e7f6065 SHA512 59957bf35a73f218241bf76cc86994d5af87cea11d3b0800e83f157bf0b2cfcaf4b6c1314562e74a1141d0c167fdb1619cb9a90e93b67f55dd55ceed77045059
-DIST calibre-7.13.0.tar.xz 44331860 BLAKE2B d5d9d04740dff52e59af0efff30e1044d52d188d58a91a9c8191084e021218feffca15cbde27f12a742e38d6db49168c6c6b64b1df9de5384c1b361ef66ba10b SHA512 b64bba8b6982e2f41b6e1e1d9392a07f15307781a1da3b2f2daca464f1d1303a7ff44af398c0c0edc84dda8090cd47461bf1570daa8ba12496661eae2f3c3bca
-DIST calibre-7.13.0.tar.xz.sig 566 BLAKE2B 40ee9d53eb658623f0047601ddf26bde232b9f4575309faa09ab2ea74b70d8c43fa82a7dc80bb322fca908923661ed8ec33050917196c0f22ff490f9348b266f SHA512 6943ea01c30c8c2ed49f115873cbe1d75484a79deedf734d77ba2326b6f2a2d35994b0219d8e81789e46e8a56d01a19efe8f124c8ebb546b86fa287d8449bf6e
 DIST calibre-7.16.0.tar.xz 44833684 BLAKE2B 2b609a0d014d43998f693a69c10f6d8b0165bf97f8c9d388cf4e1e398e7254b300d53b26e5ec24af651e03bb625bb088331dc77aa2ed6edea13de2beb0e75339 SHA512 5ea11badd972422299ce143e2aa33f58f7abcfd2837acba47d2a7aa6f0997a711245273205ed043c783e5e82bbaaf7cab44e5c03c00e274a03a4ba29be53a708
 DIST calibre-7.16.0.tar.xz.sig 566 BLAKE2B 1d09e8dd49ad53c88632dc23573fa9cd5403d45a308598ac4ed7d4f2dd5a84cc3ae6812ac652ff4a98fc5d67589ad1584411f7746b6b98468bf03a35a0585de6 SHA512 91f3897d95d234a8d673006273974d32cb6c5aa4953d247700d6d89d511c9b1450dc8e222eabf5d1e4d82de206e425ee440defaff38d1ca83efdbf4bcada7c7c

diff --git a/app-text/calibre/calibre-5.44.0-r3.ebuild b/app-text/calibre/calibre-5.44.0-r3.ebuild
deleted file mode 100644
index 1ca560b39c37..000000000000
--- a/app-text/calibre/calibre-5.44.0-r3.ebuild
+++ /dev/null
@@ -1,273 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="ipv6(+),sqlite,ssl"
-
-inherit toolchain-funcs python-single-r1 qmake-utils verify-sig xdg-utils
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/"
-SRC_URI="
-	https://download.calibre-ebook.com/${PV}/${P}.tar.xz
-	verify-sig? ( https://calibre-ebook.com/signatures/${P}.tar.xz.sig )
-"
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/kovidgoyal.gpg"
-
-LICENSE="
-	GPL-3+
-	GPL-3
-	GPL-2+
-	GPL-2
-	GPL-1+
-	LGPL-3+
-	LGPL-2.1+
-	LGPL-2.1
-	BSD
-	MIT
-	Old-MIT
-	Apache-2.0
-	public-domain
-	|| ( Artistic GPL-1+ )
-	CC-BY-3.0
-	OFL-1.1
-	PSF-2
-"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="ios speech test +udisks"
-
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Qt slotted dependencies are used because the libheadless.so plugin links to
-# QT_*_PRIVATE_ABI. It only uses core/gui/dbus.
-COMMON_DEPEND="${PYTHON_DEPS}
-	>=app-text/hunspell-1.7:=
-	>=app-text/podofo-0.9.6_pre20171027:=
-	<app-text/podofo-0.10:=
-	app-text/poppler[utils]
-	dev-libs/hyphen:=
-	>=dev-libs/icu-57.1:=
-	dev-libs/openssl:=
-	dev-libs/snowball-stemmer:=
-	$(python_gen_cond_dep '
-		>=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		dev-python/cchardet[${PYTHON_USEDEP}]
-		>=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
-		dev-python/dnspython[${PYTHON_USEDEP}]
-		>=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
-		>=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
-		>=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
-		dev-python/jeepney[${PYTHON_USEDEP}]
-		>=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
-		>=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
-		>=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
-		>=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}]
-		>=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
-		>=dev-python/pillow-3.2.0[jpeg,truetype,webp,zlib,${PYTHON_USEDEP}]
-		>=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
-		>=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
-		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-		dev-python/zeroconf[${PYTHON_USEDEP}]
-		>=dev-python/PyQt5-5.15.5_pre2107091435[gui,widgets,network,printsupport,svg,${PYTHON_USEDEP}]
-		>=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
-		dev-python/regex[${PYTHON_USEDEP}]
-	')
-	dev-qt/qtimageformats:5
-	dev-qt/qtcore:5=
-	dev-qt/qtdbus:5=
-	dev-qt/qtgui:5=[jpeg,png]
-	dev-qt/qtwidgets:5
-	dev-util/desktop-file-utils
-	dev-util/gtk-update-icon-cache
-	media-fonts/liberation-fonts
-	media-libs/fontconfig:=
-	>=media-libs/freetype-2:=
-	>=media-libs/libmtp-1.1.11:=
-	>=media-gfx/optipng-0.7.6
-	virtual/libusb:1=
-	x11-misc/shared-mime-info
-	>=x11-misc/xdg-utils-1.0.2-r2
-	ios? (
-		>=app-pda/usbmuxd-1.0.8
-		>=app-pda/libimobiledevice-1.2.0
-	)
-	speech? ( $(python_gen_cond_dep 'app-accessibility/speech-dispatcher[python,${PYTHON_USEDEP}]') )
-	udisks? ( virtual/libudev )"
-RDEPEND="${COMMON_DEPEND}
-	udisks? ( sys-fs/udisks:2 )"
-DEPEND="${COMMON_DEPEND}
-	test? ( $(python_gen_cond_dep '>=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]') )
-"
-BDEPEND="$(python_gen_cond_dep '
-		>=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]
-		>=dev-python/sip-5[${PYTHON_USEDEP}]
-	')
-	>=virtual/podofo-build-0.9.6_pre20171027
-	<virtual/podofo-build-0.10
-	virtual/pkgconfig
-	verify-sig? ( sec-keys/openpgp-keys-kovidgoyal )
-"
-
-PATCHES=(
-	# Don't prompt the user for updates - they've installed via
-	# an ebuild.
-	"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch"
-
-	# Skip calling a binary (JxrDecApp) from libjxr which is used for tests
-	# We don't (yet?) package libjxr and it seems to be dead upstream
-	# (last commit in 2017)
-	"${FILESDIR}/${PN}-5.35.0-jxr-test.patch"
-
-	# fix compatibility with recent versions of zeroconf
-	"${FILESDIR}"/${PN}-5.44.0-Fix-compatibility-with-zeroconf-0.73.patch
-
-	# Security backport for CVE-2023-46303
-	"${FILESDIR}"/0001-HTML-Input-Dont-add-resources-that-exist-outside-the.patch
-	# bug #936270
-	"${FILESDIR}"/${P}-icu75.patch
-	# backport test-only fix for lxml 5
-	"${FILESDIR}"/e9cc00560a28f56a303cca97630ab58e519dd9c8.patch
-)
-
-src_prepare() {
-	default
-
-	# Warning:
-	#
-	# While it might be rather tempting to add yet another sed here,
-	# please don't. There have been several bugs in Gentoo's packaging
-	# of calibre from seds-which-become-stale. Please consider
-	# creating a patch instead, but in any case, run the test suite
-	# and ensure it passes.
-	#
-	# If in doubt about a problem, checking Fedora's packaging is recommended.
-
-	# Disable unnecessary privilege dropping for bug #287067.
-	sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
-		-i setup/install.py || die "sed failed to patch install.py"
-	sed -e "/^            os.chdir(os.path.join(src_dir, 'build'))$/a\
-\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ self.check_call(['sed', \
-'-e', 's|^CFLAGS .*|\\\\\\\\0 ${CFLAGS}|', \
-'-e', 's|^CXXFLAGS .*|\\\\\\\\0 ${CXXFLAGS}|', \
-'-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \
-'-i', os.path.join(os.path.basename(src_dir), 'Makefile')])" \
-		-e "s|open(self.j(bdir, '.qmake.conf'), 'wb').close()|open(self.j(bdir, '.qmake.conf'), 'wb').write(b'QMAKE_LFLAGS += ${LDFLAGS}')|" \
-		-i setup/build.py || die "sed failed to patch build.py"
-
-	# This is only ever used at build time. It contains a small embedded copy
-	# of the rapydscript-ng compiler usable inside of qtwebengine, if you don't
-	# have rapydscript-ng (a nodejs package) itself installed. Its only purpose
-	# is to build some resources that come bundled in dist tarballs already...
-	# and which we may also need to regenerate e.g. to use system-mathjax.
-	#
-	# However, running qtwebengine violates the portage sandbox (among other
-	# things, it tries to create directories in /usr! amazing) so this is a
-	# wash anyway. The only real solution here is to package rapydscript-ng.
-	#
-	# We do not need it at build time, and *no one* needs it at install time.
-	# Delete the cruft.
-	rm -r resources/rapydscript/ || die
-}
-
-src_compile() {
-	# TODO: get qmake called by setup.py to respect CC and CXX too
-	tc-export CC CXX
-
-	# bug 821871
-	local MY_LIBDIR="${ESYSROOT}/usr/$(get_libdir)"
-	export FT_LIB_DIR="${MY_LIBDIR}" HUNSPELL_LIB_DIR="${MY_LIBDIR}" PODOFO_LIB_DIR="${MY_LIBDIR}"
-	export QMAKE="$(qt5_get_bindir)/qmake"
-
-	${EPYTHON} setup.py build || die
-	${EPYTHON} setup.py gui || die
-
-	# A few different resources are bundled in the distfile by default, because
-	# not all systems necessarily have them. We un-vendor them, using the
-	# upstream integrated approach if possible. See setup/revendor.py and
-	# consider migrating other resources to this if they do not use it, in
-	# *preference* over manual rm'ing.
-	${EPYTHON} setup.py liberation_fonts \
-		--path-to-liberation_fonts "${EPREFIX}"/usr/share/fonts/liberation-fonts \
-		--system-liberation_fonts || die
-}
-
-src_test() {
-	# Skipped tests:
-	local _test_excludes=(
-		# unpackaged Python dependency: py7zr
-		7z
-		# unpackaged Python dependency: unrardll
-		test_unrar
-		# tests if a completely unused module is bundled
-		pycryptodome
-
-		$(usev !speech speech_dispatcher)
-
-		# undocumented reasons
-		test_mem_leaks
-		test_searching
-	)
-
-	${PYTHON} setup.py test "${_test_excludes[@]/#/--exclude-test-name=}" || die
-}
-
-src_install() {
-	# Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
-	#   File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
-	#    return _parse_localename(localename)
-	#  File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
-	#    raise ValueError, 'unknown locale: %s' % localename
-	#ValueError: unknown locale: 46
-	export -n LANG LANGUAGE ${!LC_*}
-	export LC_ALL=C.utf8 #709682
-
-	# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
-	# variables to point to our fake temporary $HOME.
-	export HOME="${T}/fake_homedir"
-	export CALIBRE_CONFIG_DIRECTORY="${HOME}/.config/calibre"
-	mkdir -p "${CALIBRE_CONFIG_DIRECTORY}" || die
-
-	addpredict /dev/dri #665310
-
-	# If this directory doesn't exist, zsh completion won't install
-	dodir /usr/share/zsh/site-functions
-
-	"${PYTHON}" setup.py install \
-		--staging-root="${ED}/usr" \
-		--prefix="${EPREFIX}/usr" \
-		--libdir="${EPREFIX}/usr/$(get_libdir)" \
-		--staging-libdir="${ED}/usr/$(get_libdir)" \
-		--system-plugins-location="${EPREFIX}/usr/share/calibre/system-plugins" || die
-
-	cp -r man-pages/ "${ED}"/usr/share/man || die
-
-	find "${ED}"/usr/share -type d -empty -delete || die
-
-	einfo "Converting python shebangs"
-	python_fix_shebang "${ED}/usr/bin"
-
-	einfo "Compiling python modules"
-	python_optimize "${ED}"/usr/$(get_libdir)/calibre "${D}/$(python_get_sitedir)"
-
-	newinitd "${FILESDIR}"/calibre-server-3.init calibre-server
-	newconfd "${FILESDIR}"/calibre-server-3.conf calibre-server
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}

diff --git a/app-text/calibre/calibre-7.13.0.ebuild b/app-text/calibre/calibre-7.13.0.ebuild
deleted file mode 100644
index 27ed594b785c..000000000000
--- a/app-text/calibre/calibre-7.13.0.ebuild
+++ /dev/null
@@ -1,243 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite,ssl"
-
-inherit edo toolchain-funcs python-single-r1 qmake-utils verify-sig xdg
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/"
-SRC_URI="
-	https://download.calibre-ebook.com/${PV}/${P}.tar.xz
-	verify-sig? ( https://calibre-ebook.com/signatures/${P}.tar.xz.sig )
-"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kovidgoyal.gpg
-
-LICENSE="
-	GPL-3+
-	GPL-3
-	GPL-2+
-	GPL-2
-	GPL-1+
-	LGPL-3+
-	LGPL-2.1+
-	LGPL-2.1
-	BSD
-	MIT
-	Old-MIT
-	Apache-2.0
-	public-domain
-	|| ( Artistic GPL-1+ )
-	CC-BY-3.0
-	OFL-1.1
-	PSF-2
-"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="+font-subsetting ios speech +system-mathjax test +udisks unrar"
-
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Qt slotted dependencies are used because the libheadless.so plugin links to
-# QT_*_PRIVATE_ABI. It only uses core/gui/dbus.
-COMMON_DEPEND="${PYTHON_DEPS}
-	app-i18n/uchardet
-	>=app-text/hunspell-1.7:=
-	>=app-text/podofo-0.10.0:=
-	app-text/poppler[utils]
-	dev-libs/hyphen:=
-	>=dev-libs/icu-57.1:=
-	dev-libs/openssl:=
-	dev-libs/snowball-stemmer:=
-	$(python_gen_cond_dep '
-		>=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		>=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
-		dev-python/dnspython[${PYTHON_USEDEP}]
-		>=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
-		>=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
-		>=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
-		dev-python/jeepney[${PYTHON_USEDEP}]
-		>=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
-		dev-python/lxml-html-clean[${PYTHON_USEDEP}]
-		>=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
-		>=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
-		>=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}]
-		>=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
-		>=dev-python/pillow-3.2.0[jpeg,truetype,webp,zlib,${PYTHON_USEDEP}]
-		>=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
-		>=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
-		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
-		dev-python/regex[${PYTHON_USEDEP}]
-		dev-python/xxhash[${PYTHON_USEDEP}]
-		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]
-	')
-	dev-qt/qtbase:6=[gui,widgets]
-	dev-qt/qtimageformats:6
-	dev-util/desktop-file-utils
-	dev-util/gtk-update-icon-cache
-	media-fonts/liberation-fonts
-	media-libs/fontconfig:=
-	>=media-libs/freetype-2:=
-	>=media-libs/libmtp-1.1.11:=
-	>=media-gfx/optipng-0.7.6
-	virtual/libusb:1=
-	x11-misc/shared-mime-info
-	>=x11-misc/xdg-utils-1.0.2-r2
-	font-subsetting? ( $(python_gen_cond_dep 'dev-python/fonttools[${PYTHON_USEDEP}]') )
-	ios? (
-		>=app-pda/usbmuxd-1.0.8
-		>=app-pda/libimobiledevice-1.2.0
-	)
-	speech? ( $(python_gen_cond_dep 'app-accessibility/speech-dispatcher[python,${PYTHON_USEDEP}]') )
-	system-mathjax? ( >=dev-libs/mathjax-3:= )
-	udisks? ( virtual/libudev )
-	unrar? ( dev-python/unrardll )
-"
-RDEPEND="${COMMON_DEPEND}
-	udisks? ( sys-fs/udisks:2 )"
-DEPEND="${COMMON_DEPEND}
-	test? ( $(python_gen_cond_dep '>=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]') )
-"
-BDEPEND="$(python_gen_cond_dep '
-		>=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]
-		>=dev-python/sip-5[${PYTHON_USEDEP}]
-	')
-	virtual/pkgconfig
-	system-mathjax? ( dev-lang/rapydscript-ng )
-	verify-sig? ( sec-keys/openpgp-keys-kovidgoyal )
-"
-
-PATCHES=(
-	# Skip calling a binary (JxrDecApp) from libjxr which is used for tests
-	# We don't (yet?) package libjxr and it seems to be dead upstream
-	# (last commit in 2017)
-	"${FILESDIR}/${PN}-7.0.0-jxr-test.patch"
-)
-
-src_prepare() {
-	default
-
-	# Warning:
-	#
-	# While it might be rather tempting to add yet another sed here,
-	# please don't. There have been several bugs in Gentoo's packaging
-	# of calibre from seds-which-become-stale. Please consider
-	# creating a patch instead, but in any case, run the test suite
-	# and ensure it passes.
-	#
-	# If in doubt about a problem, checking Fedora's packaging is recommended.
-
-	# Disable unnecessary privilege dropping for bug #287067.
-	sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
-		-i setup/install.py || die "sed failed to patch install.py"
-
-	# This is only ever used at build time. It contains a small embedded copy
-	# of the rapydscript-ng compiler usable inside of qtwebengine, if you don't
-	# have rapydscript-ng (a nodejs package) itself installed. Its only purpose
-	# is to build some resources that come bundled in dist tarballs already...
-	# and which we may also need to regenerate e.g. to use system-mathjax.
-	#
-	# However, running qtwebengine violates the portage sandbox (among other
-	# things, it tries to create directories in /usr! amazing) so this is a
-	# wash anyway. The only real solution here is to package rapydscript-ng.
-	#
-	# We do not need it at build time, and *no one* needs it at install time.
-	# Delete the cruft.
-	rm -r resources/rapydscript/ || die
-}
-
-src_compile() {
-	# TODO: get qmake called by setup.py to respect CC and CXX too
-	tc-export CC CXX
-
-	# bug 821871
-	local MY_LIBDIR="${ESYSROOT}/usr/$(get_libdir)"
-	export FT_LIB_DIR="${MY_LIBDIR}" HUNSPELL_LIB_DIR="${MY_LIBDIR}" PODOFO_LIB_DIR="${MY_LIBDIR}"
-	export QMAKE="$(qt6_get_bindir)/qmake"
-
-	edo ${EPYTHON} setup.py build
-	edo ${EPYTHON} setup.py gui
-
-	# A few different resources are bundled in the distfile by default, because
-	# not all systems necessarily have them. We un-vendor them, using the
-	# upstream integrated approach if possible. See setup/revendor.py and
-	# consider migrating other resources to this if they do not use it, in
-	# *preference* over manual rm'ing.
-	edo ${EPYTHON} setup.py liberation_fonts \
-		--path-to-liberation_fonts "${EPREFIX}"/usr/share/fonts/liberation-fonts \
-		--system-liberation_fonts
-	if use system-mathjax; then
-		edo ${EPYTHON} setup.py mathjax --path-to-mathjax "${EPREFIX}"/usr/share/mathjax --system-mathjax
-		edo ${EPYTHON} setup.py rapydscript
-	fi
-}
-
-src_test() {
-	# Skipped tests:
-	local _test_excludes=(
-		# unpackaged Python dependency: py7zr
-		7z
-		# unpackaged Python dependency: pyzstd
-		test_zstd
-		# tests if a completely unused module is bundled
-		pycryptodome
-
-		$(usev !speech speech_dispatcher)
-		$(usev !unrar test_unrar)
-
-		# undocumented reasons
-		test_mem_leaks
-		test_searching
-	)
-
-	edo ${PYTHON} setup.py test "${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-src_install() {
-	# Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
-	#   File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
-	#    return _parse_localename(localename)
-	#  File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
-	#    raise ValueError, 'unknown locale: %s' % localename
-	#ValueError: unknown locale: 46
-	export -n LANG LANGUAGE ${!LC_*}
-	export LC_ALL=C.utf8 # bug #709682
-
-	# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
-	# variables to point to our fake temporary $HOME.
-	export HOME="${T}/fake_homedir"
-	export CALIBRE_CONFIG_DIRECTORY="${HOME}/.config/calibre"
-	mkdir -p "${CALIBRE_CONFIG_DIRECTORY}" || die
-
-	addpredict /dev/dri #665310
-
-	# If this directory doesn't exist, zsh completion won't install
-	dodir /usr/share/zsh/site-functions
-
-	edo "${PYTHON}" setup.py install \
-		--staging-root="${ED}/usr" \
-		--prefix="${EPREFIX}/usr" \
-		--libdir="${EPREFIX}/usr/$(get_libdir)" \
-		--staging-libdir="${ED}/usr/$(get_libdir)" \
-		--system-plugins-location="${EPREFIX}/usr/share/calibre/system-plugins"
-
-	cp -r man-pages/ "${ED}"/usr/share/man || die
-
-	find "${ED}"/usr/share -type d -empty -delete || die
-
-	python_fix_shebang "${ED}/usr/bin"
-
-	python_optimize "${ED}"/usr/$(get_libdir)/calibre "${D}/$(python_get_sitedir)"
-
-	newinitd "${FILESDIR}"/calibre-server-3.init calibre-server
-	newconfd "${FILESDIR}"/calibre-server-3.conf calibre-server
-}


             reply	other threads:[~2024-08-16  1:16 UTC|newest]

Thread overview: 290+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-16  1:16 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-27 21:27 [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ Sam James
2024-12-31  1:40 Zac Medico
2024-11-29 21:18 Eli Schwartz
2024-11-10 21:29 Eli Schwartz
2024-10-30 11:07 Sam James
2024-10-27 16:13 Eli Schwartz
2024-10-21  2:55 Eli Schwartz
2024-10-01  1:46 Sam James
2024-09-27  5:57 Eli Schwartz
2024-07-31  9:41 Arthur Zamarin
2024-07-31  9:41 Arthur Zamarin
2024-07-31  5:25 Eli Schwartz
2024-07-31  3:53 Eli Schwartz
2024-07-28 23:38 Sam James
2024-07-22  4:50 Eli Schwartz
2024-07-21 21:18 Eli Schwartz
2024-07-21 21:18 Eli Schwartz
2024-07-16  4:11 Eli Schwartz
2024-07-16  4:11 Eli Schwartz
2024-07-04  0:49 Sam James
2024-06-28 12:59 Sam James
2024-06-25  2:12 Sam James
2024-06-06  7:19 Sam James
2024-05-31 20:10 Sam James
2024-05-31 20:10 Sam James
2024-05-30  4:26 Sam James
2024-05-24 19:15 Arthur Zamarin
2024-05-24 19:15 Arthur Zamarin
2024-05-09 22:33 Sam James
2024-05-09 21:46 Sam James
2024-05-05 15:46 Sam James
2024-04-26 21:01 Sam James
2024-04-26 18:19 Sam James
2024-04-26 12:50 Sam James
2024-04-26 12:50 Sam James
2024-04-26 12:50 Sam James
2024-04-26 12:50 Sam James
2024-04-26 12:50 Sam James
2024-04-07  6:17 Sam James
2024-03-23  5:59 Sam James
2024-03-22 18:25 Sam James
2024-03-22  6:24 Arthur Zamarin
2024-03-22  6:24 Arthur Zamarin
2024-03-06  3:46 Sam James
2024-02-26 22:27 Sam James
2024-02-26 22:27 Sam James
2024-02-19  4:04 Sam James
2024-02-15 13:50 Sam James
2024-02-09  5:45 Zac Medico
2024-01-27  6:51 Sam James
2024-01-19  5:20 Zac Medico
2024-01-19  5:20 Zac Medico
2024-01-07 21:07 Zac Medico
2024-01-06  9:56 Joonas Niilola
2023-12-22 22:40 Mart Raudsepp
2023-12-15  5:15 Sam James
2023-11-29  6:05 Sam James
2023-11-28 14:16 Sam James
2023-11-24 16:55 Sam James
2023-11-19 16:18 Michał Górny
2023-11-19  8:42 Sam James
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-11-08 16:26 Zac Medico
2023-10-18  4:37 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-10-18  4:26 Zac Medico
2023-09-21 14:59 Zac Medico
2023-03-03 18:52 Arthur Zamarin
2023-02-20 18:20 Michał Górny
2023-02-02 20:56 Sam James
2022-06-23  5:19 Sam James
2022-06-17 23:54 Zac Medico
2022-06-17 23:54 Zac Medico
2022-06-01  1:56 Sam James
2022-06-01  1:55 Sam James
2022-05-28 17:01 Zac Medico
2022-05-20 17:47 Zac Medico
2022-05-19  2:36 Zac Medico
2022-05-19  2:36 Zac Medico
2022-05-17  5:34 Sam James
2022-05-15  8:04 Michał Górny
2022-05-04  3:40 Zac Medico
2022-05-04  3:28 Zac Medico
2022-04-23 16:11 Zac Medico
2022-04-01 17:10 Zac Medico
2022-03-25  3:45 Zac Medico
2022-03-25  3:28 Zac Medico
2022-03-20 16:59 Zac Medico
2022-03-18  4:10 Zac Medico
2022-03-18  4:10 Zac Medico
2022-03-04 23:46 Zac Medico
2022-02-18 18:27 Zac Medico
2022-02-04 18:36 Zac Medico
2022-01-21  4:11 Zac Medico
2021-12-05 18:52 Zac Medico
2021-12-03  4:14 Zac Medico
2021-11-13  5:59 Sam James
2021-11-13  4:00 Zac Medico
2021-11-12  3:47 Zac Medico
2021-11-05  2:58 Zac Medico
2021-11-02 22:45 Sam James
2021-11-02 22:45 Sam James
2021-10-29  5:57 Zac Medico
2021-10-29  5:53 Zac Medico
2021-10-22  5:45 Zac Medico
2021-10-05  4:58 Zac Medico
2021-08-31  9:05 Michał Górny
2021-08-27 20:45 Sam James
2021-06-14 20:50 Zac Medico
2021-06-14 19:15 Zac Medico
2021-06-14 18:03 Zac Medico
2021-06-02  7:53 Andrew Ammerlaan
2021-04-19  6:17 Zac Medico
2021-04-19  0:12 Zac Medico
2021-03-10 17:55 Zac Medico
2021-03-10  6:07 Zac Medico
2020-12-06 20:51 Zac Medico
2020-12-06  1:07 Zac Medico
2020-12-05  7:58 Zac Medico
2020-12-05  7:58 Zac Medico
2020-11-29 13:07 Andreas K. Hüttel
2020-11-01 18:17 Zac Medico
2020-10-31 22:41 Zac Medico
2020-10-31 22:00 Zac Medico
2020-08-21 18:22 Agostino Sarubbo
2020-08-21  5:13 Zac Medico
2020-08-21  4:34 Zac Medico
2020-08-21  4:27 Zac Medico
2020-08-15  5:52 Sam James
2020-07-31  7:52 Zac Medico
2020-07-20  5:19 Zac Medico
2020-07-17 19:52 Zac Medico
2020-07-17 19:52 Zac Medico
2020-07-17 19:52 Zac Medico
2020-07-09 17:10 Zac Medico
2020-07-09 16:26 Zac Medico
2020-07-03  3:22 Zac Medico
2020-06-19  4:23 Zac Medico
2020-06-14 18:43 Zac Medico
2020-06-05  3:53 Zac Medico
2020-06-03 23:10 Zac Medico
2020-06-03 22:57 Zac Medico
2020-05-27  3:35 Zac Medico
2020-05-23  6:01 Zac Medico
2020-05-15  8:24 Zac Medico
2020-05-05  4:42 Zac Medico
2020-03-26 22:59 Thomas Deutschmann
2020-03-19 17:49 Michał Górny
2020-03-15 12:20 Mikle Kolyada
2020-03-07 19:01 Zac Medico
2020-03-07 18:54 Zac Medico
2020-02-22 19:59 Zac Medico
2020-02-21 23:51 Zac Medico
2020-02-17 17:58 Zac Medico
2020-02-16 20:25 Zac Medico
2020-02-15 18:44 Zac Medico
2020-02-11 13:59 Agostino Sarubbo
2020-02-09 16:47 Michał Górny
2020-02-08 13:41 Mikle Kolyada
2020-02-07 18:21 Zac Medico
2020-02-07 17:43 Zac Medico
2020-02-07  3:42 Zac Medico
2020-01-26 20:05 Zac Medico
2020-01-26 20:05 Zac Medico
2020-01-25  8:47 Zac Medico
2020-01-23 18:43 Zac Medico
2020-01-23  4:17 Zac Medico
2020-01-13  2:15 Zac Medico
2020-01-13  2:15 Zac Medico
2020-01-13  2:15 Zac Medico
2020-01-12  1:42 Zac Medico
2020-01-12  1:24 Zac Medico
2020-01-03  3:23 Zac Medico
2019-12-27  6:20 Zac Medico
2019-12-14 19:55 Zac Medico
2019-12-13  8:32 Zac Medico
2019-11-29  5:30 Zac Medico
2019-11-29  5:11 Zac Medico
2019-11-22  3:16 Zac Medico
2019-11-22  3:09 Zac Medico
2019-11-11  1:00 Zac Medico
2019-11-08  2:27 Zac Medico
2019-10-18  4:32 Zac Medico
2019-10-09 17:32 Zac Medico
2019-10-08 23:20 Zac Medico
2019-10-04  3:13 Zac Medico
2019-09-30 19:15 Zac Medico
2019-09-13  4:09 Zac Medico
2019-09-13  4:03 Zac Medico
2019-09-02  4:26 Zac Medico
2019-08-30  3:46 Zac Medico
2019-08-15 19:48 Zac Medico
2019-07-30  6:04 Michał Górny
2019-07-30  6:00 Michał Górny
2019-07-21  4:40 Zac Medico
2019-07-21  4:22 Zac Medico
2019-05-31  4:48 Zac Medico
2019-05-28 20:10 Zac Medico
2019-05-28 20:10 Zac Medico
2019-05-19 22:15 Zac Medico
2019-04-28 19:22 Zac Medico
2019-04-28 19:02 Zac Medico
2019-04-22 21:28 Zac Medico
2019-04-02  5:58 Zac Medico
2019-04-02  5:49 Zac Medico
2019-03-11 22:47 Zac Medico
2019-03-11 17:55 Zac Medico
2019-01-25  3:16 Zac Medico
2018-12-24 23:46 Zac Medico
2018-12-21  9:15 Zac Medico
2018-12-17  7:07 Zac Medico
2018-12-13 21:15 Zac Medico
2018-12-12 18:38 Zac Medico
2018-12-12 18:26 Zac Medico
2018-08-30  8:57 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-08-28 16:47 Zac Medico
2018-07-04 18:31 Zac Medico
2018-06-06  8:25 Zac Medico
2018-03-30 21:16 Zac Medico
2018-03-30  3:05 Aaron Bauman
2018-01-08  7:10 Zac Medico
2018-01-08  6:55 Zac Medico
2018-01-08  6:45 Zac Medico
2018-01-08  2:16 Zac Medico
2018-01-07 12:37 Zac Medico
2017-10-01 20:05 Zac Medico
2017-10-01 18:28 Zac Medico
2017-07-10 15:33 Andrey Grozin
2017-06-26 22:17 Zac Medico
2017-06-26 16:27 Zac Medico
2017-06-26 16:20 Zac Medico
2017-06-25 17:40 Zac Medico
2017-06-20 12:37 Pacho Ramos
2017-06-02 14:30 Zac Medico
2017-05-12  3:37 Zac Medico
2017-05-11  0:28 Zac Medico
2017-04-24  1:52 Zac Medico
2017-04-24  0:05 Zac Medico
2017-03-10  5:58 Zac Medico
2017-02-15 16:56 Zac Medico
2017-02-15 15:56 Agostino Sarubbo
2017-02-15 11:53 Agostino Sarubbo
2017-02-08  7:08 Zac Medico
2016-11-26 22:00 Lars Wendler
2016-11-26 22:00 Lars Wendler
2016-10-16 17:36 Manuel Rüger
2016-10-16 17:36 Manuel Rüger
2016-09-19  0:41 Manuel Rüger
2016-09-07 23:49 Manuel Rüger
2016-08-06  5:01 Zac Medico
2016-07-10 17:57 Michael Palimaka
2016-04-24 18:16 Manuel Rüger
2016-01-11 11:32 Justin Lecher
2015-12-21 22:23 Ian Stakenvicius
2015-11-10 14:12 Justin Lecher
2015-11-10 13:50 Justin Lecher
2015-11-04  8:42 Justin Lecher
2015-10-30 12:04 Justin Lecher
2015-08-17  9:19 Ben de Groot
2015-08-12  6:29 Ben de Groot

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=1723770757.dd95a78b278fdb5caf1e1bd86d9c4cd72a1e56d8.eschwartz@gentoo \
    --to=eschwartz@gentoo.org \
    --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