diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-text | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-text')
1485 files changed, 0 insertions, 55073 deletions
diff --git a/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild b/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild deleted file mode 100644 index 094232637c4c..000000000000 --- a/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR="SHLOMIF" -DIST_VERSION="0.1003" -inherit perl-module - -DESCRIPTION="A Perl-based tool to Render DocBook/XML" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/docmake/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc64 ~riscv ~sparc x86" - -RDEPEND="dev-perl/Class-XSAccessor - virtual/perl-Getopt-Long - virtual/perl-File-Path - dev-perl/Path-Tiny - dev-perl/Test-Trap" -BDEPEND="dev-perl/Module-Build - test? ( - virtual/perl-File-Spec - )" diff --git a/app-text/App-XML-DocBook-Builder/Manifest b/app-text/App-XML-DocBook-Builder/Manifest deleted file mode 100644 index 849539845897..000000000000 --- a/app-text/App-XML-DocBook-Builder/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST App-XML-DocBook-Builder-0.1003.tar.gz 18414 BLAKE2B d9a9442c46e171fdd8cd11cb997b8f1dd6ddd92c1ca03f0430be01828c0b46439a3aa14f6d68c2550f21bdee17871a8b314c2f1712b7810344d3a8385e9fea8d SHA512 421fdb84c2d9373ccdefa6b490bba1a78660414d27f470fbad48ac48178e3cb383345cd63a232bcf4ce13561e6775ff97397f5ab06c6142e1d8da34a92d6dcbb diff --git a/app-text/App-XML-DocBook-Builder/metadata.xml b/app-text/App-XML-DocBook-Builder/metadata.xml deleted file mode 100644 index 297fa0f1a66a..000000000000 --- a/app-text/App-XML-DocBook-Builder/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>perl@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/NaturalDocs/Manifest b/app-text/NaturalDocs/Manifest deleted file mode 100644 index 15d3dd0bf7d3..000000000000 --- a/app-text/NaturalDocs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST NaturalDocs-1.52.zip 460793 BLAKE2B d4ecd8bb8dd3fa92a8d9366077c65ddd70e9c4944519cb453e0752e2df0ed22d7fe23aa1edb1e63ffea16b0d0f56794d50a6a0520b2b91f0193a83326ac34c5b SHA512 45d79dd2bf55a8cb7356eb5321a8c99cbab9d69a4d9a97033737090df2bfd86ee7a058a03016646c7fd6f20daf6523b2d77cd2248a7503a6c5c22684f08431c1 diff --git a/app-text/NaturalDocs/NaturalDocs-1.52-r2.ebuild b/app-text/NaturalDocs/NaturalDocs-1.52-r2.ebuild deleted file mode 100644 index 79102a92a888..000000000000 --- a/app-text/NaturalDocs/NaturalDocs-1.52-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit perl-module - -DESCRIPTION="Extensible, multi-language source code documentation generator" -HOMEPAGE="http://www.naturaldocs.org/" -SRC_URI="https://downloads.sourceforge.net/naturaldocs/${P}.zip" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" - -BDEPEND="app-arch/unzip" - -src_install() { - insinto /usr/share/${PN} - doins -r Styles Info JavaScript - - insinto /etc/${PN} - doins -r Config/. - dosym ../../../etc/${PN} /usr/share/${PN}/Config - - perl_set_version - insinto "${VENDOR_LIB#"${EPREFIX}"}" - doins -r Modules/NaturalDocs - dodir /usr/share/${PN}/Modules - dosym "../../../..${VENDOR_LIB#"${EPREFIX}"}/NaturalDocs" /usr/share/${PN}/Modules/NaturalDocs - - exeinto /usr/share/${PN} - doexe ${PN} - - # Symlink the Perl script into /usr/bin - dodir /usr/bin - dosym ../share/${PN}/${PN} /usr/bin/${PN} - - # Documentation - dodoc -r Help/. - dosym ../doc/${PF}/html /usr/share/${PN}/Help -} - -pkg_preinst() { - if [[ -e "${EROOT}"/usr/share/${PN}/Config && ! -L "${EROOT}"/usr/share/${PN}/Config ]] ; then - mkdir -p "${EROOT}"/etc/${PN} - mv "${EROOT}"/usr/share/${PN}/Config/* "${EROOT}"/etc/${PN}/ - rm -rf "${EROOT}"/usr/share/${PN}/Config - fi -} diff --git a/app-text/NaturalDocs/metadata.xml b/app-text/NaturalDocs/metadata.xml deleted file mode 100644 index c5f0f0b6c2ef..000000000000 --- a/app-text/NaturalDocs/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - Natural Docs is an open-source, extensible, multi-language - documentation generator. It extracts specially formatted comments - from source code and builds HTML documentation from it. The syntax - is transparent so that the comments in the source code read just as - easily as the generated documentation. It also focuses on automation - and high-quality generated output. - </longdescription> - <maintainer type="person"> - <email>titanofold@gentoo.org</email> - <name>Aaron W. Swenson</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/a2ps/Manifest b/app-text/a2ps/Manifest deleted file mode 100644 index cc75a317915b..000000000000 --- a/app-text/a2ps/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST a2ps-4.15.5.tar.gz 3571724 BLAKE2B 7c352b72c537f8519cafb7993595d902e1dfeae49207936c365b0ea3813ffff973c5f5e2bb63a4cffa3c665990d95c8a8e339c87d9eac25fa24e364b8b705bae SHA512 e9953659139a46aed46e190d5485382a9e396ae8bbbe59edb78ab3110e7839a764e3cb6ff94f5f36e6e91fcaf85f6352376e0b4a0e0141f24e098fa334b5015e -DIST a2ps-4.15.6.tar.gz 3605392 BLAKE2B 64f79e26ef116836508c94f0e846f2d242fbb551e9324f339dcc2f8c8cedfad0a708bf10a74cb8e45dad14e1390f4adfb8763618b24794b9cdf77202ebfee33f SHA512 23d054a2e58c28460c5e23a1cf3f0f9c27faffc9a99781c42c11cc0693eea5bb8cfe090a97b9bae3d80cfae6b4d5b9a30dfd997a2d70be2d25988c714ad14b44 -DIST a2ps-4.15.7.tar.gz 3615522 BLAKE2B 34f4fb1a8de339b4d1a98e895f06c72788d94ce8402ce03801841be064a4dfbe791fb556009513297133e60267dc1a5dee7f52ab1d2337ace3f9015363ff7c9e SHA512 9ae73d29f9504cb6a9b85cd896286551fc7f65c0abba9a6e7ba1bd0a1f99b58e206b5a1dde42fa8eecc01a5ce32cdc16aafe4ca1a4eb5c5b01e48d816903269a diff --git a/app-text/a2ps/a2ps-4.15.5-r1.ebuild b/app-text/a2ps/a2ps-4.15.5-r1.ebuild deleted file mode 100644 index 1421153777ee..000000000000 --- a/app-text/a2ps/a2ps-4.15.5-r1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools elisp-common - -DESCRIPTION="Any to PostScript filter" -HOMEPAGE="https://www.gnu.org/software/a2ps/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="cjk emacs latex nls static-libs vanilla" - -# a2ps-lpr-wrapper needs bash -RDEPEND=" - app-text/ghostscript-gpl - app-text/libpaper:= - >=app-text/psutils-1.17 - app-text/wdiff - app-shells/bash:* - dev-libs/boehm-gc - >=sys-apps/coreutils-6.10-r1 - emacs? ( >=app-editors/emacs-23.1:* ) - latex? ( virtual/latex-base ) - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/yacc - >=dev-util/gperf-2.7.2 - nls? ( sys-devel/gettext ) -" - -SITEFILE="50${PN}-gentoo.el" - -PATCHES=( - "${FILESDIR}"/${PN}-4.15-lpr-wrapper.patch -) - -QA_CONFIG_IMPL_DECL_SKIP=( - # gnulib FPs - MIN alignof static_assert -) - -src_prepare() { - default - - use vanilla || eapply "${FILESDIR}"/${PN}-4.15-stdout.patch - - eautoreconf -} - -src_configure() { - export LANG=C LC_ALL=C - - econf \ - --cache-file="${S}"/config.cache \ - --enable-shared \ - $(use_enable static-libs static) \ - --sysconfdir="${EPREFIX}"/etc/a2ps \ - $(use_enable nls) \ - COM_netscape=no \ - COM_acroread=no \ - $(usev !latex COM_latex=no) \ - $(usev !emacs EMACS=no) -} - -src_install() { - emake \ - DESTDIR="${D}" \ - lispdir="${EPREFIX}${SITELISP}"/${PN} \ - install - - newdoc "${ED}"/usr/share/a2ps/README README.a2ps - newdoc "${ED}"/usr/share/a2ps/ppd/README README.a2ps.ppd - newdoc "${ED}"/usr/share/ogonkify/README README.ogonkify - - rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die - - find "${ED}" -name '*.la' -delete || die - - use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE} - - dodoc ANNOUNCE AUTHORS ChangeLog FAQ NEWS README* THANKS TODO -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-text/a2ps/a2ps-4.15.6.ebuild b/app-text/a2ps/a2ps-4.15.6.ebuild deleted file mode 100644 index 7b725e521fc7..000000000000 --- a/app-text/a2ps/a2ps-4.15.6.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools elisp-common - -DESCRIPTION="Any to PostScript filter" -HOMEPAGE="https://www.gnu.org/software/a2ps/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="cjk emacs latex nls static-libs vanilla" - -# a2ps-lpr-wrapper needs bash -RDEPEND=" - app-text/ghostscript-gpl - app-text/libpaper:= - >=app-text/psutils-1.17 - app-text/wdiff - app-shells/bash:* - dev-libs/boehm-gc - >=sys-apps/coreutils-6.10-r1 - emacs? ( >=app-editors/emacs-23.1:* ) - latex? ( virtual/latex-base ) - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/yacc - >=dev-util/gperf-2.7.2 - nls? ( sys-devel/gettext ) -" - -SITEFILE="50${PN}-gentoo.el" - -QA_CONFIG_IMPL_DECL_SKIP=( - # gnulib FPs - MIN alignof static_assert -) - -src_prepare() { - default - - use vanilla || eapply "${FILESDIR}"/${PN}-4.15-stdout.patch - - eautoreconf -} - -src_configure() { - export LANG=C LC_ALL=C - - econf \ - --cache-file="${S}"/config.cache \ - --enable-shared \ - $(use_enable static-libs static) \ - --sysconfdir="${EPREFIX}"/etc/a2ps \ - $(use_enable nls) \ - COM_netscape=no \ - COM_acroread=no \ - $(usev !latex COM_latex=no) \ - $(usev !emacs EMACS=no) -} - -src_install() { - emake \ - DESTDIR="${D}" \ - lispdir="${EPREFIX}${SITELISP}"/${PN} \ - install - - einstalldocs - - newdoc "${ED}"/usr/share/a2ps/README README.a2ps - newdoc "${ED}"/usr/share/a2ps/ppd/README README.a2ps.ppd - newdoc "${ED}"/usr/share/ogonkify/README README.ogonkify - - rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die - - find "${ED}" -name '*.la' -delete || die - - use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE} -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-text/a2ps/a2ps-4.15.7.ebuild b/app-text/a2ps/a2ps-4.15.7.ebuild deleted file mode 100644 index e715fc264375..000000000000 --- a/app-text/a2ps/a2ps-4.15.7.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools elisp-common - -DESCRIPTION="Any to PostScript filter" -HOMEPAGE="https://www.gnu.org/software/a2ps/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="cjk emacs latex nls static-libs vanilla" - -# a2ps-lpr-wrapper needs bash -RDEPEND=" - app-text/ghostscript-gpl - app-text/libpaper:= - >=app-text/psutils-1.17 - app-text/wdiff - app-shells/bash:* - dev-libs/boehm-gc - >=sys-apps/coreutils-6.10-r1 - emacs? ( >=app-editors/emacs-23.1:* ) - latex? ( virtual/latex-base ) - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/yacc - >=dev-util/gperf-2.7.2 - nls? ( sys-devel/gettext ) -" - -SITEFILE="50${PN}-gentoo.el" - -QA_CONFIG_IMPL_DECL_SKIP=( - # gnulib FPs - MIN alignof static_assert -) - -src_prepare() { - default - - use vanilla || eapply "${FILESDIR}"/${PN}-4.15-stdout.patch - - eautoreconf -} - -src_configure() { - export LANG=C LC_ALL=C - - local myeconfargs=( - --cache-file="${S}"/config.cache - --enable-shared - $(use_enable static-libs static) - --sysconfdir="${EPREFIX}"/etc/a2ps - $(use_enable nls) - COM_netscape=no - COM_acroread=no - $(usev !latex COM_latex=no) - $(usev !emacs EMACS=no) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - lispdir="${EPREFIX}${SITELISP}"/${PN} \ - install - - einstalldocs - - newdoc "${ED}"/usr/share/a2ps/README README.a2ps - newdoc "${ED}"/usr/share/a2ps/ppd/README README.a2ps.ppd - newdoc "${ED}"/usr/share/ogonkify/README README.ogonkify - - rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die - - find "${ED}" -name '*.la' -delete || die - - use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE} -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-text/a2ps/files/50a2ps-gentoo.el b/app-text/a2ps/files/50a2ps-gentoo.el deleted file mode 100644 index 3e12daaf9a4b..000000000000 --- a/app-text/a2ps/files/50a2ps-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'a2ps-mode "a2ps" nil t) -(autoload 'a2ps-buffer "a2ps-print" nil t) -(autoload 'a2ps-region "a2ps-print" nil t) -(add-to-list 'auto-mode-alist '("\\.a2ps\\'" . a2ps-mode)) diff --git a/app-text/a2ps/files/a2ps-4.15-lpr-wrapper.patch b/app-text/a2ps/files/a2ps-4.15-lpr-wrapper.patch deleted file mode 100644 index d7b231c0b929..000000000000 --- a/app-text/a2ps/files/a2ps-4.15-lpr-wrapper.patch +++ /dev/null @@ -1,23 +0,0 @@ -# a2ps-lpr-wrapper exits on bogus parameter-count test -# https://bugs.gentoo.org/913751 -# https://savannah.gnu.org/bugs/?64047 ---- a/src/a2ps-lpr-wrapper -+++ b/src/a2ps-lpr-wrapper -@@ -5,7 +5,7 @@ - set -e - - usage() { -- echo "Usage: $(basename "$0") [-d printer] FILE..." >&2 -+ echo "Usage: $(basename "$0") [-d printer] [FILE...]" >&2 - exit 1 - } - -@@ -17,7 +17,6 @@ while getopts d: flag; do - esac - done - shift $((OPTIND - 1)) --if [ $# -eq 0 ]; then usage; fi - - # If lp (from CUPS) exists, just use it. - if command -pv lp > /dev/null; then - diff --git a/app-text/a2ps/files/a2ps-4.15-stdout.patch b/app-text/a2ps/files/a2ps-4.15-stdout.patch deleted file mode 100644 index 00002ffb9524..000000000000 --- a/app-text/a2ps/files/a2ps-4.15-stdout.patch +++ /dev/null @@ -1,16 +0,0 @@ -https://bugs.gentoo.org/47691 -https://bugs.gentoo.org/47764 -https://lists.gnu.org/archive/html/bug-a2ps/2001-05/msg00000.html ---- a/liba2ps/printers.c -+++ b/liba2ps/printers.c -@@ -287,8 +287,8 @@ a2ps_printers_new (struct a2ps_common_s * common) - res->ppd = NULL; /* Printer's ppd are not read yet */ - - /* Output */ -- /* Default is to send to default printer */ -- res->flag_output_is_printer = true; -+ /* Default is to send to stdout */ -+ res->flag_output_is_printer = false; - res->flag_output_name = NULL; - res->output_is_file = true; - res->output_name = NULL; diff --git a/app-text/a2ps/metadata.xml b/app-text/a2ps/metadata.xml deleted file mode 100644 index f638b812b923..000000000000 --- a/app-text/a2ps/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:gnu:a2ps</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/aha/Manifest b/app-text/aha/Manifest deleted file mode 100644 index 35f1276e19ca..000000000000 --- a/app-text/aha/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aha-0.5.1.tar.gz 394410 BLAKE2B 7276219068a8e496b41a953f4cdfc130b85778b44d194fedb63b0f0d921db0efcf0f62fae52ec580ac1462e3b03edd6ad97dab7d7ff2c138ef300824efbad111 SHA512 0eb88e681208c0956e344d6574f9d7ba155d38bfb386d0a9f17022c5e925fb16d0efb6aa04804191b4cac1697a87a0f16ba51bcd97b6135cc7606046eaf89288 diff --git a/app-text/aha/aha-0.5.1.ebuild b/app-text/aha/aha-0.5.1.ebuild deleted file mode 100644 index eb4dbc60933e..000000000000 --- a/app-text/aha/aha-0.5.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts ANSI escape sequences of a unix terminal to HTML code" -HOMEPAGE="https://github.com/theZiz/aha" -SRC_URI="https://github.com/theZiz/aha/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2+ MPL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" - -PATCHES=( - "${FILESDIR}/${P}-null-ptr-dereference-fix.patch" -) - -src_install() { - emake PREFIX="${D}/usr" install -} diff --git a/app-text/aha/files/aha-0.5.1-null-ptr-dereference-fix.patch b/app-text/aha/files/aha-0.5.1-null-ptr-dereference-fix.patch deleted file mode 100644 index 6ec2ca9cae1d..000000000000 --- a/app-text/aha/files/aha-0.5.1-null-ptr-dereference-fix.patch +++ /dev/null @@ -1,105 +0,0 @@ -diff --git a/aha.c b/aha.c -index 46e43c0..2bfebb7 100644 ---- a/aha.c -+++ b/aha.c -@@ -138,6 +138,15 @@ pelem parseInsert(char* s) - return firstelem; - } - -+int parseDepthAtLeast(pelem elem, unsigned int wanted) { -+ while (elem != NULL) { -+ if (wanted == 0) return 1; -+ elem = elem->next; -+ --wanted; -+ } -+ return 0; -+} -+ - void deleteParse(pelem elem) - { - while (elem!=NULL) -@@ -831,27 +840,20 @@ int main(int argc,char* args[]) - } - else - if (momelem->value == 38 && -- momelem->next && -- momelem->next->value == 2 && -- momelem->next->next)// 38;2;<n> -> 24 Bit -+ parseDepthAtLeast(momelem, 4) && -+ momelem->next->value == 2)// 38;2;<r>;<g>;<b> -> 24 Bit - { -- momelem = momelem->next->next; -- pelem r,g,b; -- r = momelem; -- momelem = momelem->next; -- g = momelem; -- if ( momelem ) -- momelem = momelem->next; -- b = momelem; -- if ( r && g && b ) -- { -- state.highlighted = 0; -- state.fc_colormode = MODE_24BIT; -- *dest = -- (r->value & 255) * 65536 + -- (g->value & 255) * 256 + -- (b->value & 255); -- } -+ pelem r = momelem->next->next; -+ pelem g = r->next; -+ pelem b = g->next; -+ momelem = b; -+ -+ state.highlighted = 0; -+ state.fc_colormode = MODE_24BIT; -+ *dest = -+ (r->value & 255) * 65536 + -+ (g->value & 255) * 256 + -+ (b->value & 255); - } - else - { -@@ -899,27 +901,20 @@ int main(int argc,char* args[]) - } - else - if (momelem->value == 48 && -- momelem->next && -- momelem->next->value == 2 && -- momelem->next->next)// 48;2;<n> -> 24 Bit -+ parseDepthAtLeast(momelem, 4) && -+ momelem->next->value == 2)// 48;2;<r>;<g>;<b> -> 24 Bit - { -- momelem = momelem->next->next; -- pelem r,g,b; -- r = momelem; -- momelem = momelem->next; -- g = momelem; -- if ( momelem ) -- momelem = momelem->next; -- b = momelem; -- if ( r && g && b ) -- { -- state.bc_colormode = MODE_24BIT; -- state.highlighted = 0; -- *dest = -- (r->value & 255) * 65536 + -- (g->value & 255) * 256 + -- (b->value & 255); -- } -+ pelem r = momelem->next->next; -+ pelem g = r->next; -+ pelem b = g->next; -+ momelem = b; -+ -+ state.bc_colormode = MODE_24BIT; -+ state.highlighted = 0; -+ *dest = -+ (r->value & 255) * 65536 + -+ (g->value & 255) * 256 + -+ (b->value & 255); - } - else - { --- -2.35.1 - diff --git a/app-text/aha/metadata.xml b/app-text/aha/metadata.xml deleted file mode 100644 index 3feebc34e0b0..000000000000 --- a/app-text/aha/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>zoltan@sinustrom.info</email> - <name>Zoltan Puskas</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - aha (ANSI HTML Adapter) converts ANSI colors to HTML, e.g. if you want - to publish the output of ls --color=yes, git diff, ccal or htop as - static HTML somewhere. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/aiksaurus/Manifest b/app-text/aiksaurus/Manifest deleted file mode 100644 index 2620c5f6235d..000000000000 --- a/app-text/aiksaurus/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST aiksaurus-1.2.1-patches.txz 7196 BLAKE2B c6013301b924a9e6b4fde790bb56848c575f6a8c2a9934a263d3fdfe4a639082c9c1fdaeb0703854d8aba15479c2431738ffb9ef0b750118fd03d0e05a7c6bd3 SHA512 f3db9afbbff5c54d5203db1f09af219c6a6c217018745827b3bc523e156e7d24b197706486f5a88f5829548df88af471d3a7eabdefe7466297dccf786c840520 -DIST aiksaurus-1.2.1.tar.gz 928893 BLAKE2B 12bcc77eccd921e4e2dd3f148be76905bb162a38483b0aee620be2fe069685a4289df4ec12f91286eb88d9c2f1f4d58556b0b6ac38857fe4f11bb5d31adff496 SHA512 48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463 diff --git a/app-text/aiksaurus/aiksaurus-1.2.1-r3.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1-r3.ebuild deleted file mode 100644 index 1703c626b7c7..000000000000 --- a/app-text/aiksaurus/aiksaurus-1.2.1-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -DESCRIPTION="A thesaurus lib, tool, and database" -HOMEPAGE="https://sourceforge.net/projects/aiksaurus/" -SRC_URI=" - https://downloads.sourceforge.net/${PN}/${P}.tar.gz - https://dev.gentoo.org/~soap/distfiles/${P}-patches.txz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="gtk" - -RDEPEND="gtk? ( x11-libs/gtk+:2 )" -DEPEND="${RDEPEND}" -BDEPEND="gtk? ( virtual/pkgconfig )" - -PATCHES=( - "${WORKDIR}"/patches/${P}-gcc43.patch - "${WORKDIR}"/patches/${P}-format-security.patch - "${WORKDIR}"/patches/${P}-c++17.patch - "${FILESDIR}"/aiksaurus-1.2.1-autoconf.patch -) - -src_prepare() { - default - - # Needed to make relink work on FreeBSD, without it won't install. - # Also needed for a sane .so versionning there. - #elibtoolize - # Clang 16 - eautoreconf -} - -src_configure() { - filter-flags -fno-exceptions - econf $(use_with gtk) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/aiksaurus/files/aiksaurus-1.2.1-autoconf.patch b/app-text/aiksaurus/files/aiksaurus-1.2.1-autoconf.patch deleted file mode 100644 index 2821709e7784..000000000000 --- a/app-text/aiksaurus/files/aiksaurus-1.2.1-autoconf.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://sources.debian.org/patches/aiksaurus/1.2.1%2Bdev-0.12-7/01-changes-from-pristine-tarball.patch/ ---- a/configure.ac -+++ b/configure.ac -@@ -50,6 +50,9 @@ AC_SUBST(LT_RELEASE) - LT_CURRENT=`expr $AIK_MICRO_VERSION - $AIK_INTERFACE_AGE` - LT_REVISION=$AIK_INTERFACE_AGE - LT_AGE=`expr $AIK_BINARY_AGE - $AIK_INTERFACE_AGE` -+m4_pattern_allow([LT_CURRENT]) -+m4_pattern_allow([LT_REVISION]) -+m4_pattern_allow([LT_AGE]) - - LT_AIK_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" - diff --git a/app-text/aiksaurus/metadata.xml b/app-text/aiksaurus/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/aiksaurus/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/an/Manifest b/app-text/an/Manifest deleted file mode 100644 index 5f54ec324855..000000000000 --- a/app-text/an/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST an_1.2-6.debian.tar.xz 4432 BLAKE2B efec93daf46b30369aa5d6a6bc57b9e79db7aabea5d8cb7ec9305775bf05c693c3b2ea428c09b99b2350f8a168e2b7e810538d78c321b11a64e6ca804f56feb8 SHA512 33cd93ddf1dea5f1a8d94695dbf6fcfbdf58830c11be1d6c83e516f6dc6d11adbe0cb196c98ec094887021575adc68aaa667222d3b10ed40e87e55a5422deaf2 -DIST an_1.2.orig.tar.xz 13196 BLAKE2B bbb19eb16e558f8fc3d331e5ad308611b13a7a88a65fb310b678bd21d46c39761747fb6f60a7eba99a1c2e756a8c9467543d26e97bbf7f9c93d17f66a4d7698c SHA512 919c525aa1215e3c1b2200c6820a357c6406c19b7447147cc4243d339c554b9892bea11797769df0bf96dd72c89f61bf3d977769faf9bc7f9edf609a7daeac3d diff --git a/app-text/an/an-1.2_p6.ebuild b/app-text/an/an-1.2_p6.ebuild deleted file mode 100644 index ec08966bef24..000000000000 --- a/app-text/an/an-1.2_p6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Very fast anagram generator with dictionary lookup" -HOMEPAGE="https://packages.debian.org/unstable/games/an" -SRC_URI=" - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig.tar.xz - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" - -RDEPEND=" - dev-libs/icu:= - sys-apps/miscfiles[-minimal] -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" -S=${WORKDIR}/${P/_p*} - -src_prepare() { - default - - eapply $( - for patch in $(cat "${WORKDIR}"/debian/patches/series) - do - echo "${WORKDIR}"/debian/patches/$patch - done - ) - - sed -i \ - -e '/^CC/s|:=|?=|' \ - Makefile || die - tc-export CC -} - -src_install() { - dobin ${PN} - newman ${PN}.6 ${PN}.1 - dodoc ALGORITHM -} diff --git a/app-text/an/metadata.xml b/app-text/an/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/an/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest deleted file mode 100644 index 941551f51983..000000000000 --- a/app-text/ansifilter/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ansifilter-2.22.tar.bz2 435974 BLAKE2B ab55843c4e26a0085bf4688a75cf5aa763754ce78d1561964e076525ef1e96aa02e0e16fd670ad631329656f855af6b9ab8fc2f12dc750ec99229a0da606cc4e SHA512 6f76532cef0f4083dfbf95a9e945d490388c8308401d03b715dc67eb0d0b76c1533d7abb329b986dfac44cbdf141b9783994041d54a44c5b47f3bd34d3489c97 -DIST ansifilter-2.22.tar.bz2.asc 488 BLAKE2B 43b35926810fc2ebcb210ae9802b68471eba03c0208381b018848dbfb006dbe54c839fde9d59a52174caa9ccf05f79375fda19a9fe11f73e0402084a5768e109 SHA512 c7cf6045fdb00e6a7223e42108645aff47a569775685e53925943c8dfbd5717be2f4d57afa72f5f25b126be3f1b3db829bba12191383efed58fc15bb84de1f08 -DIST ansifilter2_logo_256.png 54539 BLAKE2B f8b98e22b08c62769bc679f17b3f9d2faeee806d95af3b4a4876e4938813694a4924ed4684163e962d94d3f1efdd31facdae4c3eb75c98322da228bdf0a130be SHA512 ff6f76a91a4809289f90db2bcefc01e772e043a478d7f84b33b4313ed163692e7d2f87880e5fdb64f0e419f6c1ef6ec85240f5a9984223e9059f0803be313de5 diff --git a/app-text/ansifilter/ansifilter-2.22.ebuild b/app-text/ansifilter/ansifilter-2.22.ebuild deleted file mode 100644 index 94d7e6e6ad4c..000000000000 --- a/app-text/ansifilter/ansifilter-2.22.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop toolchain-funcs qmake-utils verify-sig xdg-utils - -DESCRIPTION="Handles text files containing ANSI terminal escape codes" -HOMEPAGE=" - http://andre-simon.de/doku/ansifilter/en/ansifilter.php - https://gitlab.com/saalen/ansifilter/ -" -SRC_URI=" - http://andre-simon.de/zip/${P}.tar.bz2 - gui? ( https://gitlab.com/uploads/-/system/project/avatar/6678914/ansifilter2_logo_256.png ) - verify-sig? ( http://andre-simon.de/zip/${P}.tar.bz2.asc ) -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="gui" - -DEPEND=" - gui? ( dev-qt/qtbase:6[gui,widgets] ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - verify-sig? ( >=sec-keys/openpgp-keys-andresimon-20250911 ) -" - -DOCS=( ChangeLog.adoc README.adoc ) - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/andresimon.asc - -src_unpack() { - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.bz2{,.asc} - fi - - default -} - -src_prepare() { - default - - sed \ - -e "/GZIP/d" \ - -e "/COPYING/d" \ - -i makefile || die - - sed \ - -e "s/-O2//" \ - -i src/makefile || die -} - -src_configure() { - if use gui ; then - pushd src/qt-gui > /dev/null || die - eqmake6 - popd > /dev/null || die - fi -} - -src_compile() { - emake -f makefile CXX="$(tc-getCXX)" - - if use gui ; then - emake -C src/qt-gui - fi -} - -src_install() { - emake -f makefile \ - DESTDIR="${ED}" \ - doc_dir="/usr/share/doc/${PF}" \ - -j1 \ - install $(usev gui install-gui) - - einstalldocs - if use gui; then - newicon -s 256 "${DISTDIR}"/ansifilter2_logo_256.png "${PN}".png - fi -} - -pkg_postrm() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postinst() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} diff --git a/app-text/ansifilter/metadata.xml b/app-text/ansifilter/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/ansifilter/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/antiword/Manifest b/app-text/antiword/Manifest deleted file mode 100644 index 48006cbd7f25..000000000000 --- a/app-text/antiword/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST antiword-0.37.tar.gz 317884 BLAKE2B f47c815e2c6a1ddb33fefa33b3579fa5ba6e3900d3b9339350d28ebd0223853ad60ed717a1bccf4960c835427ebacc4de944548f9b354cd34889f0742de4e74a SHA512 6cd8fb9137238417544cf8754829a2d5296055d730ea62a8a025236baa79516190317d146401ff40cde73e1ee2c3c374a2ea01b2e5d24e149310bcabb8bfdce8 -DIST antiword-gentoo-patches-r2.tar.bz2 1747 BLAKE2B c01aa7c02539fb5148cb1ec01983a8406315bc3cb2f909118c022c2f218660919e6862582cda34dbd4c08a21beb02c928f685273853d1ff3350548957ae30cde SHA512 45ed3ee1c514a9ee78bc8963e56be18426b47ea628f02934dbcec83c2d632162e458f75f998da438daae4794fcce36fd8922a172804c0fc83c6f32c9a8092ffe diff --git a/app-text/antiword/antiword-0.37-r2.ebuild b/app-text/antiword/antiword-0.37-r2.ebuild deleted file mode 100644 index 864817607c19..000000000000 --- a/app-text/antiword/antiword-0.37-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -PATCHVER="r2" -DESCRIPTION="free MS Word reader" -HOMEPAGE="http://www.winfield.demon.nl" -SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz - https://dev.gentoo.org/~grobian/distfiles/${PN}-gentoo-patches-${PATCHVER}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -PATCHES=( - "${WORKDIR}"/${PN}-gentoo-patches-${PATCHVER} - "${FILESDIR}"/${P}-CVE-2014-8123.patch -) - -DOCS=( Docs/{ChangeLog,Exmh,Emacs,FAQ,History,Netscape,QandA,ReadMe,Mozilla,Mutt} ) - -src_prepare() { - # Makefile is a symlink to Makefile.Linux, avoid that we patch it by - # accident using patch <2.7, see bug #435492 - rm Makefile || die - - default - - # Re-add convenience symlink, see above - ln -s Makefile.Linux Makefile -} - -src_configure() { - true -} - -src_compile() { - emake PREFIX="${EPREFIX}" OPT="${CFLAGS}" CC="$(tc-getCC)" LD="$(tc-getCC)" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake -j1 PREFIX="${EPREFIX}" DESTDIR="${D}" global_install - - einstalldocs - - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc Docs/testdoc.doc Docs/antiword.php - - doman Docs/antiword.1 -} diff --git a/app-text/antiword/files/antiword-0.37-CVE-2014-8123.patch b/app-text/antiword/files/antiword-0.37-CVE-2014-8123.patch deleted file mode 100644 index 8b6baf9b2ca2..000000000000 --- a/app-text/antiword/files/antiword-0.37-CVE-2014-8123.patch +++ /dev/null @@ -1,17 +0,0 @@ -index 8a95fb9..7797d1f 100644 ---- a/wordole.c -+++ b/wordole.c -@@ -259,6 +259,11 @@ bGetPPS(FILE *pFile, - } - tNameSize = (size_t)usGetWord(0x40, aucBytes); - tNameSize = (tNameSize + 1) / 2; -+ if (tNameSize >= sizeof(atPPSlist[0].szName)) { -+ werr(0, "PPS %d appears to be invalid.", iIndex); -+ atPPSlist = xfree(atPPSlist); -+ return FALSE; -+ } - vName2String(atPPSlist[iIndex].szName, aucBytes, tNameSize); - atPPSlist[iIndex].ucType = ucGetByte(0x42, aucBytes); - if (atPPSlist[iIndex].ucType == 5) { --- -2.1.2 diff --git a/app-text/antiword/metadata.xml b/app-text/antiword/metadata.xml deleted file mode 100644 index 9b2de91b37dc..000000000000 --- a/app-text/antiword/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grobian@gentoo.org</email> - <name>Fabian Groffen</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:antiword_project:antiword</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/antixls/Manifest b/app-text/antixls/Manifest deleted file mode 100644 index d8b86481f502..000000000000 --- a/app-text/antixls/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST antixls-0.3b.perl 4627 BLAKE2B c1ab58bf8ce934586edeaaf1961921341f32149e53ee8b4add0fe1bea5adbfeeb0626ab97ea9791b9e9de47a39a85075e08ef9392b6144f446fb4c0f643b36b7 SHA512 7e6a6ce26ea8134ee35bab55da73fefc1b211bb58b52468e012abb3ddd0688afea5f3b87b9de49bdb0daff1b6d79b02d4cd6bc2b045a88ff7dc557610ac6fd7f diff --git a/app-text/antixls/antixls-0.3b.ebuild b/app-text/antixls/antixls-0.3b.ebuild deleted file mode 100644 index 50432316bcdd..000000000000 --- a/app-text/antixls/antixls-0.3b.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Print out an XLS file with minimal formatting, or extract the data into CSV" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.perl" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm64-macos ~x64-macos ~x64-solaris" - -DEPEND="dev-perl/Spreadsheet-ParseExcel" -RDEPEND="${DEPEND}" - -src_unpack() { - mkdir "${S}" || die - cp "${DISTDIR}/${P}.perl" "${S}"/${PN} || die -} - -src_install() { - dobin ${PN} -} diff --git a/app-text/antixls/metadata.xml b/app-text/antixls/metadata.xml deleted file mode 100644 index 54612510c31f..000000000000 --- a/app-text/antixls/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grobian@gentoo.org</email> - <name>Fabian Groffen</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/apvlv/Manifest b/app-text/apvlv/Manifest deleted file mode 100644 index cefafd26f774..000000000000 --- a/app-text/apvlv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST apvlv-0.4.0.tar.gz 4361302 BLAKE2B 99d61df285ff3b910ace50bc4b1b62601fe7ca9037f835262a8eac179ddcccff5f772121b223e38050243d4bc2da9532e17d9b38fbceb786971d77fea006f91d SHA512 a25033e52acf34b486101953ffaa5de604e3321f9b4705e94fa157596ef560351c1712ed830b2a950f92c054b600a33f903be58f8a7d222c27e5125fedf4245b diff --git a/app-text/apvlv/apvlv-0.4.0-r3.ebuild b/app-text/apvlv/apvlv-0.4.0-r3.ebuild deleted file mode 100644 index 737fa33bb3bd..000000000000 --- a/app-text/apvlv/apvlv-0.4.0-r3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake desktop - -DESCRIPTION="Alf's PDF/DJVU/EPUB Viewer like Vim" -HOMEPAGE="https://github.com/naihe2010/apvlv/" -SRC_URI="https://github.com/naihe2010/apvlv/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug djvu" - -RDEPEND=" - app-text/ebook-tools - >=app-text/poppler-0.5.0:=[cairo,xpdf-headers(+)] - dev-libs/glib:2 - dev-libs/libxml2:= - net-libs/webkit-gtk:4.1= - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/pango - djvu? ( app-text/djvu ) -" - -DEPEND="${RDEPEND} - app-text/ghostscript-gpl - media-libs/freetype -" -BDEPEND=" - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-cmake-cxxflags.patch - "${FILESDIR}"/${P}-icon-r1.patch - # https://github.com/naihe2010/apvlv/commit/39f783103e99b954991183cea2b5ccbd9add2a1a - "${FILESDIR}"/${P}-webkitgtk4.1.patch -) -src_prepare() { - cmake_src_prepare -} -src_configure() { - local mycmakeargs=( - -DAPVLV_WITH_DJVU=$(usex djvu) - -DAPVLV_ENABLE_DEBUG=$(usex debug) - -DAPVLV_WITH_TXT=ON - -DDOCDIR="/usr/share/doc/${PF}" - ) - cmake_src_configure -} -src_install() { - cmake_src_install - # https://github.com/naihe2010/apvlv/issues/84 - newicon -s 32 icons/pdf.png x-office-document.png -} diff --git a/app-text/apvlv/files/apvlv-0.4.0-cmake-cxxflags.patch b/app-text/apvlv/files/apvlv-0.4.0-cmake-cxxflags.patch deleted file mode 100644 index 101877bbff63..000000000000 --- a/app-text/apvlv/files/apvlv-0.4.0-cmake-cxxflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -3,7 +3,7 @@ - IF (WIN32) - ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS) - ELSE (WIN32) -- SET(CMAKE_CXX_FLAGS "-Wall -fno-strict-aliasing") -+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -fno-strict-aliasing") - - OPTION(APVLV_ENABLE_DEBUG "If build binary with debug information." OFF) - IF (APVLV_ENABLE_DEBUG) diff --git a/app-text/apvlv/files/apvlv-0.4.0-icon-r1.patch b/app-text/apvlv/files/apvlv-0.4.0-icon-r1.patch deleted file mode 100644 index e5cb3526f318..000000000000 --- a/app-text/apvlv/files/apvlv-0.4.0-icon-r1.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/apvlv.desktop -+++ b/apvlv.desktop -@@ -2,6 +2,7 @@ - Version=1.0 - Type=Application - Name=apvlv -+Icon=x-office-document - Comment=A minimalistic document viewer - Comment[de]=Ein minimalistischer Dokumenten-Betrachter - Comment[fr]=Un visionneur de document minimaliste diff --git a/app-text/apvlv/files/apvlv-0.4.0-webkitgtk4.1.patch b/app-text/apvlv/files/apvlv-0.4.0-webkitgtk4.1.patch deleted file mode 100644 index 4501184d365c..000000000000 --- a/app-text/apvlv/files/apvlv-0.4.0-webkitgtk4.1.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 39f783103e99b954991183cea2b5ccbd9add2a1a Mon Sep 17 00:00:00 2001 -From: Alberto Garcia <berto@igalia.com> -Date: Wed, 16 Nov 2022 10:05:42 +0100 -Subject: [PATCH] Use the WebKitGTK 4.1 API builds when available - -These use soup3 instead of soup2 internally but the API is the same. ---- - src/CMakeLists.txt | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 457f576..cd12d9b 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -18,14 +18,20 @@ FIND_PACKAGE(PkgConfig) - PKG_CHECK_MODULES(FREETYPE2 freetype2 REQUIRED) - PKG_CHECK_MODULES(GTK gtk+-3.0) - PKG_CHECK_MODULES(GLIB2 glib-2.0 REQUIRED) --PKG_CHECK_MODULES(WEBKIT webkit2gtk-4.0 REQUIRED) -+PKG_CHECK_MODULES(LIBXML libxml-2.0 REQUIRED) -+PKG_CHECK_MODULES(WEBKIT webkit2gtk-4.1) -+if (NOT WEBKIT_FOUND) -+ PKG_CHECK_MODULES(WEBKIT webkit2gtk-4.0 REQUIRED) -+endif() - INCLUDE_DIRECTORIES(${FREETYPE2_INCLUDE_DIRS} - ${GTK_INCLUDE_DIRS} - ${GLIB2_INCLUDE_DIRS} -+ ${LIBXML_INCLUDE_DIRS} - ${WEBKIT_INCLUDE_DIRS}) - LINK_DIRECTORIES(${FREETYPE2_LIBRARY_DIRS} - ${GTK_LIBRARY_DIRS} - ${GLIB2_LIBRARY_DIRS} -+ ${LIBXML_LIBRARY_DIRS} - ${WEBKIT_LIBRARY_DIRS}) - - IF (WIN32) -@@ -116,7 +122,7 @@ TARGET_LINK_LIBRARIES(apvlv - ${GTHREAD2_LIBRARIES} - ${WEBKIT_LIBRARIES} - "-lepub" -- "-lxml2" -+ ${LIBXML_LIBRARIES} - ${APVLV_REQ_LIBRARIES}) - - IF (WIN32) diff --git a/app-text/apvlv/metadata.xml b/app-text/apvlv/metadata.xml deleted file mode 100644 index 25b9a315a4cc..000000000000 --- a/app-text/apvlv/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>c@cgps.ch</email> - <name>Chaquen Beliakov Amaya</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/asa/Manifest b/app-text/asa/Manifest deleted file mode 100644 index 0b22fbfe9861..000000000000 --- a/app-text/asa/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asa-1.1.tar.gz 9893 BLAKE2B 72bdaef2652f9420c310d9fbcb632a12e021d7c6d2faa0b71d25a6db6a1f697ff3c5fa5df78bf127f29ef72dc98eb06c0cd5c038912c455b5a5024d7566b826c SHA512 70452783da23929d9a02cdf9cefd7403698fc8ae703ee5403dd84834b3ac39febf1edc02cb59b233cbdf51cd2f8c04922a77833dd8d851e2106de2e2fe444728 diff --git a/app-text/asa/asa-1.1-r1.ebuild b/app-text/asa/asa-1.1-r1.ebuild deleted file mode 100644 index bb675306d00c..000000000000 --- a/app-text/asa/asa-1.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="ASA Carriage control conversion for ouput by Fortran programs" -HOMEPAGE="https://www.ibiblio.org/pub/Linux/devel/lang/fortran/" -SRC_URI="https://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -src_prepare() { - local PATCHES=( - "${FILESDIR}/asa-1.1-implicit-int.patch" - ) - - default - - sed \ - -e "s;-o;${LDFLAGS} -o;g" \ - -e "/^CFLAGS/d" \ - -i Makefile || die - - tc-export CC -} - -src_install() { - dobin asa - doman asa.1 - dodoc README asa.dat -} diff --git a/app-text/asa/files/asa-1.1-implicit-int.patch b/app-text/asa/files/asa-1.1-implicit-int.patch deleted file mode 100644 index 2f130912abaa..000000000000 --- a/app-text/asa/files/asa-1.1-implicit-int.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build with -Werror=implicit-int - -https://bugs.gentoo.org/880999 - ---- a/asa.c -+++ b/asa.c -@@ -201,7 +201,7 @@ - copy_file(FILE *fp) - { - str line; -- static first_line = 1; -+ static int first_line = 1; - - while ((line.len=readline(fp, &(line.chr)))) - { diff --git a/app-text/asa/metadata.xml b/app-text/asa/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/asa/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest deleted file mode 100644 index 89194a08cfdb..000000000000 --- a/app-text/asciidoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asciidoc-10.2.1.tar.gz 1280535 BLAKE2B 9e15eb5d40384fe586a6148e53e03e73a6958061841843f7b32b4209a15477f97a6547ea1cb48d23b5d4c9ee5add1bfa87d53c1bfbc14c10f31397ebeb86ba39 SHA512 02d064aab8dfb05af4ae49a7c7bd1381156c6c90f95b2494218c80f01c39987cb971d68c533b5519abade77be9832b3fab653d8ae2ca7bb682c5bb720612839f diff --git a/app-text/asciidoc/asciidoc-10.2.1.ebuild b/app-text/asciidoc/asciidoc-10.2.1.ebuild deleted file mode 100644 index 7ad0723551fe..000000000000 --- a/app-text/asciidoc/asciidoc-10.2.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 optfeature readme.gentoo-r1 - -DESCRIPTION="A plain text human readable/writable document format" -HOMEPAGE=" - https://asciidoc.org/ - https://github.com/asciidoc-py/asciidoc-py/ -" -SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - app-text/docbook-xml-dtd:4.5 - >=app-text/docbook-xsl-stylesheets-1.75 - dev-libs/libxslt - dev-libs/libxml2:2 -" -BDEPEND=" - test? ( $(python_gen_cond_dep ' - dev-python/pytest-mock[${PYTHON_USEDEP}] - ') ) -" - -DOC_CONTENTS=" -If you are going to use a2x, please also look at a2x(1) under -REQUISITES for a list of runtime dependencies. -" - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - - # TODO: Consider using Debian patch to allow /usr/share? - insinto /usr/share/asciidoc - doins -r asciidoc/resources/. - - doman doc/*.1 # bug 834835 - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - - optfeature "music filter support" \ - "media-sound/lilypond virtual/imagemagick-tools" - optfeature "source filter support" \ - "dev-util/source-highlight dev-python/pygments app-text/highlight" - optfeature "latex filter support" \ - "dev-texlive/texlive-latex app-text/dvipng" \ - "dev-texlive/texlive-latex app-text/dvisvgm" - optfeature "graphviz filter support" "media-gfx/graphviz" -} diff --git a/app-text/asciidoc/metadata.xml b/app-text/asciidoc/metadata.xml deleted file mode 100644 index 5c3380422c97..000000000000 --- a/app-text/asciidoc/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <bugs-to>https://github.com/asciidoc-py/asciidoc-py/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest deleted file mode 100644 index db61183708cc..000000000000 --- a/app-text/aspell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aspell-0.60.8.2.tar.gz 3582264 BLAKE2B f0717639fae43cb4a6e0b2134c855b14e8d945e09980bc7aa29859a975d575f134cc683df9871f0a392b0492944a4cdf47d51fed725eb93a9025e9c046588b8b SHA512 6a51bcf31079058c9fa9c977e784ae77aea67e9c4ec316e23b1dffb46f337212efe5005b03c7ecd6852ca1396e4c60d896925cb0161a3583468001f2f1bb99e4 diff --git a/app-text/aspell/aspell-0.60.8.2.ebuild b/app-text/aspell/aspell-0.60.8.2.ebuild deleted file mode 100644 index ca9516d29ed6..000000000000 --- a/app-text/aspell/aspell-0.60.8.2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic libtool - -MY_P="${P/_/-}" - -DESCRIPTION="Free and Open Source spell checker designed to replace Ispell" -HOMEPAGE="http://aspell.net/" -SRC_URI="mirror://gnu/aspell/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="nls unicode" - -# All available language app-dicts/aspell-* packages. -LANGUAGES=( af am ar ast az be bg bn br ca cs csb cy da de de-1901 el en eo es et fa - fi fo fr fy ga gd gl grc gu gv he hi hil hr hsb hu hus hy ia id is it kn ku - ky la lt lv mg mi mk ml mn mr ms mt nb nds nl nn no ny or pa pl pt-PT pt-BR - qu ro ru rw sc sk sl sr sv sw ta te tet tk tl tn tr uk uz vi wa yi zu -) - -for LANG in ${LANGUAGES[@]}; do - IUSE+=" l10n_${LANG}" - - case ${LANG} in - de-1901) - DICT="de-alt" - ;; - pt-BR) - DICT="pt-br" - ;; - pt-PT) - DICT="pt" - ;; - *) - DICT="${LANG}" - ;; - esac - - PDEPEND+=" l10n_${LANG}? ( app-dicts/aspell-${DICT} )" -done -unset DICT LANG LANGUAGES - -RDEPEND=" - sys-libs/ncurses:=[unicode(+)?] - nls? ( virtual/libintl ) -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -HTML_DOCS=( manual/aspell{,-dev}.html ) - -PATCHES=( - "${FILESDIR}/${PN}-0.60.5-nls.patch" - "${FILESDIR}/${PN}-0.60.5-solaris.patch" - "${FILESDIR}/${PN}-0.60.6-darwin-bundles.patch" - "${FILESDIR}/${PN}-0.60.6.1-clang.patch" - "${FILESDIR}/${PN}-0.60.6.1-unicode.patch" -) - -src_prepare() { - default - - rm m4/lt* m4/libtool.m4 || die - eautoreconf - elibtoolize --reverse-deps - - # Parallel install of libtool libraries doesn't always work. - # https://lists.gnu.org/archive/html/libtool/2011-03/msg00003.html - # This has to be after automake has run so that we don't clobber - # the default target that automake creates for us. - echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in || die - - # The unicode patch breaks on Darwin as NCURSES_WIDECHAR won't get set any more. - [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-musl* ]] && use unicode && append-cppflags -DNCURSES_WIDECHAR=1 -} - -src_configure() { - local myeconfargs=( - --disable-static - $(use_enable nls) - $(use_enable unicode) - --sysconfdir="${EPREFIX}"/etc/aspell - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - docinto examples - dodoc "${S}"/examples/*.c - - # Install Aspell/Ispell compatibility scripts. - newbin scripts/ispell ispell-aspell - newbin scripts/spell spell-aspell - - # As static build has been disabled, - # all .la files can be deleted unconditionally. - find "${ED}" -type f -name '*.la' -delete || die -} diff --git a/app-text/aspell/files/aspell-0.60.5-nls.patch b/app-text/aspell/files/aspell-0.60.5-nls.patch deleted file mode 100644 index 3ea7c7c3f4ec..000000000000 --- a/app-text/aspell/files/aspell-0.60.5-nls.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: aspell-0.60.5/Makefile.am -=================================================================== ---- aspell-0.60.5/Makefile.am -+++ aspell-0.60.5/Makefile.am -@@ -129,7 +129,7 @@ word_list_compress_SOURCES = prog/compre - - aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp - --aspell_LDADD = libaspell.la $(CURSES_LIB) -+aspell_LDADD = libaspell.la $(CURSES_LIB) $(LTLIBINTL) - - prezip_bin_SOURCES = prog/prezip.c - diff --git a/app-text/aspell/files/aspell-0.60.5-solaris.patch b/app-text/aspell/files/aspell-0.60.5-solaris.patch deleted file mode 100644 index 1cfc5f3e6caa..000000000000 --- a/app-text/aspell/files/aspell-0.60.5-solaris.patch +++ /dev/null @@ -1,27 +0,0 @@ -* grobian@gentoo.org: on Solaris 10 _XOPEN_SOURCE_EXTENDED may not be - defined when including wchar.h with g++ - ---- a/prog/check_funs.cpp -+++ b/prog/check_funs.cpp -@@ -18,10 +18,6 @@ - - #include "settings.h" - --#ifdef DEFINE_XOPEN_SOURCE_EXTENDED --# define _XOPEN_SOURCE_EXTENDED 1 --#endif -- - #ifdef CURSES_NON_POSIX - #define CURSES_ONLY 1 - #endif -@@ -35,6 +31,10 @@ - - #include "gettext.h" - -+#ifdef DEFINE_XOPEN_SOURCE_EXTENDED -+# define _XOPEN_SOURCE_EXTENDED 1 -+#endif -+ - using namespace acommon; - - StackPtr<CheckerString> state; diff --git a/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch b/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch deleted file mode 100644 index 84e05833d9d8..000000000000 --- a/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch +++ /dev/null @@ -1,35 +0,0 @@ -grobian@gentoo.org: -Darwin: fix for finding bundles (libtool modules, no equivalent in ELF) -This patch is not really upstreamable, bundles can have any name, but -Apple suggests using .bundle. libtool on Gentoo generates .bundle files -for modules on Darwin, so we need aspell to actually look for .bundle, -not .so. - ---- a/lib/new_filter.cpp -+++ b/lib/new_filter.cpp -@@ -458,11 +458,23 @@ - module->file.assign(option_file.str(), slash + 1 - option_file.str()); - //module->file += "lib"; - module->file += filter_name; -- module->file += "-filter.so"; -+ module->file += "-filter." -+#ifdef __APPLE_CC__ -+ "bundle" -+#else -+ "so" -+#endif -+ ; - } else { - if (module->file[0] != '/') - module->file.insert(0, option_file.str(), slash + 1 - option_file.str()); -- module->file += ".so"; -+ module->file += "." -+#ifdef __APPLE_CC__ -+ "bundle" -+#else -+ "so" -+#endif -+ ; - } - - return module.release(); diff --git a/app-text/aspell/files/aspell-0.60.6.1-clang.patch b/app-text/aspell/files/aspell-0.60.6.1-clang.patch deleted file mode 100644 index 8d3e62dcdf0b..000000000000 --- a/app-text/aspell/files/aspell-0.60.6.1-clang.patch +++ /dev/null @@ -1,47 +0,0 @@ -From https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180565 ---- a/interfaces/cc/aspell.h -+++ b/interfaces/cc/aspell.h -@@ -237,6 +237,7 @@ - /******************************** errors ********************************/ - - -+#ifndef ASPELL_ERRORS__HPP - extern const struct AspellErrorInfo * const aerror_other; - extern const struct AspellErrorInfo * const aerror_operation_not_supported; - extern const struct AspellErrorInfo * const aerror_cant_copy; -@@ -322,6 +323,7 @@ - extern const struct AspellErrorInfo * const aerror_bad_magic; - extern const struct AspellErrorInfo * const aerror_expression; - extern const struct AspellErrorInfo * const aerror_invalid_expression; -+#endif - - - /******************************* speller *******************************/ ---- a/prog/aspell.cpp -+++ b/prog/aspell.cpp -@@ -25,6 +25,7 @@ - # include <langinfo.h> - #endif - -+#include "errors.hpp" - #include "aspell.h" - - #ifdef USE_FILE_INO -@@ -40,7 +41,6 @@ - #include "convert.hpp" - #include "document_checker.hpp" - #include "enumeration.hpp" --#include "errors.hpp" - #include "file_util.hpp" - #include "fstream.hpp" - #include "info.hpp" ---- a/prog/checker_string.hpp -+++ b/prog/checker_string.hpp -@@ -6,6 +6,7 @@ - - #include <stdio.h> - -+#include "errors.hpp" - #include "aspell.h" - - #include "vector.hpp" diff --git a/app-text/aspell/files/aspell-0.60.6.1-unicode.patch b/app-text/aspell/files/aspell-0.60.6.1-unicode.patch deleted file mode 100644 index 8e1957c727a9..000000000000 --- a/app-text/aspell/files/aspell-0.60.6.1-unicode.patch +++ /dev/null @@ -1,276 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -2,7 +2,7 @@ - AC_CONFIG_SRCDIR(prog/aspell.cpp) - AC_CANONICAL_SYSTEM - AM_INIT_AUTOMAKE --AM_CONFIG_HEADER(gen/settings.h) -+AC_CONFIG_HEADERS([gen/settings.h]) - - AM_MAINTAINER_MODE - -@@ -52,14 +52,11 @@ - AC_ARG_ENABLE(win32-relocatable, - [ --enable-win32-relocatable]) - --AC_ARG_ENABLE(curses, -- AS_HELP_STRING([--enable-curses=LIBFILE],[cursor control library])) -+AC_ARG_ENABLE([curses], -+ AS_HELP_STRING([--enable-curses],[cursor control library])) - --AC_ARG_ENABLE(curses-include, -- [ --enable-curses-include=DIR]) -- --AC_ARG_ENABLE(wide-curses, -- AS_HELP_STRING([--disable-wide-curses],[disable wide char utf8 cursor control])) -+AC_ARG_ENABLE([unicode], -+ AS_HELP_STRING([--enable-unicode],[enable Unicode support])) - - AC_ARG_ENABLE(regex, - [ --disable-regex]) -@@ -312,197 +309,18 @@ - [AC_MSG_RESULT(no)] - ) - --AC_SUBST(CURSES_LIB) --AC_SUBST(CURSES_INCLUDE) -- --if test "$enable_curses" != "no" --then -- use_curses=t -- case "$enable_curses" in -- yes | "" ) ;; -- /* | *lib* | *.a | -l* | -L* ) CURSES_LIB="$enable_curses" ;; -- * ) CURSES_LIB=-l$enable_curses ;; -- esac -- case "$enable_curses_include" in -- yes | no | "") ;; -- -I* ) CURSES_INCLUDE="$enable_curses_include" ;; -- * ) CURSES_INCLUDE=-I$enable_curses_include ;; -- esac --fi -- --if test "$use_curses" --then -- -- ORIG_LIBS="$LIBS" -- ORIG_CPPFLAGS="$CPPFLAGS" -- CPPFLAGS="$CURSES_INCLUDE $ORIG_CPPFLAGS" -- -- if test -z "$CURSES_LIB" -- then -- -- AC_MSG_CHECKING(for working curses library) -- -- if test "$enable_wide_curses" != "no" -a -n "$have_mblen" -- then -- LIBS="-lncursesw $ORIG_LIBS" -- AC_TRY_LINK( -- [#include <ncursesw/curses.h>], [initscr()], -- [CURSES_LIB=-lncursesw -- AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <ncursesw/term.h>, [Defined to term header file])]) -- fi -- -- if test -z "$CURSES_LIB" -- then -- LIBS="-lncurses $ORIG_LIBS" -- AC_TRY_LINK( -- [#include <ncurses/curses.h>], [initscr()], -- [CURSES_LIB=-lncurses -- AC_DEFINE(CURSES_HEADER, <ncurses/curses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <ncurses/term.h>, [Defined to term header file])], -- [ -- LIBS="-lncurses $ORIG_LIBS" -- AC_TRY_LINK( -- [#include <ncurses.h>], [initscr()], -- [CURSES_LIB=-lncurses -- AC_DEFINE(CURSES_HEADER, <ncurses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <term.h>, [Defined to term header file])], -- [ -- LIBS="-lcurses $ORIG_LIBS" -- AC_TRY_LINK( -- [#include <curses.h>], [initscr()], -- [CURSES_LIB=-lcurses -- AC_DEFINE(CURSES_HEADER, <curses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <term.h>, [Defined to term header file])], -- [ -- LIBS="-lncurses $ORIG_LIBS" -- AC_TRY_LINK( -- [#include <curses.h>], [initscr()], -- [CURSES_LIB=-lncurses -- AC_DEFINE(CURSES_HEADER, <curses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <term.h>, [Defined to term header file])], -- ) ]) ]) ]) -- fi -- -- if test -n "$CURSES_LIB" -- then -- AC_MSG_RESULT([found in $CURSES_LIB]) -- else -- AC_MSG_RESULT([not found]) -- fi -- -- else -- -- AC_DEFINE(CURSES_HEADER, <curses.h>, [Defined to curses header file]) -- AC_DEFINE(TERM_HEADER, <term.h>, [Defined to term header file]) -- -- fi -- -- if test -n "$CURSES_LIB" -- then -- LIBS="$CURSES_LIB $ORIG_LIBS" -- -- if test "$enable_wide_curses" != "no" -- then -- -- AC_MSG_CHECKING(for wide character support in curses libraray) -- if test -n "$have_mblen" -- then -- AC_TRY_LINK( -- [#include <wchar.h> -- #include CURSES_HEADER -- ], -- [wchar_t wch = 0; -- addnwstr(&wch, 1);], -- [AC_MSG_RESULT(yes) -- AC_DEFINE(HAVE_WIDE_CURSES, 1, [Defined if curses libraray includes wide character support])], -- [ -- -- AC_TRY_LINK( -- [#define _XOPEN_SOURCE_EXTENDED 1 -- #include <wchar.h> -- #include CURSES_HEADER -- ], -- [wchar_t wch = 0; -- addnwstr(&wch, 1);], -- [AC_MSG_RESULT(yes) -- AC_DEFINE(HAVE_WIDE_CURSES, 1) -- AC_DEFINE(DEFINE_XOPEN_SOURCE_EXTENDED, 1, -- [Defined if _XOPEN_SOURCE_EXTENDED needs to be defined. -- (Can't define globally as that will cause problems with some systems)]) -- ], -- [AC_MSG_RESULT(no) -- AC_MSG_WARN([Aspell will not be able to Display UTF-8 characters correctly.])])]) -- else -- AC_MSG_RESULT([no, because "mblen" is not supported]) -- AC_MSG_WARN([Aspell will not be able to Display UTF-8 characters correctly.]) -- fi -- -- fi -- -- AC_MSG_CHECKING(if standard curses include sequence will work) -- AC_TRY_LINK( -- [#ifdef DEFINE_XOPEN_SOURCE_EXTENDED -- # define _XOPEN_SOURCE_EXTENDED 1 -- #endif -- #include <termios.h> -- #include <unistd.h> -- #include CURSES_HEADER -- #include TERM_HEADER -- ], -- [tigetstr(const_cast<char *>("cup"));], -- [AC_MSG_RESULT(yes) -- AC_DEFINE(HAVE_LIBCURSES, 1, -- [Defined if the curses library is available]) -- posix_termios=t -- AC_DEFINE(CURSES_INCLUDE_STANDARD, 1, -- [Defined if no special Workarounds are needed for Curses headers])], -- [AC_MSG_RESULT(no) -- -- dnl else if -- AC_MSG_CHECKING(if curses workaround I will work) -- AC_TRY_LINK( -- [#ifdef DEFINE_XOPEN_SOURCE_EXTENDED -- # define _XOPEN_SOURCE_EXTENDED 1 -- #endif -- #include <termios.h> -- #include <unistd.h> -- #include CURSES_HEADER -- extern "C" {char * tigetstr(char * capname);}], -- [tigetstr(const_cast<char *>("cup"));], -- [AC_MSG_RESULT(yes) -- AC_DEFINE(HAVE_LIBCURSES, 1, []) -- posix_termios=t -- AC_DEFINE(CURSES_INCLUDE_WORKAROUND_1, 1, -- [Defined if special Wordaround I is need for Curses headers])], -- [AC_MSG_RESULT(no) -- -- dnl else if -- AC_MSG_CHECKING(if curses without Unix stuff will work) -- AC_TRY_LINK( -- [#include CURSES_HEADER -- ], -- [initscr();], -- [AC_MSG_RESULT(yes) -- AC_DEFINE(HAVE_LIBCURSES, 1, []) -- AC_DEFINE(CURSES_ONLY, 1, -- [Defined if curses like POSIX Functions should be used]) -- curses_only=t], -- [AC_MSG_RESULT(no) -- -- dnl else -- use_curses=false -- CURSES_LIBS="" -- CURSES_INCLUDE="" -- -- ]) ]) ]) -- -- fi -- -- CPPFLAGS="$ORIG_CPPFLAGS" -- LIBS="$ORIG_LIBS" -- --fi -+AS_IF([test "x$enable_curses" != "xno"],[ -+ AS_IF([test "x$enable_unicode" != "xno"], -+ [AC_DEFINE([HAVE_WIDE_CURSES], [1], [Defined if curses library includes wide character support]) -+ ncurses_library="ncursesw"], -+ [ncurses_library="ncurses"]) -+ -+ PKG_CHECK_MODULES([NCURSES], ["$ncurses_library"]) -+ -+ AC_DEFINE([HAVE_LIBCURSES], [1], [Defined if the curses library is available]) -+ AC_DEFINE([CURSES_INCLUDE_STANDARD], [1], [Defined if no special Workarounds are needed for Curses headers]) -+ posix_termios=t -+]) - - if test -z "$posix_termios" -a -z "$curses_only" - then ---- a/Makefile.am -+++ b/Makefile.am -@@ -121,7 +121,7 @@ - # Aspell Program - # - --AM_CPPFLAGS += -DLOCALEDIR="$(localedir)" -+AM_CPPFLAGS += -DLOCALEDIR="$(localedir)" $(NCURSES_CFLAGS) - - bin_PROGRAMS = word-list-compress aspell prezip-bin - -@@ -129,7 +129,7 @@ - - aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp - --aspell_LDADD = libaspell.la $(CURSES_LIB) $(LTLIBINTL) -+aspell_LDADD = libaspell.la $(NCURSES_LIBS) $(LTLIBINTL) - - prezip_bin_SOURCES = prog/prezip.c - ---- a/prog/check_funs.cpp -+++ b/prog/check_funs.cpp -@@ -62,11 +62,11 @@ - - #if HAVE_LIBCURSES - --#include CURSES_HEADER -+#include <curses.h> - - #if CURSES_INCLUDE_STANDARD - --#include TERM_HEADER -+#include <term.h> - - #elif CURSES_INCLUDE_WORKAROUND_1 - diff --git a/app-text/aspell/metadata.xml b/app-text/aspell/metadata.xml deleted file mode 100644 index 71adfdc316a6..000000000000 --- a/app-text/aspell/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>conikost@gentoo.org</email> - <name>Conrad Kostecki</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:gnu:aspell</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest deleted file mode 100644 index 8e32b7c5c9fb..000000000000 --- a/app-text/atril/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST atril-1.28.3.tar.xz 2244684 BLAKE2B 95adeff24e3a60b51d3280ece9b2a84defc19e3494e58b9e4b3995e9bed1c2ebbfdbd5457dc6b9300de69949c2db91b85b1b721856244fb2aa89641d1c1cea94 SHA512 b53c4223d69da3bdbf9ec89cbea164e77a917479cb4275dafb49947fa416d80ee4eb6b14915d6f4b779b8b2ba3faaae6264695d249ac97d332482e150b8454d5 -DIST atril-1.28.4.tar.xz 1563640 BLAKE2B 709cf8eb88ce7937fde7e3e698fc9ba74ee94c491bdfbe381a1bc0b87c69790c4cc4be94a5bec2becc2406584bbb6e90487074be83e962b202330805c8fc36dc SHA512 063eec29defd44eb45c59fafbf42d3bc159e1a444bfe5e011d6cebebcffe695dce8a3693a5b4b1ac5e62bf5546f3832457a2acdd42470f3162197e0553293e26 diff --git a/app-text/atril/atril-1.28.3.ebuild b/app-text/atril/atril-1.28.3.ebuild deleted file mode 100644 index da5f0c313e15..000000000000 --- a/app-text/atril/atril-1.28.3.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{13..14} ) -inherit mate python-any-r1 virtualx - -DESCRIPTION="Atril document viewer for MATE" -SRC_URI="https://github.com/mate-desktop/${PN}/releases/download/v${PV}/atril-${PV}.tar.xz" - -LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps" - -REQUIRED_USE="t1lib? ( dvi )" - -DEPEND=" - app-accessibility/at-spi2-core:2 - app-text/poppler[cairo] - dev-libs/glib:2 - dev-libs/libxml2:2= - >=mate-base/mate-desktop-$(ver_cut 1-2) - virtual/zlib:= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X(+),introspection?] - x11-libs/libICE - x11-libs/libSM:0 - x11-libs/libX11 - x11-libs/cairo - x11-libs/pango - caja? ( mate-base/caja[introspection?] ) - djvu? ( app-text/djvu:0 ) - dvi? ( - virtual/tex-base - t1lib? ( media-libs/t1lib:5 ) - ) - epub? ( - <dev-libs/mathjax-3 - net-libs/webkit-gtk:4.1 - ) - keyring? ( app-crypt/libsecret ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( app-text/libspectre ) - synctex? ( virtual/tex-base ) - tiff? ( media-libs/tiff:= ) - xps? ( app-text/libgxps ) -" - -RDEPEND="${DEPEND} - gnome-base/gvfs - virtual/libintl -" - -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 - app-text/yelp-tools - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/gtk-doc - dev-build/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig - test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') ) -" - -#RESTRICT="!test? ( test )" -# Tests use dogtail and require using accessibility services. -# Until we figure out how to run successfully, don't run tests -RESTRICT="test" - -python_check_deps() { - use test && python_has_version "dev-util/dogtail[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - # Passing --disable-help would drop offline help, that would be inconsistent - # with helps of the most of GNOME apps that doesn't require network for that. - mate_src_configure \ - --enable-comics \ - --enable-pdf \ - --enable-pixbuf \ - --enable-previewer \ - --enable-thumbnailer \ - $(use_with keyring) \ - $(use_enable caja) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable djvu) \ - $(use_enable dvi) \ - $(use_enable epub) \ - $(use_enable introspection) \ - $(use_enable nls) \ - $(use_enable postscript ps) \ - $(use_enable synctex) \ - $(use_enable t1lib) \ - $(use_enable test tests) \ - $(use_enable tiff) \ - $(use_enable xps) -} - -src_test() { - export GSETTINGS_BACKEND=keyfile - gsettings set org.gnome.desktop.interface toolkit-accessibility true || die - gsettings set org.mate.interface accessibility true || die - virtx emake check -} diff --git a/app-text/atril/atril-1.28.4.ebuild b/app-text/atril/atril-1.28.4.ebuild deleted file mode 100644 index 1a2b87f0e5d4..000000000000 --- a/app-text/atril/atril-1.28.4.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MATE_LA_PUNT="yes" -MATE_FORCE_AUTORECONF="true" -PYTHON_COMPAT=( python3_{13..14} ) -inherit mate python-any-r1 virtualx - -DESCRIPTION="Atril document viewer for MATE" -HOMEPAGE+=" https://github.com/mate-desktop/atril" -SRC_URI="https://github.com/mate-desktop/${PN}/releases/download/v${PV}/atril-${PV}.tar.xz" - -LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps" - -REQUIRED_USE="t1lib? ( dvi )" - -DEPEND=" - app-accessibility/at-spi2-core:2 - app-text/poppler[cairo] - >=dev-libs/glib-2.50.0:2 - dev-libs/libxml2:2= - >=mate-base/mate-desktop-$(ver_cut 1-2) - virtual/zlib:= - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.22.0:3[X(+),introspection?] - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0:0 - x11-libs/libX11 - x11-libs/cairo - x11-libs/pango - caja? ( mate-base/caja[introspection?] ) - djvu? ( app-text/djvu:0 ) - dvi? ( - virtual/tex-base - t1lib? ( media-libs/t1lib:5 ) - ) - epub? ( - dev-libs/mathjax:= - net-libs/webkit-gtk:4.1 - ) - keyring? ( app-crypt/libsecret ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( app-text/libspectre ) - synctex? ( virtual/tex-base ) - tiff? ( media-libs/tiff:= ) - xps? ( app-text/libgxps ) -" - -RDEPEND="${DEPEND} - gnome-base/gvfs - virtual/libintl -" - -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 - app-text/yelp-tools - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/gtk-doc - dev-build/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig - test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') ) -" - -#RESTRICT="!test? ( test )" -# Tests use dogtail and require using accessibility services. -# Until we figure out how to run successfully, don't run tests -RESTRICT="test" - -python_check_deps() { - use test && python_has_version "dev-util/dogtail[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - # Passing --disable-help would drop offline help, that would be inconsistent - # with helps of the most of GNOME apps that doesn't require network for that. - mate_src_configure \ - --enable-comics \ - --enable-pdf \ - --enable-pixbuf \ - --enable-previewer \ - --enable-thumbnailer \ - $(use_with keyring) \ - $(use_enable caja) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable djvu) \ - $(use_enable dvi) \ - $(use_enable epub) \ - $(use_enable introspection) \ - $(use_enable nls) \ - $(use_enable postscript ps) \ - $(use_enable synctex) \ - $(use_enable t1lib) \ - $(use_enable test tests) \ - $(use_enable tiff) \ - $(use_enable xps) -} - -src_test() { - export GSETTINGS_BACKEND=keyfile - gsettings set org.gnome.desktop.interface toolkit-accessibility true || die - gsettings set org.mate.interface accessibility true || die - virtx emake check -} diff --git a/app-text/atril/metadata.xml b/app-text/atril/metadata.xml deleted file mode 100644 index f1f549ea2632..000000000000 --- a/app-text/atril/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>oz.tiram@gmail.com</email> - <name>Oz Tiram</name> - </maintainer> - <maintainer type="person" proxied="yes"> - <email>immoloism@gmail.com</email> - <name>Ian Jordan/name></name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="caja">Enable property page extension in - <pkg>mate-base/caja</pkg> - </flag> - <flag name="dvi">Enable build-in DVI viewer</flag> - <flag name="epub">Enable build-in DVI viewer using - <pkg>net-libs/webkit-gtk</pkg> - </flag> - <flag name="synctex">Enable search highlighting through synctex - (<pkg>virtual/tex-base</pkg>)</flag> - <flag name="t1lib">Enable the Type-1 fonts for the build-in DVI viewer - (<pkg>media-libs/t1lib</pkg>)</flag> - <flag name="xps">Enable XPS viewer using - <pkg>app-text/libgxps</pkg> - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bact/Manifest b/app-text/bact/Manifest deleted file mode 100644 index 7dc73ed11008..000000000000 --- a/app-text/bact/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bact-0.13.tar.gz 230681 BLAKE2B a12ebfb52db0baa83d95a6d32b18324ea1c1b795fe92e6fd0409e54ed9f82e8a9e4497ffa1e97e9844edbcefb78ae1ad8d7a77c8c7e69688f18991e4f74391db SHA512 ba531c41d93e60699d9a06bd1d1df71f6fb1559c1cccd86756a88bcf72279065d3c565cbb1664444cb74fa25a3472d77682419fe9efa8881d73b23f0bcddb9f8 diff --git a/app-text/bact/bact-0.13-r2.ebuild b/app-text/bact/bact-0.13-r2.ebuild deleted file mode 100644 index 8c6381a627b2..000000000000 --- a/app-text/bact/bact-0.13-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Boosting Algorithm for Classification of Trees" -HOMEPAGE="http://chasen.org/~taku/software/bact/" -SRC_URI="http://chasen.org/~taku/software/bact/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-cpp14.patch -) - -src_configure() { - tc-export CXX -} - -src_install() { - dobin bact_learn bact_mkmodel bact_classify - - HTML_DOCS=( index.html bact.css ) - einstalldocs -} diff --git a/app-text/bact/files/bact-0.13-cpp14.patch b/app-text/bact/files/bact-0.13-cpp14.patch deleted file mode 100644 index a0f6edda1eed..000000000000 --- a/app-text/bact/files/bact-0.13-cpp14.patch +++ /dev/null @@ -1,90 +0,0 @@ -Fix C++14 compilation errors -- since C++11 make_pair<T1,T2> is resolved to -make_pair(T1&&, T2&&). Types should be deduced. - -Bug: https://bugs.gentoo.org/594312 - ---- a/bact_classify.cpp -+++ b/bact_classify.cpp -@@ -86,7 +86,7 @@ - if (id == -2) continue; - if (id != -1) { - if (userule) -- rules.insert (std::make_pair <std::string, double> (item, alpha[id])); -+ rules.insert (std::make_pair(item, alpha[id])); - result.push_back (id); - } - project (item, size+1, newdepth, l, new_trie_pos, new_str_pos); -@@ -138,7 +138,7 @@ - if (id == -2) continue; - if (id >= 0) { - if (userule) -- rules.insert (std::make_pair <std::string, double> (tree[i].val.key(), alpha[id])); -+ rules.insert (std::make_pair(tree[i].val.key(), alpha[id])); - result.push_back (id); - } - project (tree[i].val.key(), 1, 0, i, 0, 0); -@@ -158,7 +158,7 @@ - - for (std::map <std::string, double>::iterator it = rules.begin(); - it != rules.end(); ++it) -- tmp.push_back (std::make_pair <std::string, double> (it->first, it->second)); -+ tmp.push_back (std::make_pair(it->first, it->second)); - - std::sort (tmp.begin(), tmp.end(), pair_2nd_cmp<std::string, double>()); - ---- a/bact_mkmodel.cpp -+++ b/bact_mkmodel.cpp -@@ -111,7 +111,7 @@ - - for (std::map<std::string, double>::iterator it = rules.begin(); it != rules.end(); ++it) { - double a = it->second / alpha_sum; -- ary2.push_back (std::make_pair <const char*, double>(it->first.c_str(), a)); -+ ary2.push_back (std::make_pair(it->first.c_str(), a)); - ary.push_back ((Darts::DoubleArray::key_type *)it->first.c_str()); - alpha.push_back (a); - } ---- a/darts.h -+++ b/darts.h -@@ -394,10 +394,10 @@ - { - if (! len) len = LengthFunc() (key); - -- register ArrayType b = array[pos].base; -- register ArrayUType p; -+ ArrayType b = array[pos].base; -+ ArrayUType p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b + (NodeUType)(key[i]) + 1; - if ((ArrayUType)b == array[p].check) b = array[p].base; - else return -2; -@@ -414,8 +414,8 @@ - { - if (! len) len = LengthFunc() (key); - -- register ArrayType b = array[pos].base; -- register ArrayUType p; -+ ArrayType b = array[pos].base; -+ ArrayUType p; - - for (; pos2 < len; ++pos2) { - p = b + (NodeUType)(key[pos2]) + 1; -@@ -437,12 +437,12 @@ - { - if (! len) len = LengthFunc() (key); - -- register ArrayType b = array[pos].base; -- register size_t num = 0; -- register ArrayType n; -- register ArrayUType p; -+ ArrayType b = array[pos].base; -+ size_t num = 0; -+ ArrayType n; -+ ArrayUType p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b; // + 0; - n = array[p].base; - if ((ArrayUType) b == array[p].check && n < 0) result[num++] = -n-1; diff --git a/app-text/bact/files/bact-0.13-makefile.patch b/app-text/bact/files/bact-0.13-makefile.patch deleted file mode 100644 index d27879559d1d..000000000000 --- a/app-text/bact/files/bact-0.13-makefile.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,8 +1,6 @@ --CXX = c++ - VERSION = 0.13 --CXXFLAGS = -O3 -Wall -Wno-deprecated -+CXXFLAGS += -Wall -Wno-deprecated - EXECPREFIX = --LDFLAGS = - TARGETS1 = bact_learn${EXEC_PREFIX} - TARGETS2 = bact_classify${EXEC_PREFIX} - TARGETS3 = bact_mkmodel${EXEC_PREFIX} -@@ -10,14 +8,11 @@ - - all: bact_learn bact_mkmodel bact_classify - --bact_learn: bact_learn.o ${OBJ} -- ${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS1} ${OBJ} bact_learn.o ${LDFLAGS} -+bact_learn: ${OBJ} - --bact_classify: bact_classify.o ${OBJ} -- ${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS2} ${OBJ} bact_classify.o ${LDFLAGS} -+bact_classify: ${OBJ} - --bact_mkmodel: bact_mkmodel.o ${OBJ} -- ${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS3} ${OBJ} bact_mkmodel.o ${LDFLAGS} -+bact_mkmodel: ${OBJ} - - clean: - rm -f *.o ${TARGETS1} ${TARGETS2} ${TARGETS3} core *~ *.tar.gz *.exe core* med.model* jp.model* -@@ -33,7 +28,6 @@ - scp bact-${VERSION}.tar.gz index.html bact.css chasen.org:public_html/software/bact/ - - check: --test: - ./bact_learn -T1000 med.train med.model - ./bact_mkmodel -i med.model -o med.model.bin -O med.model.O - ./bact_classify med.test med.model.bin diff --git a/app-text/bact/metadata.xml b/app-text/bact/metadata.xml deleted file mode 100644 index af5cc9503ff6..000000000000 --- a/app-text/bact/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - BACT is an implementation of [Kudo & Matsumoto 2004], and is - designed to handle the tree classification problem. The important - characteristic is that the input example x is represented not as a - numerical feature vector (bag-of-words) but a labeled ordered tree. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest deleted file mode 100644 index dae2ad2935b3..000000000000 --- a/app-text/barcode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST barcode-0.99.tar.xz 586028 BLAKE2B a6ef5a4f0061bd0f0cb65a791516383259f317801e9f5ea02c626735cd3ed5f00e0a92502b9b5e3dcb8ea95c313e10f5abf9c172e1094111dea7f3cfb45ec032 SHA512 1f3015ee9cb2e57e38e56fa48fa3a38fa355821801bad3132d3e87b5b88db4f167986c33dc044317cbf18bb62062af36e946daab98235ff7015a00937c8dd41e diff --git a/app-text/barcode/barcode-0.99-r2.ebuild b/app-text/barcode/barcode-0.99-r2.ebuild deleted file mode 100644 index ecad0d14abe5..000000000000 --- a/app-text/barcode/barcode-0.99-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools dot-a - -DESCRIPTION="barcode generator" -HOMEPAGE="https://www.gnu.org/software/barcode/" -SRC_URI="mirror://gnu/barcode/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" - -RDEPEND="app-text/libpaper" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-fno-common.patch - "${FILESDIR}"/${P}-properly-install-static-lib.patch - "${FILESDIR}"/${P}-not-a-literal-string.patch -) - -src_prepare() { - default - - eautoreconf - lto-guarantee-fat -} - -src_install() { - default - strip-lto-bytecode -} diff --git a/app-text/barcode/files/barcode-0.99-fno-common.patch b/app-text/barcode/files/barcode-0.99-fno-common.patch deleted file mode 100644 index 5abb8a26824f..000000000000 --- a/app-text/barcode/files/barcode-0.99-fno-common.patch +++ /dev/null @@ -1,25 +0,0 @@ -Taken from: https://sources.debian.org/patches/barcode/0.99-4/0006-Fix-FTBFS-with-gcc-10.patch/ -Author: https://sources.debian.org/patches/barcode/0.99-4/0006-Fix-FTBFS-with-gcc-10.patch/ ---- a/barcode.h -+++ b/barcode.h -@@ -123,6 +123,6 @@ extern int Barcode_Version(char *versionname); - } - #endif - --int streaming; -+extern int streaming; - - #endif /* _BARCODE_H_ */ -diff --git a/library.c b/library.c -index 30946ff..5390a2b 100644 ---- a/library.c -+++ b/library.c -@@ -30,6 +30,8 @@ - #endif - #include <errno.h> - -+int streaming; -+ - /* - * This function allocates a barcode structure and strdup()s the - * text string. It returns NULL in case of error diff --git a/app-text/barcode/files/barcode-0.99-not-a-literal-string.patch b/app-text/barcode/files/barcode-0.99-not-a-literal-string.patch deleted file mode 100644 index 63b49d25c058..000000000000 --- a/app-text/barcode/files/barcode-0.99-not-a-literal-string.patch +++ /dev/null @@ -1,19 +0,0 @@ -Taken from: https://lists.gnu.org/archive/html/bug-barcode/2021-09/msg00000.html -Author: https://lists.gnu.org/archive/html/bug-barcode/2021-09/msg00000.html ---- - plessey.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plessey.c b/plessey.c -index 2f59e39..3089a3c 100644 ---- a/plessey.c -+++ b/plessey.c -@@ -149,7 +149,7 @@ int Barcode_pls_encode(struct Barcode_Item *bc) - checkptr[i+j] ^= check[j]; - } - for (i = 0; i < 8; i++) { -- sprintf(ptr, patterns[checkptr[strlen(text) * 4 + i]]); -+ sprintf(ptr, "%s", patterns[checkptr[strlen(text) * 4 + i]]); - ptr += 2; - } - fprintf(stderr, _("CRC: ")); diff --git a/app-text/barcode/files/barcode-0.99-properly-install-static-lib.patch b/app-text/barcode/files/barcode-0.99-properly-install-static-lib.patch deleted file mode 100644 index 5ebe95423c42..000000000000 --- a/app-text/barcode/files/barcode-0.99-properly-install-static-lib.patch +++ /dev/null @@ -1,181 +0,0 @@ -From 6d9e4aedc565568a39262990c6e6005f0528821c Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz@gentoo.org> -Date: Wed, 6 Aug 2025 21:59:25 -0400 -Subject: [PATCH 1/2] reorganize broken upstream includes - -Upstream broke library installation when porting to automake/libtool. -Then followed this up by breaking the primary header file -- adding -config.h and lib/gettext.h includes solely because that barcode.h was -included in every other file. Instead, init the gettext infra directly -in each file. ---- - barcode.h | 6 ------ - cmdline.c | 6 ++++++ - library.c | 1 + - main.c | 8 +++++++- - pcl.c | 6 ++++++ - plessey.c | 6 ++++++ - sample.c | 6 ++++++ - 7 files changed, 32 insertions(+), 7 deletions(-) - -diff --git a/barcode.h b/barcode.h -index ed90e0c..0f4ee5a 100644 ---- a/barcode.h -+++ b/barcode.h -@@ -23,14 +23,8 @@ - #ifndef _BARCODE_H_ - #define _BARCODE_H_ - --#include "config.h" - #include <stdio.h> - --#include <gettext.h> -- --#define _(X) gettext (X) --#define _N(X) (X) -- - /* - * The object - */ -diff --git a/cmdline.c b/cmdline.c -index 0a618a6..8ea7355 100644 ---- a/cmdline.c -+++ b/cmdline.c -@@ -22,6 +22,12 @@ - * Michele Comitini (mcm@glisco.it): better handling of numeric type args. - */ - -+#include "config.h" -+#include <gettext.h> -+ -+#define _(X) gettext (X) -+#define _N(X) (X) -+ - #include "barcode.h" - #include <stdio.h> - #include <stdlib.h> -diff --git a/library.c b/library.c -index 30946ff..9ac1675 100644 ---- a/library.c -+++ b/library.c -@@ -19,6 +19,7 @@ - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include "config.h" - #include "barcode.h" - - #include <stdio.h> -diff --git a/main.c b/main.c -index d28e0a6..9ae806a 100644 ---- a/main.c -+++ b/main.c -@@ -19,7 +19,13 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ -- -+ -+#include "config.h" -+#include <gettext.h> -+ -+#define _(X) gettext (X) -+#define _N(X) (X) -+ - #include "barcode.h" - #include <stdio.h> - #include <stdlib.h> -diff --git a/pcl.c b/pcl.c -index d78b310..6b34a2c 100644 ---- a/pcl.c -+++ b/pcl.c -@@ -19,6 +19,12 @@ - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include "config.h" -+#include <gettext.h> -+ -+#define _(X) gettext (X) -+#define _N(X) (X) -+ - #include "barcode.h" - - #include <stdio.h> -diff --git a/plessey.c b/plessey.c -index 2f59e39..7f00b9e 100644 ---- a/plessey.c -+++ b/plessey.c -@@ -17,6 +17,12 @@ - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include "config.h" -+#include <gettext.h> -+ -+#define _(X) gettext (X) -+#define _N(X) (X) -+ - #include "barcode.h" - - #include <stdio.h> -diff --git a/sample.c b/sample.c -index e79798c..1c8256d 100644 ---- a/sample.c -+++ b/sample.c -@@ -1,3 +1,9 @@ -+#include "config.h" -+#include <gettext.h> -+ -+#define _(X) gettext (X) -+#define _N(X) (X) -+ - #include "barcode.h" - - #include <stdio.h> --- -2.49.1 - - -From 7443318b8f9f0008e2bc29bf60e149a833bfd3db Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz@gentoo.org> -Date: Wed, 6 Aug 2025 22:05:41 -0400 -Subject: [PATCH 2/2] install libbarcode static library - -This was broken by the automake/libtool port. and other projects depend -on it. ---- - Makefile.am | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index c3bf085..94832f9 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -25,17 +25,19 @@ EXTRA_DIST = barcode.h cmdline.h - - bin_PROGRAMS = barcode sample - --noinst_LTLIBRARIES = libbarcode.la -+lib_LIBRARIES = libbarcode.a -+ -+include_HEADERS = barcode.h - - ACLOCAL_AMFLAGS = -I m4 - --libbarcode_la_SOURCES = library.c ean.c code128.c code39.c code93.c i25.c \ -+libbarcode_a_SOURCES = library.c ean.c code128.c code39.c code93.c i25.c \ - msi.c plessey.c codabar.c \ - ps.c svg.c pcl.c code11.c - - barcode_SOURCES = main.c cmdline.c --barcode_LDADD = libbarcode.la lib/libgnu.la -+barcode_LDADD = libbarcode.a lib/libgnu.la - - - sample_SOURCES = sample.c --sample_LDADD = libbarcode.la -+sample_LDADD = libbarcode.a --- -2.49.1 - diff --git a/app-text/barcode/metadata.xml b/app-text/barcode/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/barcode/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bdf2psf/Manifest b/app-text/bdf2psf/Manifest deleted file mode 100644 index 6c94241ee26d..000000000000 --- a/app-text/bdf2psf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST console-setup_1.230.tar.xz 3884256 BLAKE2B e5ef21dd7c7106ca0c7141de3fd2e56952afc731f61d2c6df75afc773c468f512eace5c6db7656e6eb24f9fc84652e0c09978f2123211e282979f7cdc51bd192 SHA512 5c756f5d8101aa844efc11ad071efb69658234c349036b259c6fe1d6fda331aede333358269c483efad6613b81dff7da8e9224ef5224fce40e6a745331b56a7d diff --git a/app-text/bdf2psf/bdf2psf-1.230.ebuild b/app-text/bdf2psf/bdf2psf-1.230.ebuild deleted file mode 100644 index 990653a0a14b..000000000000 --- a/app-text/bdf2psf/bdf2psf-1.230.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converter to generate console fonts from BDF source fonts" -HOMEPAGE="https://packages.debian.org/sid/bdf2psf" -SRC_URI="mirror://debian/pool/main/c/console-setup/console-setup_${PV}.tar.xz" -S="${WORKDIR}/console-setup-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND="dev-lang/perl" - -src_compile() { - : -} - -src_install() { - dobin Fonts/bdf2psf - - insinto /usr/share/bdf2psf - doins -r Fonts/*.equivalents Fonts/*.set Fonts/fontsets - - doman man/bdf2psf.1 - dodoc debian/README.fontsets -} diff --git a/app-text/bdf2psf/metadata.xml b/app-text/bdf2psf/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/bdf2psf/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest deleted file mode 100644 index 02c7c5dc9e01..000000000000 --- a/app-text/bibclean/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bibclean-3.06.tar.xz 1697732 BLAKE2B c1d9623588e892360eb98e753b44cb54e0eb65d3e3d46a04463c0c3183beacb58fd07542ba06d00eb754061b45ed195a82b90b2843b6ba456c7ba09856090474 SHA512 b167243415f010d7597ffdf52c5bb71de3585f70443c3a04f762a633b2bc276c7aef50e16159c32d8765924be2781b1e60a111305a17c2f42b68ed5216b2e31b diff --git a/app-text/bibclean/bibclean-3.06.ebuild b/app-text/bibclean/bibclean-3.06.ebuild deleted file mode 100644 index 98b097706d68..000000000000 --- a/app-text/bibclean/bibclean-3.06.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" -HOMEPAGE="https://ftp.math.utah.edu/pub/bibclean/" -SRC_URI="https://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~x86" - -src_compile() { - emake LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin bibclean - newman bibclean.man bibclean.1 -} diff --git a/app-text/bibclean/metadata.xml b/app-text/bibclean/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/bibclean/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest deleted file mode 100644 index c3363e7bf3bd..000000000000 --- a/app-text/bibletime/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bibletime-3.1.1.tar.xz 1571864 BLAKE2B b19492d64f43f28c52e572d62c35c3d1c9bad56757e7b2f8669a2c50bf6910e924857c2d8cc734a011814429f49e2e3e35329971609cdd534297e1d9f70a4b9a SHA512 1760b70e73f42685be3ccc041d2e009f1ee7fbb56991da2cdf12c9b9c0e7cc9fabe878b6c85aa0443b6417c726a31878213fc55bc3ceea8ef910c78ded6ebd96 -DIST bibletime-3.2.0.tar.xz 1308936 BLAKE2B 4884d6c2a8ceb66ea53ab9aa65306b20703fa2caac3052038a01100dbd4c44843ad60fae0969b5762501972a4268d50b26b77f1245833d595dee010a70a1735a SHA512 fe6d1fe87d9e2c9d44744d47cc88186ca2e10a2ce3f0777f5656f08aa024de09523f0c4b377ba0c66dcf25e8c89bdb11f85a003eb571d7cf5a69903a31f7cf93 diff --git a/app-text/bibletime/bibletime-3.1.1.ebuild b/app-text/bibletime/bibletime-3.1.1.ebuild deleted file mode 100644 index 4705e25f5e4d..000000000000 --- a/app-text/bibletime/bibletime-3.1.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Qt Bible-study application using the SWORD library" -HOMEPAGE="https://bibletime.info" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="doc" - -RDEPEND=" - app-text/sword[curl,icu] - dev-cpp/clucene:1 - dev-qt/qtbase:6[gui,network,widgets,xml] - dev-qt/qtdeclarative:6[widgets] - dev-qt/qtsvg:6 -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-qt/qttools:6[linguist] - doc? ( - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/po4a - dev-libs/libxslt - ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_HANDBOOK_HTML=$(usex doc) - -DBUILD_HANDBOOK_PDF=no - -DBUILD_HOWTO_HTML=$(usex doc) - -DBUILD_HOWTO_PDF=no - ) - - cmake_src_configure -} diff --git a/app-text/bibletime/bibletime-3.2.0.ebuild b/app-text/bibletime/bibletime-3.2.0.ebuild deleted file mode 100644 index 8a3a0aaa8138..000000000000 --- a/app-text/bibletime/bibletime-3.2.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Qt Bible-study application using the SWORD library" -HOMEPAGE="https://bibletime.info" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="doc speech" - -RDEPEND=" - app-text/sword[curl,icu] - dev-cpp/clucene:1 - dev-qt/qtbase:6[gui,icu,network,widgets,xml] - dev-qt/qtdeclarative:6[widgets] - dev-qt/qtsvg:6 - speech? ( dev-qt/qtspeech:6 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig - doc? ( - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/po4a - dev-libs/libxslt - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-3.2.0-disable_autolto.patch - - # from master - "${FILESDIR}"/${P}-fix_cxx20.patch -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_BUILD_TYPE=Release - -DBUILD_HANDBOOK_HTML=$(usex doc) - -DBUILD_HANDBOOK_PDF=no - -DBUILD_HOWTO_HTML=$(usex doc) - -DBUILD_HOWTO_PDF=no - -DBUILD_TEXT_TO_SPEECH=$(usex speech) - ) - - cmake_src_configure -} diff --git a/app-text/bibletime/files/bibletime-3.2.0-disable_autolto.patch b/app-text/bibletime/files/bibletime-3.2.0-disable_autolto.patch deleted file mode 100644 index bfe865953a1a..000000000000 --- a/app-text/bibletime/files/bibletime-3.2.0-disable_autolto.patch +++ /dev/null @@ -1,19 +0,0 @@ -Respect user-flags for LTO ---- a/cmake/BTApplication.cmake -+++ b/cmake/BTApplication.cmake -@@ -110,15 +110,6 @@ IF(BUILD_TEXT_TO_SPEECH) - ENDIF() - SET_TARGET_PROPERTIES("bibletime" PROPERTIES CXX_EXTENSIONS NO) - --SET(CMAKE_REQUIRED_QUIET TRUE) --INCLUDE(CheckIPOSupported) --CHECK_IPO_SUPPORTED(RESULT HAVE_IPO) --MESSAGE(STATUS "Using interprocedural optimization: ${HAVE_IPO}") --IF(HAVE_IPO) -- SET_TARGET_PROPERTIES("bibletime" PROPERTIES -- INTERPROCEDURAL_OPTIMIZATION TRUE) --ENDIF() -- - INCLUDE(CheckCXXCompilerFlag) - FOREACH(flag IN ITEMS - "-Walloca" diff --git a/app-text/bibletime/files/bibletime-3.2.0-fix_cxx20.patch b/app-text/bibletime/files/bibletime-3.2.0-fix_cxx20.patch deleted file mode 100644 index 44ab5abd657f..000000000000 --- a/app-text/bibletime/files/bibletime-3.2.0-fix_cxx20.patch +++ /dev/null @@ -1,38 +0,0 @@ -Fix c++20 (gcc-16/qt6.10) -See https://github.com/bibletime/bibletime/issues/539 -and https://github.com/bibletime/bibletime/commit/13ed64c.patch ---- a/src/backend/keys/cswordtreekey.h -+++ b/src/backend/keys/cswordtreekey.h -@@ -50,11 +50,12 @@ class CSwordTreeKey final : public CSwordKey { - public: - - #define BibleTime_CSwordTreeKey_DEFINE_COMP(op) \ -- friend bool operator op(CSwordTreeKey const & lhs, \ -+ friend auto operator op(CSwordTreeKey const & lhs, \ - CSwordTreeKey const & rhs) \ - { return lhs.offset() op rhs.offset(); } - #if __cpp_impl_three_way_comparison >= 201907L - BibleTime_CSwordTreeKey_DEFINE_COMP(<=>) -+ BibleTime_CSwordTreeKey_DEFINE_COMP(==) - #else - BibleTime_CSwordTreeKey_DEFINE_COMP(<) - BibleTime_CSwordTreeKey_DEFINE_COMP(<=) ---- a/src/backend/keys/cswordversekey.h -+++ b/src/backend/keys/cswordversekey.h -@@ -71,7 +71,7 @@ class CSwordVerseKey final : public CSwordKey { - public: // methods: - - #define BibleTime_CSwordVerseKey_DEFINE_COMP(op) \ -- friend bool operator op(CSwordVerseKey const & lhs, \ -+ friend auto operator op(CSwordVerseKey const & lhs, \ - CSwordVerseKey const & rhs) \ - { \ - return std::tuple(lhs.testament(), lhs.book(), lhs.chapter(), \ -@@ -81,6 +81,7 @@ class CSwordVerseKey final : public CSwordKey { - } - #if __cpp_impl_three_way_comparison >= 201907L - BibleTime_CSwordVerseKey_DEFINE_COMP(<=>) -+ BibleTime_CSwordVerseKey_DEFINE_COMP(==) - #else - BibleTime_CSwordVerseKey_DEFINE_COMP(<) - BibleTime_CSwordVerseKey_DEFINE_COMP(<=) diff --git a/app-text/bibletime/metadata.xml b/app-text/bibletime/metadata.xml deleted file mode 100644 index 85ab841815a1..000000000000 --- a/app-text/bibletime/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>nicolas.parlant@parhuet.fr</email> - <name>Nicolas PARLANT</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - BibleTime is a completely free Bible study program, built for Linux, - Windows, FreeBSD and Mac OS X. BibleTime contains over 200 free Bible - texts, commentaries, dictionaries and books, provided by the Crosswire - Bible Society via the SWORD programming library. BibleTime is written - in C++ and uses the Qt GUI toolkit. - </longdescription> - <upstream> - <bugs-to>https://github.com/bibletime/bibletime/issues/</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest deleted file mode 100644 index 53c136737bd9..000000000000 --- a/app-text/bibutils/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bibutils_7.1_src.tgz 620141 BLAKE2B f020ea7c8164a870ef4c72defae1adc11558661a7ae9f3b037115cfc4a9e71b4f37c64f3b74641182300c3e921b8a0c309257a468b6b32f4fc2915e4a36f04d1 SHA512 2a155ca60c97d37941c860635d8e6920bd78de84452e1fee93a2f7331392f6a43f2c10055e84349bcac89314025d1524fd5cc73c47ad1613baa7baf2667c3f33 -DIST bibutils_7.2_src.tgz 620644 BLAKE2B e58e740e8e68e72e7d1bd84cd45e50add17f18fabf42d737df0c4206ea085eb2368ff585136cb1f4c5c8ccc337041778f46a39381f557c0bee37fe7817d9c538 SHA512 6a8d1e616fee6a8aff38792cfb9d9b1797b5729d356c0e5651d713b2631ac81d2b287602026bbc4e8f52762f3b2a2d35b2da339f2387c98c2fbc99bb47c3b21e diff --git a/app-text/bibutils/bibutils-7.1.ebuild b/app-text/bibutils/bibutils-7.1.ebuild deleted file mode 100644 index ba4d79b4ef6d..000000000000 --- a/app-text/bibutils/bibutils-7.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -MY_P="${PN}_${PV}" -DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate" -HOMEPAGE="https://sourceforge.net/p/bibutils/home/Bibutils/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}_src.tgz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" - -src_prepare() { - default - sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die - sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die -} - -src_configure() { - ./configure \ - --install-dir /usr/bin \ - --install-lib /usr/$(get_libdir) \ - --dynamic || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - DISTRO_CFLAGS="${CFLAGS}" \ - LDFLAGSIN="${LDFLAGS}" -} - -src_test() { - emake \ - CC="$(tc-getCC)" \ - DISTRO_CFLAGS="${CFLAGS}" \ - LDFLAGSIN="${LDFLAGS}" test -} diff --git a/app-text/bibutils/bibutils-7.2.ebuild b/app-text/bibutils/bibutils-7.2.ebuild deleted file mode 100644 index 2d3f37eae060..000000000000 --- a/app-text/bibutils/bibutils-7.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -inherit toolchain-funcs - -MY_P="${PN}_${PV}" -DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate" -HOMEPAGE="https://sourceforge.net/p/bibutils/home/Bibutils/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}_src.tgz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -src_prepare() { - default - sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die - sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die -} - -src_configure() { - ./configure \ - --install-dir /usr/bin \ - --install-lib /usr/$(get_libdir) \ - --dynamic || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - DISTRO_CFLAGS="${CFLAGS}" \ - LDFLAGSIN="${LDFLAGS}" -} - -src_test() { - emake \ - CC="$(tc-getCC)" \ - DISTRO_CFLAGS="${CFLAGS}" \ - LDFLAGSIN="${LDFLAGS}" test -} diff --git a/app-text/bibutils/metadata.xml b/app-text/bibutils/metadata.xml deleted file mode 100644 index b201c2cfeade..000000000000 --- a/app-text/bibutils/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/binfind/Manifest b/app-text/binfind/Manifest deleted file mode 100644 index dea0288ef6cd..000000000000 --- a/app-text/binfind/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST binfind-0.0.3.tar.gz 91222 BLAKE2B 87ab9faa611064b87771d5ddd799b792e27af457e5a768b4ee7c0f3976c41ed8692673a753b95450124ad0c3c8e5e473081961482b856dfb8e722323915d04d7 SHA512 b3a8b72669f701ce54fb3d1c2331262cfc7f396239d14741d3a106c999ef58739a7f33de87da427983ffb641baa7fae4857aa6aab2e1c0748a61d8b913dca3f1 diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild deleted file mode 100644 index fce82cc6b67d..000000000000 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Search files for a byte sequence specified on the command line" -HOMEPAGE="https://www.lith.at/binfind/" -SRC_URI="https://www.lith.at/binfind/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-clang16.patch -) - -src_prepare() { - default - - eautoreconf #870832 -} diff --git a/app-text/binfind/files/binfind-0.0.3-clang16.patch b/app-text/binfind/files/binfind-0.0.3-clang16.patch deleted file mode 100644 index 12a7174ec0e9..000000000000 --- a/app-text/binfind/files/binfind-0.0.3-clang16.patch +++ /dev/null @@ -1,9 +0,0 @@ -https://bugs.gentoo.org/870832 ---- a/configure.in -+++ b/configure.in -@@ -26,4 +26,5 @@ - [#include <stdio.h> - #include <stdlib.h> -+ #include <string.h> - - int main(void) diff --git a/app-text/binfind/metadata.xml b/app-text/binfind/metadata.xml deleted file mode 100644 index 5d08ae950a93..000000000000 --- a/app-text/binfind/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/blahtexml/Manifest b/app-text/blahtexml/Manifest deleted file mode 100644 index f347e8df9899..000000000000 --- a/app-text/blahtexml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blahtexml-1.0.tar.gz 191236 BLAKE2B 1daf42be183cb28eaf14bbca92055f715a9d0da829bb6515d132315c5f3f4866484398d8dfcf87eaf7997b03e21b86aa331fb532ecfd2bdc6e10751ccaba8699 SHA512 919c7cbeeacec25af166678bc74da2be480d082edbc8fc534f416a1cbb3495c5e9788591666a94527a07dcddfb8b27d321a0fa442c84bbcbd444bb46a559da84 diff --git a/app-text/blahtexml/blahtexml-1.0-r1.ebuild b/app-text/blahtexml/blahtexml-1.0-r1.ebuild deleted file mode 100644 index 256d6b058981..000000000000 --- a/app-text/blahtexml/blahtexml-1.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="TeX-to-MathML converter" -HOMEPAGE="http://gva.noekeon.org/blahtexml" -SRC_URI="https://github.com/gvanas/blahtexml/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD CC-BY-3.0 ZLIB" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 x86" -IUSE="doc" - -RDEPEND="dev-libs/xerces-c:=" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( - app-text/texlive-core - dev-texlive/texlive-latexextra - dev-libs/libxslt - dev-tex/latex2html - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9-Makefile.patch -) - -src_prepare() { - default - - tc-export CC CXX PKG_CONFIG -} - -src_compile() { - emake blahtex{,ml}-linux - use doc && emake doc -} - -src_install() { - dobin blahtex ${PN} - doman "${FILESDIR}"/${PN}.1 - use doc && dodoc Documentation/manual.pdf -} diff --git a/app-text/blahtexml/files/blahtexml-0.9-Makefile.patch b/app-text/blahtexml/files/blahtexml-0.9-Makefile.patch deleted file mode 100644 index f5f01eac71aa..000000000000 --- a/app-text/blahtexml/files/blahtexml-0.9-Makefile.patch +++ /dev/null @@ -1,55 +0,0 @@ -Use pkg-config for xerces-c -Respect CXX and CC -Replace CFLAGS with CXXFLAGS where needed -Add LDFLAGS - ---- a/makefile -+++ b/makefile -@@ -93,35 +93,40 @@ - - $(BINDIR_XMLIN)/InputSymbolTranslation.o: InputSymbolTranslation.cpp InputSymbolTranslation.inc - --CFLAGS = -O2 -+PKG_CONFIG ?= pkg-config -+CFLAGS ?= -O2 - - VPATH = Source:Source/BlahtexCore:Source/BlahtexXMLin - - INCLUDES=-I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin - -+CXXFLAGS += $(shell $(PKG_CONFIG) --cflags xerces-c) -+ -+XERCES_LIB = $(shell $(PKG_CONFIG) --libs xerces-c) -+ - $(BINDIR)/%.o:%.cpp -- $(CXX) $(INCLUDES) $(CFLAGS) -c $< -o $@ -+ $(CXX) $(INCLUDES) $(CXXFLAGS) -c $< -o $@ - - $(BINDIR)/%.o:%.c - $(CC) $(INCLUDES) $(CFLAGS) -c $< -o $@ - - $(BINDIR_XMLIN)/%.o:%.cpp -- $(CXX) $(INCLUDES) $(CFLAGS) -DBLAHTEXML_USING_XERCES -c $< -o $@ -+ $(CXX) $(INCLUDES) $(CXXFLAGS) -DBLAHTEXML_USING_XERCES -c $< -o $@ - - $(BINDIR_XMLIN)/%.o:%.c - $(CC) $(INCLUDES) $(CFLAGS) -DBLAHTEXML_USING_XERCES -c $< -o $@ - - blahtex-linux: $(BINDIR) $(OBJECTS) $(HEADERS) -- $(CXX) $(CFLAGS) -o blahtex $(OBJECTS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o blahtex $(OBJECTS) $(LIBS) - - blahtex-mac: $(BINDIR) $(OBJECTS) $(HEADERS) -- $(CXX) $(CFLAGS) -o blahtex -liconv $(OBJECTS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o blahtex -liconv $(OBJECTS) $(LIBS) - - blahtexml-linux: $(BINDIR_XMLIN) $(OBJECTS_XMLIN) $(HEADERS_XMLIN) -- $(CXX) $(CFLAGS) -o blahtexml $(OBJECTS_XMLIN) -lxerces-c -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o blahtexml $(OBJECTS_XMLIN) $(LIBS) $(XERCES_LIB) - - blahtexml-mac: $(BINDIR_XMLIN) $(OBJECTS_XMLIN) $(HEADERS_XMLIN) -- $(CXX) $(CFLAGS) -o blahtexml -liconv $(OBJECTS_XMLIN) -lxerces-c -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o blahtexml -liconv $(OBJECTS_XMLIN) $(LIBS) $(XERCES_LIB) - - clean: - rm -f blahtex $(OBJECTS) blahtexml $(OBJECTS_XMLIN) diff --git a/app-text/blahtexml/files/blahtexml.1 b/app-text/blahtexml/files/blahtexml.1 deleted file mode 100644 index a82c8491a770..000000000000 --- a/app-text/blahtexml/files/blahtexml.1 +++ /dev/null @@ -1,90 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH BLAHTEXML 1 "March 17, 2010" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -blahtexml \- Converts TeX equations into MathML -.SH SYNOPSIS -.B blahtexml -.RI [ options ] " files" ... -.SH DESCRIPTION -This manual page documents briefly the -.B blahtexml -command. -.PP -.\" TeX users may be more comfortable with the \fB<whatever>\fP and -.\" \fI<whatever>\fP escape sequences to invode bold face and italics, -.\" respectively. -\fBblahtexml\fP converts an equation given in a syntax close to TeX into -MathML. Blahtexml is a simple extension of blahtex. In addition to -the functionality of blahtex, blahtexml has XML processing in mind -and is able to process a whole XML document into another XML -document. Instead of converting only one formula at a time, blahtexml -can convert all the formulas of the given XML file into MathML. -.SH OPTIONS -These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. -For a complete description, see the online documentation. -.TP -.B \-\-help -Show summary of options. -.TP -.B \-\-texvc-compatible-commands -Enables use of commands that are specific to texvc, but that are not -standard TeX/LaTeX/AMS-LaTeX commands. -.TP -.B \-\-print-error-messages -This will print out a list of all error IDs and corresponding messages -that blahtex can possibly emit inside an <error> block. -.SH MATHML OPTIONS -These options control the MathML output of the blahtexml program. - -.TP -.B \-\-mathml -Enables MathML output. -.TP -.B \-\-xmlin -This allows one to embed TeX equations in an existing MathML code, using -a special notation. The equations are given as attributes (inline or block) -in the http://gva.noekeon.org/blahtexml namespace. Whenever blahtexml meets -such an equation, it expands it into the equivalent MathML code. - -For more information check -.RS -http://gva.noekeon.org/blahtexml/how_to_use.html -.RE -.RS -or the blahtexml manual. -.RE -.TP -.B \-\-annotate-TeX -Produces TeX annotations in the MathML output. -.TP -.B \-\-annotate-PNG -Produces PNG files and annotates the MathML output with the PNG file name. -.SH SEE ALSO -The program is documented fully by the -online manual available at: -http://gva.noekeon.org/blahtexml -.SH AUTHOR -blahtexml was written by Gilles Van Assche. -.br -blahtex (whose superset is blahtexml) was written by David Harvey. -.PP -This manual page was written by Abhishek Dasgupta <abhidg@gmail.com>, -for the Debian project (but may be used by others). - diff --git a/app-text/blahtexml/metadata.xml b/app-text/blahtexml/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/blahtexml/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest deleted file mode 100644 index c6b4c49b9277..000000000000 --- a/app-text/blogc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blogc-0.20.1.tar.xz 346280 BLAKE2B b2cf2c0ac0eaa857d91c75f7bcdf9e6b6ce0132e5a999719f9da3d32c7c336b8557f0e76b13ca02e6a20d67aef5cccedf01b3abe7b77dce6be612501d208eb8e SHA512 0e64e3da70ce52cec148210c140000b34cdafb848ae1fbd6160979de47738257a08af236e53e908f256d610ae6680bb554376c049246c32867b64985a637746c diff --git a/app-text/blogc/blogc-0.20.1.ebuild b/app-text/blogc/blogc-0.20.1.ebuild deleted file mode 100644 index d67ef789f4f1..000000000000 --- a/app-text/blogc/blogc-0.20.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A blog compiler" -HOMEPAGE="https://blogc.rgm.io/" -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://github.com/blogc/blogc.git" - inherit git-r3 autotools -else - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" -fi - -if [[ ${PV} = *9999* ]]; then - BDEPEND="app-text/ronn-ng" -else - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="git httpd make test" -RESTRICT="!test? ( test )" - -RDEPEND="git? ( dev-vcs/git )" -DEPEND="${RDEPEND} - test? ( dev-util/cmocka )" -BDEPEND="virtual/pkgconfig - test? ( - git? ( dev-vcs/git ) - )" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - eapply_user - default -} - -src_configure() { - local myconf="" - - if [[ ${PV} = *9999* ]]; then - myconf+="--enable-ronn" - else - myconf+="--disable-ronn" - fi - - econf \ - $(use_enable test tests) \ - $(use_enable git git-receiver) \ - $(use_enable make make) \ - $(use_enable httpd runserver) \ - --disable-make-embedded \ - --disable-valgrind \ - ${myconf} -} diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild deleted file mode 100644 index d67ef789f4f1..000000000000 --- a/app-text/blogc/blogc-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A blog compiler" -HOMEPAGE="https://blogc.rgm.io/" -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://github.com/blogc/blogc.git" - inherit git-r3 autotools -else - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" -fi - -if [[ ${PV} = *9999* ]]; then - BDEPEND="app-text/ronn-ng" -else - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="git httpd make test" -RESTRICT="!test? ( test )" - -RDEPEND="git? ( dev-vcs/git )" -DEPEND="${RDEPEND} - test? ( dev-util/cmocka )" -BDEPEND="virtual/pkgconfig - test? ( - git? ( dev-vcs/git ) - )" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - eapply_user - default -} - -src_configure() { - local myconf="" - - if [[ ${PV} = *9999* ]]; then - myconf+="--enable-ronn" - else - myconf+="--disable-ronn" - fi - - econf \ - $(use_enable test tests) \ - $(use_enable git git-receiver) \ - $(use_enable make make) \ - $(use_enable httpd runserver) \ - --disable-make-embedded \ - --disable-valgrind \ - ${myconf} -} diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml deleted file mode 100644 index 4fbf5df764b8..000000000000 --- a/app-text/blogc/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <maintainer status="active"> - <email>rafael@rafaelmartins.eng.br</email> - <name>Rafael G. Martins</name> - </maintainer> - </upstream> - <use> - <flag name="git">Build blogc-git-receiver tool</flag> - <flag name="make">Build blogc-make tool</flag> - <flag name="httpd">Build blogc-runserver tool</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/bogosort/Manifest b/app-text/bogosort/Manifest deleted file mode 100644 index 00bf9aafa71b..000000000000 --- a/app-text/bogosort/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bogosort-0.4.2.tar.gz 161628 BLAKE2B 92abbb809747e3fdfd2a6e33f7f753f1ddccd4ecd9883f0a02fc843f8f680e0a5e6e6b65c3943708ed074a944e5187bb889297365ae0dd34292215b056bd46fc SHA512 2d2f7be36ec08aa78323cbdc5f1030297706c364d6fc82554065cf737295d11c90dd6061323f2732b63c70401d710b2018075bff6d1e6ab0078069b405ea62e9 diff --git a/app-text/bogosort/bogosort-0.4.2-r1.ebuild b/app-text/bogosort/bogosort-0.4.2-r1.ebuild deleted file mode 100644 index 8c2faec49011..000000000000 --- a/app-text/bogosort/bogosort-0.4.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools toolchain-funcs - -DESCRIPTION="A file sorting program which uses the bogosort algorithm" -HOMEPAGE="http://www.lysator.liu.se/~qha/bogosort/" -SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86" - -PATCHES=( - "${FILESDIR}"/xmalloc.patch - "${FILESDIR}"/${P}-glibc-2.10.patch - "${FILESDIR}"/${PN}-0.4.2-implicit-decl.patch -) - -src_prepare() { - default - - mv configure.{in,ac} || die - - sed -i \ - -e 's:-O0::' \ - -e '/maintainer-targets/d' \ - Makefile.am || die - eautoreconf -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - default - - dodoc README NEWS ChangeLog AUTHORS -} diff --git a/app-text/bogosort/files/bogosort-0.4.2-glibc-2.10.patch b/app-text/bogosort/files/bogosort-0.4.2-glibc-2.10.patch deleted file mode 100644 index 98a9eceb1377..000000000000 --- a/app-text/bogosort/files/bogosort-0.4.2-glibc-2.10.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/getlines.c -+++ b/getlines.c -@@ -49,7 +49,7 @@ - char **ss = NULL; - - /* read all lines available */ -- while ((s = getline(stream)) != NULL) { -+ while ((s = get_line(stream)) != NULL) { - if (numlines == allocated) /* make more room if needed */ - ss = (char **)xrealloc(ss, - (allocated += LINESTEP) * sizeof (char *)); -@@ -81,7 +81,7 @@ - allocated = numlines + 1; /* this is a lie, but it's close enough */ - - /* read all lines available */ -- while ((s = getline(stream)) != NULL) { -+ while ((s = get_line(stream)) != NULL) { - if (numlines == allocated) /* make more room if needed */ - ss = (char **)xrealloc(ss, - (allocated += LINESTEP) * sizeof (char *)); -@@ -100,7 +100,7 @@ - * line in stream, return NULL on EOF - */ - char * --getline(FILE *stream) -+get_line(FILE *stream) - { - int c, numchars = 0, allocated = 0; - char *s = NULL; ---- a/getlines.h -+++ b/getlines.h -@@ -39,6 +39,6 @@ - * getline: return a pointer to a newly allocated string containing the next - * line in stream - */ --char *getline(FILE *stream); -+char *get_line(FILE *stream); - - #endif /* GETLINES_H */ diff --git a/app-text/bogosort/files/bogosort-0.4.2-implicit-decl.patch b/app-text/bogosort/files/bogosort-0.4.2-implicit-decl.patch deleted file mode 100644 index 2eefc4099fa4..000000000000 --- a/app-text/bogosort/files/bogosort-0.4.2-implicit-decl.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff --git a/xmalloc.c b/xmalloc.c -index a2c7689..dd00346 100644 ---- a/xmalloc.c -+++ b/xmalloc.c -@@ -29,6 +29,7 @@ - - #if STDC_HEADERS - # include <stdlib.h> -+# include <string.h> - #else - VOID *calloc (); - VOID *malloc (); -diff --git a/system.h b/system.h -index 993dd36..b9fee80 100644 ---- a/system.h -+++ b/system.h -@@ -159,20 +159,7 @@ struct utimbuf - - /* Don't use bcopy! Use memmove if source and destination may overlap, - memcpy otherwise. */ -- --#ifdef HAVE_STRING_H --# if !STDC_HEADERS && HAVE_MEMORY_H --# include <memory.h> --# endif --# include <string.h> --#else --# ifndef HAVE_STRCHR --# define strchr index --# define strrchr rindex --# endif /* HAVE_STRCHR */ --char *strchr(), *strrchr(); --char *memchr (); --#endif -+#include <string.h> - - #include <errno.h> - #ifndef errno diff --git a/app-text/bogosort/files/xmalloc.patch b/app-text/bogosort/files/xmalloc.patch deleted file mode 100644 index ed137e83727c..000000000000 --- a/app-text/bogosort/files/xmalloc.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/xmalloc.c -+++ b/xmalloc.c -@@ -68,12 +68,6 @@ - The caller may set it to some other value. */ - int xmalloc_exit_failure = EXIT_FAILURE; - --#if __STDC__ && (HAVE_VPRINTF || HAVE_DOPRNT) --void error (int, int, const char *, ...); --#else --void error (); --#endif -- - static VOID * - fixup_null_alloc (n) - size_t n; diff --git a/app-text/bogosort/metadata.xml b/app-text/bogosort/metadata.xml deleted file mode 100644 index 590515823a58..000000000000 --- a/app-text/bogosort/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <longdescription lang="en"> - The bogosort will sort a file in a similar way to sort(1), but using - the bogosort algorithm rather than the conventional qsort. The tool - can also randomise the lines in its input. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/build-docbook-catalog/Manifest b/app-text/build-docbook-catalog/Manifest deleted file mode 100644 index 7be41d51f5d6..000000000000 --- a/app-text/build-docbook-catalog/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST build-docbook-catalog-2.3.tar.bz2 4686 BLAKE2B 3e386d0aec67ed9cada98cacd9bdce4345f8732a1d9653c096744178902036da5cefa2bde1d69279fe2080f660635f5c29380f40f6fb39aa586d80206c5e42b2 SHA512 79649f39f5a432a57e2457f61b73d83c8ccf76144e29b8e44a2c81bb86a00ff711c199fbd126236edfa965518e0cbd023597c97e386211b8c07a6ef66bf232a7 -DIST build-docbook-catalog-2.4.tar.bz2 4693 BLAKE2B 496356008ef31f87169f9f060ba5593e6054447789a8a1c0dbc43fb4f81ebf087d09adec8fe82d2641e3550616bb874c6a1253b7988553948956f1bbb2e241c7 SHA512 5d42a641c8b336e49749b28101f87d4d856d3e5491adca4053212a473b42dcda88ab00fa64f54813a3e1b4ef1e45756e7de3a652808ad7ee113aa3afe7bf99b5 diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-2.3-r1.ebuild b/app-text/build-docbook-catalog/build-docbook-catalog-2.3-r1.ebuild deleted file mode 100644 index 4f48e2461676..000000000000 --- a/app-text/build-docbook-catalog/build-docbook-catalog-2.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="DocBook XML catalog auto-updater" -HOMEPAGE="https://gitweb.gentoo.org/proj/build-docbook-catalog.git/" -SRC_URI="https://gitweb.gentoo.org/proj/build-docbook-catalog.git/snapshot/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - dev-libs/libxml2 - || ( sys-apps/util-linux app-misc/getopt ) -" - -src_prepare() { - default - - sed -i -e "1s@#!@#!${EPREFIX}@" build-docbook-catalog || die - sed -i -e "/^EPREFIX=/s:=.*:='${EPREFIX}':" build-docbook-catalog || die - has_version sys-apps/util-linux || sed -i -e '/^GETOPT=/s/getopt/&-long/' build-docbook-catalog || die -} - -src_configure() { - # export for bug #490754 - export MAKEOPTS+=" EPREFIX=${EPREFIX}" - - default -} - -pkg_postinst() { - # New version -> regen files - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog." -} diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-2.4.ebuild b/app-text/build-docbook-catalog/build-docbook-catalog-2.4.ebuild deleted file mode 100644 index 868df2f6fbc3..000000000000 --- a/app-text/build-docbook-catalog/build-docbook-catalog-2.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="DocBook XML catalog auto-updater" -HOMEPAGE="https://gitweb.gentoo.org/proj/build-docbook-catalog.git/" -SRC_URI="https://gitweb.gentoo.org/proj/build-docbook-catalog.git/snapshot/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - dev-libs/libxml2 - || ( sys-apps/util-linux app-misc/getopt ) -" - -src_prepare() { - default - - sed -i -e "1s@#!@#!${EPREFIX}@" build-docbook-catalog || die - sed -i -e "/^EPREFIX=/s:=.*:='${EPREFIX}':" build-docbook-catalog || die - has_version sys-apps/util-linux || sed -i -e '/^GETOPT=/s/getopt/&-long/' build-docbook-catalog || die -} - -src_configure() { - # export for bug #490754 - export MAKEOPTS+=" EPREFIX=${EPREFIX}" - - default -} - -pkg_postinst() { - # New version -> regen files - # See bug #816303 for rationale behind die - # build-docbook-catalog needs not to be in PATH when using ROOT or - # cross-EPREFIX merging - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog." -} diff --git a/app-text/build-docbook-catalog/metadata.xml b/app-text/build-docbook-catalog/metadata.xml deleted file mode 100644 index e093771dd80c..000000000000 --- a/app-text/build-docbook-catalog/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/c2ps/Manifest b/app-text/c2ps/Manifest deleted file mode 100644 index 77389f893d03..000000000000 --- a/app-text/c2ps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST c2ps-4.0.tar.gz 48137 BLAKE2B b2d07f97e1eee0d7e32070d828ec2c06d9d98fd6a480768e6580f8a12bf0974983ed144a6e92a9860f13e6b9ec780f9aa1a28ee42cedaa70c7d4ab6ca5e6eca9 SHA512 dde931a201950412c8aad04a59f9ca0862b21a221bb7212ee64cbba0193421f1538804525361075be3ed601c5015a0c4e0c3592696f8b545f5a45524b2c5c619 diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild deleted file mode 100644 index 5c915bd911a8..000000000000 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" -HOMEPAGE="https://www.cs.technion.ac.il/users/c2ps" -SRC_URI="https://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ~sparc x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${P}-LDFLAGS.patch" ) - -src_compile() { - emake CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" -} - -src_install() { - dodir /usr/bin /usr/share/man/man1 - emake MAN="${ED}"/usr/share/man/man1 PREFIX="${ED}"/usr install - dodoc README -} diff --git a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch deleted file mode 100644 index 04c12af2bad5..000000000000 --- a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -45,7 +45,7 @@ - install -m 644 c2ps.1 $(MAN) - - compile: c2ps.c -- $(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c -+ $(CC) $(LDFLAGS) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c $(LIBS) - - clean: - $(RM) c2ps *.o core *~ diff --git a/app-text/c2ps/metadata.xml b/app-text/c2ps/metadata.xml deleted file mode 100644 index 137cb98e6853..000000000000 --- a/app-text/c2ps/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest deleted file mode 100644 index b7fa4c7a7a32..000000000000 --- a/app-text/calibre/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST calibre-8.15.0.tar.xz 45759104 BLAKE2B ce8ca1a0bd9cbbb916a993b4c139efd1ff49d697aef3088322f06f4bac85d9a9e5d648a664fd75ef621c1e6021a67d6696e2a2a3b58a73651097bf3c6a774ca9 SHA512 7713ae8304e887dad320cddd6eceeec79bdb9de88e23ed2d50c0d2da429e25b2d761646259ffda47682ce07ed556bd47129561bd193c7953bd72867b98b0674c -DIST calibre-8.15.0.tar.xz.sig 566 BLAKE2B e994b448ef1f08051d2a4ce254a83d37ec6fe3c99f416c0203b892ac35ee4a26151f07ea838929ed91e4024b6688bff5c26aec587bb39e9bdab185970bced520 SHA512 faff5e863c92e537b19e651aa9082359e530ff3c6412954c6eee339fa5a16614e16e3ee489f2c67e64a08a1c4db55c5dbaae4466caeb694aa8dd63093fd25834 -DIST calibre-8.9.0.tar.xz 45078452 BLAKE2B af1459c99f93ab9ac73c8fde34a0e4ac179e262978976dd1298f74e26b6a9e28218f87cbebde8a4a5bea913bf5fe1db4bfb083c7a1f14a6c588a7c2e8695f9e7 SHA512 b00fc0d0d5426bd54a4897ff934afbe0e2f3d682b3ad1bbf4c7741f0a093dfb259511b40bb13ce9ac1cb8f6e447cc24229525a171b675edc738fde1272668aab -DIST calibre-8.9.0.tar.xz.sig 566 BLAKE2B 83bf8f8545e942ddb3766ce0326128157f5e8d59965a672b91660b85ff4b05cee9c9a72fe96d1aa753e149d8789d84bed7668c4ced4ab8b5b1f11dc44b5e6b1c SHA512 18896b442e6c18ff88d6e4e79ae90a829ef03235937dd9760a58ccb87cfb88d604b949fc5939ab62a1503f189616f2df35ad7c6883ca1a4238a0da0e18cb96c3 diff --git a/app-text/calibre/calibre-8.15.0.ebuild b/app-text/calibre/calibre-8.15.0.ebuild deleted file mode 100644 index c21ae140e1d4..000000000000 --- a/app-text/calibre/calibre-8.15.0.ebuild +++ /dev/null @@ -1,256 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -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/pykakasi[${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 - >=media-video/ffmpeg-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}]') - dev-python/pyqt6[multimedia,speech] - ) - 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" - "${FILESDIR}/${PN}-8.9.0-piper.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 privilege dropping for bug #287067 and generally because desktop - # login user != portage. - sed -e "s:SUDO_:__DISABLED_SUDO_:" \ - -i setup/__init__.py || die - - # 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 - # unpackaged TTS backend (optional at runtime): https://github.com/rhasspy/piper - piper - # tests if a completely unused module is bundled - pycryptodome - - $(usev !speech speech_dispatcher) - $(usev !unrar test_unrar) - - # undocumented reasons - test_mem_leaks - test_searching - ) - - # Some of these tests weren't practical to split out into distinct tests, so - # have a different control mechanism - use speech || export SKIP_SPEECH_TESTS=1 - - 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.UTF-8 # 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 -} diff --git a/app-text/calibre/calibre-8.9.0.ebuild b/app-text/calibre/calibre-8.9.0.ebuild deleted file mode 100644 index 82f811915e39..000000000000 --- a/app-text/calibre/calibre-8.9.0.ebuild +++ /dev/null @@ -1,257 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -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/pykakasi[${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 - >=media-video/ffmpeg-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}]') - dev-python/pyqt6[multimedia,speech] - ) - 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" - "${FILESDIR}/${PN}-8.9.0-piper.patch" - "${FILESDIR}/${PN}-8.9-qt6.10.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 privilege dropping for bug #287067 and generally because desktop - # login user != portage. - sed -e "s:SUDO_:__DISABLED_SUDO_:" \ - -i setup/__init__.py || die - - # 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 - # unpackaged TTS backend (optional at runtime): https://github.com/rhasspy/piper - piper - # tests if a completely unused module is bundled - pycryptodome - - $(usev !speech speech_dispatcher) - $(usev !unrar test_unrar) - - # undocumented reasons - test_mem_leaks - test_searching - ) - - # Some of these tests weren't practical to split out into distinct tests, so - # have a different control mechanism - use speech || export SKIP_SPEECH_TESTS=1 - - 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.UTF-8 # 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 -} diff --git a/app-text/calibre/files/calibre-7.0.0-jxr-test.patch b/app-text/calibre/files/calibre-7.0.0-jxr-test.patch deleted file mode 100644 index c37d0cdfe028..000000000000 --- a/app-text/calibre/files/calibre-7.0.0-jxr-test.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/src/calibre/utils/img.py b/src/calibre/utils/img.py -index b61627b63e..ff51c76e75 100644 ---- a/src/calibre/utils/img.py -+++ b/src/calibre/utils/img.py -@@ -129,8 +129,6 @@ def image_from_data(data): - i = QImage() - if not i.loadFromData(data): - q = what(None, data) -- if q == 'jxr': -- return load_jxr_data(data) - raise NotImage(f'Not a valid image (detected type: {q})') - return i - -@@ -693,13 +691,6 @@ def test(): # {{{ - despeckle_image(img) - remove_borders_from_image(img) - image_to_data(img, fmt='GIF') -- p = subprocess.Popen([get_exe_path('JxrDecApp'), '-h'], -- creationflags=subprocess.DETACHED_PROCESS if iswindows else 0, -- stdout=subprocess.PIPE) -- raw, _ = p.communicate() -- p.wait() -- if b'JPEG XR Decoder Utility' not in raw: -- raise SystemExit('Failed to run JxrDecApp') - # }}} - - diff --git a/app-text/calibre/files/calibre-8.9-qt6.10.patch b/app-text/calibre/files/calibre-8.9-qt6.10.patch deleted file mode 100644 index c1b2937d3b66..000000000000 --- a/app-text/calibre/files/calibre-8.9-qt6.10.patch +++ /dev/null @@ -1,105 +0,0 @@ -From 4c44e8f76f197629af695091c49b1a0efbb30bae Mon Sep 17 00:00:00 2001 -From: Marcin Serwin <marcin@serwin.dev> -Date: Sat, 11 Oct 2025 02:00:04 +0200 -Subject: [PATCH] Fix building with Qt 6.10 - -Qt 6.10 no longer implicitly imports private modules, see https://doc.qt.io/qt-6/whatsnew610.html#build-system-changes. ---- - src/calibre/headless/CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/calibre/headless/CMakeLists.txt b/src/calibre/headless/CMakeLists.txt -index c2c8fa88e58f..3fc5d8e4862f 100644 ---- a/src/calibre/headless/CMakeLists.txt -+++ b/src/calibre/headless/CMakeLists.txt -@@ -1,8 +1,8 @@ - cmake_minimum_required(VERSION 3.21) - project(headless) - set(CMAKE_AUTOMOC ON) --find_package(Qt6Gui REQUIRED) -+find_package(Qt6 REQUIRED COMPONENTS Gui GuiPrivate Core CorePrivate) - add_library(headless MODULE main.cpp headless_backingstore.cpp headless_integration.cpp) - set_property(TARGET headless PROPERTY QT_PLUGIN_TYPE "platforms") - set_property(TARGET headless PROPERTY QT_PLUGIN_CLASS_NAME "HeadlessIntegrationPlugin") --target_link_libraries(headless PRIVATE Qt::Gui Qt::GuiPrivate Qt::Core Qt::CorePrivate) -+target_link_libraries(headless PRIVATE Qt6::Gui Qt6::GuiPrivate Qt6::Core Qt6::CorePrivate) - - -From 8820bffc86631ca7020177a4998b478141a7b8c1 Mon Sep 17 00:00:00 2001 -From: Kovid Goyal <kovid@kovidgoyal.net> -Date: Sat, 11 Oct 2025 08:26:28 +0530 -Subject: [PATCH] Only change CMakeLists.txt for headless if actually building - with Qt >= 6.10 - ---- - setup/build.py | 18 +++++++++++++++++- - setup/build_environment.py | 3 ++- - src/calibre/headless/CMakeLists.txt | 3 ++- - 3 files changed, 21 insertions(+), 3 deletions(-) - -diff --git a/setup/build.py b/setup/build.py -index 5ed34720dbb9..7816493ad94b 100644 ---- a/setup/build.py -+++ b/setup/build.py -@@ -648,6 +648,22 @@ def build_headless(self): - bdir = self.j(self.build_dir, 'headless') - if os.path.exists(bdir): - shutil.rmtree(bdir) -+ sdir = os.path.join(bdir, 'src') -+ shutil.copytree(os.path.dirname(sources[0]), sdir) -+ with open(os.path.join(sdir, 'CMakeLists.txt'), 'r+') as f: -+ raw = f.read() -+ qt = lazy_load('qt') -+ if qt['version'] >= (6, 10): -+ fp = 'find_package(Qt6 REQUIRED COMPONENTS Gui GuiPrivate Core CorePrivate)' -+ ll = 'target_link_libraries(headless PRIVATE Qt6::Gui Qt6::GuiPrivate Qt6::Core Qt6::CorePrivate)' -+ else: -+ fp = 'find_package(Qt6Gui REQUIRED)' -+ ll = 'target_link_libraries(headless PRIVATE Qt::Gui Qt::GuiPrivate Qt::Core Qt::CorePrivate)' -+ raw = raw.replace('__FIND_GUI__', fp) -+ raw = raw.replace('__LINK_TARGETS__', ll) -+ f.seek(0), f.truncate() -+ f.write(raw) -+ bdir = os.path.join(bdir, 'build') - cmd = [CMAKE] - if is_macos_universal_build: - cmd += ['-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64'] -@@ -657,7 +673,7 @@ def build_headless(self): - cwd = os.getcwd() - os.chdir(bdir) - try: -- self.check_call(cmd + ['-S', os.path.dirname(sources[0])]) -+ self.check_call(cmd + ['-S', sdir]) - self.check_call([self.env.make] + [f'-j{cpu_count or 1}']) - finally: - os.chdir(cwd) -diff --git a/setup/build_environment.py b/setup/build_environment.py -index a0fd7f2dd260..f5ca099d71a1 100644 ---- a/setup/build_environment.py -+++ b/setup/build_environment.py -@@ -119,8 +119,9 @@ def readvar(name): - return re.search(f'^{name}:(.+)$', qraw, flags=re.M).group(1).strip() - - --qt = {x:readvar(y) for x, y in {'libs':'QT_INSTALL_LIBS', 'plugins':'QT_INSTALL_PLUGINS'}.items()} -+qt = {x:readvar(y) for x, y in {'libs':'QT_INSTALL_LIBS', 'plugins':'QT_INSTALL_PLUGINS', 'version_str': 'QT_VERSION'}.items()} - qmakespec = readvar('QMAKE_SPEC') if iswindows else None -+qt['version'] = tuple(map(int, qt['version_str'].split('.')[:2])) - freetype_lib_dirs = [] - freetype_libs = [] - freetype_inc_dirs = [] -diff --git a/src/calibre/headless/CMakeLists.txt b/src/calibre/headless/CMakeLists.txt -index 3fc5d8e4862f..49b110477b6d 100644 ---- a/src/calibre/headless/CMakeLists.txt -+++ b/src/calibre/headless/CMakeLists.txt -@@ -1,8 +1,9 @@ - cmake_minimum_required(VERSION 3.21) - project(headless) - set(CMAKE_AUTOMOC ON) -+__FIND_GUI__ - find_package(Qt6 REQUIRED COMPONENTS Gui GuiPrivate Core CorePrivate) - add_library(headless MODULE main.cpp headless_backingstore.cpp headless_integration.cpp) - set_property(TARGET headless PROPERTY QT_PLUGIN_TYPE "platforms") - set_property(TARGET headless PROPERTY QT_PLUGIN_CLASS_NAME "HeadlessIntegrationPlugin") --target_link_libraries(headless PRIVATE Qt6::Gui Qt6::GuiPrivate Qt6::Core Qt6::CorePrivate) -+__LINK_TARGETS__ diff --git a/app-text/calibre/files/calibre-8.9.0-piper.patch b/app-text/calibre/files/calibre-8.9.0-piper.patch deleted file mode 100644 index 149024bf407f..000000000000 --- a/app-text/calibre/files/calibre-8.9.0-piper.patch +++ /dev/null @@ -1,47 +0,0 @@ -piper deps aren't packaged yet, and should be USE conditional anyway - -https://bugs.gentoo.org/961974 - -diff --git a/setup/extensions.json b/setup/extensions.json -index b39ce6d..c105031 100644 ---- a/setup/extensions.json -+++ b/setup/extensions.json -@@ -134,14 +134,6 @@ - "error": "!podofo_error", - "needs_c++": "17" - }, -- { -- "name": "piper", -- "sources": "calibre/utils/tts/piper.cpp", -- "needs_c++": "17", -- "libraries": "!piper_libs", -- "lib_dirs": "!piper_lib_dirs", -- "inc_dirs": "!piper_inc_dirs" -- }, - { - "name": "html_as_json", - "sources": "calibre/srv/html_as_json.cpp", -diff --git a/src/calibre/constants.py b/src/calibre/constants.py -index fa4b211459..7b27768953 100644 ---- a/src/calibre/constants.py -+++ b/src/calibre/constants.py -@@ -258,7 +258,6 @@ def __init__(self): - 'rcc_backend', - 'icu', - 'speedup', -- 'piper', - 'html_as_json', - 'fast_css_transform', - 'fast_html_entities', -diff --git a/src/calibre/utils/run_tests.py b/src/calibre/utils/run_tests.py -index ffd0f95c04..c80a35f83d 100644 ---- a/src/calibre/utils/run_tests.py -+++ b/src/calibre/utils/run_tests.py -@@ -192,6 +192,7 @@ def test_import_of_all_python_modules(self): - } - if 'SKIP_SPEECH_TESTS' in os.environ: - exclude_packages.add('calibre.gui2.tts') -+ exclude_modules.add('calibre.utils.tts.piper') - if not isbsd: - exclude_modules.add('calibre.devices.usbms.hal') - d = os.path.dirname diff --git a/app-text/calibre/files/calibre-server-3.conf b/app-text/calibre/files/calibre-server-3.conf deleted file mode 100644 index bb456e858bd6..000000000000 --- a/app-text/calibre/files/calibre-server-3.conf +++ /dev/null @@ -1,13 +0,0 @@ -# /etc/conf.d/calibre-server -# Change this to the user you want to run calibre-server as. -# You may specify a group too, after a colon -# NOTE: This must be set and not to root! -CALIBRE_USER= - -# Set the path of the library to serve. -# Defaults to the default location for CALIBRE_USER. -#CALIBRE_LIBRARY='<user home directory>/Calibre Library' - -# Extra options to pass to calibre-server. -# See the calibre-server man page for more options. -#CALIBRE_SERVER_OPTS="--userdb /srv/calibre/users.sqlite --enable-auth --worker-count 10 --port 8080" diff --git a/app-text/calibre/files/calibre-server-3.init b/app-text/calibre/files/calibre-server-3.init deleted file mode 100644 index 049d3e421a17..000000000000 --- a/app-text/calibre/files/calibre-server-3.init +++ /dev/null @@ -1,58 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later - -depend() { - need net - need localmount - after bootmisc -} - -checkconfig() { - if [ "${CALIBRE_USER}" = "" -o "${CALIBRE_USER}" = "root" ] ; then - eerror "Please edit /etc/conf.d/calibre-server" - eerror "You have to specify a user to run calibre-server as, as we will not run it as root!" - eerror "Modify CALIBRE_USER to your needs (you can also add a group, after a colon)" - return 1 - fi - if ! getent passwd "${CALIBRE_USER%:*}" >/dev/null ; then - eerror "Please edit /etc/conf.d/calibre-server" - eerror "Your user has to exist!" - return 1 - fi - if [ "${CALIBRE_USER%:*}" != "${CALIBRE_USER}" ] ; then - if ! getent group "${CALIBRE_USER#*:}" >/dev/null ; then - eerror "Please edit /etc/conf.d/calibre-server" - eerror "Your group has to exist too!" - return 1 - fi - fi - if [ "${CALIBRE_LIBRARY}" = "" ] ; then - CALIBRE_USER_HOME=$(getent passwd "${CALIBRE_USER%:*}" | cut -d ':' -f 6) - CALIBRE_LIBRARY="${CALIBRE_USER_HOME}/Calibre Library" - fi - if [ ! -d "${CALIBRE_LIBRARY}" ] ; then - eerror "Please edit /etc/conf.d/calibre-server" - eerror "The Calibre library, '${CALIBRE_LIBRARY},' does not exist." - eerror "Please modify CALIBRE_LIBRARY to point to a valid library." - return 1 - fi - return 0 -} - -start() { - checkconfig || return $? - local pidfile=/var/run/calibre-server.pid - ebegin "Starting calibre-server" - start-stop-daemon --user "${CALIBRE_USER}" \ - --pidfile "${pidfile}" --make-pidfile --background --exec /usr/bin/calibre-server \ - -- ${CALIBRE_OPTS} "${CALIBRE_LIBRARY}" - eend $? -} - -stop() { - ebegin "Stopping calibre-server" - start-stop-daemon --stop --user "${CALIBRE_USER}" \ - --pidfile /var/run/calibre-server.pid - eend $? -} diff --git a/app-text/calibre/metadata.xml b/app-text/calibre/metadata.xml deleted file mode 100644 index df1b630c9b44..000000000000 --- a/app-text/calibre/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>eschwartz@gentoo.org</email> - <name>Eli Schwartz</name> - </maintainer> - <upstream> - <changelog>https://calibre-ebook.com/whats-new</changelog> - <remote-id type="cpe">cpe:/a:calibre-ebook:calibre</remote-id> - </upstream> - <use> - <flag name="font-subsetting">Enable font subsetting support</flag> - <flag name="system-mathjax">Use a system copy of mathjax</flag> - <flag name="unrar">Enable support for comic books compressed with the non-free Rar format</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest deleted file mode 100644 index 2f3268d47441..000000000000 --- a/app-text/capyt/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST capyt-1.1.1.tar.gz 3247 BLAKE2B 259c1cc7eddc88853518ed106f25e9b1d47a5c4604e749d25fb2133f11d90e78672473a9dd31fa80322b4c5177163fe5a177d27a6fd9a7cd31ef12db7ee3ed0f SHA512 863164967aab93088d39b0324d1324145f41ba76b9d21874ea6a3aa49955e1ec3430c7bcc9eb100c51b9e159c63758b6474d3bad586383d7c10d9f1118340123 -DIST capyt-1.2.1.tar.gz 2988 BLAKE2B 9680cfde271d1ee56e6b3f4e5a71a686b0a956d7079e2609429b7798f23ee4bb482b669df6b90f3fe5cc8f9730ee5d56d4626cab61cc991c74b9c71203a4c37e SHA512 2759bd66533187b667ecdb7f86d5b33f94d33fce182cbe0cbad93b65b1c0cf3451dd5eba171f043e60c5ac6349a01391005500fdac9425190389eeabcac70ec4 -DIST capyt-1.2.2.tar.gz 3042 BLAKE2B 1338645386cd30a583048c21990a87d193e78411a0a62ef4afac19bdffd056a57c34c20cac3e78fc9312e1925f69f43b5fab172148c05d39872ddda02a3ab86c SHA512 cb869ab911c0841a26753d59a05aa2525f2ab272b1dfdd29cfae174860476ea539d069838779600fc4ab8901d43c03d50fdf2d79a8096c932ecf5e259857bc19 diff --git a/app-text/capyt/capyt-1.1.1-r1.ebuild b/app-text/capyt/capyt-1.1.1-r1.ebuild deleted file mode 100644 index 831d847fe7c9..000000000000 --- a/app-text/capyt/capyt-1.1.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -MY_PV=$(ver_rs 2 '-') - -DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service" -HOMEPAGE="https://github.com/lbatalha/capyt - https://pypi.org/project/capyt/" -SRC_URI="https://github.com/lbatalha/capyt/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-text/capyt/capyt-1.2.1.ebuild b/app-text/capyt/capyt-1.2.1.ebuild deleted file mode 100644 index af5b437be555..000000000000 --- a/app-text/capyt/capyt-1.2.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit pypi distutils-r1 - -MY_PV=$(ver_rs 2 '-') - -DESCRIPTION="A python3 CLI utility to interface with cpy.pt" -HOMEPAGE="https://pypi.org/project/capyt/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" diff --git a/app-text/capyt/capyt-1.2.2.ebuild b/app-text/capyt/capyt-1.2.2.ebuild deleted file mode 100644 index 5b03de217d68..000000000000 --- a/app-text/capyt/capyt-1.2.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit pypi distutils-r1 - -MY_PV=$(ver_rs 2 '-') - -DESCRIPTION="A python3 CLI utility to interface with cpy.pt" -HOMEPAGE="https://pypi.org/project/capyt/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/requests-2.33[${PYTHON_USEDEP}]" diff --git a/app-text/capyt/metadata.xml b/app-text/capyt/metadata.xml deleted file mode 100644 index 0830c15ea0b2..000000000000 --- a/app-text/capyt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>juippis@gentoo.org</email> - <name>Joonas Niilola</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/catdoc/Manifest b/app-text/catdoc/Manifest deleted file mode 100644 index ee0a0b8bdade..000000000000 --- a/app-text/catdoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST catdoc-0.95.tar.gz 217779 BLAKE2B 37c01c485410a6eb08c5935351b00f60f1d4c418f4c1b3cca73da23f870cb5d5414ea6cf7c37effb295e6ccb12a7981367bd08ca6226ee0fc64d2dfdca2762ea SHA512 dd6bded4b6b70749c007256b182b063ff266f86d53024d8582001678821e8096c5b980bc8f43015d9c82bbe022d71d4ba5fe68aff31b2ff6db3688595e651b2c diff --git a/app-text/catdoc/catdoc-0.95-r1.ebuild b/app-text/catdoc/catdoc-0.95-r1.ebuild deleted file mode 100644 index d9456152de86..000000000000 --- a/app-text/catdoc/catdoc-0.95-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Converter for Microsoft Word, Excel, PowerPoint and RTF files to text" -HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/" -SRC_URI="http://ftp.wagner.pp.ru/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~x64-solaris" -IUSE="tk" - -DEPEND="tk? ( >=dev-lang/tk-8.1 )" - -DOCS="CODING.STD NEWS README TODO" -# CREDITS missing by accident in catdoc-0.95 - -PATCHES=( - "${FILESDIR}/${P}-parallel-make.patch" - ) - -src_prepare() { - default - - # Fix for case-insensitive filesystems - echo ".PHONY: all install clean distclean dist" >> Makefile.in || die - - mv configure.{in,ac} || die -} - -src_configure() { - econf \ - $(use_with tk wish "${EPREFIX}"/usr/bin/wish) \ - $(use_enable tk wordview) -} - -src_compile() { - emake LIB_DIR="${EPREFIX}"/usr/share/catdoc -} - -src_install() { - emake install installroot="${ED}" - - # dev-libs/libxls and app-text/catdoc both provide xls2cvs - if [[ -e ${ED}/usr/bin/xls2csv ]]; then - einfo "Renaming xls2csv to xls2csv-${PN} because of bug 314657." - mv -vf "${ED}"/usr/bin/xls2csv "${ED}"/usr/bin/xls2csv-${PN} || die - mv -vf "${ED}"/usr/share/man/man1/xls2csv.1 "${ED}"/usr/share/man/man1/xls2csv-${PN}.1 || die - fi -} diff --git a/app-text/catdoc/files/catdoc-0.95-parallel-make.patch b/app-text/catdoc/files/catdoc-0.95-parallel-make.patch deleted file mode 100644 index b3e2833eb4d3..000000000000 --- a/app-text/catdoc/files/catdoc-0.95-parallel-make.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/charsets/Makefile.in -+++ b/charsets/Makefile.in -@@ -28,13 +28,13 @@ - - all: @charsetcheck@ - clean: --install: install-dirs install-spc install-charsets --install-spc: tex.spc ascii.spc tex.rpl ascii.rpl -+install: install-spc install-charsets -+install-spc: install-dirs tex.spc ascii.spc tex.rpl ascii.rpl - $(INSTALL) -m 644 ascii.spc $(installroot)$(LIB_DIR)/ascii$(SPEC_EXT) - $(INSTALL) -m 644 tex.spc $(installroot)$(LIB_DIR)/tex$(SPEC_EXT) - $(INSTALL) -m 644 ascii.rpl $(installroot)$(LIB_DIR)/ascii$(REPL_EXT) - $(INSTALL) -m 644 tex.rpl $(installroot)$(LIB_DIR)/tex$(REPL_EXT) --install-charsets: -+install-charsets: install-dirs - for i in *.txt; do\ - $(INSTALL) -m 0644 $$i $(installroot)$(LIB_DIR);\ - done ---- a/doc/Makefile.in -+++ b/doc/Makefile.in -@@ -29,13 +29,13 @@ - xls2csv.txt xls2csv.ps \ - wordview.txt wordview.ps build - install: @installtargets@ --install-catdoc: catdoc.1 xls2csv.1 catppt.1 -- ../mkinstalldirs $(installroot)$(mandir) -+install-dirs: -+ ../mkinstalldirs $(installroot)$(mandir)/man1 -+install-catdoc: install-dirs catdoc.1 xls2csv.1 catppt.1 - $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/man1/catdoc.1 - $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/man1/xls2csv.1 - $(INSTALL) -m 644 catppt.1 $(installroot)$(mandir)/man1/catppt.1 --install-wordview: -- ../mkinstalldirs $(installroot)$(mandir) -+install-wordview: install-dirs - $(INSTALL) -m 644 wordview.1 $(installroot)$(mandir)/man1/wordview.1 - distclean: clean - $(RM) Makefile catdoc.1 xls2csv.1 catppt.1 wordview.1 diff --git a/app-text/catdoc/metadata.xml b/app-text/catdoc/metadata.xml deleted file mode 100644 index 7a2991c237ea..000000000000 --- a/app-text/catdoc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:catdoc_project:catdoc</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cb2bib/Manifest b/app-text/cb2bib/Manifest deleted file mode 100644 index 0799c1fa3c7b..000000000000 --- a/app-text/cb2bib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cb2bib-2.0.3.tar.gz 1451802 BLAKE2B 36eb0b45bea9f0a9f21df6121dbdbd74aa78af9ab191f37087502e3b7edd52c62ddcf415229e7c76e1d61a1bb2c8fa957bee0500efba7c263d2d4777dc1655b9 SHA512 588f920035a8d09eacc1cc99982986be8dcacfea77ee3ace3733cc5bc83b3bc322a33a2e1e1d21dd910b79c843ecba1c37525dd608164b00fac91335d5096d0d diff --git a/app-text/cb2bib/cb2bib-2.0.3.ebuild b/app-text/cb2bib/cb2bib-2.0.3.ebuild deleted file mode 100644 index 6189914fec1d..000000000000 --- a/app-text/cb2bib/cb2bib-2.0.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature qmake-utils xdg - -DESCRIPTION="Tool for extracting unformatted bibliographic references" -HOMEPAGE="https://www.molspaces.com/cb2bib/" -SRC_URI="https://www.molspaces.com/dl/progs/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" -# build system supports lzo, lzsse, qt_zlib, avx2, but too painful to expose -# bundles qtsingleapplication once again since 2.0.3 - -DEPEND=" - app-arch/lz4:= - dev-qt/qtbase:6[gui,network,widgets] - dev-qt/qt5compat:6 -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS CHANGELOG COPYRIGHT ) - -PATCHES=( "${FILESDIR}/${PN}-2.0.2-qmake.patch" ) # bug 953061 - -src_configure() { - eqmake6 -} - -src_compile() { - # bug #709940, still needed as of 2.0.2 - emake -j1 -} - -src_test() { - bin/cb2bib --test 2>&1 | tee test.log || die -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "displaying mathematical notation" "media-fonts/jsmath" - optfeature "proper UTF-8 metadata writing in PDF text strings" "media-libs/exiftool" - optfeature "BibTeX file correctness checks and nice printing via bib2pdf shell script" "virtual/latex-base" - optfeature_header "Install additional packages for optional import data formats:" - optfeature "PDF files" "app-text/poppler[utils]" - optfeature "DVI files" "app-text/dvipdfm" - optfeature "ISI files, endnote format" "app-text/bibutils" -} diff --git a/app-text/cb2bib/files/cb2bib-2.0.2-qmake.patch b/app-text/cb2bib/files/cb2bib-2.0.2-qmake.patch deleted file mode 100644 index f589cd928a06..000000000000 --- a/app-text/cb2bib/files/cb2bib-2.0.2-qmake.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 5703387d1a720eb8b02e9e1c35e7d06158df9167 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Thu, 3 Apr 2025 21:38:10 +0200 -Subject: [PATCH] Disable qtwebkit, qtwebengine, installation of - AUTHORS/COPYRIGHT/LICENSE/CHANGELOG files - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - src/src.pro | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/src.pro b/src/src.pro -index c5f1523..b19104c 100644 ---- a/src/src.pro -+++ b/src/src.pro -@@ -130,10 +130,10 @@ LIBS += -lc2b - QMAKE_LIBDIR += . - INCLUDEPATH += c2b . - --qtHaveModule(webkitwidgets){ -+false{ - CONFIG += use_webkit - } else { --qtHaveModule(webenginewidgets){ -+false{ - CONFIG += use_webengine - }} - CONFIG(use_webkit) { -@@ -203,7 +203,7 @@ desktop.files += ../c2bscripts/cb2bib.desktop ../c2bscripts/c2bciter.desktop ../ - desktop.path = /usr/share/applications - icons.files += ../src/icons/cb2bib.png - icons.path = /usr/share/pixmaps --cb2bibdata.files += ../AUTHORS ../COPYRIGHT ../LICENSE ../CHANGELOG ../data ../c2btools ../testPDFImport -+cb2bibdata.files += ../data ../c2btools ../testPDFImport - cb2bibdata.path = /usr/share/cb2bib - cb2bibdoc.files += ../doc/cb2bib_user_manual.pdf - cb2bibdoc.path = /usr/share/cb2bib/doc -@@ -217,7 +217,7 @@ INSTALLS += target script cb2bibdata - target.path = /Applications - script.files += ../c2bscripts/c2bimport ../c2bscripts/c2bciter - script.path = /Applications --cb2bibdata.files += ../AUTHORS ../COPYRIGHT ../LICENSE ../CHANGELOG ../data ../doc ../c2btools ../testPDFImport -+cb2bibdata.files += ../data ../doc ../c2btools ../testPDFImport - cb2bibdata.path = Contents/Resources - QMAKE_BUNDLE_DATA += script cb2bibdata - # Set this directory if third party tools, like pdftotext are packaged --- -2.49.0 - diff --git a/app-text/cb2bib/metadata.xml b/app-text/cb2bib/metadata.xml deleted file mode 100644 index 060cf0c05e62..000000000000 --- a/app-text/cb2bib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <bugs-to>mailto:webmaster@molspaces.com</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest deleted file mode 100644 index 7f40abcbd310..000000000000 --- a/app-text/cedilla/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cedilla-0.7.tar.gz 114899 BLAKE2B 100c22be30ffed585a1eb44c96109dadab9cbf90c5c3432efd4ed8daa135fa0d9fb82374eda9f9f13126cc5d453ecb5933d8733a58e374ab3192ea7d5bd6d273 SHA512 a137bceee2c70e911922b17e823093dc37b19cce8dece99596003ae7b4bc8c02afbae164d7dfa4e4873b4f549f7d948faf1da9dc1d3ef89cde6d1f36ba91be77 diff --git a/app-text/cedilla/cedilla-0.7-r1.ebuild b/app-text/cedilla/cedilla-0.7-r1.ebuild deleted file mode 100644 index 3c59e14c04dc..000000000000 --- a/app-text/cedilla/cedilla-0.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="UTF-8 to postscript converter" -HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/ - https://github.com/jech/cedilla" -SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-lisp/clisp" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/cedilla-gentoo-r1.patch ) - -src_compile() { - ./compile-cedilla || die "Compile failed." -} - -src_install() { - sed "s#${ED}##g" -i cedilla || die "sed failed" - dodir /usr/share/man/man1/ - - ./install-cedilla || die "Install failed." - - einstalldocs -} diff --git a/app-text/cedilla/files/cedilla-gentoo-r1.patch b/app-text/cedilla/files/cedilla-gentoo-r1.patch deleted file mode 100644 index af9c92a8ee7b..000000000000 --- a/app-text/cedilla/files/cedilla-gentoo-r1.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur cedilla-0.3.orig/cedilla-config cedilla-0.3/cedilla-config ---- cedilla-0.3.orig/cedilla-config 2002-02-18 11:53:39.000000000 +0000 -+++ cedilla-0.3/cedilla-config 2003-06-02 20:36:44.000000000 +0000 -@@ -2,14 +2,14 @@ - CLISP=/usr/bin/clisp - - # Where the main Cedilla binary will be installed --BINDIR=/usr/bin -+BINDIR=${ED%/}/usr/bin - - # Where the cedilla-config.lisp file lives --ETCDIR=/etc -+ETCDIR=${ED%/}/etc - - # Where Cedilla's FASL files will be kept --LIBDIR=/usr/lib/cedilla -+LIBDIR=${ED%/}/usr/lib/cedilla - - # Where the cedilla(1) manual page will be installed --MANDIR=/usr/share/man/man1 -+MANDIR=${ED%/}/usr/share/man/man1 - diff --git a/app-text/cedilla/metadata.xml b/app-text/cedilla/metadata.xml deleted file mode 100644 index a47d55e2c3bd..000000000000 --- a/app-text/cedilla/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>titanofold@gentoo.org</email> - <name>Aaron W. Swenson</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/chasen/Manifest b/app-text/chasen/Manifest deleted file mode 100644 index 0a4c5e4b144c..000000000000 --- a/app-text/chasen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chasen-2.4.5.tar.xz 671064 BLAKE2B 3b9867f794a54c4b0552807c54694e9f52082d9712c9e64aa55840b70f3a3800a514d1cd36260ee7397d1e98f28909e9b3e1f5c14d64f28f666b876e130aeb3e SHA512 7a17fe9d534cdc07c147fd7d9350aba381390943f4cfd899393076efe8e6a80aae029a8d4833e91ffa945b3e52d6598c16db257c9cc8d7792b7a1f90b7a1948e diff --git a/app-text/chasen/chasen-2.4.5-r1.ebuild b/app-text/chasen/chasen-2.4.5-r1.ebuild deleted file mode 100644 index 2c59c20dc372..000000000000 --- a/app-text/chasen/chasen-2.4.5-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit perl-module - -DESCRIPTION="Japanese Morphological Analysis System, ChaSen" -HOMEPAGE="https://chasen-legacy.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}-legacy/56305/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~riscv x86" -IUSE="perl static-libs" - -RDEPEND="virtual/libiconv" -DEPEND=">=dev-libs/darts-0.32" -PDEPEND=">=app-dicts/ipadic-2.7.0" - -PATCHES=( - "${FILESDIR}"/${PN}-uar.patch - "${FILESDIR}"/${P}-c23.patch -) - -src_configure() { - econf $(use_enable static-libs static) - - if use perl; then - cd "${S}"/perl || die - perl-module_src_configure - fi -} - -src_compile() { - default - - if use perl; then - cd "${S}"/perl || die - perl-module_src_compile - fi -} - -src_test() { - default - - if use perl; then - cd "${S}"/perl || die - perl-module_src_test - fi -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - if use perl; then - cd "${S}"/perl || die - perl-module_src_install - newdoc README README.perl - fi -} diff --git a/app-text/chasen/chasen-2.4.5.ebuild b/app-text/chasen/chasen-2.4.5.ebuild deleted file mode 100644 index f6067a33f971..000000000000 --- a/app-text/chasen/chasen-2.4.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit perl-module - -DESCRIPTION="Japanese Morphological Analysis System, ChaSen" -HOMEPAGE="https://chasen-legacy.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}-legacy/56305/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~riscv x86" -IUSE="perl static-libs" - -RDEPEND="virtual/libiconv" -DEPEND=">=dev-libs/darts-0.32" -PDEPEND=">=app-dicts/ipadic-2.7.0" - -PATCHES=( "${FILESDIR}"/${PN}-uar.patch ) - -src_configure() { - econf $(use_enable static-libs static) - - if use perl; then - cd "${S}"/perl || die - perl-module_src_configure - fi -} - -src_compile() { - default - - if use perl; then - cd "${S}"/perl || die - perl-module_src_compile - fi -} - -src_test() { - default - - if use perl; then - cd "${S}"/perl || die - perl-module_src_test - fi -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - if use perl; then - cd "${S}"/perl || die - perl-module_src_install - newdoc README README.perl - fi -} diff --git a/app-text/chasen/files/chasen-2.4.5-c23.patch b/app-text/chasen/files/chasen-2.4.5-c23.patch deleted file mode 100644 index d1804b1a906e..000000000000 --- a/app-text/chasen/files/chasen-2.4.5-c23.patch +++ /dev/null @@ -1,79 +0,0 @@ -Ports program to C23 and allows it to compile with GCC-15. -Fix function declarations with no arguments, delete dubious extern of -library function -Fix comparators for quicksort/binary search -https://bugs.gentoo.org/944011 ---- a/lib/connect.c -+++ b/lib/connect.c -@@ -45,9 +45,11 @@ - * rensetu table - */ - static int --cmp_pair(rensetu_pair_t * pair1, rensetu_pair_t * pair2) -+cmp_pair(const void * pair1_void, const void * pair2_void) - { - int ret; -+ rensetu_pair_t *pair1 = (rensetu_pair_t *)pair1_void; -+ rensetu_pair_t *pair2 = (rensetu_pair_t *)pair2_void; - - /* - * ¸«½Ð¤·¸ì surface form -@@ -166,9 +168,11 @@ - } - - static int --find_table(lexicon_t * mrph, rensetu_pair_t * pair) -+find_table(const void * mrph_void, const void * pair_void) - { - int ret; -+ lexicon_t * mrph = (lexicon_t*)mrph_void; -+ rensetu_pair_t * pair = (rensetu_pair_t*)pair_void; - - /* - * ÉÊ»ìʬÎà POS -@@ -202,12 +206,11 @@ - rensetu_pair_t *ret; - - if (rensetu_tbl[0].hinsi == 0) -- qsort(rensetu_tbl, tbl_num, sizeof(rensetu_pair_t), -- (int (*)()) cmp_pair); -+ qsort(rensetu_tbl, tbl_num, sizeof(rensetu_pair_t), cmp_pair); - - ret = (rensetu_pair_t *) - bsearch(mrph, rensetu_tbl, tbl_num_goi, -- sizeof(rensetu_pair_t), (int (*)()) find_table); -+ sizeof(rensetu_pair_t), find_table); - if (ret) { - mrph->con_tbl = ret->index; - return 1; -@@ -215,7 +218,7 @@ - - ret = (rensetu_pair_t *) - bsearch(mrph, rensetu_tbl + tbl_num_goi, tbl_num - tbl_num_goi, -- sizeof(rensetu_pair_t), (int (*)()) find_table); -+ sizeof(rensetu_pair_t), find_table); - if (ret) { - mrph->con_tbl = ret->index; - return 1; /* if no error, return 1 */ ---- a/lib/iotool.c -+++ b/lib/iotool.c -@@ -362,7 +362,7 @@ - cha_fopen_rcfile(void) - { - FILE *fp; -- char *home_dir, *rc_env, *getenv(); -+ char *home_dir, *rc_env; - - /* - * -R option (standard alone) ---- a/lib/print.c -+++ b/lib/print.c -@@ -47,7 +47,7 @@ - static int path_buffer[CHA_INPUT_SIZE]; - static int pos_end = 0; - --static void (*cha_putc) (), (*cha_puts) (), (*cha_printf) (), (*cha_write) (); -+static void (*cha_putc) (int, char*), (*cha_puts) (char*, char*), (*cha_printf) (char*, char*, ...), (*cha_write) (void*, size_t, size_t, char*); - - void - cha_print_reset(void) diff --git a/app-text/chasen/files/chasen-uar.patch b/app-text/chasen/files/chasen-uar.patch deleted file mode 100644 index 631e0890f751..000000000000 --- a/app-text/chasen/files/chasen-uar.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- a/lib/print.c -+++ b/lib/print.c -@@ -997,20 +997,20 @@ - static int - get_compound(mrph_data_t *data, char *headword, darts_t *da, long index) - { -- mrph_t mrph; -+ mrph_t *mrph = data->mrph; - int has_next, hw_len; - char *base = da_get_lex_base(da) + index; - - hw_len = ((short *)base)[0]; - has_next = ((short *)base)[1]; - base += sizeof(short) * 2; -- memcpy(&mrph, base, sizeof(da_lex_t)); -- mrph.headword = headword; -- mrph.headword_len = hw_len; -- mrph.is_undef = 0; -- mrph.darts = da; -+ memcpy(mrph, base, sizeof(da_lex_t)); -+ mrph->headword = headword; -+ mrph->headword_len = hw_len; -+ mrph->is_undef = 0; -+ mrph->darts = da; - -- get_mrph_data(&mrph, data); -+ get_mrph_data(mrph, data); - - return has_next; - } -@@ -1028,10 +1028,13 @@ - cha_printf_mrph(lat, path_num, mdata, format); - } else { - mrph_data_t data; -+ mrph_t m; - long index = mdata->compound; - int has_next = 1; - char *headword = mrph->headword; - -+ data.mrph = &m; -+ - while (has_next) { - has_next = get_compound(&data, headword, mrph->darts, index); - if (!has_next) { diff --git a/app-text/chasen/metadata.xml b/app-text/chasen/metadata.xml deleted file mode 100644 index 2da59c0c2284..000000000000 --- a/app-text/chasen/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cherrytree/Manifest b/app-text/cherrytree/Manifest deleted file mode 100644 index ceb78ca89837..000000000000 --- a/app-text/cherrytree/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cherrytree_1.4.0.tar.xz 3510072 BLAKE2B b4dd9108df61d76908296f8843102c14c046991a3879d260793c86e403d60a96af72fce73c3698a41c26b3e2455763eda4b59fc3b017b840e5717436a1135af7 SHA512 fd6cbeb2725890bc1ec706185ea6f66a4245092799a0e7d6e48c8722ec861341739a2f0acd0bf36a0a99fc19af61dfce36bb1eee808291a375ed2820cc1e2046 -DIST cherrytree_1.6.3.tar.xz 3590696 BLAKE2B 87ca6591e418eb151eaaaaaf21fb1575de012ca4e1b90528210e1980f1af9c3a35928f1a0abea842c6f30873a566ed771dccc22905bb20211fff78334bb60fb1 SHA512 9ef8727311bc11f3c055911c56467f338ae4822120d8d014da8f776935f0acadf33137544df314d3e1756b8fdb72a2acd58602460b67e11b73d3a349fc8ed782 diff --git a/app-text/cherrytree/cherrytree-1.4.0-r1.ebuild b/app-text/cherrytree/cherrytree-1.4.0-r1.ebuild deleted file mode 100644 index 9574b56827ac..000000000000 --- a/app-text/cherrytree/cherrytree-1.4.0-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit cmake python-any-r1 virtualx xdg - -DESCRIPTION="A hierarchical note taking application (C++ version)" -HOMEPAGE="https://www.giuspen.com/cherrytree/" - -SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" -S="${WORKDIR}"/${P/-/_} - -# GPL-3 - future/src/ct (CherryTree) -# LGPL-2.1 - future/src/7za (7zip) -# MIT - future/src/fmt (libfmt) -LICENSE="GPL-3 LGPL-2.1 MIT" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="nls test" - -RDEPEND="app-i18n/uchardet - app-text/gspell:= - >=dev-cpp/glibmm-2.64.2:2 - dev-cpp/gtkmm:3.0 - x11-libs/gtksourceview:4 - dev-cpp/libxmlpp:2.6 - dev-cpp/pangomm:1.4 - dev-db/sqlite:3 - dev-libs/fribidi - dev-libs/glib:2 - dev-libs/libfmt:= - dev-libs/libsigc++:2 - dev-libs/libxml2:2= - >=dev-libs/spdlog-1.5:= - >=x11-libs/vte-0.70.2:2.91 - net-misc/curl - x11-libs/cairo[X] - x11-libs/gtk+:3[X] - x11-libs/pango[X]" - -DEPEND="${PYTHON_DEPS} - ${RDEPEND}" - -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) - test? ( dev-cpp/gtest )" - -src_prepare() { - # disable compress man pages - sed -i -e \ - '/install(FILES/s|${MANFILE_FULL_GZ}|${CMAKE_SOURCE_DIR}/data/cherrytree.1|' \ - CMakeLists.txt || die - - # python_fix_shebang . - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DPYTHON_EXEC="${PYTHON}" - -DUSE_NLS=$(usex nls) - -DBUILD_TESTING=$(usex test) - -DUSE_SHARED_FMT_SPDLOG=ON - -DUSE_SHARED_GTEST_GMOCK=$(usex test) - ) - - if use test; then - mycmakeargs+=( - -DAUTO_RUN_TESTING=OFF - ) - fi - - cmake_src_configure -} - -src_test() { - virtx cmake_src_test -} diff --git a/app-text/cherrytree/cherrytree-1.6.3.ebuild b/app-text/cherrytree/cherrytree-1.6.3.ebuild deleted file mode 100644 index 4470cb2138a4..000000000000 --- a/app-text/cherrytree/cherrytree-1.6.3.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{13..14} ) - -inherit cmake python-any-r1 virtualx xdg - -DESCRIPTION="A hierarchical note taking application (C++ version)" -HOMEPAGE="https://www.giuspen.com/cherrytree/" -SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" -S="${WORKDIR}"/${P/-/_} - -# GPL-3 - future/src/ct (CherryTree) -# LGPL-2.1 - future/src/7za (7zip) -# MIT - future/src/fmt (libfmt) -LICENSE="GPL-3 LGPL-2.1 MIT" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls test" - -RDEPEND=" - app-i18n/uchardet - app-text/gspell:= - >=dev-cpp/glibmm-2.64.2:2 - dev-cpp/gtkmm:3.0 - x11-libs/gtksourceview:4 - dev-cpp/libxmlpp:2.6 - dev-cpp/pangomm:1.4 - dev-db/sqlite:3 - dev-libs/fribidi - dev-libs/glib:2 - dev-libs/libfmt:= - dev-libs/libsigc++:2 - dev-libs/libxml2:2= - >=dev-libs/spdlog-1.5:= - >=x11-libs/vte-0.70.2:2.91 - net-misc/curl - x11-libs/cairo[X] - x11-libs/gtk+:3[X] - x11-libs/pango[X] -" -DEPEND="${PYTHON_DEPS} - ${RDEPEND} -" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) - test? ( >=dev-cpp/gtest-1.16.0 ) -" - -src_prepare() { - # disable compress man pages - sed -i -e \ - '/install(FILES/s|${MANFILE_FULL_GZ}|${CMAKE_SOURCE_DIR}/data/cherrytree.1|' \ - CMakeLists.txt || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DPYTHON_EXEC="${PYTHON}" - -DUSE_NLS=$(usex nls) - -DBUILD_TESTING=$(usex test) - -DUSE_SHARED_FMT_SPDLOG=ON - -DUSE_SHARED_GTEST_GMOCK=$(usex test) - ) - - if use test; then - mycmakeargs+=( - -DAUTO_RUN_TESTING=OFF - ) - fi - - cmake_src_configure -} - -src_test() { - virtx cmake_src_test -} diff --git a/app-text/cherrytree/metadata.xml b/app-text/cherrytree/metadata.xml deleted file mode 100644 index 7118eda59a96..000000000000 --- a/app-text/cherrytree/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="cpe">cpe:/a:cherrytree_project:cherrytree</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cmark/Manifest b/app-text/cmark/Manifest deleted file mode 100644 index 423ed7683892..000000000000 --- a/app-text/cmark/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cmark-0.31.1.tar.gz 264170 BLAKE2B c1de1cf035ff5c706455889413c8cfdaa4b5da39a333d21ed77e2091d1a2f5ef9c90c34100c18be62426aea68c2d5ce157719964a761312f7e4b11e05dae0024 SHA512 3b4f8b47d8ea270078ab986aa22fc32b227786459bd33c7225aac578d8dd014e3d8788a6add60ea10571fdb4c7dc6a1ece960815a02f04f153b1775c73ccff8f -DIST cmark-0.31.2.tar.gz 267259 BLAKE2B 6d7a21b3b5f5af0b190ad566978821d5447921026846517ec076dc23900cb1241f03d55cb61a51e4d37147d3827d77ce6e95a76f706d210d8622ba0aa64de631 SHA512 8dcf4f25b53e84a16afa506214f17c3d2d7b0cc78d9d289b469ad8d1e481c4b355263eca3fb1e2b595c30734bc2d617fd38e00d17a14dcfa9de8c71580916265 diff --git a/app-text/cmark/cmark-0.31.1-r1.ebuild b/app-text/cmark/cmark-0.31.1-r1.ebuild deleted file mode 100644 index 42585f729dde..000000000000 --- a/app-text/cmark/cmark-0.31.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit cmake python-any-r1 - -DESCRIPTION="CommonMark parsing and rendering library and program in C" -HOMEPAGE="https://github.com/commonmark/cmark" -SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/0.31.1" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( ${PYTHON_DEPS} )" - -PATCHES=( - "${FILESDIR}/cmark-0.31.0_fix_api_test.patch" -) - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DCMARK_LIB_FUZZER=OFF - -DBUILD_SHARED_LIBS=ON - -DBUILD_TESTING="$(usex test)" - ) - cmake_src_configure -} diff --git a/app-text/cmark/cmark-0.31.2.ebuild b/app-text/cmark/cmark-0.31.2.ebuild deleted file mode 100644 index e42b9561ff5d..000000000000 --- a/app-text/cmark/cmark-0.31.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit cmake python-any-r1 - -DESCRIPTION="CommonMark parsing and rendering library and program in C" -HOMEPAGE="https://github.com/commonmark/cmark" -SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/0.31.2" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( ${PYTHON_DEPS} )" - -PATCHES=( - "${FILESDIR}/cmark-0.31.2_python-3.14.patch" -) - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DCMARK_LIB_FUZZER=OFF - -DBUILD_SHARED_LIBS=ON - -DBUILD_TESTING="$(usex test)" - ) - cmake_src_configure -} diff --git a/app-text/cmark/files/cmark-0.31.0_fix_api_test.patch b/app-text/cmark/files/cmark-0.31.0_fix_api_test.patch deleted file mode 100644 index defecc445c4e..000000000000 --- a/app-text/cmark/files/cmark-0.31.0_fix_api_test.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com/commonmark/cmark/commit/a739d4911b5fa5586679b8e55999719cc910d26b -From: John MacFarlane <jgm@berkeley.edu> -Date: Wed, 13 Mar 2024 14:31:28 -0700 -Subject: [PATCH] Flag root node as open... - -in `cmark_parser_new_with_mem_into_root`. Closes #532. ---- a/src/blocks.c -+++ b/src/blocks.c -@@ -98,6 +98,8 @@ cmark_parser *cmark_parser_new_with_mem_into_root(int options, cmark_mem *mem, c - cmark_strbuf_init(mem, &parser->linebuf, 0); - cmark_strbuf_init(mem, &parser->content, 0); - -+ root->flags = CMARK_NODE__OPEN; -+ - parser->refmap = cmark_reference_map_new(mem); - parser->root = root; - parser->current = root; diff --git a/app-text/cmark/files/cmark-0.31.2_python-3.14.patch b/app-text/cmark/files/cmark-0.31.2_python-3.14.patch deleted file mode 100644 index 6e5d923a5be3..000000000000 --- a/app-text/cmark/files/cmark-0.31.2_python-3.14.patch +++ /dev/null @@ -1,98 +0,0 @@ -From: https://github.com/commonmark/cmark/pull/602 -From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com> -Date: Sun, 1 Mar 2026 22:11:33 +0300 -Subject: [PATCH] Fix running tests on Python 3.14 - -In Python 3.14 multiprocessing module changed start method from fork to forkserver. Now child processes don't have access to parent's memory objects, and pathological_tests.py fails. This change move required objects (mostly object initialization) into child's area. ---- a/test/pathological_tests.py -+++ b/test/pathological_tests.py -@@ -1,29 +1,14 @@ - #!/usr/bin/env python3 - # -*- coding: utf-8 -*- - --import re - import argparse --import sys --import platform - import itertools - import multiprocessing -+import re -+import sys - import queue --import time - from cmark import CMark - --TIMEOUT = 5 -- --parser = argparse.ArgumentParser(description='Run cmark tests.') --parser.add_argument('--program', dest='program', nargs='?', default=None, -- help='program to test') --parser.add_argument('--library-dir', dest='library_dir', nargs='?', -- default=None, help='directory containing dynamic library') --args = parser.parse_args(sys.argv[1:]) -- --allowed_failures = {"many references": True} -- --cmark = CMark(prog=args.program, library_dir=args.library_dir) -- - def hash_collisions(): - REFMAP_SIZE = 16 - COUNT = 25000 -@@ -133,13 +118,18 @@ pathological_cmark = { - - whitespace_re = re.compile('/s+/') - --def run_pathological(q, inp): -+def run_pathological(q, inp, prog, lib_dir): -+ cmark = CMark(prog=prog, library_dir=lib_dir) - q.put(cmark.to_html(inp)) - --def run_pathological_cmark(q, inp): -+def run_pathological_cmark(q, inp, prog, lib_dir): -+ cmark = CMark(prog=prog, library_dir=lib_dir) - q.put(cmark.to_commonmark(inp)) - --def run_tests(): -+def run_tests(args): -+ allowed_failures = {"many references": True} -+ TIMEOUT = 5 -+ - q = multiprocessing.Queue() - passed = [] - errored = [] -@@ -150,12 +140,16 @@ def run_tests(): - for description in (*pathological, *pathological_cmark): - if description in pathological: - (inp, regex) = pathological[description] -- p = multiprocessing.Process(target=run_pathological, -- args=(q, inp)) -+ p = multiprocessing.Process( -+ target=run_pathological, -+ args=(q, inp, args.program, args.library_dir) -+ ) - else: - (inp, regex) = pathological_cmark[description] -- p = multiprocessing.Process(target=run_pathological_cmark, -- args=(q, inp)) -+ p = multiprocessing.Process( -+ target=run_pathological_cmark, -+ args=(q, inp, args.program, args.library_dir) -+ ) - p.start() - try: - # wait TIMEOUT seconds or until it finishes -@@ -199,4 +193,10 @@ def run_tests(): - exit(0) - - if __name__ == "__main__": -- run_tests() -+ parser = argparse.ArgumentParser(description='Run cmark tests.') -+ parser.add_argument('--program', dest='program', nargs='?', default=None, -+ help='program to test') -+ parser.add_argument('--library-dir', dest='library_dir', nargs='?', -+ default=None, help='directory containing dynamic library') -+ args = parser.parse_args(sys.argv[1:]) -+ run_tests(args) --- -2.52.0 - diff --git a/app-text/cmark/metadata.xml b/app-text/cmark/metadata.xml deleted file mode 100644 index becda8e6473a..000000000000 --- a/app-text/cmark/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>azamat.hackimov@gmail.com</email> - <name>Azamat H. Hackimov</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cmigemo/Manifest b/app-text/cmigemo/Manifest deleted file mode 100644 index 7807f30ceabf..000000000000 --- a/app-text/cmigemo/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cmigemo-1.3c-MIT.tar.bz2 54447 BLAKE2B 37e561b992317dbf421b3d09203e92000c0217347235545483b4f8b99071794c2b240636a880c1758c1828782468670eb640fbd411abe779b28c52dfc3147650 SHA512 8c5b9109f4309906ed19d5d48643918f51c339be7f3b34c90d2d814fed1b6d30e77a1539f6c1e11ceb3560f83fd9e1079254af0b41e81b274e39128de6ffeb18 -DIST cmigemo-1.3e_p20220623.tar.gz 70154 BLAKE2B 633719399afaa48e870d6995557be01460c624d992525b9192d87ccab6f90ab29e9b3b5b11f4274b204eaae0b144246cc713bcce18a51172d8e16ed5333b59fb SHA512 7e95f8a95380991eea33067a2c95b820d520a1a24919ee5be22ebcbccd53ee870ca54dbdcaa08b7d01c9b4abf7f24d09eb2c09a7f9768ed4fd08fc73667d2496 diff --git a/app-text/cmigemo/cmigemo-1.3c-r4.ebuild b/app-text/cmigemo/cmigemo-1.3c-r4.ebuild deleted file mode 100644 index f39e35d60f0f..000000000000 --- a/app-text/cmigemo/cmigemo-1.3c-r4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit flag-o-matic toolchain-funcs - -MY_P="${P}-MIT" - -DESCRIPTION="Migemo library implementation in C" -HOMEPAGE="https://www.kaoriya.net/software/cmigemo/" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" -IUSE="unicode vim" - -RDEPEND=">=app-dicts/migemo-dict-200812[unicode=]" -DEPEND="${RDEPEND}" -BDEPEND="app-i18n/nkf - dev-lang/perl - || ( - net-misc/curl - net-misc/wget - www-client/fetch - )" -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-ldflags.patch - # bug #246953 - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-parallel-build.patch - "${FILESDIR}"/${P}-parallel-install.patch -) -DOCS=( doc/{README_j,TODO_j,vimigemo}.txt ) - -src_prepare() { - default - - touch dict/SKK-JISYO.L || die - if use unicode; then - sed -i "/gcc:/s/euc-jp/utf-8/" dict/dict.mak || die - fi - - # bug #255813 - sed -i "/^docdir/s:/doc/migemo:/share/doc/${PF}:" compile/config.mk.in || die -} - -src_compile() { - append-flags -fPIC - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - gcc-all -} - -src_install() { - emake \ - prefix="${ED}/usr" \ - libdir="${ED}/usr/$(get_libdir)" \ - gcc-install - einstalldocs - - local encoding - if use unicode; then - encoding="utf-8" - else - encoding="euc-jp" - fi - - mv "${ED}"/usr/share/migemo/${encoding}/*.dat "${ED}"/usr/share/migemo || die - rm -rf "${ED}"/usr/share/migemo/{cp932,euc-jp,utf-8} - - if use vim; then - insinto /usr/share/vim/vimfiles/plugin - doins tools/migemo.vim - fi -} diff --git a/app-text/cmigemo/cmigemo-1.3e_p20220623.ebuild b/app-text/cmigemo/cmigemo-1.3e_p20220623.ebuild deleted file mode 100644 index c01ff680e3a4..000000000000 --- a/app-text/cmigemo/cmigemo-1.3e_p20220623.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit flag-o-matic toolchain-funcs vcs-snapshot - -EGIT_COMMIT="e0f6145f61e0b7058c3006f344e58571d9fdd83a" - -DESCRIPTION="Migemo library implementation in C" -HOMEPAGE="https://www.kaoriya.net/software/cmigemo/" -SRC_URI="https://github.com/koron/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" -IUSE="unicode vim" - -RDEPEND=">=app-dicts/migemo-dict-200812[unicode=]" -DEPEND="${RDEPEND}" -BDEPEND="app-i18n/nkf - dev-lang/perl - || ( - net-misc/curl - net-misc/wget - www-client/fetch - )" - -PATCHES=( - # bug #246953 - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-ldflags.patch -) -DOCS=( doc/{README_j,TODO_j,vimigemo}.txt ) - -src_prepare() { - default - - touch dict/SKK-JISYO.L || die - if use unicode; then - sed -i "/gcc:/s/euc-jp/utf-8/" dict/dict.mak || die - fi - - # bug #255813 - sed -i "/^docdir/s:/doc/migemo:/share/doc/${PF}:" compile/config.mk.in || die -} - -src_compile() { - append-flags -fPIC - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - gcc-all -} - -src_install() { - emake \ - prefix="${ED}/usr" \ - libdir="${ED}/usr/$(get_libdir)" \ - gcc-install - einstalldocs - - local encoding - if use unicode; then - encoding="utf-8" - else - encoding="euc-jp" - fi - - mv "${ED}"/usr/share/migemo/${encoding}/*.dat "${ED}"/usr/share/migemo || die - rm -rf "${ED}"/usr/share/migemo/{cp932,euc-jp,utf-8} - - if use vim; then - insinto /usr/share/vim/vimfiles/plugin - doins tools/migemo.vim - fi -} diff --git a/app-text/cmigemo/files/cmigemo-1.3c-gentoo.patch b/app-text/cmigemo/files/cmigemo-1.3c-gentoo.patch deleted file mode 100644 index daf9c18e9157..000000000000 --- a/app-text/cmigemo/files/cmigemo-1.3c-gentoo.patch +++ /dev/null @@ -1,86 +0,0 @@ ---- a/compile/Make_gcc.mak -+++ b/compile/Make_gcc.mak -@@ -14,7 +14,7 @@ - libmigemo = libmigemo.so - EXEEXT = - CFLAGS_MIGEMO = -fPIC --LDFLAGS_MIGEMO = -Wl,-rpath,.,-rpath,/usr/local/lib,-rpath,/usr/lib -+LDFLAGS_MIGEMO = - - include config.mk - include compile/unix.mak ---- a/compile/unix.mak -+++ b/compile/unix.mak -@@ -22,6 +22,7 @@ - $(MKDIR) $$i; \ - fi \ - done -+ touch $@ - - $(outdir)cmigemo$(EXEEXT): $(objdir)main.$(O) $(libmigemo_LIB) - $(CC) -o $@ $(objdir)main.$(O) -L. -L$(outdir) -lmigemo $(LDFLAGS) ---- a/configure -+++ b/configure -@@ -31,12 +31,12 @@ - fi - - # Check encoding filter --if CHECK_COMMAND qkc ; then -- PROGRAM_ENCODEFILTER="qkc -q -u" --elif CHECK_COMMAND nkf ; then -+if CHECK_COMMAND nkf ; then - PROGRAM_ENCODEFILTER="nkf -x" -+elif CHECK_COMMAND qkc ; then -+ PROGRAM_ENCODEFILTER="qkc -q -u" - else -- echo "ERROR: Require qkc or nkf installed for encode filter." -+ echo "ERROR: Require nkf or qkc installed for encode filter." - exit 1 - fi - ---- a/tools/migemo.vim -+++ b/tools/migemo.vim -@@ -20,7 +20,7 @@ - let dict = globpath(path, "migemo-dict") - endif - if dict == '' -- let dict = '/usr/local/share/migemo/'.&encoding.'/migemo-dict' -+ let dict = '/usr/share/migemo/migemo-dict' - if !filereadable(dict) - let dict = '' - endif -@@ -43,7 +43,9 @@ - nnoremap <Leader>f :call <SID>SearchChar(0)<CR> - else - " non-builtin version -- let g:migemodict = s:SearchDict() -+ if !get(g:, 'migemodict') -+ let g:migemodict = s:SearchDict() -+ endif - command! -nargs=* Migemo :call <SID>MigemoSearch(<q-args>) - nnoremap <silent> <leader>mi :call <SID>MigemoSearch('')<cr> - -@@ -53,11 +55,6 @@ - if retval == '' - return - endif -- if has('iconv') && $HOMEDRIVE != '' -- let retval = iconv(retval, 'cp932', 'euc-jp') -- elseif &encoding != 'euc-jp' -- let retval = iconv(retval, &encoding, 'euc-jp') -- endif - "let retval = system('cmigemo -v -w "'.retval.'" -d "'.g:migemodict.'"') - let retval = system('cmigemo -v -w '.retval.' -d "'.g:migemodict.'"') - if retval == '' -@@ -88,11 +85,6 @@ - echohl None - return - endif -- if has('iconv') && $HOMEDRIVE != '' -- let retval = iconv(retval, 'euc-jp', 'cp932') -- elseif &encoding != 'euc-jp' -- let retval = iconv(retval, 'euc-jp', &encoding) -- endif - - let @/ = retval - let v:errmsg = '' diff --git a/app-text/cmigemo/files/cmigemo-1.3c-parallel-build.patch b/app-text/cmigemo/files/cmigemo-1.3c-parallel-build.patch deleted file mode 100644 index b311754e1538..000000000000 --- a/app-text/cmigemo/files/cmigemo-1.3c-parallel-build.patch +++ /dev/null @@ -1,73 +0,0 @@ -https://github.com/koron/cmigemo/pull/28 - -From fd4bad807a9a52130d58269a4b1507a8720c5ae6 Mon Sep 17 00:00:00 2001 -From: Alyssa Ross <hi@alyssa.is> -Date: Fri, 12 Nov 2021 15:16:54 +0000 -Subject: [PATCH] Add directory dependencies to fix parallel builds - -When building in parallel (make -j) sometimes make would try to create -a dictionary file before the directory containing it had been -created. To fix this, I've made the directory a dependency of each -file in it, rather than having them be sibling dependencies of the --files targets. ---- - dict/dict.mak | 24 ++++++++++++------------ - 1 file changed, 12 insertions(+), 12 deletions(-) - -diff --git a/dict/dict.mak b/dict/dict.mak -index 8ea8a66..44bd543 100644 ---- a/dict/dict.mak -+++ b/dict/dict.mak -@@ -33,40 +33,40 @@ cp932: $(DICT) - # Dictionary in euc-jp - # - euc-jp: cp932 euc-jp-files --euc-jp-files: $(EUCJP_DIR) $(EUCJP_DIR)/migemo-dict \ -+euc-jp-files: $(EUCJP_DIR)/migemo-dict \ - $(EUCJP_DIR)/zen2han.dat $(EUCJP_DIR)/han2zen.dat \ - $(EUCJP_DIR)/hira2kata.dat $(EUCJP_DIR)/roma2hira.dat - $(EUCJP_DIR): - $(MKDIR) $(EUCJP_DIR) --$(EUCJP_DIR)/migemo-dict: migemo-dict -+$(EUCJP_DIR)/migemo-dict: $(EUCJP_DIR) migemo-dict - $(FILTER_EUCJP) < migemo-dict > $@ --$(EUCJP_DIR)/zen2han.dat: zen2han.dat -+$(EUCJP_DIR)/zen2han.dat: $(EUCJP_DIR) zen2han.dat - $(FILTER_EUCJP) < zen2han.dat > $@ --$(EUCJP_DIR)/han2zen.dat: han2zen.dat -+$(EUCJP_DIR)/han2zen.dat: $(EUCJP_DIR) han2zen.dat - $(FILTER_EUCJP) < han2zen.dat > $@ --$(EUCJP_DIR)/hira2kata.dat: hira2kata.dat -+$(EUCJP_DIR)/hira2kata.dat: $(EUCJP_DIR) hira2kata.dat - $(FILTER_EUCJP) < hira2kata.dat > $@ --$(EUCJP_DIR)/roma2hira.dat: roma2hira.dat -+$(EUCJP_DIR)/roma2hira.dat: $(EUCJP_DIR) roma2hira.dat - $(FILTER_EUCJP) < roma2hira.dat > $@ - - ############################################################################## - # Dictionary in utf-8 - # - utf-8: cp932 utf-8-files --utf-8-files: $(UTF8_DIR) $(UTF8_DIR)/migemo-dict \ -+utf-8-files: $(UTF8_DIR)/migemo-dict \ - $(UTF8_DIR)/zen2han.dat $(UTF8_DIR)/han2zen.dat \ - $(UTF8_DIR)/hira2kata.dat $(UTF8_DIR)/roma2hira.dat - $(UTF8_DIR): - $(MKDIR) $(UTF8_DIR) --$(UTF8_DIR)/migemo-dict: migemo-dict -+$(UTF8_DIR)/migemo-dict: $(UTF8_DIR) migemo-dict - $(FILTER_UTF8) < migemo-dict > $@ --$(UTF8_DIR)/zen2han.dat: zen2han.dat -+$(UTF8_DIR)/zen2han.dat: $(UTF8_DIR) zen2han.dat - $(FILTER_UTF8) < zen2han.dat > $@ --$(UTF8_DIR)/han2zen.dat: han2zen.dat -+$(UTF8_DIR)/han2zen.dat: $(UTF8_DIR) han2zen.dat - $(FILTER_UTF8) < han2zen.dat > $@ --$(UTF8_DIR)/hira2kata.dat: hira2kata.dat -+$(UTF8_DIR)/hira2kata.dat: $(UTF8_DIR) hira2kata.dat - $(FILTER_UTF8) < hira2kata.dat > $@ --$(UTF8_DIR)/roma2hira.dat: roma2hira.dat -+$(UTF8_DIR)/roma2hira.dat: $(UTF8_DIR) roma2hira.dat - $(FILTER_UTF8) < roma2hira.dat > $@ - - ############################################################################## diff --git a/app-text/cmigemo/files/cmigemo-1.3c-parallel-install.patch b/app-text/cmigemo/files/cmigemo-1.3c-parallel-install.patch deleted file mode 100644 index 9ac30d65a3c0..000000000000 --- a/app-text/cmigemo/files/cmigemo-1.3c-parallel-install.patch +++ /dev/null @@ -1,113 +0,0 @@ -https://github.com/koron/cmigemo/pull/29 - -From 4c7476b614208836c3f4036fca87c8c718043c8b Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich <slyich@gmail.com> -Date: Wed, 22 Jun 2022 22:07:18 +0100 -Subject: [PATCH 1/3] compile/unix.mak: add .o file dependency on $(objdir) - directory - -Without this change parallel build fails occasionally when object -files are built before directory is being created: - - make[1]: Entering directory '/build/cmigemo' - gcc -O2 -Wall -fPIC -o build/object/charset.o -c src/charset.c - Assembler messages: - Fatal error: can't create build/object/charset.o: No such file or directory - make[1]: *** [compile/unix.mak:33: build/object/charset.o] Error 1 shuffle=1655929862 ---- - compile/unix.mak | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/compile/unix.mak b/compile/unix.mak -index 8ef6413..8cf525a 100644 ---- a/compile/unix.mak -+++ b/compile/unix.mak -@@ -14,7 +14,7 @@ CFLAGS = -O2 -Wall $(DEFINES) $(CFLAGS_MIGEMO) - LDFLAGS = $(LDFLAGS_MIGEMO) - LIBS = - --default: dirs $(outdir)cmigemo$(EXEEXT) -+default: $(outdir)cmigemo$(EXEEXT) - - dirs: - @for i in $(objdir) $(outdir); do \ -@@ -26,10 +26,10 @@ dirs: - $(outdir)cmigemo$(EXEEXT): $(objdir)main.$(O) $(libmigemo_LIB) - $(CC) -o $@ $(objdir)main.$(O) -L. -L$(outdir) -lmigemo $(LDFLAGS) - --$(objdir)main.o: $(srcdir)main.c -+$(objdir)main.o: $(srcdir)main.c dirs - $(CC) $(CFLAGS) -o $@ -c $< - --$(objdir)%.o: $(srcdir)%.c -+$(objdir)%.o: $(srcdir)%.c dirs - $(CC) $(CFLAGS) -o $@ -c $< - - ############################################################################## - -From 88a1ed71a637faa6ec4eeb7e2b2f0a9f597a4812 Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich <slyich@gmail.com> -Date: Wed, 22 Jun 2022 22:10:42 +0100 -Subject: [PATCH 2/3] compile/unix.mak: add install dependency on $(dictdir) - directory - -Without this change parallel install fails occasionally when -$(dictdir) is not yet present: - - gcc -o build/cmigemo ./build/object/main.o -L. -L./build/ -lmigemo -Wl,-rpath,.,-rpath,/usr/local/lib,-rpath,/usr/lib - install -m 644 dict/migemo-dict ...-cmigemo-1.3e/share/migemo/cp932 - install: cannot create regular file '...-cmigemo-1.3e/share/migemo/cp932': No such file or directory - make[1]: *** [compile/unix.mak:49: install-dict] Error 1 shuffle=1655931959 ---- - compile/unix.mak | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/compile/unix.mak b/compile/unix.mak -index 8cf525a..cb6bd8f 100644 ---- a/compile/unix.mak -+++ b/compile/unix.mak -@@ -45,7 +45,7 @@ install-mkdir: - $(MKDIR) $(dictdir)/euc-jp - $(MKDIR) $(dictdir)/utf-8 - --install-dict: -+install-dict: install-mkdir - $(INSTALL_DATA) dict/migemo-dict $(dictdir)/cp932 - $(INSTALL_DATA) dict/han2zen.dat $(dictdir)/cp932 - $(INSTALL_DATA) dict/hira2kata.dat $(dictdir)/cp932 - -From 3b39db8a748081e60bcceb7a8ae93616a5939f41 Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich <slyich@gmail.com> -Date: Wed, 22 Jun 2022 22:16:12 +0100 -Subject: [PATCH 3/3] compile/unix.mak: add install-lib dependency on $(libdir) - directory - -Without this change parallel install fails occasionally when -$(libdir) is not yet present: - - rm -f libmigemo.so.1 libmigemo.so - ln -s libmigemo.so.1.1.0 libmigemo.so.1 - ln -s libmigemo.so.1.1.0 libmigemo.so - install -m 755 libmigemo.so.1.1.0 ...-cmigemo-1.3e/lib - rm -f ...-cmigemo-1.3e/lib/libmigemo.so.1 ...-cmigemo-1.3e/lib/libmigemo.so - ln -s libmigemo.so.1.1.0 ...-cmigemo-1.3e/lib/libmigemo.so.1 - ln: failed to create symbolic link '...-cmigemo-1.3e/lib/libmigemo.so.1': Not a directory - make[1]: *** [compile/Make_gcc.mak:38: install-lib] Error 1 shuffle=1655932664 ---- - compile/unix.mak | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/compile/unix.mak b/compile/unix.mak -index cb6bd8f..6651fcd 100644 ---- a/compile/unix.mak -+++ b/compile/unix.mak -@@ -66,6 +66,9 @@ install-dict: install-mkdir - $(INSTALL_DATA) dict/utf-8.d/zen2han.dat $(dictdir)/utf-8; \ - fi - -+# depends on $(libdir) to be already present -+install-lib: install-mkdir -+ - install: $(outdir)cmigemo$(EXEEXT) $(libmigemo_DSO) install-mkdir install-dict install-lib - $(INSTALL_DATA) $(srcdir)migemo.h $(incdir) - $(INSTALL_DATA) doc/README_j.txt $(docdir) diff --git a/app-text/cmigemo/files/cmigemo-gentoo.patch b/app-text/cmigemo/files/cmigemo-gentoo.patch deleted file mode 100644 index 37215d224ed8..000000000000 --- a/app-text/cmigemo/files/cmigemo-gentoo.patch +++ /dev/null @@ -1,74 +0,0 @@ ---- a/compile/Make_gcc.mak -+++ b/compile/Make_gcc.mak -@@ -14,7 +14,7 @@ - libmigemo = libmigemo.so - EXEEXT = - CFLAGS_MIGEMO = -fPIC --LDFLAGS_MIGEMO = -Wl,-rpath,.,-rpath,/usr/local/lib,-rpath,/usr/lib -+LDFLAGS_MIGEMO = - - include config.mk - include compile/unix.mak ---- a/compile/unix.mak -+++ b/compile/unix.mak -@@ -22,6 +22,7 @@ - $(MKDIR) $$i; \ - fi \ - done -+ touch $@ - - $(outdir)cmigemo$(EXEEXT): $(objdir)main.$(O) $(libmigemo_LIB) - $(CC) -o $@ $(objdir)main.$(O) -L. -L$(outdir) -lmigemo $(LDFLAGS) ---- a/configure -+++ b/configure -@@ -31,12 +31,12 @@ - fi - - # Check encoding filter --if CHECK_COMMAND qkc ; then -- PROGRAM_ENCODEFILTER="qkc -q -u" --elif CHECK_COMMAND nkf ; then -+if CHECK_COMMAND nkf ; then - PROGRAM_ENCODEFILTER="nkf -x" -+elif CHECK_COMMAND qkc ; then -+ PROGRAM_ENCODEFILTER="qkc -q -u" - else -- echo "ERROR: Require qkc or nkf installed for encode filter." -+ echo "ERROR: Require nkf or qkc installed for encode filter." - exit 1 - fi - ---- a/tools/migemo.vim -+++ b/tools/migemo.vim -@@ -24,10 +24,7 @@ - endif - if dict == '' - for path in [ -- \ '/usr/local/share/migemo/', -- \ '/usr/local/share/cmigemo/', - \ '/usr/local/share/', -- \ '/usr/share/cmigemo/', - \ '/usr/share/', - \ ] - let path = path . a:name -@@ -50,6 +47,9 @@ - let dict = s:SearchDict2(&encoding.'/migemo-dict') - endif - if dict == '' -+ let dict = s:SearchDict2('migemo/migemo-dict') -+ endif -+ if dict == '' - let dict = s:SearchDict2('migemo-dict') - endif - return dict -@@ -70,7 +70,9 @@ - nnoremap <Leader>f :call <SID>SearchChar(0)<CR> - else - " non-builtin version -- let g:migemodict = s:SearchDict() -+ if !get(g:, 'migemodict') -+ let g:migemodict = s:SearchDict() -+ endif - command! -nargs=* Migemo :call <SID>MigemoSearch(<q-args>) - nnoremap <silent> <leader>mi :call <SID>MigemoSearch('')<cr> - diff --git a/app-text/cmigemo/files/cmigemo-ldflags.patch b/app-text/cmigemo/files/cmigemo-ldflags.patch deleted file mode 100644 index ca1db125c5a2..000000000000 --- a/app-text/cmigemo/files/cmigemo-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/compile/Make_gcc.mak -+++ b/compile/Make_gcc.mak -@@ -28,7 +28,7 @@ - # - $(libmigemo_LIB): $(libmigemo_DSO) - $(libmigemo_DSO): $(libmigemo_OBJ) -- $(CC) -shared -o $(libmigemo_LIB) -Wl,-soname,$@ $(libmigemo_OBJ) -+ $(CC) -shared -o $(libmigemo_LIB) -Wl,-soname,$@ $(libmigemo_OBJ) $(LDFLAGS) - $(RM) $@ $(libmigemo) - ln -s $(libmigemo_LIB) $@ - ln -s $(libmigemo_LIB) $(libmigemo) diff --git a/app-text/cmigemo/metadata.xml b/app-text/cmigemo/metadata.xml deleted file mode 100644 index 5524643c3733..000000000000 --- a/app-text/cmigemo/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <use> - <flag name="vim">Install Vim plugin for C/Migemo</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/code2html/Manifest b/app-text/code2html/Manifest deleted file mode 100644 index d3e5187ba36c..000000000000 --- a/app-text/code2html/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST code2html-0.9.1-gentoo_patches.tar.bz2 2666 BLAKE2B 31c750aae9dbe9eddc77840a70535a5a6f1d495aa2015efe4afbded2481f2b7b171a95ab20ffcafd38a953170a6da0e8ccf895fded432ca7a16de6cdbc0d58d0 SHA512 cd478b53f0c11b9b4838a842bd8cb344698c85b1c3e09f03a75214f4002f4748a15f995530d6b6c743a4edb784c8aa703786ec10d3bda971b9485153e7090fdc -DIST code2html-0.9.1.tar.gz 39811 BLAKE2B 57724d636d53066458b806266fc0a61e44919608ad44d65c540d0b6442e93acd822fcdc68c6c3279614b0887a9b7e6553e2de2c1a27679bd34c971ad1a05d70b SHA512 97fb8cadfe64a389711c58b13b7b5d977849f3a242c32a2456f93d7abd39f5d0a4152416f5c73aa05f151316ea0d8486b2b9923a5390eefec3e9d8253cc0b2d3 diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild b/app-text/code2html/code2html-0.9.1-r2.ebuild deleted file mode 100644 index e3a5da396837..000000000000 --- a/app-text/code2html/code2html-0.9.1-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit prefix - -DESCRIPTION="Converts source files to colored HTML output" -HOMEPAGE="http://www.palfrader.org/code2html/" -SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz - mirror://gentoo/${P}-gentoo_patches.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" - -RDEPEND=">=dev-lang/perl-5" - -PATCHES=( - # Be consistent in color codes (bug #119406) - "${WORKDIR}"/${P}-lowercase_color_codes.patch - - # Improved C++ support (bug #133159) - "${WORKDIR}"/${P}-cpp_keywords.patch - - # Improved Ada support (bug #133176) - "${WORKDIR}"/${P}-ada_identifiers.patch - - # For prefix paths - "${FILESDIR}"/${P}-prefix.patch - - # For newer Perl, bug 523610 - "${FILESDIR}"/${P}-scalar.patch -) - -src_prepare() { - default - - eprefixify code2html -} - -src_install() { - dobin code2html - dodoc ChangeLog CREDITS README - doman code2html.1 -} diff --git a/app-text/code2html/files/code2html-0.9.1-prefix.patch b/app-text/code2html/files/code2html-0.9.1-prefix.patch deleted file mode 100644 index fbfc9d6b5356..000000000000 --- a/app-text/code2html/files/code2html-0.9.1-prefix.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/code2html -+++ b/code2html -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -w -+#!@GENTOO_PORTAGE_EPREFIX@/usr/bin/perl -w - use locale; - my $vernr = "0.9.1"; - my $monthshort = "Jan"; -@@ -45,9 +45,9 @@ - # PP: A hash would be nicer but then it would not possible to get the keys in this very order (AFAIK) - # PP: If names contain meta characters, then those must be metaquoted (if you don't want the meta chars to be meta chars of course) - my @CGI_ENCODING = ( -- ['bzip2' , '/usr/bin/bzip2' , '--stdout' ], -- ['gzip' , '/bin/gzip' , '--stdout' ], -- ['compress' , '/usr/bin/compress' , '-c' ] -+ ['bzip2' , '@GENTOO_PORTAGE_EPREFIX@/usr/bin/bzip2' , '--stdout' ], -+ ['gzip' , '@GENTOO_PORTAGE_EPREFIX@/bin/gzip' , '--stdout' ], -+ ['compress' , '@GENTOO_PORTAGE_EPREFIX@/usr/bin/compress' , '-c' ] - ); - - -@@ -147,7 +147,7 @@ - # building up the database - # newer entries overwrite old ones - my @CONFIG_FILES; -- push @CONFIG_FILES, "/etc/code2html.config"; -+ push @CONFIG_FILES, "@GENTOO_PORTAGE_EPREFIX@/etc/code2html.config"; - push @CONFIG_FILES, $ENV{'HOME'}."/.code2html.config" if (defined($ENV{'HOME'})); - push @CONFIG_FILES, split(/:/,$ENV{'CODE2HTML_CONFIG'}) if ($ENV{'CODE2HTML_CONFIG'}); - push @CONFIG_FILES, split(/:/,$params{'langfile'}) if defined($params{'langfile'}); diff --git a/app-text/code2html/files/code2html-0.9.1-scalar.patch b/app-text/code2html/files/code2html-0.9.1-scalar.patch deleted file mode 100644 index b8f56f1a7d1a..000000000000 --- a/app-text/code2html/files/code2html-0.9.1-scalar.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/code2html -+++ b/code2html -@@ -1357,7 +1357,7 @@ - my @lines = split ( /\n/, $_[0] ); - - my $nr = 0; -- my $lengthofnr = length(@lines); -+ my $lengthofnr = length(scalar(@lines)); - my $format = qq{<a name="$_[1]line%u">%${lengthofnr}u</a> %s\n} ; - join ('', map ( {$nr++; sprintf ( $format , $nr, $nr, $_ )} @lines)); - }, -@@ -1367,7 +1367,7 @@ - my @lines = split ( /\n/, $_[0] ); - - my $nr = 0; -- my $lengthofnr = length(@lines); -+ my $lengthofnr = length(scalar(@lines)); - my $format = qq{<a name="$_[1]line%u" href="#$_[1]line%u">%$ {lengthofnr}u</a> %s\n}; - join ('', map ( {$nr++; sprintf ( $format , $nr, $nr, $nr, $_ )} @lines)); - } diff --git a/app-text/code2html/metadata.xml b/app-text/code2html/metadata.xml deleted file mode 100644 index 64d6cb5b118d..000000000000 --- a/app-text/code2html/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - Code2HTML converts a program source code to syntax highlighted - HTML. It may be called as a CGI script. It can also handle include - commands in HTML files. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/convertlit/Manifest b/app-text/convertlit/Manifest deleted file mode 100644 index 6b5e625aa8a0..000000000000 --- a/app-text/convertlit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clit18src.zip 135120 BLAKE2B b2c47c03df2cee8779f50eee1a19f46907fa966165629d17fb25c66e5bf7b68b6ada6efa1790d36deb6a10f69c17ec7ef2cc66551796cbba04a3f2f7e5e3294d SHA512 0d4b7d525f5164a73a47a00e1c4e93ff50e738a4e6c541ded283c4779e6a67138f601c23a41344517ca5d7f8c9141b25cc6edc7f3967fbf9042e99f647354f36 diff --git a/app-text/convertlit/convertlit-1.8-r4.ebuild b/app-text/convertlit/convertlit-1.8-r4.ebuild deleted file mode 100644 index 1ee0af7452a2..000000000000 --- a/app-text/convertlit/convertlit-1.8-r4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -MY_P="clit${PV//./}" - -DESCRIPTION="CLit converts MS ebook .lit files to .opf (xml+html+png+jpg)" -HOMEPAGE="http://www.convertlit.com/" -SRC_URI="http://www.convertlit.com/${MY_P}src.zip" -S="${WORKDIR}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86" - -RDEPEND=">=dev-libs/libtommath-0.36-r1" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -PATCHES=( - "${FILESDIR}"/${P}-respectflags-r1.patch - "${FILESDIR}"/fix-Wformat-security-warnings.patch - "${FILESDIR}"/support-ar-variable.patch - "${FILESDIR}"/${P}-clang16.patch -) - -src_compile() { - tc-export AR CC - append-cflags -std=gnu89 # old codebase, incompatible with c2x - - emake -C lib - emake -C ${MY_P} -} - -src_install() { - dobin ${MY_P}/clit - einstalldocs -} diff --git a/app-text/convertlit/files/convertlit-1.8-clang16.patch b/app-text/convertlit/files/convertlit-1.8-clang16.patch deleted file mode 100644 index 13d5786c13f9..000000000000 --- a/app-text/convertlit/files/convertlit-1.8-clang16.patch +++ /dev/null @@ -1,49 +0,0 @@ -https://bugs.gentoo.org/870946 ---- a/clit18/display.c -+++ b/clit18/display.c -@@ -24,2 +24,3 @@ - #include <stdlib.h> -+#include <string.h> - #include "litlib.h" ---- a/clit18/drm5.c -+++ b/clit18/drm5.c -@@ -32,2 +32,3 @@ - #include <string.h>
-+#include <ctype.h>
- #include <assert.h>
---- a/clit18/explode.c -+++ b/clit18/explode.c -@@ -26,2 +26,3 @@ - #include <string.h>
-+#include <sys/stat.h>
- #include "clit.h"
---- a/clit18/hexdump.c -+++ b/clit18/hexdump.c -@@ -18,2 +18,3 @@ - #include <stdlib.h> -+#include <string.h> - ---- a/clit18/manifest.c -+++ b/clit18/manifest.c -@@ -25,2 +25,3 @@ - #include <stdlib.h>
-+#include <string.h>
- #include "litlib.h"
---- a/clit18/transmute.c -+++ b/clit18/transmute.c -@@ -24,2 +24,3 @@ - #include <stdlib.h> -+#include <string.h> - #include "litlib.h" ---- a/lib/litsections.c -+++ b/lib/litsections.c -@@ -33,2 +33,3 @@ - #include "litinternal.h"
-+#include "lzx/lzx.h"
- #include "lzx.h"
---- a/lib/newlzx/lzxglue.c -+++ b/lib/newlzx/lzxglue.c -@@ -30,2 +30,3 @@ - #include <stdlib.h>
-+#include <string.h>
- #include "litlib.h"
diff --git a/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch b/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch deleted file mode 100644 index faedfa0a30a5..000000000000 --- a/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: clit18/Makefile -=================================================================== ---- a/clit18/Makefile -+++ b/clit18/Makefile -@@ -1,9 +1,9 @@ - all: clit
-
--CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
-+CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I .
- clean:
- rm -f *.o clit
-
- clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
-- gcc -o clit $^ ../libtommath-0.30/libtommath.a
-+ $(CC) $(LDFLAGS) -o clit $^ -ltommath
-
-Index: lib/Makefile -=================================================================== ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -1,6 +1,6 @@ - all: openclit.a
-
--CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I.
-+CFLAGS+=-Ides -Isha -Inewlzx -I.
- clean:
- rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o
-
diff --git a/app-text/convertlit/files/fix-Wformat-security-warnings.patch b/app-text/convertlit/files/fix-Wformat-security-warnings.patch deleted file mode 100644 index 78410a960f78..000000000000 --- a/app-text/convertlit/files/fix-Wformat-security-warnings.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 79ab07db8d91b6c6e0c36358c8030893c28510ba Mon Sep 17 00:00:00 2001 -From: Michael Orlitzky <michael@orlitzky.com> -Date: Tue, 2 Aug 2016 10:32:53 -0400 -Subject: [PATCH 1/1] clit.c: fix -Wformat-security warnings. - -Two uses of printf() in clit.c were triggering -Wformat-security -warnings due to a missing "%s" format string. This was causing -compilation to fail with -Werror=format-security, so they have -been fixed. - -Gentoo-Bug: 521246 ---- - clit18/clit.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/clit18/clit.c b/clit18/clit.c -index c13a75d..48b749f 100644 ---- a/clit18/clit.c -+++ b/clit18/clit.c -@@ -125,9 +125,9 @@ int main(int argc, char ** argv) - dir_program[i+1] = '\0'; break;
- }
- }
-- printf(sTitle);
-+ printf("%s", sTitle);
- if (argc < 3) {
-- printf(sUsage);
-+ printf("%s", sUsage);
- return -1;
- }
- base = 1;
--- -2.7.3 - diff --git a/app-text/convertlit/files/support-ar-variable.patch b/app-text/convertlit/files/support-ar-variable.patch deleted file mode 100644 index 4bd3e822f31d..000000000000 --- a/app-text/convertlit/files/support-ar-variable.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/lib/Makefile b/lib/Makefile -index 9104f27..0c8b197 100644 ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -6,5 +6,5 @@ clean: -
- openclit.a: litatom.o litdrm.o litlib.o litembiggen.o littags.o litmetatags.o litmanifest.o litdirectory.o litsections.o litheaders.o litutil.o sha/mssha1.o des/des.o newlzx/lzxglue.o newlzx/lzxd.o
- -rm -f openclit.a
-- ar rv openclit.a $^
-+ $(AR) rv openclit.a $^
-
diff --git a/app-text/convertlit/metadata.xml b/app-text/convertlit/metadata.xml deleted file mode 100644 index 0fba2770e774..000000000000 --- a/app-text/convertlit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - Convert Lit is a simple program to use .lit or Microsoft ebook files on - Linux. It's able to "explode" the ebook into Open Ebook Specification - Format (OEBPS), which than can be read by Opera and other Linux programs - (it's just xml, html, png and jpeg). Note that you won't get any - DRM-bypassing, so your .lit-file must not be copy protected. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest deleted file mode 100644 index 14c534217160..000000000000 --- a/app-text/convmv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST convmv-2.06.tar.gz 30897 BLAKE2B 88110b28f7faff89d4447a16c21e96a5209fa3101b3571ba295d65e51a40c56425cb91b3fd76cf6fc1320f502b3bcddc73c8ec23872fc5232b07ca931d43d8de SHA512 a93acb0aa019ec468ec263947c3e0158c51b1b24885e77f62861555c8e80aaa6867eb42045040d09c83488460db0d2edea7327a5354afded2ab02caf7f54204d diff --git a/app-text/convmv/convmv-2.06.ebuild b/app-text/convmv/convmv-2.06.ebuild deleted file mode 100644 index 9b1440f19e1e..000000000000 --- a/app-text/convmv/convmv-2.06.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="convert filenames to utf8 or any other charset" -HOMEPAGE="https://www.j3e.de/linux/convmv/" -SRC_URI="https://www.j3e.de/linux/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~loong ~mips ppc ppc64 ~sparc x86" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-2.05-manpage_nocompress.patch" #729544 -) - -src_prepare() { - default - sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install - dodoc CREDITS Changes TODO VERSION -} - -src_test() { - unpack ./testsuite.tar - - cd "${S}"/suite || die - ./dotests.sh || die -} diff --git a/app-text/convmv/files/convmv-2.05-manpage_nocompress.patch b/app-text/convmv/files/convmv-2.05-manpage_nocompress.patch deleted file mode 100644 index 02f0c41032ee..000000000000 --- a/app-text/convmv/files/convmv-2.05-manpage_nocompress.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- convmv-2.05/Makefile -+++ convmv-2.05/Makefile -@@ -10,11 +10,11 @@ - install: all - mkdir -p $(DESTDIR)$(MANDIR)/man1/ - mkdir -p $(DESTDIR)$(PREFIX)/bin/ -- cp convmv.1.gz $(DESTDIR)$(MANDIR)/man1/ -+ cp convmv.1 $(DESTDIR)$(MANDIR)/man1/ - install -m 755 convmv $(DESTDIR)$(PREFIX)/bin/ - - manpage: -- pod2man --section 1 --center=" " convmv | gzip > convmv.1.gz -+ pod2man --section 1 --center=" " convmv > convmv.1 - - clean: - rm -f convmv.1.gz convmv-*.tar.gz MD5sums SHA256sums .files .name diff --git a/app-text/convmv/metadata.xml b/app-text/convmv/metadata.xml deleted file mode 100644 index e7778ddc74c3..000000000000 --- a/app-text/convmv/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest deleted file mode 100644 index 71fe044a7b4c..000000000000 --- a/app-text/cpdf/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cpdf-2.7.1.tar.gz 1660693 BLAKE2B 71cbb72c06ceacd12adbb97c81a504626273d3c0bc74077936b6693bb397b38c97a2db70703a3da8a7caa49d696ee904992150cba133079408e961ef8c7273a2 SHA512 b23c1c151f095d11b6c3c56766cdc05aa6b12a0e1224880a050f69f67c4d40053f2415ac3f9e54233bf8314ca8bdfccc2c65dd44b0c6d60ae8d7c08b1c411a04 -DIST cpdf-2.8.1.tar.gz 1740371 BLAKE2B cd1a99fda9524091d680ddf2218b34f09c55b251708d16beaab0e621b268780e53bae2fb3bd247e7b6e3951800715f977c7a9df7f0388023f0a5e08cde610566 SHA512 f325c703835a82be462cafa5fb9548329ef648e3aa66bca73c2ae1d9e99813b3008915018bf5090e0c0dd6e31509e97895b01c64a9b4484c4993be59e85995e8 diff --git a/app-text/cpdf/cpdf-2.7.1.ebuild b/app-text/cpdf/cpdf-2.7.1.ebuild deleted file mode 100644 index 2be9e0bef4d3..000000000000 --- a/app-text/cpdf/cpdf-2.7.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit findlib - -DESCRIPTION="A command line tool for manipulating PDF files" -HOMEPAGE="https://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/" -SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-source-${PV}" - -# ISC is only for cpdfxmlm.ml{,i} -LICENSE="AGPL-3 ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-lang/ocaml:=[ocamlopt] - ~dev-ml/camlpdf-${PV}:=" -DEPEND="${RDEPEND}" - -src_compile() { - # parallel make issues - emake -j1 -} - -src_install() { - findlib_src_install - - dobin cpdf - dodoc Changes README.md cpdfmanual.pdf - doman cpdf.1 - - use doc && dodoc -r doc/cpdf/html -} diff --git a/app-text/cpdf/cpdf-2.8.1.ebuild b/app-text/cpdf/cpdf-2.8.1.ebuild deleted file mode 100644 index f71fdc604101..000000000000 --- a/app-text/cpdf/cpdf-2.8.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit findlib - -DESCRIPTION="A command line tool for manipulating PDF files" -HOMEPAGE="https://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/" -SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-source-${PV}" - -# ISC is only for cpdfxmlm.ml{,i} -LICENSE="AGPL-3 ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND="dev-lang/ocaml:=[ocamlopt] - ~dev-ml/camlpdf-${PV}:=" -DEPEND="${RDEPEND}" - -src_compile() { - # parallel make issues - emake -j1 -} - -src_install() { - findlib_src_install - - dobin cpdf - dodoc Changes README.md cpdfmanual.pdf - doman cpdf.1 - - use doc && dodoc -r doc/cpdf/html -} diff --git a/app-text/cpdf/metadata.xml b/app-text/cpdf/metadata.xml deleted file mode 100644 index 1d30489d69a8..000000000000 --- a/app-text/cpdf/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>ivan.lloro.boada@gmail.com</email> - <name>Ivan Lloro</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/crengine-ng/Manifest b/app-text/crengine-ng/Manifest deleted file mode 100644 index 6e480f808d9d..000000000000 --- a/app-text/crengine-ng/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST crengine-ng-0.9.13.tar.bz2 4382856 BLAKE2B fab44a0c994bb6ca667c3b1e60207e3d3fd13c288b2074fb70570e79e206f84aaebdca5879594e60dee01996a17d89f5d7cfcad421555d19a80cf136ce2be0ef SHA512 5289d045dd226b34747c70ca109eeee1d54d69309213d15bd788db554f76a1eefe7eb47f02bb91ea4a96a418e07b6c3df199ed26ff40800e6cdfdb93862f6a15 -DIST freefont-otf-20120503.tar.gz 4487813 BLAKE2B a280bef885bc71897a8475814602d7537b05d14a70e5857acd1007bc0a074be9db1e08fbd63fcabf3fde7874391bdd319d00b213e29b203d474fb320e91b82a2 SHA512 cee9a573b17ccc689b61f0925fb6624d58e3a3369d996e379e70c3a4cd750429d68c14c85fbcab4381101c8f4bf56730ef40e0045fdd79647019db41b4ec74fd diff --git a/app-text/crengine-ng/crengine-ng-0.9.13-r1.ebuild b/app-text/crengine-ng/crengine-ng-0.9.13-r1.ebuild deleted file mode 100644 index 836615dfd310..000000000000 --- a/app-text/crengine-ng/crengine-ng-0.9.13-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -DESCRIPTION="Cross-platform library designed to implement e-book readers" -HOMEPAGE="https://gitlab.com/coolreader-ng/crengine-ng" -SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2 - test? ( mirror://gnu/freefont/freefont-otf-20120503.tar.gz )" - -LICENSE="GPL-2+" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 x86" -IUSE="+png +jpeg webp +gif +svg +chm +harfbuzz +fontconfig +libunibreak +fribidi +zstd +libutf8proc static-libs test" - -RESTRICT="!test? ( test )" - -CDEPEND="virtual/zlib:= - png? ( media-libs/libpng:0 ) - jpeg? ( media-libs/libjpeg-turbo ) - webp? ( media-libs/libwebp ) - >=media-libs/freetype-2.10.0 - harfbuzz? ( media-libs/harfbuzz:=[truetype] ) - libunibreak? ( dev-libs/libunibreak:= ) - fribidi? ( dev-libs/fribidi ) - zstd? ( app-arch/zstd:= ) - libutf8proc? ( dev-libs/libutf8proc:= ) - fontconfig? ( media-libs/fontconfig )" - -RDEPEND="${CDEPEND}" -DEPEND=" - ${RDEPEND} - test? ( dev-cpp/gtest - app-arch/zip ) -" -BDEPEND=">=dev-build/cmake-3.14 - virtual/pkgconfig - ${CDEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-unittests.patch ) - -src_prepare() { - cmake_src_prepare - if use test; then - mkdir -p "${BUILD_DIR}/crengine/tests/fonts/" - cp -p "${WORKDIR}/freefont-20120503/"*.otf "${BUILD_DIR}/crengine/tests/fonts/" - fi -} - -src_configure() { - CMAKE_BUILD_TYPE="Release" - local mycmakeargs=( - -DCRE_BUILD_SHARED=ON - -DCRE_BUILD_STATIC=$(usex static-libs) - -DUSE_COLOR_BACKBUFFER=ON - -DWITH_LIBPNG=$(usex png) - -DWITH_LIBJPEG=$(usex jpeg) - -DWITH_LIBWEBP=$(usex webp) - -DWITH_FREETYPE=ON - -DWITH_HARFBUZZ=$(usex harfbuzz) - -DWITH_LIBUNIBREAK=$(usex libunibreak) - -DWITH_FRIBIDI=$(usex fribidi) - -DWITH_ZSTD=$(usex zstd) - -DWITH_UTF8PROC=$(usex libutf8proc) - -DUSE_GIF=$(usex gif) - -DUSE_NANOSVG=$(usex svg) - -DUSE_CHM=$(usex chm) - -DUSE_ANTIWORD=ON - -DUSE_FONTCONFIG=$(usex fontconfig) - -DUSE_SHASUM=OFF - -DUSE_MD4C=ON - -DBUILD_TOOLS=OFF - -DENABLE_UNITTESTING=$(usex test) - -DOFFLINE_BUILD_MODE=ON - ) - cmake_src_configure -} - -src_test() { - cd "${BUILD_DIR}/crengine/tests" - ./unittests -} diff --git a/app-text/crengine-ng/files/crengine-ng-0.9.13-unittests.patch b/app-text/crengine-ng/files/crengine-ng-0.9.13-unittests.patch deleted file mode 100644 index a1601bd4ac6b..000000000000 --- a/app-text/crengine-ng/files/crengine-ng-0.9.13-unittests.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 054875c021539c21e93665fcfc969d61d5a3e9e8 Mon Sep 17 00:00:00 2001 -From: Aleksey Chernov <valexlin@gmail.com> -Date: Thu, 13 Nov 2025 19:41:36 +0400 -Subject: [PATCH] Fixed unittests linking error. - ---- - crengine/tests/CMakeLists.txt | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/crengine/tests/CMakeLists.txt b/crengine/tests/CMakeLists.txt -index 02d623e8..2905f63a 100644 ---- a/crengine/tests/CMakeLists.txt -+++ b/crengine/tests/CMakeLists.txt -@@ -126,7 +126,12 @@ if(WIN32) - endif(WIN32) - - add_executable(unittests ${SRC_LIST}) --target_link_libraries(unittests ${CRE_NG} GTest::gtest_main) -+if (USE_ZLIB) -+ set(ADD_LIBS "${ZLIB_LIBRARIES}") -+else() -+ set(ADD_LIBS) -+endif() -+target_link_libraries(unittests ${CRE_NG} ${ADD_LIBS} GTest::gtest_main) - target_include_directories(unittests PRIVATE ${PRIVATE_INCLUDE_DIRECTORIES}) - - include(GoogleTest) --- -2.51.0 - diff --git a/app-text/crengine-ng/metadata.xml b/app-text/crengine-ng/metadata.xml deleted file mode 100644 index 721b6225ebd3..000000000000 --- a/app-text/crengine-ng/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <maintainer type="person"> - <email>valexlin@gmail.com</email> - <name>Aleksey Chernov</name> - <description>upstream</description> - </maintainer> - <longdescription lang="en"> - A fork of coolreader engine. Supported formats are: fb2 (including fb2.zip), fb3, - epub (without DRM), rtf, doc, docx, odt, md, html, chm, pdb, mobi (without DRM), txt, trc, prc. - </longdescription> - <use> - <flag name="chm">Support chm format</flag> - <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for kerning and ligatures</flag> - <flag name="libunibreak">Use <pkg>dev-libs/libunibreak</pkg> for hyphenation</flag> - <flag name="fribidi">Support bidirectional text by <pkg>dev-libs/fribidi</pkg> - </flag> - <flag name="libutf8proc">Use <pkg>dev-libs/libutf8proc</pkg> for manipulating unicode strings</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/crf++/Manifest b/app-text/crf++/Manifest deleted file mode 100644 index 8117b71c39ed..000000000000 --- a/app-text/crf++/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST CRF++-0.58.tar.gz 790570 BLAKE2B 8fdd3fea3e30f4196560e2e265519c961739aabbad75e9805040a8f7da0f501620d6bb2c4f589c6d0c8bb79af5c8f46bbe27b610a4ec6a0db632fef219ea5b46 SHA512 676b3e9ed89b5fb2f246175b58c384f10cab09fff8329c07311fed3832f55dbad26a25d2946c9efaa75cd8026517cb9e1742bb70ca26187367747852073e4eb9 diff --git a/app-text/crf++/crf++-0.58-r1.ebuild b/app-text/crf++/crf++-0.58-r1.ebuild deleted file mode 100644 index c10b4b472085..000000000000 --- a/app-text/crf++/crf++-0.58-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data" -HOMEPAGE="https://taku910.github.io/crfpp/" -SRC_URI="mirror://gentoo/${P^^}.tar.gz" -S="${WORKDIR}/${P^^}" - -LICENSE="|| ( BSD LGPL-2.1 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) -HTML_DOCS=( doc/. ) - -src_prepare() { - default - eautoreconf -} - -src_test() { - local d - for d in example/*; do - pushd "${d}" >/dev/null || die - ./exec.sh || die "failed test in ${d}" - popd >/dev/null || die - done -} - -src_install() { - default - - if use examples; then - dodoc -r example - docompress -x /usr/share/doc/${PF}/example - fi - - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/app-text/crf++/crf++-0.58-r2.ebuild b/app-text/crf++/crf++-0.58-r2.ebuild deleted file mode 100644 index ab8ce07bb1ef..000000000000 --- a/app-text/crf++/crf++-0.58-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data" -HOMEPAGE="https://taku910.github.io/crfpp/" -SRC_URI="mirror://gentoo/${P^^}.tar.gz" -S="${WORKDIR}/${P^^}" - -LICENSE="|| ( BSD LGPL-2.1 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -PATCHES=( - "${FILESDIR}"/${P}-autotools.patch - "${FILESDIR}"/${P}-registers.patch -) -HTML_DOCS=( doc/. ) - -src_prepare() { - default - eautoreconf -} - -src_test() { - local d - for d in example/*; do - pushd "${d}" >/dev/null || die - ./exec.sh || die "failed test in ${d}" - popd >/dev/null || die - done -} - -src_install() { - default - - if use examples; then - dodoc -r example - docompress -x /usr/share/doc/${PF}/example - fi - - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/app-text/crf++/files/crf++-0.58-autotools.patch b/app-text/crf++/files/crf++-0.58-autotools.patch deleted file mode 100644 index df3584432bbe..000000000000 --- a/app-text/crf++/files/crf++-0.58-autotools.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -49,10 +49,8 @@ - dnl - dnl check gcc - dnl --if test -n "$GCC"; then -- CFLAGS="-O3 -Wall"; -- CXXFLAGS="-O3 -Wall"; --fi -+CFLAGS="${CFLAGS} -Wall" -+CXXFLAGS="${CXXFLAGS} -Wall" - - AC_DEFUN(ADD_CC_FLAG, [ - AC_MSG_CHECKING(whether ${CC-cc} accepts $1) -@@ -285,6 +283,6 @@ - AC_MSG_RESULT([yes]) - - AC_SUBST(datarootdir) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - AC_OUTPUT([Makefile Makefile.msvc swig/version.h]) - diff --git a/app-text/crf++/files/crf++-0.58-registers.patch b/app-text/crf++/files/crf++-0.58-registers.patch deleted file mode 100644 index 960e7f923d6b..000000000000 --- a/app-text/crf++/files/crf++-0.58-registers.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 12204f40fdab494328931f12f45ad7d884ef6dac Mon Sep 17 00:00:00 2001 -From: Brahmajit Das <brahmajit.xyz@gmail.com> -Date: Tue, 16 May 2023 12:29:40 +0530 -Subject: [PATCH] Removing register keywords - -The register keyword has been dropped since C++17. - -Bug: https://bugs.gentoo.org/894642 -Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> ---- a/darts.h -+++ b/darts.h -@@ -404,10 +404,10 @@ class DoubleArrayImpl { - T result; - set_result(result, -1, 0); - -- register array_type_ b = array_[node_pos].base; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ array_u_type_ p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b +(node_u_type_)(key[i]) + 1; - if (static_cast<array_u_type_>(b) == array_[p].check) - b = array_[p].base; -@@ -431,12 +431,12 @@ class DoubleArrayImpl { - size_t node_pos = 0) const { - if (!len) len = length_func_()(key); - -- register array_type_ b = array_[node_pos].base; -- register size_t num = 0; -- register array_type_ n; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ size_t num = 0; -+ array_type_ n; -+ array_u_type_ p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b; // + 0; - n = array_[p].base; - if ((array_u_type_) b == array_[p].check && n < 0) { -@@ -469,8 +469,8 @@ class DoubleArrayImpl { - size_t len = 0) const { - if (!len) len = length_func_()(key); - -- register array_type_ b = array_[node_pos].base; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ array_u_type_ p; - - for (; key_pos < len; ++key_pos) { - p = b +(node_u_type_)(key[key_pos]) + 1; --- -2.40.1 - diff --git a/app-text/crf++/metadata.xml b/app-text/crf++/metadata.xml deleted file mode 100644 index 7132c27301e9..000000000000 --- a/app-text/crf++/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <longdescription lang="en"> - CRF++ is a simple, customizable, and open source implementation - of Conditional Random Fields (CRFs) for segmenting/labeling - sequential data. CRF++ is designed for generic purpose and will be - applied to a lot of NLP tasks, such as Named Entity Recognition, - Information Extraction and Text Chunking. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/crm114/Manifest b/app-text/crm114/Manifest deleted file mode 100644 index da01da98199f..000000000000 --- a/app-text/crm114/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crm114-20100106-BlameMichelson.src.tar.gz 724672 BLAKE2B ce5c3078030f2c4e78833edfb107d78e134a02c339d28411f2f60d4a67c333904d2ed0cf32a087997a72d961cbc5dabef46fb6c692d99fb509abd4161bd0094b SHA512 bb95fa50d6feef1a127e39e4005c4964b0096c3c7059f63bbf2293042351cf5ceeb7590fd1bedc64291ba556dfba96856dba8554f2f52a6cbaa3ad65012809c6 diff --git a/app-text/crm114/crm114-20100106-r2.ebuild b/app-text/crm114/crm114-20100106-r2.ebuild deleted file mode 100644 index a5d4a7b851d4..000000000000 --- a/app-text/crm114/crm114-20100106-r2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -MY_P="${P}-BlameMichelson.src" -DESCRIPTION="A powerful text processing tool, mainly used for spam filtering" -HOMEPAGE="http://crm114.sourceforge.net/" -SRC_URI="http://crm114.sourceforge.net/tarballs/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="examples mew nls normalizemime test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/tre - mew? ( app-emacs/mew ) - normalizemime? ( mail-filter/normalizemime )" -DEPEND="${RDEPEND} - test? ( sys-apps/miscfiles )" - -S="${WORKDIR}"/${MY_P} - -PATCHES=( - "${FILESDIR}"/${P}-fix-makefile.patch - # https://bugs.gentoo.org/854897 - # Upstream is dead since 2009 so no point submitting this to them. - "${FILESDIR}"/0001-fix-broken-function-signatures-for-5-argument-functi.patch -) - -src_prepare() { - default - - if use normalizemime; then - sed \ - -e 's%#:mime_decoder: /normalizemime/%:mime_decoder: /normalizemime/%' \ - -e 's%:mime_decoder: /mewdecode/%#:mime_decoder: /mewdecode/%' \ - -i mailfilter.cf || die - fi -} - -src_compile() { - # Restore GNU89 inline semantics to - # emit external symbols, bug 571062 - append-cflags -std=gnu89 -fcommon - - emake CC="$(tc-getCC)" -} - -src_test() { - emake megatest -} - -src_install() { - dobin crm114 cssdiff cssmerge cssutil osbf-util - - insinto /usr/share/${PN} - doins *.crm *.cf *.mfp - - dodoc COLOPHON.txt CRM114_Mailfilter_HOWTO.txt FAQ.txt INTRO.txt QUICKREF.txt \ - CLASSIFY_DETAILS.txt inoc_passwd.txt KNOWNBUGS.txt THINGS_TO_DO.txt README - - if use examples; then - docinto examples - dodoc *.example - docompress -x /usr/share/doc/${PF}/examples - fi -} - -pkg_postinst() { - elog "The spam-filter CRM files are installed in ${EROOT}/usr/share/${PN}." -} diff --git a/app-text/crm114/files/0001-fix-broken-function-signatures-for-5-argument-functi.patch b/app-text/crm114/files/0001-fix-broken-function-signatures-for-5-argument-functi.patch deleted file mode 100644 index ab2ebcaa368d..000000000000 --- a/app-text/crm114/files/0001-fix-broken-function-signatures-for-5-argument-functi.patch +++ /dev/null @@ -1,43 +0,0 @@ -From c0cb641ec6c1ab960df91c23b726836add0ca3a5 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Mon, 6 May 2024 00:26:18 -0400 -Subject: [PATCH] fix broken function signatures for 5-argument functions - -These are always called before exit() so presumably no one noticed that -these "log error and exit(-1)" functions were prone to "exiting with an -error" (our new term for "hello how would you like to have some UB"). - -However, the LTO optimizer noticed what was being done and died in -painful agony. Bring it back to life and soothe its hurts. ---- - crm_util_errorhandlers.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/crm_util_errorhandlers.c b/crm_util_errorhandlers.c -index 1f64f3c..cba9d89 100644 ---- a/crm_util_errorhandlers.c -+++ b/crm_util_errorhandlers.c -@@ -23,17 +23,17 @@ long untrappableerror ( char *str1, char *str2) - fprintf (stderr, "ERROR: %s%s \n", str1, str2); - exit (-1); - } --long fatalerror5 ( char *str1, char *str2) -+long fatalerror5 ( char *str1, char *str2, char* myfile, char* myfunction, unsigned myline) - { - fprintf (stderr, "ERROR: %s%s \n", str1, str2); - exit (-1); - } --long nonfatalerror5 ( char *str1, char *str2) -+long nonfatalerror5 ( char *str1, char *str2, char* myfile, char* myfunction, unsigned myline) - { - fprintf (stderr, "ERROR: %s%s \n", str1, str2); - exit (-1); - } --long untrappableerror5 ( char *str1, char *str2) -+long untrappableerror5 ( char *str1, char *str2, char* myfile, char* myfunction, unsigned myline) - { - fprintf (stderr, "ERROR: %s%s \n", str1, str2); - exit (-1); --- -2.43.2 - diff --git a/app-text/crm114/files/crm114-20100106-fix-makefile.patch b/app-text/crm114/files/crm114-20100106-fix-makefile.patch deleted file mode 100644 index 12ad4052002d..000000000000 --- a/app-text/crm114/files/crm114-20100106-fix-makefile.patch +++ /dev/null @@ -1,60 +0,0 @@ -* Remove hardcoded variable -* Respect user variables - ---- a/Makefile -+++ b/Makefile -@@ -19,10 +19,6 @@ - VER_SUFFIX ?= - - # --# The following forces the compiler to be GCC. If you have trouble --# with your default compiler, and you want to force GCC, uncomment it. --CC=gcc --# - # What version is this software (PLEASE don't change this just - # to mess with my brain. - wsy) - # -@@ -82,7 +78,7 @@ - # - # Build our basic CFLAGS chunk - # --CFLAGS += -DVERSION='"$(VERSION)"' -+MY_CPPFLAGS += -DVERSION='"$(VERSION)"' - # - # Known Neighbord On, only for debugging - # CFLAGS += -DKNN_ON -@@ -104,7 +100,7 @@ - # certain functions to be inline (I added that to force gcc to inline functions - # under high optimization but not under low so that debugging is possible - - # that's why DO_INLINES is defined at O3 but not O0 - JB): --CFLAGS += -O3 -Wall -DDO_INLINES -+MY_CPPFLAGS += -DDO_INLINES - # turn this one on for no optimization, but debugging - #CFLAGS += -g -O0 -Wall - # -@@ -119,7 +115,6 @@ - # BSD users - do NOT use -static-libgcc!!! - # Also note that this keeps valgrind from running correctly so comment - # it out for debugging. --LDFLAGS += -static -static-libgcc - # use this one if you want program profiling. - #LDFLAGS += -static -static-libgcc -pg - #LDFLAGS += -pg -@@ -306,7 +301,7 @@ - # of with your mods built in. - - crm114: $(OFILES) -- $(CC) $(LDFLAGS) $(LIBS) $(OFILES) \ -+ $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) $(OFILES) \ - -ltre -lm \ - -o crm114 - # -@@ -315,7 +310,7 @@ - - *.o: $(HFILES) - .c.o: -- $(CC) $(CFLAGS) -c $*.c -+ $(CC) $(CFLAGS) $(MY_CPPFLAGS) $(CPPFLAGS) -c $*.c - - cssutil: cssutil.o crm_css_maintenance.o crm_util_errorhandlers.o crm_str_funcs.o $(HFILES) - $(CC) $(CFLAGS) $(LDFLAGS) cssutil.o \ diff --git a/app-text/crm114/metadata.xml b/app-text/crm114/metadata.xml deleted file mode 100644 index 30a0f081de72..000000000000 --- a/app-text/crm114/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <use> - <flag name="mew">Add support for using the mewdecode mime decoder (<pkg>app-emacs/mew</pkg>)</flag> - <flag name="normalizemime">Add support for using the normalizemime (<pkg>mail-filter/normalizemime</pkg>)</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/crqt-ng/Manifest b/app-text/crqt-ng/Manifest deleted file mode 100644 index d0f511c6a533..000000000000 --- a/app-text/crqt-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crqt-ng-1.0.15.tar.bz2 446115 BLAKE2B 6d0f25c0302716b1a37861014b1db7dd1bed5530095d71565bf5d3cb53b96f28ef7380dba30c033e7c01a5b774345e490c26b32d855052c1d9bb67a82e0c86ad SHA512 a62f92960fa2ce1f79df165a9d733b6e51cba4c93941a1b669a87b7f355a640d2ec2b5f794329f1f96a975ef72b39ae3d33f4559ef16b41b100b5da754334016 diff --git a/app-text/crqt-ng/crqt-ng-1.0.15.ebuild b/app-text/crqt-ng/crqt-ng-1.0.15.ebuild deleted file mode 100644 index d69ea10c5bf9..000000000000 --- a/app-text/crqt-ng/crqt-ng-1.0.15.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PLOCALES="bg cs hu nl ru uk" -inherit cmake plocale xdg - -DESCRIPTION="Cross-platform e-book reader" -HOMEPAGE="https://gitlab.com/coolreader-ng/crqt-ng" -SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc" - -CDEPEND=">=app-text/crengine-ng-0.9.12:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=] - dev-qt/qtbase:6[gui,widgets]" -RDEPEND="${CDEPEND}" -BDEPEND="${CDEPEND} - dev-qt/qttools:6[linguist]" - -PATCHES=( "${FILESDIR}"/cmake_minimum_required.patch ) - -src_prepare() { - cmake_src_prepare - xdg_environment_reset - - # locales - plocale_find_changes "${S}"/src/i18n 'crqt_' '.ts' - sed -e "s|set(LANGUAGES .*)|set(LANGUAGES $(plocale_get_locales))|i" \ - -i "${S}"/src/CMakeLists.txt \ - || die "sed CMakeLists.txt failed" -} - -src_configure() { - CMAKE_USE_DIR="${S}" - CMAKE_BUILD_TYPE="Release" - local mycmakeargs=(-DUSE_QT=QT6) - cmake_src_configure -} diff --git a/app-text/crqt-ng/files/cmake_minimum_required.patch b/app-text/crqt-ng/files/cmake_minimum_required.patch deleted file mode 100644 index af2b94d2968b..000000000000 --- a/app-text/crqt-ng/files/cmake_minimum_required.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 47af063dc9b72f09c1e53225c7888c5f576f90a1 Mon Sep 17 00:00:00 2001 -From: Aleksey Chernov <valexlin@gmail.com> -Date: Fri, 10 Oct 2025 00:52:54 +0400 -Subject: [PATCH] `cmake_minimum_required` is specified in the correct place. - ---- - CMakeLists.txt | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index cd01e87..3f8d2e2 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,7 +1,6 @@ -+cmake_minimum_required(VERSION 3.14 FATAL_ERROR) - project(crqt-ng) - --cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) -- - set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/") - - --- -2.50.1 (Apple Git-155) - diff --git a/app-text/crqt-ng/metadata.xml b/app-text/crqt-ng/metadata.xml deleted file mode 100644 index 687d9f5ca28d..000000000000 --- a/app-text/crqt-ng/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <maintainer type="person"> - <email>valexlin@gmail.com</email> - <name>Aleksey Chernov</name> - <description>upstream</description> - </maintainer> - <longdescription lang="en"> - A fork of coolreader Qt program. Supported formats are: fb2 (including fb2.zip), fb3, - epub (without DRM), rtf, doc, docx, odt, md, html, chm, pdb, mobi (without DRM), txt, trc, prc. - </longdescription> - <use> - <flag name="chm">Support chm format</flag> - <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for kerning and ligatures</flag> - <flag name="libunibreak">Use <pkg>dev-libs/libunibreak</pkg> for hyphenation</flag> - <flag name="fribidi">Support bidirectional text by <pkg>dev-libs/fribidi</pkg> - </flag> - <flag name="libutf8proc">Use <pkg>dev-libs/libutf8proc</pkg> for manipulating unicode strings</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest deleted file mode 100644 index 14942f26777b..000000000000 --- a/app-text/crwx-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662 diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild deleted file mode 100644 index baf03f4b7505..000000000000 --- a/app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" -inherit cmake wxwidgets xdg - -DESCRIPTION="Cross-platform e-book reader" -HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-ng" -SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc" - -CDEPEND=">=app-text/crengine-ng-0.9.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=] - x11-libs/wxGTK:${WX_GTK_VER}=[X]" -DEPEND="${CDEPEND}" -RDEPEND="${CDEPEND} - virtual/ttf-fonts" - -src_configure() { - setup-wxwidgets - cmake_src_configure -} diff --git a/app-text/crwx-ng/metadata.xml b/app-text/crwx-ng/metadata.xml deleted file mode 100644 index 0ebdba1eec2f..000000000000 --- a/app-text/crwx-ng/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <maintainer type="person"> - <email>valexlin@gmail.com</email> - <name>Aleksey Chernov</name> - <description>upstream</description> - </maintainer> - <longdescription lang="en"> - A fork of coolreader wx program. Supported formats are: fb2 (including fb2.zip), fb3, - epub (without DRM), rtf, doc, docx, odt, md, html, chm, pdb, mobi (without DRM), txt, trc, prc. - </longdescription> - <use> - <flag name="chm">Support chm format</flag> - <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for kerning and ligatures</flag> - <flag name="libunibreak">Use <pkg>dev-libs/libunibreak</pkg> for hyphenation</flag> - <flag name="fribidi">Support bidirectional text by <pkg>dev-libs/fribidi</pkg> - </flag> - <flag name="libutf8proc">Use <pkg>dev-libs/libutf8proc</pkg> for manipulating unicode strings</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cssmin/Manifest b/app-text/cssmin/Manifest deleted file mode 100644 index ea1eaab6805d..000000000000 --- a/app-text/cssmin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cssmin-0.2.0.tar.gz 3228 BLAKE2B 2322d7c38e334234b11292c24752549404ce8c70068c6c70a1c6e227a9f63a721a923dbb3006199df2e96fc5c0aba44349a6d8ce33791aff2dc1275e186b8961 SHA512 9422152578bf28cf7c3eb063c1f0dd3604a3d8fa73cd81cde09ae297ab27669126c230ef40a2e8c37083c1e781ab977554f9012e60979fe431ceb83d43452a9d diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild deleted file mode 100644 index 6b999d1f9bd4..000000000000 --- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python port of the YUI CSS compression algorithm" -HOMEPAGE=" - https://pypi.org/project/cssmin/ - https://github.com/zacharyvoase/cssmin/ -" - -LICENSE="MIT BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" diff --git a/app-text/cssmin/metadata.xml b/app-text/cssmin/metadata.xml deleted file mode 100644 index 5e95859f915a..000000000000 --- a/app-text/cssmin/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/cwtext/Manifest b/app-text/cwtext/Manifest deleted file mode 100644 index a8f3f1e96a8f..000000000000 --- a/app-text/cwtext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cwtext-0.96.tar.gz 16596 BLAKE2B 0165b787fcb0e5c0ef803370d06eabbde4c014ac11dcd16a516579cf3d817e90c79db6ec15702643be710c9849765671bf676f41a0679443a87a6f4e555963d9 SHA512 6765c79b6feea2947974bf4654ed1edc83f6c9ddaae1bf37d5ed95dedc4ce9b45d5e41dff7ec50d6586f34901d8f93a3230f1a7e1cf4d52b8a84c851cfbdbd33 diff --git a/app-text/cwtext/cwtext-0.96-r2.ebuild b/app-text/cwtext/cwtext-0.96-r2.ebuild deleted file mode 100644 index bc62294a1c65..000000000000 --- a/app-text/cwtext/cwtext-0.96-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit toolchain-funcs - -DESCRIPTION="Text to Morse Code converter" -HOMEPAGE="http://cwtext.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86" - -PATCHES=( - "${FILESDIR}"/${PN}-0.96-pcm.patch - "${FILESDIR}"/${PN}-0.94-asneeded.patch - "${FILESDIR}"/${PN}-0.96-fix-missing-include.patch -) - -DOCS=( Changes README TODO ) - -src_prepare() { - eapply -p0 "${PATCHES[@]}" - # change install directory to ${S} - sed -i -e "/^PREFIX/ s:=.*:=\"${S}\":" makefile || \ - die "sed makefile failed" - - eapply_user - tc-export CC -} - -src_install() { - einstalldocs - dobin cwtext cwpcm cwmm -} diff --git a/app-text/cwtext/files/cwtext-0.94-asneeded.patch b/app-text/cwtext/files/cwtext-0.94-asneeded.patch deleted file mode 100644 index ab0f16ee75b3..000000000000 --- a/app-text/cwtext/files/cwtext-0.94-asneeded.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile.orig 2009-01-04 16:00:44.467365615 +0100 -+++ makefile 2009-01-04 16:02:16.338692800 +0100 -@@ -8,13 +8,13 @@ - install -sc cwmm ${PREFIX}/bin - - cwmm: cwmm.o morse.o -- ${CC} ${CFLAGS} -o cwmm $^ -+ ${CC} ${CFLAGS} $(LDFLAGS) -o cwmm $^ - - cwpcm: cwpcm.o morse.o pcm.o -- ${CC} ${CFLAGS} -o cwpcm -lm $^ -+ ${CC} ${CFLAGS} $(LDFLAGS) -o cwpcm $^ -lm - - cwtext: cwtext.o morse.o -- ${CC} ${CFLAGS} -o cwtext $^ -+ ${CC} ${CFLAGS} $(LDFLAGS) -o cwtext $^ - - cwpcm.o: cwpcm.c morse.h pcm.h - ${CC} ${CFLAGS} -c cwpcm.c diff --git a/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch b/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch deleted file mode 100644 index bc52d0563376..000000000000 --- a/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -index 3995cc3..2fd6ae6 100644 ---- morse.c -+++ morse.c -@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - - #include <stdio.h> -+#include <ctype.h> - - #include "cw.h" - #include "morse.h" diff --git a/app-text/cwtext/files/cwtext-0.96-pcm.patch b/app-text/cwtext/files/cwtext-0.96-pcm.patch deleted file mode 100644 index f14a1d06182b..000000000000 --- a/app-text/cwtext/files/cwtext-0.96-pcm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pcm.c.orig -+++ pcm.c -@@ -60,7 +60,7 @@ int mStoSamples(int hVox, int time) { - float samples; - float fsr; - -- if (!valid(hVox)) return; -+ if (!valid(hVox)) return 0; - - timelen = (float) time; - fsr = (float) voxref(hVox).samplerate; diff --git a/app-text/cwtext/metadata.xml b/app-text/cwtext/metadata.xml deleted file mode 100644 index c2cecd461bdd..000000000000 --- a/app-text/cwtext/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tomjbe@gentoo.org</email> - <name>Thomas Beierlein</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dblatex/Manifest b/app-text/dblatex/Manifest deleted file mode 100644 index 2922f95c65d4..000000000000 --- a/app-text/dblatex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dblatex3-0.3.12.tar.bz2 1693272 BLAKE2B 9310ce5db3b5f92e183f2656c5b1881edaf0208ae4f78f853332c844258fa38d443921fc42c03301773b1451ce272a538c305d765acbdc6eafbdcf25ebf5d2d3 SHA512 5bfa774c8dbe362775f6bbb5e1196e5a2bb1af239778133c12ddc725406ced67f3ff422433a2a1aa02d4431e9be58ba12e918379deb81fcd5b96533d2bdf029a diff --git a/app-text/dblatex/dblatex-0.3.12-r4.ebuild b/app-text/dblatex/dblatex-0.3.12-r4.ebuild deleted file mode 100644 index 01508e9ff706..000000000000 --- a/app-text/dblatex/dblatex-0.3.12-r4.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Transform DocBook using TeX macros" -HOMEPAGE="https://dblatex.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${PN}3-${PV}.tar.bz2" -S="${WORKDIR}/${PN}3-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="inkscape test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/docbook-xml-dtd:4.5 - dev-libs/kpathsea - dev-libs/libxslt - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-latexrecommended - dev-texlive/texlive-mathscience - dev-texlive/texlive-pictures - dev-texlive/texlive-xetex - gnome-base/librsvg - virtual/imagemagick-tools - >=media-gfx/fig2dev-3.2.9-r1 - inkscape? ( media-gfx/inkscape ) -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - ${RDEPEND} - test? ( ~${CATEGORY}/${P}[${PYTHON_USEDEP}] ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.3.11-path-logging.patch" - "${FILESDIR}/${PN}-0.3.11-setup.patch" - "${FILESDIR}/${PN}-0.3.11-encode.patch" - "${FILESDIR}/${P}-replace-imp-by-importlib.patch" - "${FILESDIR}/${P}-adjust-submodule-imports.patch" -) - -python_prepare_all() { - # Manual page is precomressed, but we will use our own compression later. - gunzip docs/manpage/dblatex.1.gz || die - if use inkscape; then - # If we use inscape we want to make dblatex compatible with v1.0 - eapply "${FILESDIR}/${PN}-0.3.11-inkscape-1.0.patch" - else - # If we don't have inkscape we need to use an alternative SVG converter - eapply "${FILESDIR}/${PN}-0.3.11-no-inkscape-dependency.patch" - fi - - distutils-r1_python_prepare_all -} - -python_install() { - distutils-r1_python_install - - # After migrating to PEP517 setuptool's distutils behaves a bit differently. - # Rather than rewriting the entire build setup we follow Debian's path with - # a predefined script. - python_newscript - dblatex <<-EOF - #!${EPREFIX}/usr/bin/python - import sys - import os - - package_base = r"${EPREFIX}/usr/share/dblatex" - - from dbtexmf.dblatex import dblatex - dblatex.main(base=package_base) - EOF -} - -python_install_all() { - distutils-r1_python_install_all - - # Move package documentation to a folder name containing version number - mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die -} - -python_test() { - emake -C tests/mathml -} diff --git a/app-text/dblatex/files/dblatex-0.3.11-encode.patch b/app-text/dblatex/files/dblatex-0.3.11-encode.patch deleted file mode 100644 index 1f32f99074a2..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.11-encode.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur dblatex-0.3.11py3-orig/lib/dbtexmf/dblatex/rawtex.py dblatex-0.3.11py3/lib/dbtexmf/dblatex/rawtex.py ---- dblatex-0.3.11py3-orig/lib/dbtexmf/dblatex/rawtex.py 2020-01-29 13:48:34.000000000 -0800 -+++ dblatex-0.3.11py3/lib/dbtexmf/dblatex/rawtex.py 2020-07-13 23:49:56.296767535 -0700 -@@ -101,10 +101,14 @@ - - # If something done, replace the figure in the tex file - if newfig != fig: -+ if isinstance(fig, str): -+ fig = fig.encode("utf-8") -+ if isinstance(newfig, str): -+ newfig = newfig.encode("utf-8") - line = re.sub(br"{"+fig+br"}", br"{"+newfig+br"}", line) - - return line -- -+ - - def main(): - c = RawLatex() diff --git a/app-text/dblatex/files/dblatex-0.3.11-inkscape-1.0.patch b/app-text/dblatex/files/dblatex-0.3.11-inkscape-1.0.patch deleted file mode 100644 index 48cd9f249729..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.11-inkscape-1.0.patch +++ /dev/null @@ -1,107 +0,0 @@ -diff -Naur dblatex-0.3.11py3-orig/docs/custom/dblatex.xconf dblatex-0.3.11py3/docs/custom/dblatex.xconf ---- dblatex-0.3.11py3-orig/docs/custom/dblatex.xconf 2020-01-29 13:48:32.000000000 -0800 -+++ dblatex-0.3.11py3/docs/custom/dblatex.xconf 2020-07-14 01:05:42.883435133 -0700 -@@ -18,7 +18,7 @@ - <imagedata> - <converter src="svg" dst="*" docformat="pdf"> - <command> -- inkscape -z -D --export-dpi=600 --export-%(dst)s=%(output)s %(input)s -+ inkscape -D --export-dpi=600 --export-filename=%(output)s %(input)s - </command> - </converter> - </imagedata> -diff -Naur dblatex-0.3.11py3-orig/docs/xhtml/manual/sec-specs.html dblatex-0.3.11py3/docs/xhtml/manual/sec-specs.html ---- dblatex-0.3.11py3-orig/docs/xhtml/manual/sec-specs.html 2020-01-29 13:49:23.000000000 -0800 -+++ dblatex-0.3.11py3/docs/xhtml/manual/sec-specs.html 2020-07-14 01:06:19.012860710 -0700 -@@ -36,7 +36,7 @@ - <imagedata> - <converter src="svg" dst="*" docformat="pdf"> - <command> -- inkscape -z -D --export-dpi=600 --export-%(dst)s=%(output)s %(input)s -+ inkscape -D --export-dpi=600 --export-filename=%(output)s %(input)s - </command> - </converter> - </imagedata> -diff -Naur dblatex-0.3.11py3-orig/lib/dbtexmf/core/imagedata.py dblatex-0.3.11py3/lib/dbtexmf/core/imagedata.py ---- dblatex-0.3.11py3-orig/lib/dbtexmf/core/imagedata.py 2020-01-29 13:48:33.000000000 -0800 -+++ dblatex-0.3.11py3/lib/dbtexmf/core/imagedata.py 2020-07-14 01:02:56.729388831 -0700 -@@ -47,16 +47,16 @@ - - - class PoolManager: -- def __init__(self): -+ def __init__(self): - self._used_pool = None - self._pending_pools = [] -- -+ - def set_pool(self, pool): - self._used_pool = pool - for p in self._pending_pools: - pool.preprend(p) - self._pending_pools = [] -- -+ - def prepend_pool(self, pool): - if self._used_pool: - self._used_pool.prepend(pool) -@@ -73,7 +73,7 @@ - self.format_pool = PoolManager() - - _image_setup = ImageSetup() -- -+ - def image_setup(): - global _image_setup - return _image_setup -@@ -181,7 +181,7 @@ - class SvgConverter(ImageConverter): - def __init__(self, imgsrc, imgdst="", docformat="", backend=""): - ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst) -- self.add_command(["inkscape", "-z", "-D", "--export-%(dst)s=%(output)s", -+ self.add_command(["inkscape", "-D", "--export-filename=%(output)s", - "%(input)s"]) - - -@@ -224,7 +224,7 @@ - ImageFormatPool.__init__(self) - # There can be a mismatch between PDF-1.4 images and PDF-1.3 - # document produced by XeTeX -- self.add_rule(FormatRule(docformat="pdf", backend="xetex", -+ self.add_rule(FormatRule(docformat="pdf", backend="xetex", - imgdst="png")) - self.add_rule(FormatRule(docformat="pdf", imgdst="pdf")) - self.add_rule(FormatRule(docformat="dvi", imgdst="eps")) -@@ -318,7 +318,7 @@ - Copy the file in the working directory if its path contains characters - unsupported by latex, like spaces. - """ -- # Encode to expected output format. If encoding is OK and -+ # Encode to expected output format. If encoding is OK and - # supported by tex, just return the encoded path - newfig = self._path_encode(fig) - if newfig and newfig.find(b" ") == -1: -@@ -350,7 +350,7 @@ - if (ext): - realfig = self.find(fig) - return (realfig, ext[1:]) -- -+ - # Lookup for the best suited available figure - if (self.output_format == "pdf"): - formats = ("png", "pdf", "jpg", "eps", "gif", "fig", "svg") -@@ -369,7 +369,7 @@ - format = "" - - return (realfig, format) -- -+ - def find(self, fig): - # First, the obvious absolute path case - if os.path.isabs(fig): -@@ -385,4 +385,4 @@ - return realfig - - return None -- -+ diff --git a/app-text/dblatex/files/dblatex-0.3.11-no-inkscape-dependency.patch b/app-text/dblatex/files/dblatex-0.3.11-no-inkscape-dependency.patch deleted file mode 100644 index 18695b52a5ee..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.11-no-inkscape-dependency.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur dblatex-0.3.11py3/lib/dbtexmf/core/imagedata.py dblatex-0.3.11py3-new/lib/dbtexmf/core/imagedata.py ---- dblatex-0.3.11py3/lib/dbtexmf/core/imagedata.py 2020-01-29 13:48:33.000000000 -0800 -+++ dblatex-0.3.11py3-new/lib/dbtexmf/core/imagedata.py 2020-02-25 00:45:35.627054621 -0800 -@@ -181,8 +181,8 @@ - class SvgConverter(ImageConverter): - def __init__(self, imgsrc, imgdst="", docformat="", backend=""): - ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst) -- self.add_command(["inkscape", "-z", "-D", "--export-%(dst)s=%(output)s", -- "%(input)s"]) -+ self.add_command(["rsvg-convert", "-f", "%(dst)s", "-o","%(output)s", -+ "%(input)s"]) - - - class FormatRule: diff --git a/app-text/dblatex/files/dblatex-0.3.11-path-logging.patch b/app-text/dblatex/files/dblatex-0.3.11-path-logging.patch deleted file mode 100644 index 3d6162848fec..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.11-path-logging.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur dblatex-0.3.11py3/scripts/dblatex dblatex-0.3.11py3-new/scripts/dblatex ---- dblatex-0.3.11py3/scripts/dblatex 2020-01-29 13:48:34.000000000 -0800 -+++ dblatex-0.3.11py3-new/scripts/dblatex 2020-02-25 01:04:16.169346434 -0800 -@@ -1,8 +1,10 @@ - #! /usr/bin/env python - import sys - import os -+import logging - --package_base = os.path.join(os.path.dirname(sys.argv[0]), "..") -+logging.basicConfig() -+package_base = "/usr/share/dblatex" - sys.path.insert(0, os.path.realpath(os.path.join(package_base, "lib"))) - - from dbtexmf.dblatex import dblatex diff --git a/app-text/dblatex/files/dblatex-0.3.11-setup.patch b/app-text/dblatex/files/dblatex-0.3.11-setup.patch deleted file mode 100644 index 802030118398..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.11-setup.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -Naur dblatex-0.3.11py3/setup.py dblatex-0.3.11py3-new/setup.py ---- dblatex-0.3.11py3/setup.py 2020-01-29 13:48:34.000000000 -0800 -+++ dblatex-0.3.11py3-new/setup.py 2020-02-27 20:25:21.669297793 -0800 -@@ -26,7 +26,6 @@ - from distutils import log - from subprocess import Popen, PIPE - sys.path.append("lib") --from contrib.debian.installer import DebianInstaller - - # - # Build the command line script -@@ -192,7 +191,7 @@ - log.info("running build_doc") - htmldir = os.path.join("docs", "xhtml") - pdfdocs = glob.glob(os.path.join("docs", "[mr]*.pdf")) -- manpage = os.path.join("docs", "manpage", "dblatex.1.gz") -+ manpage = os.path.join("docs", "manpage", "dblatex.1") - - # Lazy check to avoid a rebuild for nothing - if (not(self.force) and os.path.exists(htmldir) and len(pdfdocs) >= 2 -@@ -368,15 +367,12 @@ - status += "no" - mis_stys.append(sty) - print(status) -- -+ - if mis_stys: - raise OSError("not found: %s" % ", ".join(mis_stys)) - - def run(self): -- if self.install_layout == "deb": -- db = DebianInstaller(self) -- else: -- db = None -+ db = None - - if not(db) and not(self.nodeps): - try: -@@ -515,7 +511,7 @@ - data_files=[('share/dblatex', ['xsl', 'latex', 'etc/schema']), - ('share/doc/dblatex', pdfdocs), - ('share/doc/dblatex', htmldoc), -- ('share/man/man1', ['docs/manpage/dblatex.1.gz'])], -+ ('share/man/man1', ['docs/manpage/dblatex.1'])], - scripts=['scripts/dblatex'], - cmdclass={'build': Build, - 'build_scripts': BuildScripts, diff --git a/app-text/dblatex/files/dblatex-0.3.12-adjust-submodule-imports.patch b/app-text/dblatex/files/dblatex-0.3.12-adjust-submodule-imports.patch deleted file mode 100644 index 9a09ede9db8e..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.12-adjust-submodule-imports.patch +++ /dev/null @@ -1,62 +0,0 @@ -From f5ce76603178e5465a744cb4feed4686489bebb9 Mon Sep 17 00:00:00 2001 -Message-ID: <f5ce76603178e5465a744cb4feed4686489bebb9.1688648379.git.github@grubix.eu> -From: Michael J Gruber <github@grubix.eu> -Date: Thu, 6 Jul 2023 14:58:03 +0200 -Subject: [PATCH] Python 3.12 compatibility: adjust submodule imports - -importlib imports behave differently in py 3.11 and py 3.12: py 3.12 -requires explicit imports of the submodules. - -While fixing this, reduce the imports to the used submodules. Currently, -the base is still imported automatically. ---- - lib/dbtexmf/core/dbtex.py | 3 ++- - lib/dbtexmf/dblatex/grubber/plugins.py | 3 ++- - lib/dbtexmf/xslt/xslt.py | 3 ++- - 3 files changed, 6 insertions(+), 3 deletions(-) - -diff --git a/lib/dbtexmf/core/dbtex.py b/lib/dbtexmf/core/dbtex.py -index adac781..4cf9591 100644 ---- a/lib/dbtexmf/core/dbtex.py -+++ b/lib/dbtexmf/core/dbtex.py -@@ -15,7 +15,8 @@ try: - except ImportError: - from urllib.request import pathname2url - import glob --import importlib -+import importlib.machinery -+import importlib.util - from optparse import OptionParser - from io import open - -diff --git a/lib/dbtexmf/dblatex/grubber/plugins.py b/lib/dbtexmf/dblatex/grubber/plugins.py -index 047f2bb..6b4ecb4 100644 ---- a/lib/dbtexmf/dblatex/grubber/plugins.py -+++ b/lib/dbtexmf/dblatex/grubber/plugins.py -@@ -4,7 +4,8 @@ - Mechanisms to dynamically load extra modules to help the LaTeX compilation. - All the modules must be derived from the TexModule class. - """ --import importlib -+import importlib.machinery -+import importlib.util - - from os.path import * - from dbtexmf.dblatex.grubber.msg import _, msg -diff --git a/lib/dbtexmf/xslt/xslt.py b/lib/dbtexmf/xslt/xslt.py -index 57c99a2..7cc2038 100644 ---- a/lib/dbtexmf/xslt/xslt.py -+++ b/lib/dbtexmf/xslt/xslt.py -@@ -2,7 +2,8 @@ - # Very simple plugin loader for Xslt classes - # - import os --import importlib -+import importlib.machinery -+import importlib.util - import glob - import sys - --- -2.41.0.411.gd9071d4297 - diff --git a/app-text/dblatex/files/dblatex-0.3.12-replace-imp-by-importlib.patch b/app-text/dblatex/files/dblatex-0.3.12-replace-imp-by-importlib.patch deleted file mode 100644 index 0531733c7f55..000000000000 --- a/app-text/dblatex/files/dblatex-0.3.12-replace-imp-by-importlib.patch +++ /dev/null @@ -1,113 +0,0 @@ -diff --git a/lib/dbtexmf/core/dbtex.py b/lib/dbtexmf/core/dbtex.py -index b3ec732..adac781 100644 ---- a/lib/dbtexmf/core/dbtex.py -+++ b/lib/dbtexmf/core/dbtex.py -@@ -15,7 +15,7 @@ try: - except ImportError: - from urllib.request import pathname2url - import glob --import imp -+import importlib - from optparse import OptionParser - from io import open - -@@ -540,15 +540,14 @@ class DbTexCommand: - - def load_plugin(self, pathname): - moddir, modname = os.path.split(pathname) -- try: -- filemod, path, descr = imp.find_module(modname, [moddir]) -- except ImportError: -- try: -- filemod, path, descr = imp.find_module(modname) -- except ImportError: -- failed_exit("Error: '%s' module not found" % modname) -- mod = imp.load_module(modname, filemod, path, descr) -- filemod.close() -+ spec = importlib.machinery.PathFinder.find_spec(modname, [moddir]) -+ if not spec: -+ spec = importlib.machinery.PathFinder.find_spec(modname) -+ if not spec: -+ failed_exit("Error: '%s' module not found" % modname) -+ mod = importlib.util.module_from_spec(spec) -+ spec.loader.exec_module(mod) -+ sys.modules[modname] = mod - return mod - - def run_setup(self, options): -diff --git a/lib/dbtexmf/dblatex/grubber/plugins.py b/lib/dbtexmf/dblatex/grubber/plugins.py -index 9e333c9..047f2bb 100644 ---- a/lib/dbtexmf/dblatex/grubber/plugins.py -+++ b/lib/dbtexmf/dblatex/grubber/plugins.py -@@ -4,7 +4,7 @@ - Mechanisms to dynamically load extra modules to help the LaTeX compilation. - All the modules must be derived from the TexModule class. - """ --import imp -+import importlib - - from os.path import * - from dbtexmf.dblatex.grubber.msg import _, msg -@@ -108,17 +108,16 @@ class Plugins (object): - """ - if name in self.modules: - return 2 -- try: -- file, path, descr = imp.find_module(name, [""]) -- except ImportError: -+ spec = importlib.machinery.PathFinder.find_spec(name, [""]) -+ if not spec: - if not self.path: - return 0 -- try: -- file, path, descr = imp.find_module(name, self.path) -- except ImportError: -- return 0 -- module = imp.load_module(name, file, path, descr) -- file.close() -+ spec = importlib.machinery.PathFinder.find_spec(name, self.path) -+ if not spec: -+ return 0 -+ module = importlib.util.module_from_spec(spec) -+ spec.loader.exec_module(module) -+ sys.modules[name] = module - self.modules[name] = module - return 1 - -diff --git a/lib/dbtexmf/xslt/xslt.py b/lib/dbtexmf/xslt/xslt.py -index 0350e30..57c99a2 100644 ---- a/lib/dbtexmf/xslt/xslt.py -+++ b/lib/dbtexmf/xslt/xslt.py -@@ -2,20 +2,21 @@ - # Very simple plugin loader for Xslt classes - # - import os --import imp -+import importlib - import glob -+import sys - - def load(modname): -- try: -- file, path, descr = imp.find_module(modname, [""]) -- except ImportError: -- try: -- file, path, descr = imp.find_module(modname, -- [os.path.dirname(__file__)]) -- except ImportError: -- raise ValueError("Xslt '%s' not found" % modname) -- mod = imp.load_module(modname, file, path, descr) -- file.close() -+ spec = importlib.machinery.PathFinder.find_spec(modname, [""]) -+ if not spec: -+ spec = importlib.machinery.PathFinder.find_spec(modname, -+ [os.path.dirname(__file__)]) -+ if not spec: -+ raise ValueError("Xslt '%s' not found" % modname) -+ -+ mod = importlib.util.module_from_spec(spec) -+ spec.loader.exec_module(mod) -+ sys.modules[modname] = mod - o = mod.Xslt() - return o - diff --git a/app-text/dblatex/metadata.xml b/app-text/dblatex/metadata.xml deleted file mode 100644 index 95f336ce7798..000000000000 --- a/app-text/dblatex/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>zoltan@sinustrom.info</email> - <name>Zoltan Puskas</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="inkscape">Use inkscape to convert SVG. Disable to use <pkg>gnome-base/librsvg</pkg> instead.</flag> - </use> - <longdescription> - dbaltex is an opensource DocBook to LaTeX publishing software - that originally started as DB2LaTeX clone, but now is more - feature rich and easier to use. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dictd/Manifest b/app-text/dictd/Manifest deleted file mode 100644 index 40a596414f68..000000000000 --- a/app-text/dictd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dictd-1.13.3.tar.gz 390047 BLAKE2B e7d27672c9e8770a062a0dfae2c8b011b57b906477eeb779a6a3104018b50c20edf6d951a5e2561489cf86ab14f52eff80fb3aa6ce39d4da1e3008820ce57968 SHA512 41091fa3c9ae5d9b6139ea765d20f1f9f801e25e97ffb5aba6bb7e9fbddb4c2b2018d25092b341af430a80c6051db1e35a9d93d5ee8f97760006053ed30f4d58 diff --git a/app-text/dictd/dictd-1.13.3.ebuild b/app-text/dictd/dictd-1.13.3.ebuild deleted file mode 100644 index 09d5d56cdc35..000000000000 --- a/app-text/dictd/dictd-1.13.3.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools optfeature readme.gentoo-r1 systemd - -DESCRIPTION="Dictionary Client/Server for the DICT protocol" -HOMEPAGE="https://www.dict.org/ https://sourceforge.net/projects/dict/" -SRC_URI="https://downloads.sourceforge.net/dict/${P}.tar.gz" - -LICENSE="GPL-1+ GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="dbi judy minimal selinux test" -RESTRICT="!test? ( test )" - -RDEPEND=" - acct-group/dictd - acct-user/dictd - dev-libs/libmaa:= - sys-apps/coreutils - virtual/zlib:= - selinux? ( sec-policy/selinux-dictd ) -" -DEPEND="${RDEPEND} - dbi? ( dev-db/libdbi ) - judy? ( dev-libs/judy ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - sys-apps/gawk -" - -DOC_CONTENTS=" - To start and use ${PN} you need to emerge at least one dictionary from - the app-dicts category with the package name starting with 'dictd-'. - ${PN} will NOT start without at least one dictionary.\n - \nIf you are running systemd, you will need to review the instructions - explained in /etc/dict/dictd.conf comments. -" - -PATCHES=( - "${FILESDIR}"/dictd-1.10.11-colorit-nopp-fix.patch - "${FILESDIR}"/dictd-1.12.0-build.patch - "${FILESDIR}"/dictd-1.13.0-stack-smashing.patch # bug #908998 - "${FILESDIR}"/dictd-1.13.3-debian_fix_warnings.patch - "${FILESDIR}"/dictd-1.13.3-libtool.patch # bug #818535 - "${FILESDIR}"/dictd-1.13.3-version.patch # bug #852884 - "${FILESDIR}"/dictd-1.13.3-rm_replace_strlfuncs.patch # bug #880531 -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with dbi plugin-dbi) - $(use_with judy plugin-judy) - --libexecdir="${EPREFIX}"/usr/$(get_libdir)/${PN} - --sysconfdir="${EPREFIX}"/etc/dict - ) - econf "${myeconfargs[@]}" -} - -src_compile() { - # -j1 for bug #743292 - if use minimal; then - emake -j1 dictfmt dictzip dictzip - else - emake -j1 - fi -} - -src_test() { - use minimal && return 0 # All tests are for dictd which we don't build... - - if [[ ${EUID} -eq 0 ]]; then - # If dictd is run as root user (-userpriv) it drops its privileges to - # dictd user and group. Give dictd group write access to test directory. - chown :dictd "${WORKDIR}" "${S}/test" || die - chmod 770 "${WORKDIR}" "${S}/test" || die - fi - - emake -j1 test -} - -src_install() { - if use minimal; then - emake -j1 DESTDIR="${ED}" install.dictzip install.dict install.dictfmt - else - default - - # Don't install rfc2229.txt because it is non-free - dodoc doc/{dicf.ms,rfc.ms,rfc.sh} - dodoc doc/{security.doc,toc.ms} - dodoc -r examples - - # conf files. For dict.conf see below. - insinto /etc/dict - for f in dictd.conf site.info colorit.conf; do - doins "${FILESDIR}/1.10.11/${f}" - done - - # startups for dictd - newinitd "${FILESDIR}/1.10.11/dictd.initd" dictd - newconfd "${FILESDIR}/1.10.11/dictd.confd" dictd - systemd_dounit "${FILESDIR}"/${PN}.service - fi - - find "${ED}" -name '*.la' -o -name '*.a' -delete || die - - insinto /etc/dict - doins "${FILESDIR}"/1.10.11/dict.conf - - dodoc ANNOUNCE NEWS README TODO - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - - optfeature "character set conversions (dictl)" app-text/recode - - if has_version sys-apps/systemd; then - ewarn "The default location for dicts has changed! If you've modified your" - ewarn "systemd units locally to point into /usr/lib/dict, please update it" - ewarn "to point at /usr/share/dict now." - fi -} diff --git a/app-text/dictd/files/1.10.11/colorit.conf b/app-text/dictd/files/1.10.11/colorit.conf deleted file mode 100644 index 22b00e9ec07d..000000000000 --- a/app-text/dictd/files/1.10.11/colorit.conf +++ /dev/null @@ -1,32 +0,0 @@ -dnl /etc/dictd/colorit.conf vim:ft=m4 -dnl -dnl Sample configuration file for colorit(1) program -dnl -divert(-1) -dnl -dnl Define some useful color variables -dnl -define(`black', `0') -define(`red', `1') -define(`green', `2') -define(`brown', `3') -define(`blue', `4') -define(`magenta', `5') -define(`cyan', `6') -define(`white', `7') -dnl -dnl Mark macro arguments: regexp foreground-color [background-color] -dnl -define(`mark', ``mark "$1"'' `ifelse(`$#', `3', ``"\033[3$2;4$3m"'', ``"\033[3$2m"'')' `"\033[m"') -dnl -divert -mark(`^From.*$',red,cyan) -mark(`^ [^ ]+',green) -mark(`^ *Note:',red) -mark(`{[^{]+}',green) -mark(`^ *\[[^\[]+\]', cyan) -mark(`^[ ]*(adj|n|v|adv)? *[0-9]+[\.:]',cyan) -mark(`^ *\([a-z]+\)',cyan) -mark(`(Syn|Ant|syn|ant):', blue, white) -mark(` (t|i|a|adj|adv|n|v)\. ',cyan) -mark(` (t|i|a|adj|adv|n|v)\.$',cyan) diff --git a/app-text/dictd/files/1.10.11/dict.conf b/app-text/dictd/files/1.10.11/dict.conf deleted file mode 100644 index e06c3d296ec3..000000000000 --- a/app-text/dictd/files/1.10.11/dict.conf +++ /dev/null @@ -1,6 +0,0 @@ -# This is the configuration file for dict. -# Usually all you will ever need here is the server keywords. -# Refer to the dict manpage for other options. -# It will only check the second server if the first fails -server localhost -server dict.org diff --git a/app-text/dictd/files/1.10.11/dictd.conf b/app-text/dictd/files/1.10.11/dictd.conf deleted file mode 100644 index 0de4c201773a..000000000000 --- a/app-text/dictd/files/1.10.11/dictd.conf +++ /dev/null @@ -1,26 +0,0 @@ -# dictd configuration file - -global { - # Informational message - site site.info -} - -# who's allowed. You might want to change this. -access { - allow * -} - -# Dictionaries are listed below. During dictd startup the OpenRC init script will -# scan ${DLIBDIR} (see /etc/conf.d/dictd) and adds all of the dictionaries it -# finds here. -# -# On the other hand, if you are running systemd, you will need to look at -# /usr/share/doc/dictd-${PV}/dictd.conf.example as reference to know the format -# of the lines you will need to manually add below. -# -# NOTE: OpenRC init script will wipe everything below #LASTLINE and replace it with -# what it finds. So add all of your things above. If this is a problem, report -# bug at https://bugs.gentoo.org, please. -# -# Do not remove next line! -#LASTLINE diff --git a/app-text/dictd/files/1.10.11/dictd.confd b/app-text/dictd/files/1.10.11/dictd.confd deleted file mode 100644 index 4ceb5f02f30d..000000000000 --- a/app-text/dictd/files/1.10.11/dictd.confd +++ /dev/null @@ -1,5 +0,0 @@ -# If you have problems starting dictd in a UTF-8 locale, add an appropriate -# --locale switch to DICTD_OPTS, e. g. "--locale=en_US.utf8" -DICTD_OPTS="-s " -DICTDCONF=/etc/dict/dictd.conf -DLIBDIR=/usr/share/dict diff --git a/app-text/dictd/files/1.10.11/dictd.initd b/app-text/dictd/files/1.10.11/dictd.initd deleted file mode 100644 index 385461ae08fb..000000000000 --- a/app-text/dictd/files/1.10.11/dictd.initd +++ /dev/null @@ -1,77 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DICTD_PID="/var/run/dictd.pid" - -prepconfig() { - local TMPCONF INDEXFILES CNT DNAME DICT SAVEDIR - if [ ! -e "${DICTDCONF}" ]; then - eerror "Config file ${DICTDCONF} not found." - return 1 - fi - - # if no dictionaries, skip startup. - # The new way of doing this is to scan /usr/share/dict and tweek the conf - einfo "Scanning for dictionaries..." - if [ ! -d "${DLIBDIR}" ]; then - eerror "${DLIBDIR} doesn't exist, no dictionaries found." - return 1 - fi - - SAVEDIR=${PWD} - cd "${DLIBDIR}" - INDEXFILES=$(ls *.index) - if [ -z "${INDEXFILES}" ]; then - eerror "No dictionaries found at ${DLIBDIR}." - eerror "Please, emerge at least one of app-dicts/dictd-* dictionaries." - return 1 - fi - - TMPCONF=$(mktemp -t dictd.conf.XXXXXXXXXX) - cat ${DICTDCONF} | sed -e '/^#LASTLINE/,$d' > ${TMPCONF} - echo "#LASTLINE" >> ${TMPCONF} - - CNT=0 - for i in ${INDEXFILES}; do - DNAME=$(echo $i | sed -e 's/[.]index$//') - #two possible names for a matching dictionary, check which is there. - if [ -f ${DNAME}.dict.dz ]; then - DICT=${DNAME}.dict.dz - elif [ -f ${DNAME}.dict ];then - DICT=${DNAME}.dict - else - ewarn "Index $i has no matching dictionaray..." - fi - - #ok, go an index, and a dixtionary, append. - echo "database ${DNAME} { data \"${DLIBDIR}/${DICT}\"" >> ${TMPCONF} - echo " index \"${DLIBDIR}/$i\" }" >> ${TMPCONF} - - CNT=$(expr ${CNT} + 1) - done - - cd "${SAVEDIR}" - mv "${TMPCONF}" "${DICTDCONF}" - chown 0:dictd "${DICTDCONF}" - chmod g+r "${DICTDCONF}" - einfo "Done, ${CNT} dictionaries found." -} - -depend() { - need localmount -} - -start() { - prepconfig || return 1 - ebegin "Starting dictd" - start-stop-daemon --start --quiet --pidfile ${DICTD_PID} --exec \ - /usr/sbin/dictd -- --pid-file ${DICTD_PID} ${DICTD_OPTS} - eend $? -} - -stop() { - ebegin "Stopping dictd" - start-stop-daemon --stop --quiet --pidfile ${DICTD_PID} --exec /usr/sbin/dictd - eend $? -} diff --git a/app-text/dictd/files/1.10.11/site.info b/app-text/dictd/files/1.10.11/site.info deleted file mode 100644 index c896c1e0e875..000000000000 --- a/app-text/dictd/files/1.10.11/site.info +++ /dev/null @@ -1,6 +0,0 @@ -Welcome to your dictionary server dictd! - -This is an example site information file. It should contain information -about any restricted databases and how users can obtain access. It may -also contain other random data as you see fit. - diff --git a/app-text/dictd/files/dictd-1.10.11-colorit-nopp-fix.patch b/app-text/dictd/files/dictd-1.10.11-colorit-nopp-fix.patch deleted file mode 100644 index 841193b1982b..000000000000 --- a/app-text/dictd/files/dictd-1.10.11-colorit-nopp-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/colorit.in -+++ b/colorit.in -@@ -167,7 +167,7 @@ - - function process_config (){ - if (pp == ""){ -- while (0 < (ret = (pipe | getline))){ -+ while (0 < (ret = (getline < config_file))){ - process_config_line() - } - }else{ - diff --git a/app-text/dictd/files/dictd-1.12.0-build.patch b/app-text/dictd/files/dictd-1.12.0-build.patch deleted file mode 100644 index d192f8ccb961..000000000000 --- a/app-text/dictd/files/dictd-1.12.0-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -don't force -static so we get both pic and non-pic objects - -https://bugs.gentoo.org/342669 - ---- a/Makefile.in -+++ b/Makefile.in -@@ -117,12 +117,12 @@ - @SET_MAKE@ - - %.o: %.c -- $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CFLAGS) $< -o $@ -+ $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CFLAGS) $< -o $@ -static - %.o: %.cpp -- $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CFLAGS) $< -o $@ -+ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CFLAGS) $< -o $@ -static - - %: %.o -- $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ -static \ -+ $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ \ - $^ $(OBJS) $(LDFLAGS) -lz ${LIBS} - - include $(srcdir)/deps diff --git a/app-text/dictd/files/dictd-1.13.0-stack-smashing.patch b/app-text/dictd/files/dictd-1.13.0-stack-smashing.patch deleted file mode 100644 index e5747a6680af..000000000000 --- a/app-text/dictd/files/dictd-1.13.0-stack-smashing.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611203 -https://bugs.gentoo.org/908998 ---- a/md5.h -+++ b/md5.h -@@ -1,11 +1,8 @@ - #ifndef MD5_H - #define MD5_H - --#ifdef __alpha --typedef unsigned int uint32; --#else --typedef unsigned long uint32; --#endif -+#include <stdint.h> -+typedef uint32_t uint32; - - struct MD5Context { - uint32 buf[4]; diff --git a/app-text/dictd/files/dictd-1.13.3-debian_fix_warnings.patch b/app-text/dictd/files/dictd-1.13.3-debian_fix_warnings.patch deleted file mode 100644 index bef11e2c5f7b..000000000000 --- a/app-text/dictd/files/dictd-1.13.3-debian_fix_warnings.patch +++ /dev/null @@ -1,306 +0,0 @@ -Debian patches : -13-Fix-compiler-warnings (adapted because lex-fix is merged) -17-fix-some-gcc-8-warnings - -From: Robert Luberda <robert@debian.org> -Date: Sat, 23 Jun 2018 22:39:26 +0200 -Subject: Fix some of gcc-8 warnings - ---- - dict.c | 8 ++++---- - dictd.c | 28 ++++++++++++++++------------ - dictfmt.c | 6 ++++-- - lev.h | 4 ++-- - 4 files changed, 26 insertions(+), 20 deletions(-) - -diff --git a/dict.c b/dict.c -index 5321c9c..9ef5192 100644 ---- a/dict.c -+++ b/dict.c -@@ -1239,7 +1239,7 @@ static const char *client_get_banner( void ) - uname( &uts ); - buffer = xmalloc(256); - snprintf( buffer, 256, -- "%s %s/rf on %s %s", err_program_name (), id_string (), -+ "%s %.50s/rf on %s %s", err_program_name (), id_string (), - uts.sysname, uts.release ); - return buffer; - } -@@ -1330,7 +1330,7 @@ int main( int argc, char **argv ) - const char *word = NULL; - int doauth = 1; - int docorrect = 1; -- int offset = 0; -+ /*int offset = 0;*/ - int i; - enum { DEFINE = 0x0001, - MATCH = 0x0002, -@@ -1526,11 +1526,11 @@ int main( int argc, char **argv ) - case 5: *p = '\0'; word = cpy(s); ++state; s=p+1; break; - case 6: *p = '\0'; database = cpy(s); ++state; s=p+1; break; - case 7: *p = '\0'; -- if (function == DEFINE) offset = atoi(s); -+ if (function == DEFINE) /*offset = atoi(s)*/; - else strategy = cpy(s); - ++state; s=p+1; break; - case 8: *p = '\0'; -- if (function == MATCH) offset = atoi(s); ++state; s=p+1; break; -+ if (function == MATCH) { /*offset = atoi(s)*/; ++state; s=p+1; break; } - /* FALLTHROUGH */ - default: - PRINTF(DBG_URL,("State = %d, s = %s\n",state,s)); -diff --git a/dictd.c b/dictd.c -index 3073ace..954a6cc 100644 ---- a/dictd.c -+++ b/dictd.c -@@ -333,6 +333,7 @@ static void xsigprocmask (int how, const sigset_t *set, sigset_t *oset) - } - } - -+#if 0 - static void block_signals (void) - { - sigset_t set; -@@ -343,6 +344,7 @@ static void block_signals (void) - - xsigprocmask (SIG_BLOCK, &set, NULL); - } -+#endif - - static void unblock_signals (void) - { -@@ -1154,12 +1156,12 @@ const char *dict_get_banner( int shortFlag ) - shortBuffer = xmalloc(256); - snprintf( - shortBuffer, 256, -- "%s %s", err_program_name(), id_string () ); -+ "%s %.50s", err_program_name(), id_string () ); - - longBuffer = xmalloc(256); - snprintf( - longBuffer, 256, -- "%s %s/rf on %s %s", err_program_name(), id_string (), -+ "%s %.50s/rf on %s %s", err_program_name(), id_string (), - uts.sysname, - uts.release ); - -@@ -1258,6 +1260,8 @@ void set_minimal( void ) - flg_set("-min"); - } - -+#define CHECK_SYSCALL(x) do { if ((x) < 0) { perror(#x); exit(1); }} while (0) -+ - static void release_root_privileges( void ) - /* At the spring 1999 Linux Expo in Raleigh, Rik Faith told me that he - * did not want dictd to be allowed to run as root for any reason. -@@ -1272,17 +1276,17 @@ static void release_root_privileges( void ) - struct passwd *pwd; - - if ((pwd = getpwnam("dictd"))) { -- setgid(pwd->pw_gid); -+ CHECK_SYSCALL(setgid(pwd->pw_gid)); - initgroups("dictd",pwd->pw_gid); -- setuid(pwd->pw_uid); -+ CHECK_SYSCALL(setuid(pwd->pw_uid)); - } else if ((pwd = getpwnam("nobody"))) { -- setgid(pwd->pw_gid); -+ CHECK_SYSCALL(setgid(pwd->pw_gid)); - initgroups("nobody",pwd->pw_gid); -- setuid(pwd->pw_uid); -+ CHECK_SYSCALL(setuid(pwd->pw_uid)); - } else { -- setgid(GID_NOGROUP); -+ CHECK_SYSCALL(setgid(GID_NOGROUP)); - initgroups("nobody", GID_NOGROUP); -- setuid(UID_NOBODY); -+ CHECK_SYSCALL(setuid(UID_NOBODY)); - } - } - } -@@ -1473,9 +1477,9 @@ static void reopen_012 (void) - close (1); - close (2); - -- dup (fd); -- dup (fd); -- dup (fd); -+ CHECK_SYSCALL(dup (fd)); -+ CHECK_SYSCALL(dup (fd)); -+ CHECK_SYSCALL(dup (fd)); - } - - int main (int argc, char **argv, char **envp) -@@ -1713,7 +1717,7 @@ int main (int argc, char **argv, char **envp) - - if (detach){ - /* become a daemon */ -- daemon (0, 1); -+ CHECK_SYSCALL(daemon (0, 1)); - reopen_012 (); - - /* after fork from daemon(3) */ -diff --git a/dictfmt.c b/dictfmt.c -index b8b7aa9..1cff05e 100644 ---- a/dictfmt.c -+++ b/dictfmt.c -@@ -1136,6 +1136,8 @@ static int xatoi (const char *nptr) - return (int) ret; - } - -+#define CHECK_LIBCALL(x) do { if ((x) == NULL) { fprintf(stderr, #x " failed\n"); exit(1); }} while (0) -+ - int main( int argc, char **argv ) - { - int c; -@@ -1500,8 +1502,8 @@ int main( int argc, char **argv ) - buf++; - } else if (strncmp(buffer, "_____",5) == 0) { - buf = (unsigned char *) buffer; -- fgets (buffer,BSIZE-1,stdin); /* empty line */ -- fgets (buffer,BSIZE-1,stdin); -+ CHECK_LIBCALL(fgets (buffer,BSIZE-1,stdin)); /* empty line */ -+ CHECK_LIBCALL(fgets (buffer,BSIZE-1,stdin)); - if (strlen(buffer)) - buffer[strlen(buffer)-1] = '\0'; /* remove newline */ - -diff --git a/lev.h b/lev.h -index 249272d..d2a86d4 100644 ---- a/lev.h -+++ b/lev.h -@@ -118,7 +118,7 @@ static int dict_search_lev_utf8 ( - mbstate_t ps; - int count = 0; - const char *pt; -- dictWord *datum; -+ /*dictWord *datum;*/ - - const char *p; - char *d; -@@ -127,7 +127,7 @@ static int dict_search_lev_utf8 ( - size_t i; - set_Set s = set_create (NULL,NULL); - -- LEV_VARS -+ /*LEV_VARS*/ - - assert (alphabet); - -From: Robert Luberda <robert@debian.org> -Date: Sun, 21 Aug 2016 13:16:39 +0200 -Subject: Fix some of compiler warnings - ---- - daemon.c | 18 +++++++++--------- - dictd.c | 2 ++ - dictzip.c | 2 -- - md5.c | 2 +- - parse.c | 4 ++-- - servparse.y | 3 +++ - -diff --git a/daemon.c b/daemon.c -index d63e753..445c8c6 100644 ---- a/daemon.c -+++ b/daemon.c -@@ -131,23 +131,23 @@ static void daemon_log( int type, const char *format, ... ) - - switch (type) { - case DICT_LOG_TERM: -- if (!flg_test(LOG_STATS)) return; marker = 'I'; break; -+ if (!flg_test(LOG_STATS)) { return; } marker = 'I'; break; - case DICT_LOG_TRACE: -- if (!flg_test(LOG_SERVER)) return; marker = 'I'; break; -+ if (!flg_test(LOG_SERVER)) { return; } marker = 'I'; break; - case DICT_LOG_CLIENT: -- if (!flg_test(LOG_CLIENT)) return; marker = 'C'; break; -+ if (!flg_test(LOG_CLIENT)) { return; } marker = 'C'; break; - case DICT_LOG_CONNECT: -- if (!flg_test(LOG_CONNECT)) return; marker = 'K'; break; -+ if (!flg_test(LOG_CONNECT)) { return; } marker = 'K'; break; - case DICT_LOG_DEFINE: -- if (!flg_test(LOG_FOUND)) return; marker = 'D'; break; -+ if (!flg_test(LOG_FOUND)) { return; } marker = 'D'; break; - case DICT_LOG_MATCH: -- if (!flg_test(LOG_FOUND)) return; marker = 'M'; break; -+ if (!flg_test(LOG_FOUND)) { return; } marker = 'M'; break; - case DICT_LOG_NOMATCH: -- if (!flg_test(LOG_NOTFOUND)) return; marker = 'N'; break; -+ if (!flg_test(LOG_NOTFOUND)) { return; } marker = 'N'; break; - case DICT_LOG_COMMAND: -- if (!flg_test(LOG_COMMAND)) return; marker = 'T'; break; -+ if (!flg_test(LOG_COMMAND)) { return; } marker = 'T'; break; - case DICT_LOG_AUTH: -- if (!flg_test(LOG_AUTH)) return; marker = 'A'; break; -+ if (!flg_test(LOG_AUTH)) { return; } marker = 'A'; break; - } - - if (dbg_test(DBG_PORT)) -diff --git a/dictd.c b/dictd.c -index fe27e42..3073ace 100644 ---- a/dictd.c -+++ b/dictd.c -@@ -318,6 +318,7 @@ static void reload_config (void) - dict_init_databases (DictConfig); - } - -+/* - static void xsigaddset (sigset_t *set, int signo) - { - if (sigaddset (set, signo)){ -@@ -353,6 +354,7 @@ static void unblock_signals (void) - - xsigprocmask (SIG_UNBLOCK, &set, NULL); - } -+*/ - - static void handler( int sig ) - { -diff --git a/dictzip.c b/dictzip.c -index f917407..970eff8 100644 ---- a/dictzip.c -+++ b/dictzip.c -@@ -336,10 +336,8 @@ int dict_data_zip( const char *inFilename, const char *outFilename, - static const char *id_string (void) - { - static char buffer[BUFFERSIZE]; -- char *pt; - - snprintf( buffer, BUFFERSIZE, "%s", DICT_VERSION ); -- pt = buffer + strlen( buffer ); - - return buffer; - } -diff --git a/md5.c b/md5.c -index 8d1accf..7f2a7ff 100644 ---- a/md5.c -+++ b/md5.c -@@ -145,7 +145,7 @@ void MD5Final(unsigned char digest[16], struct MD5Context *ctx) - MD5Transform(ctx->buf, (uint32 *) ctx->in); - byteReverse((unsigned char *) ctx->buf, 4); - memcpy(digest, ctx->buf, 16); -- memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ -+ memset(ctx, 0, sizeof(*ctx)); /* In case it's sensitive */ - } - - #ifndef ASM_MD5 -diff --git a/parse.c b/parse.c -index 1cdaf91..b6d1099 100644 ---- a/parse.c -+++ b/parse.c -@@ -95,7 +95,7 @@ void prs_file( const char *filename ) - "/usr/ccs/lib/cpp", /* Solaris */ - "/usr/lang/cpp", - 0 }; -- static const char *extra_options = ""; -+ /*static const char *extra_options = "";*/ - FILE *tmp; - - if (!filename) -@@ -116,7 +116,7 @@ void prs_file( const char *filename ) - if ((t = strchr( buf, '\n' ))) *t = '\0'; - PRINTF(MAA_PARSE,("%s: Using GNU cpp from %s\n", __func__, buf)); - cpp = str_find( buf ); -- extra_options = "-nostdinc -nostdinc++"; -+ /*extra_options = "-nostdinc -nostdinc++";*/ - } - pclose( tmp ); - } diff --git a/app-text/dictd/files/dictd-1.13.3-libtool.patch b/app-text/dictd/files/dictd-1.13.3-libtool.patch deleted file mode 100644 index 46fcf4497f45..000000000000 --- a/app-text/dictd/files/dictd-1.13.3-libtool.patch +++ /dev/null @@ -1,67 +0,0 @@ -https://bugs.gentoo.org/818535 - -From: orbea <orbea@riseup.net> -Date: Fri, 17 Jun 2022 16:18:40 -0700 -Subject: [PATCH] configure: Add missing LT_INIT - -Rebased for 1.13.3 (rename configure.{in,ac}) - -diff --git a/Makefile.in b/Makefile.in -index bcd23a8..4470ea9 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -28,6 +28,7 @@ endif - - .SUFFIXES: - -+top_builddir= @top_builddir@ - srcdir= @srcdir@ - VPATH= @srcdir@:. - prefix= @prefix@ -diff --git a/configure.ac b/configure.ac -index f727770..51078a5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -35,6 +35,8 @@ AC_INIT([dict],[VERSION],[dict-beta@dict.org]) - AC_CONFIG_SRCDIR([dictd.c]) - AC_CONFIG_HEADERS([config.h]) - -+LT_INIT -+ - echo Configuring for dict - echo . - -@@ -70,13 +72,10 @@ echo Checking for programs - - AC_PROG_AWK - AC_PROG_INSTALL --AC_PROG_RANLIB - AC_PROG_MAKE_SET - AC_PROG_YACC - AC_PROG_LEX(yywrap) - --AC_CHECK_PROG(LIBTOOL,libtool,libtool) -- - AC_CHECK_PROGS(NROFF,gnroff nroff) - AC_CHECK_PROGS(TROFF,groff troff) - AC_CHECK_PROGS(COL,col cat) -@@ -187,7 +186,6 @@ AC_SUBST(DICT_VERSION) - AC_SUBST(USE_PLUGIN) - AC_SUBST(EXEEXT) - AC_SUBST(allsubdirs) --AC_SUBST(LIBTOOL) - - AC_SUBST(PLUGINS) - -diff --git a/doc/Makefile.in b/doc/Makefile.in -index 233cc9f..3ee0853 100644 ---- a/doc/Makefile.in -+++ b/doc/Makefile.in -@@ -28,6 +28,7 @@ endif - - .SUFFIXES: - -+top_builddir= @top_builddir@ - srcdir= @srcdir@ - VPATH= @srcdir@ - prefix= @prefix@ diff --git a/app-text/dictd/files/dictd-1.13.3-rm_replace_strlfuncs.patch b/app-text/dictd/files/dictd-1.13.3-rm_replace_strlfuncs.patch deleted file mode 100644 index 16fe23c3dfaa..000000000000 --- a/app-text/dictd/files/dictd-1.13.3-rm_replace_strlfuncs.patch +++ /dev/null @@ -1,35 +0,0 @@ -https://bugs.gentoo.org/880531 -Let’s assume that strlcat and strlcpy are declared in string.h -It avoids a failure while checking -diff --git a/configure.ac b/configure.ac -index f727770..a57d048 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -166,8 +166,6 @@ AC_LIBOBJ([iswalnum]) - AC_LIBOBJ([towlower]) - # AC_LIBOBJ([wcwidth]) - --AC_REPLACE_FUNCS(strlcpy strlcat) -- - echo . - echo Making output files - -diff --git a/dictP.h b/dictP.h -index 198cce7..fa8ed25 100644 ---- a/dictP.h -+++ b/dictP.h -@@ -85,14 +85,6 @@ extern wint_t towlower__ (wint_t wc); - - #include <wchar.h> - --#if !HAVE_STRLCPY --extern size_t strlcpy (char *s, const char * wc, size_t size); --#endif -- --#if !HAVE_STRLCAT --size_t strlcat(char *dst, const char *src, size_t siz); --#endif -- - #if !HAVE_WCRTOMB - extern size_t wcrtomb__ (char *s, wchar_t wc, mbstate_t *ps); - #else diff --git a/app-text/dictd/files/dictd-1.13.3-version.patch b/app-text/dictd/files/dictd-1.13.3-version.patch deleted file mode 100644 index 6edf35e0c93c..000000000000 --- a/app-text/dictd/files/dictd-1.13.3-version.patch +++ /dev/null @@ -1,45 +0,0 @@ -https://github.com/cheusov/dictd/pull/27.patch -https://bugs.gentoo.org/852884 -From 8b5259d0e9c9c7572586dcb95973837bea960127 Mon Sep 17 00:00:00 2001 -From: Nicolas PARLANT <nicolas.parlant@parhuet.fr> -Date: Thu, 10 Jul 2025 15:35:44 +0200 -Subject: [PATCH] Avoid conflict with libtool VERSION - -define(VERSION) in configure.ac conflicts with VERSION from libtool. - -Use anything else, here PKG_VERSION. - -Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> ---- - configure.ac | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index f727770..3aaa882 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -24,13 +24,13 @@ dnl for optimization and stripping. - dnl LIBOBJS is an automatically-generated list of extra objects we need - - --define(VERSION, 1.13.3) -+define(PKG_VERSION, 1.13.3) - - - AC_PREREQ([2.72]) - AC_REVISION($Revision: 1.144 $) - --AC_INIT([dict],[VERSION],[dict-beta@dict.org]) -+AC_INIT([dict],[PKG_VERSION],[dict-beta@dict.org]) - - AC_CONFIG_SRCDIR([dictd.c]) - AC_CONFIG_HEADERS([config.h]) -@@ -38,7 +38,7 @@ AC_CONFIG_HEADERS([config.h]) - echo Configuring for dict - echo . - --DICT_VERSION=VERSION -+DICT_VERSION=PKG_VERSION - - AC_CANONICAL_HOST - diff --git a/app-text/dictd/files/dictd.service b/app-text/dictd/files/dictd.service deleted file mode 100644 index f5efde6c6f1f..000000000000 --- a/app-text/dictd/files/dictd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Dictd Dictionary Server Daemon -After=network.target - -[Service] -Type=forking -ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1 - -[Install] -WantedBy=multi-user.target diff --git a/app-text/dictd/metadata.xml b/app-text/dictd/metadata.xml deleted file mode 100644 index 7660e1f60fb7..000000000000 --- a/app-text/dictd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="judy">Build Judy-based (<pkg>dev-libs/judy</pkg>) plugin implementing fast "exact" and especially "lev" strategies</flag> - <flag name="minimal">Don't build server but dict client, dictzip and dictfmt only.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/diction/Manifest b/app-text/diction/Manifest deleted file mode 100644 index fd11aaca4849..000000000000 --- a/app-text/diction/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST diction-1.14.tar.gz 147268 BLAKE2B 12e4a56aa6429bb155dd08a0ba01438f79b69ab9d2a990a3d9c2d12e1eccd15ff7c09d634d399f82d09c97b24586e4586bd6521153ae071b3192dc7a3ea10102 SHA512 db704f3c01883b24ce01c5aaaae9a615418e2cfbf851b7f11a4357c853299caf666483e309d84217413732b7abd1abc44f0bcb3dc960b64adfdfa19121607ce3 diff --git a/app-text/diction/diction-1.14.ebuild b/app-text/diction/diction-1.14.ebuild deleted file mode 100644 index 9dbfc57fe8e5..000000000000 --- a/app-text/diction/diction-1.14.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -DESCRIPTION="Diction and style checkers for english and german texts" -HOMEPAGE="https://www.gnu.org/software/diction/diction.html" -SRC_URI="http://www.moria.de/~michael/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86 ~arm64-macos ~x64-macos" - -DEPEND=" - sys-devel/gettext - virtual/libintl -" -PATCHES=( - "${FILESDIR}"/${PN}-1.13-make.patch - "${FILESDIR}"/${PN}-1.14-getenv.patch -) -DOCS=( NEWS README ) diff --git a/app-text/diction/files/diction-1.13-make.patch b/app-text/diction/files/diction-1.13-make.patch deleted file mode 100644 index 72a2f36728f0..000000000000 --- a/app-text/diction/files/diction-1.13-make.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -50,7 +50,7 @@ - [ -d $(DESTDIR)@mandir@/man1 ] || @INSTALL@ -m 755 -d $(DESTDIR)@mandir@/man1 - @INSTALL@ -m 644 diction.1 $(DESTDIR)@mandir@/man1/diction.1 - @INSTALL@ -m 644 style.1 $(DESTDIR)@mandir@/man1/style.1 -- make install-po-@USE_NLS@ -+ $(MAKE) install-po-@USE_NLS@ - - install-po-no: - install-po-yes: $(CATALOGS) diff --git a/app-text/diction/files/diction-1.14-getenv.patch b/app-text/diction/files/diction-1.14-getenv.patch deleted file mode 100644 index 4d2cf79accd4..000000000000 --- a/app-text/diction/files/diction-1.14-getenv.patch +++ /dev/null @@ -1,16 +0,0 @@ -get correct getenv prototype instead of cooking one up that's not going -to be useless with recent compilers - ---- a/getopt.c -+++ b/getopt.c -@@ -143,9 +143,7 @@ - /* Avoid depending on library functions or files - whose names are inconsistent. */ - --#ifndef getenv --extern char *getenv (); --#endif -+#include <stdlib.h> - - #endif /* not __GNU_LIBRARY__ */ - diff --git a/app-text/diction/metadata.xml b/app-text/diction/metadata.xml deleted file mode 100644 index bef6a7c71634..000000000000 --- a/app-text/diction/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - GNU diction and style are free implementations of old standard unix - commands, that are not available on many modern systems, because they - have been unbundled. Diction prints wordy and commonly misused phrases. - Style analyses surface characteristics of a document, e.g. sentence - length and various readability measures, but unlike the original code, - it lacks sentence type, word usage and most sentence beginning - processing. - - Both commands support English and German documents. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/diff-pdf/Manifest b/app-text/diff-pdf/Manifest deleted file mode 100644 index 33086153aba7..000000000000 --- a/app-text/diff-pdf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST diff-pdf-0.5.1.tar.gz 142541 BLAKE2B db402ee9c0d3013b76b5e20381d661c572206bd834e5ec31824dc9f4aed08e0fcb1d57909b4a7490297c767aaf17efdd522ca4488c63a276ba6fb3f50e74b8b9 SHA512 8f2669da974912023208cdb538256ff979935d64e1f32d547da33d6c8231945ae555f6f85481ef36ec888d3ceda7fdfdddcfbd225f0a891c5f1613be6f249f4f diff --git a/app-text/diff-pdf/diff-pdf-0.5.1-r1.ebuild b/app-text/diff-pdf/diff-pdf-0.5.1-r1.ebuild deleted file mode 100644 index f7ddb5f395a7..000000000000 --- a/app-text/diff-pdf/diff-pdf-0.5.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" -inherit wxwidgets - -DESCRIPTION="A simple tool for visually comparing two PDF files" -HOMEPAGE="https://vslavik.github.io/diff-pdf/ https://github.com/vslavik/diff-pdf/" -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}/${P}.tar.gz" - -# The COPYING.icons file states that two icons were taken from -# version 2.16.5 of GTK+, which is licensed LGPL-2+. -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64" - -# The build system checks for "poppler-glib", which is provided only -# when app-text/poppler is built with USE=cairo. Moreover the glib ABI -# of poppler is relatively stable, and I can only assume that diff-pdf -# uses that rather than the low-level libpoppler.so API. Since the -# subslot on app-text/poppler is ONLY for the low-level API, we -# therefore don't need a subslot dependency on app-text/poppler. -# -# Since diff-pdf.cpp includes glib.h directly, I've included -# dev-libs/glib as an explicit dependency. Ditto for x11-libs/cairo. -DEPEND="app-text/poppler[cairo] - dev-libs/glib - x11-libs/cairo - x11-libs/wxGTK:${WX_GTK_VER}=[X]" -RDEPEND="${DEPEND}" - -src_configure() { - setup-wxwidgets - default -} diff --git a/app-text/diff-pdf/metadata.xml b/app-text/diff-pdf/metadata.xml deleted file mode 100644 index a6e780957ae0..000000000000 --- a/app-text/diff-pdf/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mjo@gentoo.org</email> - <name>Michael Orlitzky</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/diffpdf/Manifest b/app-text/diffpdf/Manifest deleted file mode 100644 index 8bf4c70c4a9f..000000000000 --- a/app-text/diffpdf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST diffpdf-2.1.3.tar.gz 91856 BLAKE2B a94b710674508a5b77ca1e18b48e906568b49ecf10ce5f96d425fceb91746922fdf454ee20ec77913cf3d7467e559e59257e7415bf96c44b9c136e1708d4e73f SHA512 137e00f7c1d696b097f271c51fa5f19d471efb85fb3d5381c096c32f1ff824083b1122bbefa758fb9320ac8e0c9c16e6b88c8b6286bd98388d88c45c714a948d diff --git a/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild deleted file mode 100644 index 760b4910a4f3..000000000000 --- a/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake desktop - -DESCRIPTION="Program that textually or visually compares two PDF files" -HOMEPAGE="https://web.archive.org/web/20250102202818/https://www.qtrac.eu/diffpdf-foss.html" -SRC_URI="https://web.archive.org/web/20201229194512/http://www.qtrac.eu/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - >=dev-build/cmake-3.16 - >=dev-qt/qttools-6.4.2:6[linguist] -" -RDEPEND=" - >=app-text/poppler-22.12[qt6] - >=dev-qt/qtbase-6.4.2:6[gui,widgets] -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-qt5.patch # bug #641850 - "${FILESDIR}"/${P}-qt6.patch # bug #947239 - "${FILESDIR}"/${P}-qt6.10.patch # bug #966860 -) - -src_install() { - cmake_src_install - einstalldocs - doman diffpdf.1 - make_desktop_entry --eapi9 diffpdf -n DiffPDF -d "eu.qtrac.diffpdf" \ - -c "Utility;Qt;" -C "Compare two PDF files" - newicon images/icon.png ${PN}.png -} diff --git a/app-text/diffpdf/files/diffpdf-2.1.3-qt5.patch b/app-text/diffpdf/files/diffpdf-2.1.3-qt5.patch deleted file mode 100644 index a7821388aa87..000000000000 --- a/app-text/diffpdf/files/diffpdf-2.1.3-qt5.patch +++ /dev/null @@ -1,173 +0,0 @@ -Description: Build with Qt5 - Enough changes to make things build with Qt5 -Author: Sune Vuorela <sune@debian.org> - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: https://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: 2017-11-25 - ---- diffpdf-2.1.3.orig/aboutform.cpp -+++ diffpdf-2.1.3/aboutform.cpp -@@ -11,7 +11,6 @@ - */ - - #include "aboutform.hpp" --#include <poppler-version.h> - #include <QApplication> - #include <QHBoxLayout> - #include <QSettings> -@@ -52,7 +51,7 @@ AboutForm::AboutForm(QWidget *parent) : - "</ul>" - "I also provide training and consultancy in C++, Go, Python 2, " - "Python 3, C++/Qt, and PyQt4.").arg(qApp->applicationName()) -- .arg(Version).arg(qVersion()).arg(POPPLER_VERSION)); -+ .arg(Version).arg(qVersion()).arg("Qt 5")); - QTextBrowser *contributorsBrowser = new QTextBrowser; - contributorsBrowser->setReadOnly(true); - contributorsBrowser->setHtml(tr("<table>" ---- diffpdf-2.1.3.orig/diffpdf.pro -+++ diffpdf-2.1.3/diffpdf.pro -@@ -31,35 +31,39 @@ TRANSLATIONS += diffpdf_fr.ts - TRANSLATIONS += diffpdf_de.ts - TRANSLATIONS += diffpdf_es.ts - CODECFORTR = UTF-8 --LIBS += -lpoppler-qt4 -+LIBS += -lpoppler-qt5 -+ QMAKE_CFLAGS += $$(CPPFLAGS) $$(CFLAGS) -+ QMAKE_CXXFLAGS += $$(CPPFLAGS) $$(CXXFLAGS) -+ QMAKE_LFLAGS += $$(LDFLAGS) -+QT += widgets printsupport - win32 { - CONFIG += release - } - exists($(HOME)/opt/poppler024/) { - message(Using locally built Poppler library) - INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/cpp -- INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/qt4 -+ INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/qt5 - LIBS += -Wl,-rpath -Wl,$(HOME)/opt/poppler024/lib -L$(HOME)/opt/poppler024/lib - } else { - exists(/poppler_lib) { - message(Using locally built Poppler library on Windows) - INCLUDEPATH += /c/poppler_lib/include/poppler/cpp -- INCLUDEPATH += /c/poppler_lib/include/poppler/qt4 -+ INCLUDEPATH += /c/poppler_lib/include/poppler/qt5 - LIBS += -Wl,-rpath -Wl,/c/poppler_lib/bin -Wl,-L/c/poppler_lib/bin - } else { -- exists(/usr/include/poppler/qt4) { -+ exists(/usr/include/poppler/qt5) { - INCLUDEPATH += /usr/include/poppler/cpp -- INCLUDEPATH += /usr/include/poppler/qt4 -+ INCLUDEPATH += /usr/include/poppler/qt5 - } else { - INCLUDEPATH += /usr/local/include/poppler/cpp -- INCLUDEPATH += /usr/local/include/poppler/qt4 -+ INCLUDEPATH += /usr/local/include/poppler/qt5 - } - } - } - #exists($(HOME)/opt/podofo09/) { - # message(Using locally built PoDoFo library) - # INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/cpp --# INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/qt4 -+# INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/qt5 - # LIBS += -Wl,-rpath -Wl,$(HOME)/opt/podofo09/lib64 -Wl,-L$(HOME)/opt/podofo09/lib64 - #} else { - # exists(/usr/include/podofo) { ---- diffpdf-2.1.3.orig/generic.hpp -+++ diffpdf-2.1.3/generic.hpp -@@ -12,7 +12,7 @@ - for more details. - */ - --#include <poppler-qt4.h> -+#include <poppler-qt5.h> - #include <QMetaType> - #include <QPair> - #include <QPixmap> ---- diffpdf-2.1.3.orig/helpform.cpp -+++ diffpdf-2.1.3/helpform.cpp -@@ -11,7 +11,6 @@ - */ - - #include "helpform.hpp" --#include <poppler-version.h> - #include <QApplication> - #include <QFile> - #include <QKeySequence> ---- diffpdf-2.1.3.orig/label.cpp -+++ diffpdf-2.1.3/label.cpp -@@ -15,6 +15,7 @@ - #include <QDragEnterEvent> - #include <QDragEnterEvent> - #include <QMouseEvent> -+#include <QMimeData> - - Label::Label(QWidget *parent) : QLabel(parent) - { ---- diffpdf-2.1.3.orig/lineedit.cpp -+++ diffpdf-2.1.3/lineedit.cpp -@@ -14,6 +14,7 @@ - #include "lineedit.hpp" - #include <QDragEnterEvent> - #include <QDragEnterEvent> -+#include <QMimeData> - - - LineEdit::LineEdit(QWidget *parent) : QLineEdit(parent) ---- diffpdf-2.1.3.orig/main.cpp -+++ diffpdf-2.1.3/main.cpp -@@ -31,7 +31,6 @@ int main(int argc, char *argv[]) - app.setOrganizationDomain("qtrac.eu"); - app.setApplicationName("DiffPDF"); - app.setWindowIcon(QIcon(":/icon.png")); -- QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); - - QTextStream out(stdout); - QStringList args = app.arguments().mid(1); ---- diffpdf-2.1.3.orig/mainwindow.hpp -+++ diffpdf-2.1.3/mainwindow.hpp -@@ -19,7 +19,7 @@ - #else - #include <tr1/memory> - #endif --#include <poppler-qt4.h> -+#include <poppler-qt5.h> - #include <QBrush> - #include <QList> - #include <QMainWindow> ---- diffpdf-2.1.3.orig/optionsform.cpp -+++ diffpdf-2.1.3/optionsform.cpp -@@ -76,9 +76,9 @@ void OptionsForm::createWidgets() - << qMakePair(tr("Diagonal \\"), Qt::FDiagPattern) - << qMakePair(tr("Diagonal Cross"), Qt::DiagCrossPattern)) - brushStyleComboBox->addItem(brushSwatch(pair.second, color), -- pair.first, pair.second); -+ pair.first, QVariant::fromValue(pair.second)); - brushStyleComboBox->setCurrentIndex(brushStyleComboBox->findData( -- brush.style())); -+ QVariant::fromValue(brush.style()))); - - penStyleComboBox = new QComboBox; - typedef QPair<QString, Qt::PenStyle> PenPair; -@@ -90,9 +90,9 @@ void OptionsForm::createWidgets() - << qMakePair(tr("Dash-Dotted"), Qt::DashDotLine) - << qMakePair(tr("Dash-Dot-Dotted"), Qt::DashDotDotLine)) - penStyleComboBox->addItem(penStyleSwatch(pair.second, color), -- pair.first, pair.second); -+ pair.first, QVariant::fromValue(pair.second)); - penStyleComboBox->setCurrentIndex(penStyleComboBox->findData( -- pen.style())); -+ QVariant::fromValue(pen.style()))); - - alphaSpinBox = new QSpinBox; - alphaSpinBox->setRange(1, 100); diff --git a/app-text/diffpdf/files/diffpdf-2.1.3-qt6.10.patch b/app-text/diffpdf/files/diffpdf-2.1.3-qt6.10.patch deleted file mode 100644 index 5af2bb28d260..000000000000 --- a/app-text/diffpdf/files/diffpdf-2.1.3-qt6.10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/textitem.cpp -+++ b/textitem.cpp -@@ -161,7 +161,7 @@ void TextItems::debug(const int page, const int ToleranceY, - const QRect rect = item.toRect(); - out << item.text; - if (!ComparingWords) -- out << QString(" %1").arg(item.text.at(0).unicode(), 4, 16, -+ out << QString(" %1").arg(static_cast<int>(item.text.at(0).unicode()), 4, 16, - QChar('0')); - if (Yx) { - const int y = normalizedY(static_cast<int>(item.rect.y()),
\ No newline at end of file diff --git a/app-text/diffpdf/files/diffpdf-2.1.3-qt6.patch b/app-text/diffpdf/files/diffpdf-2.1.3-qt6.patch deleted file mode 100644 index 6f15202e0e72..000000000000 --- a/app-text/diffpdf/files/diffpdf-2.1.3-qt6.patch +++ /dev/null @@ -1,407 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -new file mode 100644 -index 0000000..fbaf333 ---- /dev/null -+++ b/CMakeLists.txt -@@ -0,0 +1,25 @@ -+cmake_minimum_required(VERSION 3.16) -+project(diffpdf CXX) -+ -+find_package(Qt6 REQUIRED COMPONENTS Gui LinguistTools PrintSupport Widgets) -+find_package(PkgConfig REQUIRED) -+pkg_search_module(PopplerQt6 REQUIRED IMPORTED_TARGET poppler-qt6>=22.12.0) -+ -+qt_standard_project_setup(REQUIRES 6.4.2 I18N_TRANSLATED_LANGUAGES cz de es fr) -+ -+file(GLOB DiffPDF_SOURCES CONFIGURE_DEPENDS -+ "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp" -+ "${CMAKE_CURRENT_SOURCE_DIR}/*.hpp" -+) -+qt_add_executable(diffpdf ${DiffPDF_SOURCES}) -+target_link_libraries(diffpdf -+ PRIVATE -+ PkgConfig::PopplerQt6 -+ Qt6::Core -+ Qt6::PrintSupport -+ Qt6::Widgets -+) -+qt_add_translations(diffpdf RESOURCE_PREFIX "/") -+qt_add_binary_resources(diffpdf_resources resources.qrc) -+add_dependencies(diffpdf diffpdf_resources) -+install(TARGETS diffpdf) -diff --git a/diffpdf_cz.ts b/diffpdf_cz.ts -index 66f718c..36b313f 100644 ---- a/diffpdf_cz.ts -+++ b/diffpdf_cz.ts -@@ -1,7 +1,6 @@ - <?xml version="1.0" encoding="utf-8"?> - <!DOCTYPE TS> - <TS version="2.0" language="cs_CZ"> --<defaultcodec>UTF-8</defaultcodec> - <context> - <name>AboutForm</name> - <message> -diff --git a/diffpdf_de.ts b/diffpdf_de.ts -index 6b8ee47..3daf0cc 100644 ---- a/diffpdf_de.ts -+++ b/diffpdf_de.ts -@@ -1,7 +1,6 @@ - <?xml version="1.0" encoding="utf-8"?> - <!DOCTYPE TS> - <TS version="2.0" language="de_DE"> --<defaultcodec>UTF-8</defaultcodec> - <context> - <name>AboutForm</name> - <message> -diff --git a/diffpdf_es.ts b/diffpdf_es.ts -index a35941f..e8c9d8f 100644 ---- a/diffpdf_es.ts -+++ b/diffpdf_es.ts -@@ -1,7 +1,6 @@ - <?xml version="1.0" encoding="utf-8"?> - <!DOCTYPE TS> - <TS version="2.0" language="es_ES"> --<defaultcodec>UTF-8</defaultcodec> - <context> - <name>AboutForm</name> - <message> -diff --git a/diffpdf_fr.ts b/diffpdf_fr.ts -index 815e9c4..3e3d5e7 100644 ---- a/diffpdf_fr.ts -+++ b/diffpdf_fr.ts -@@ -1,7 +1,6 @@ - <?xml version="1.0" encoding="utf-8"?> - <!DOCTYPE TS> - <TS version="2.0"> --<defaultcodec>UTF-8</defaultcodec> - <context> - <name>AboutForm</name> - <message> -diff --git a/generic.cpp b/generic.cpp -index 13603e3..ba4ea7a 100644 ---- a/generic.cpp -+++ b/generic.cpp -@@ -17,6 +17,7 @@ - #include <QPen> - #include <QPixmapCache> - #include <QUrl> -+#include <utility> - - const QSize SwatchSize(24, 24); - -@@ -149,8 +150,8 @@ QPixmap penStyleSwatch(const Qt::PenStyle style, const QColor &color) - const TextBoxList getTextBoxes(PdfPage page, const QRectF &rect) - { - TextBoxList boxes; -- foreach (Poppler::TextBox *box, page->textList()) { -- PdfTextBox box_ptr(box); -+ for (auto & box : page->textList()) { -+ PdfTextBox box_ptr(std::move(box)); - if (rect.isEmpty() || rect.contains(box_ptr->boundingBox())) - boxes.append(box_ptr); - } -diff --git a/generic.hpp b/generic.hpp -index 1e9afce..fd48163 100644 ---- a/generic.hpp -+++ b/generic.hpp -@@ -12,7 +12,8 @@ - for more details. - */ - --#include <poppler-qt5.h> -+#include <poppler-qt6.h> -+#include <memory> - #include <QMetaType> - #include <QPair> - #include <QPixmap> -@@ -22,15 +23,9 @@ class QColor; - class QMimeData; - class QRectF; - --#if QT_VERSION >= 0x040600 --typedef QSharedPointer<Poppler::Document> PdfDocument; --typedef QSharedPointer<Poppler::Page> PdfPage; --typedef QSharedPointer<Poppler::TextBox> PdfTextBox; --#else --typedef std::tr1::shared_ptr<Poppler::Document> PdfDocument; --typedef std::tr1::shared_ptr<Poppler::Page> PdfPage; --typedef std::tr1::shared_ptr<Poppler::TextBox> PdfTextBox; --#endif -+using PdfDocument = std::shared_ptr<Poppler::Document>; -+using PdfPage = std::shared_ptr<Poppler::Page>; -+using PdfTextBox = std::shared_ptr<Poppler::TextBox>; - typedef QList<PdfTextBox> TextBoxList; - - enum InitialComparisonMode{CompareAppearance=0, CompareCharacters=1, -@@ -50,9 +45,9 @@ struct PagePair - - bool isNull() { return left == -1 || right == -1; } - -- const int left; -- const int right; -- const bool hasVisualDifference; -+ int left; -+ int right; -+ bool hasVisualDifference; - }; - Q_DECLARE_METATYPE(PagePair) - -diff --git a/helpform.cpp b/helpform.cpp -index 7a8269f..6354ee4 100644 ---- a/helpform.cpp -+++ b/helpform.cpp -@@ -16,6 +16,7 @@ - #include <QKeySequence> - #include <QSettings> - #include <QShortcut> -+#include <QStringConverter> - #include <QTextBrowser> - #include <QTextStream> - -@@ -31,7 +32,7 @@ HelpForm::HelpForm(const QString &language, QWidget *parent) - QFile file(filename); - file.open(QIODevice::ReadOnly|QIODevice::Text); - QTextStream in(&file); -- in.setCodec("UTF-8"); -+ in.setEncoding(QStringConverter::Utf8); - viewer->setHtml(in.readAll()); - viewer->setReadOnly(true); - setCentralWidget(viewer); -diff --git a/main.cpp b/main.cpp -index 321ecc4..a6063d3 100644 ---- a/main.cpp -+++ b/main.cpp -@@ -16,7 +16,6 @@ - #include <QLibraryInfo> - #include <QLocale> - #include <QSettings> --#include <QTextCodec> - #include <QTextStream> - #include <QTranslator> - -@@ -101,12 +100,12 @@ int main(int argc, char *argv[]) - } - - QTranslator qtTranslator; -- qtTranslator.load("qt_" + language, -- QLibraryInfo::location(QLibraryInfo::TranslationsPath)); -- app.installTranslator(&qtTranslator); -+ if (qtTranslator.load("qt_" + language, -+ QLibraryInfo::path(QLibraryInfo::TranslationsPath))) -+ app.installTranslator(&qtTranslator); - QTranslator appTranslator; -- appTranslator.load("diffpdf_" + language, ":/"); -- app.installTranslator(&appTranslator); -+ if (appTranslator.load("diffpdf_" + language, ":/")) -+ app.installTranslator(&appTranslator); - - MainWindow window(debug, comparisonMode, filename1, filename2, - language.left(2)); // We want de not de_DE etc. -diff --git a/mainwindow.cpp b/mainwindow.cpp -index c9dac53..bcdc390 100644 ---- a/mainwindow.cpp -+++ b/mainwindow.cpp -@@ -27,18 +27,21 @@ - #include <QComboBox> - #include <QDir> - #include <QDockWidget> -+#include <QElapsedTimer> - #include <QEvent> - #include <QFileDialog> - #include <QGroupBox> - #include <QLabel> - #include <QLineEdit> - #include <QMessageBox> -+#include <QPageLayout> - #include <QPainter> - #include <QPixmapCache> - #include <QPlainTextEdit> - #include <QPrinter> - #include <QPushButton> - #include <QRadioButton> -+#include <QRegularExpression> - #include <QScrollArea> - #include <QScrollBar> - #include <QSettings> -@@ -1249,11 +1252,7 @@ PdfDocument MainWindow::getPdf(const QString &filename) - else if (pdf->isLocked()) { - QMessageBox::warning(this, tr("DiffPDF — Error"), - tr("Cannot read a locked PDF ('%1').").arg(filename)); --#if QT_VERSION >= 0x040600 -- pdf.clear(); --#else -- pdf.reset(); --#endif -+ return {}; - } - return pdf; - } -@@ -1319,7 +1318,8 @@ QList<int> MainWindow::getPageList(int which, PdfDocument pdf) - bool error = false; - QList<int> pages; - QString page_string = pagesEdit->text(); -- page_string = page_string.replace(QRegExp("\\s+"), ""); -+ static QRegularExpression const spaces("\\s+"); -+ page_string = page_string.replace(spaces, ""); - QStringList page_list = page_string.split(","); - bool ok; - foreach (const QString &page, page_list) { -@@ -1387,7 +1387,7 @@ void MainWindow::compare() - } - - comparePrepareUi(); -- QTime time; -+ QElapsedTimer time; - time.start(); - const QPair<int, int> pair = comparePages(filename1, pdf1, filename2, - pdf2); -@@ -1685,8 +1685,8 @@ void MainWindow::saveAsPdf(const int start, const int end, - printer.setOutputFormat(QPrinter::PdfFormat); - printer.setColorMode(QPrinter::Color); - printer.setCreator(tr("DiffPDF")); -- printer.setOrientation(savePages == SaveBothPages -- ? QPrinter::Landscape : QPrinter::Portrait); -+ printer.setPageOrientation(savePages == SaveBothPages -+ ? QPageLayout::Landscape : QPageLayout::Portrait); - QPainter painter(&printer); - painter.setRenderHints(QPainter::Antialiasing| - QPainter::TextAntialiasing|QPainter::SmoothPixmapTransform); -@@ -1802,7 +1802,7 @@ void MainWindow::showZones() - void MainWindow::showZones(const int Width, const TextBoxList &list, - QLabel *label) - { -- if (!label || !label->pixmap() || label->pixmap()->isNull()) -+ if (!label || label->pixmap().isNull()) - return; - const bool ComparingWords = compareComboBox->currentIndex() == - CompareWords; -@@ -1815,7 +1815,7 @@ void MainWindow::showZones(const int Width, const TextBoxList &list, - columnsSpinBox->value()); - const int DPI = static_cast<int>(POINTS_PER_INCH * - (zoomSpinBox->value() / 100.0)); -- QPixmap pixmap = label->pixmap()->copy(); -+ QPixmap pixmap = label->pixmap().copy(); - QPainter painter(&pixmap); - painter.setPen(Qt::green); - for (int i = 0; i < paths.count(); ++i) { -@@ -1844,11 +1844,11 @@ void MainWindow::showMargins() - - void MainWindow::showMargins(QLabel *label) - { -- if (!label || !label->pixmap() || label->pixmap()->isNull()) -+ if (!label || label->pixmap().isNull()) - return; - const int DPI = static_cast<int>(POINTS_PER_INCH * - (zoomSpinBox->value() / 100.0)); -- QPixmap pixmap = label->pixmap()->copy(); -+ QPixmap pixmap = label->pixmap().copy(); - QPainter painter(&pixmap); - painter.setPen(Qt::cyan); - int left = leftMarginSpinBox->value(); -@@ -1880,12 +1880,11 @@ void MainWindow::showMargins(QLabel *label) - - void MainWindow::setAMargin(const QPoint &pos) - { -- if (!marginsGroupBox->isChecked() || !page1Label->pixmap() || -- page1Label->pixmap()->isNull()) -+ if (!marginsGroupBox->isChecked() || page1Label->pixmap().isNull()) - return; - const int DPI = static_cast<int>(POINTS_PER_INCH * - (zoomSpinBox->value() / 100.0)); -- const QSize &size = page1Label->pixmap()->size(); -+ const QSize &size = page1Label->pixmap().size(); - int x = pos.x(); - int y = pos.y(); - const int HorizontalMiddle = size.width() / 2; -diff --git a/mainwindow.hpp b/mainwindow.hpp -index 448d21c..6a04179 100644 ---- a/mainwindow.hpp -+++ b/mainwindow.hpp -@@ -14,12 +14,7 @@ - - #include "generic.hpp" - #include "saveform.hpp" --#if QT_VERSION >= 0x040600 --#include <QSharedPointer> --#else --#include <tr1/memory> --#endif --#include <poppler-qt5.h> -+#include <poppler-qt6.h> - #include <QBrush> - #include <QList> - #include <QMainWindow> -diff --git a/resources.qrc b/resources.qrc -index 5464869..aa0f6be 100644 ---- a/resources.qrc -+++ b/resources.qrc -@@ -3,9 +3,6 @@ - <file alias="icon.png">images/icon.png</file> - <file alias="left.png">images/left.png</file> - <file alias="right.png">images/right.png</file> --<file>diffpdf_cz.qm</file> --<file>diffpdf_de.qm</file> --<file>diffpdf_fr.qm</file> - <file>help.html</file> - <file>help_cz.html</file> - <file>help_de.html</file> -diff --git a/sequence_matcher.cpp b/sequence_matcher.cpp -index cc65425..9dc5d98 100644 ---- a/sequence_matcher.cpp -+++ b/sequence_matcher.cpp -@@ -11,6 +11,7 @@ - */ - - #include "sequence_matcher.hpp" -+#include <algorithm> - #include <QSet> - - -@@ -136,7 +137,7 @@ QList<Match> SequenceMatcher::get_matching_blocks() - offsets.append(Offsets(i + k, a_high, j + k, b_high)); - } - } -- qSort(matching_blocks.begin(), matching_blocks.end(), matchLessThan); -+ std::sort(matching_blocks.begin(), matching_blocks.end(), matchLessThan); - - int i1 = 0; - int j1 = 0; -diff --git a/textitem.cpp b/textitem.cpp -index f7ce133..728cbb3 100644 ---- a/textitem.cpp -+++ b/textitem.cpp -@@ -14,6 +14,7 @@ - - #include <QDir> - #include <QFile> -+#include <QStringConverter> - #include <QTextStream> - - -@@ -130,7 +131,7 @@ const QList<QPainterPath> TextItems::generateZones(const int Width, - const int Column = ((Columns == 1) ? 0 - : (rect.width() > Span) ? Columns : rect.right() / Span); - const int y = normalizedY(static_cast<int>(rect.y()), ToleranceY); -- zonesForColumn.insertMulti(Key(Column, y, rect.x()), zone); -+ zonesForColumn.insert(Key(Column, y, rect.x()), zone); - } - return zonesForColumn.values(); - } -@@ -152,7 +153,7 @@ void TextItems::debug(const int page, const int ToleranceY, - .arg(file.errorString()))); - } - QTextStream out(&file); -- out.setCodec("UTF-8"); -+ out.setEncoding(QStringConverter::Utf8); - out << "Page #" << page << ": " - << (ComparingWords ? "Words" : "Characters") << " mode\n"; - for (int i = 0; i < items.count(); ++i) { -@@ -202,7 +203,7 @@ const TextItems getCharacters(const TextBoxList &list) - TextItems items; - foreach (const PdfTextBox &box, list) { - const QString word = box->text(); -- int limit = word.count() - 1; -+ int limit = word.size() - 1; - for (int i = limit; i >= 0; --i) - if (!word[i].isSpace()) - break; diff --git a/app-text/diffpdf/metadata.xml b/app-text/diffpdf/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/diffpdf/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest deleted file mode 100644 index 6081e827bc09..000000000000 --- a/app-text/ding/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ding-1.9.tar.gz 7864078 BLAKE2B 9a25a2eb940b96393f556e374167a5b0aae8d26ff81de364e693f01acf79b0a5896704c39e1fe1ab2b48a875785483b2bc71339b01d3999664b78b48ecb041dc SHA512 fa5500d1ced311ba21ef8a16a25f3a3cdcebc24daacff79c05351a46cc2a1d466891caa1dec3a77ae9a4d7e59332d991974917875f967d93ac1358f5532e8a72 diff --git a/app-text/ding/ding-1.9.ebuild b/app-text/ding/ding-1.9.ebuild deleted file mode 100644 index 7b7ecc39822e..000000000000 --- a/app-text/ding/ding-1.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg - -DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/" -SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND=">=dev-lang/tk-8.3" - -src_install() { - dobin ding - insinto /usr/share/dict - doins de-en.txt - doman ding.1 - dodoc CHANGES README.md - - doicon ding.png - domenu ding.desktop -} diff --git a/app-text/ding/metadata.xml b/app-text/ding/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/ding/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest deleted file mode 100644 index 5fb4158cb6c1..000000000000 --- a/app-text/discount/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST discount-2.2.7c.tar.gz 133282 BLAKE2B 3258cfa34d58ef5944ae5282f6df061b8183bccc1ca7f9f3a39b3c001a8b86a4deb86b80d109d937e334b2773e5065a0f6c212ac7a79317ce2ae665778a023e2 SHA512 2a959fb24d7291b3a8c6d659b5c904b8c2f8b6d9b0666e998ca5313533cc25898b9c2114f7922272f3bc6b9bfe4bc486fe08c620b4cb2a2282624e128dc92781 -DIST discount-3.0.0a.tar.gz 140250 BLAKE2B 1e89f9c58c4d90157a9ccd925b89f098538c93191937e86eeefd32810e937feb78b6eeab96aead029fc35e4bf6699a40f67bdceb3c2d70fdc645fcd14091a3e7 SHA512 d86bfc6d3e11131622046418a1f54bd9dfa5f1233e510189cd2c89dc857da31e88ffbe6670cc506ca8b9763e8fb74ed215f1018f83e25767c77acb8a7c296b8a -DIST discount-3.0.0d.tar.gz 141531 BLAKE2B 723f0319d82ec240e7eed8c812278555066f092b3a764c332f8327f09cfc0420c6db18f0ab114f64b26a9fbd6f7374f309a892f53dd0f721c02741e849cd6562 SHA512 ab24722bb8513f64eed59bb2770276b91615033b494a0492a331f36c5fcd2e32b7a9f3bd7ef0bb74c107f1e0e955522c83ddba6c482fca7f18cf275334707c4d -DIST discount-3.0.1.1.tar.gz 143372 BLAKE2B 5e1bbc7612ddc5e4deff9cf855fe8dbbdb534db1795619ce8f3b04494f032e67988ba10eff34b66cdbd3294f3172adbea52e2d6f2a770736abc34a12f44d8730 SHA512 75201b45cdd90a8bb3eb663f874a0c5cfd2b5e7e340e960147f3a7b3a116abdb6503c7fffddae768ce8a264b9cd1f9228b24a966d34eb1b908edf73a9f7072bb -DIST discount-3.0.1.2.tar.gz 143419 BLAKE2B 9fe0660416bf1f8325abe9e052e298178a73815a54ca873f49246430b4344f17cf37d1678e9541f8d2fdc5644be7601986884a016e0b7581b260d3075f378102 SHA512 ca10220e4a4f8cd5c3e849873d24a61f8bcbb85f230fe554537d9cdd4e3d4d23c5f5fbc9c917da379000e331c40473038b481f5ac2db29dfa7011a634526688a diff --git a/app-text/discount/discount-2.2.7c-r1.ebuild b/app-text/discount/discount-2.2.7c-r1.ebuild deleted file mode 100644 index 29f4e5a06f80..000000000000 --- a/app-text/discount/discount-2.2.7c-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A Markdown-to HTML translator written in C" -HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/2.2.7" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-2.2.7c-C99-fix.patch -) - -src_prepare() { - default - - # for QA, we remove the Makefile's usage of install -s. - # Drop ldconfig invocation. - # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS - # at that point). - sed -i \ - -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ - -e 's/\(LDCONFIG=\).*/\1:/' \ - -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \ - configure.inc || die "sed configure.inc failed" -} - -src_configure() { - local configure_call=( - ./configure.sh - --libdir="${EPREFIX}/usr/$(get_libdir)" - --prefix="${EPREFIX}/usr" - --mandir="${EPREFIX}/usr/share/man" - --shared - --pkg-config - $(usex minimal '' --enable-all-features) - # Enable deterministic HTML generation behavior. Otherwise, will - # actually call rand() as part of its serialization code... - --debian-glitch - ) - einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" AR="$(tc-getAR)" \ - "${configure_call[@]}" || die -} - -src_compile() { - emake libmarkdown - emake -} - -src_install() { - emake \ - DESTDIR="${D}" \ - $(usex minimal install install.everything) \ - SAMPLE_PFX="${PN}-" -} - -pkg_postinst() { - if ! use minimal; then - elog 'Sample binaries with overly-generic names have been' - elog "prefixed with \"${PN}-\"." - fi -} diff --git a/app-text/discount/discount-3.0.0a.ebuild b/app-text/discount/discount-3.0.0a.ebuild deleted file mode 100644 index 2228eef31625..000000000000 --- a/app-text/discount/discount-3.0.0a.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A Markdown-to HTML translator written in C" -HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/3.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -src_prepare() { - default - - # for QA, we remove the Makefile's usage of install -s. - # Drop ldconfig invocation. - # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS - # at that point). - sed -i \ - -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ - -e 's/\(LDCONFIG=\).*/\1:/' \ - -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \ - configure.inc || die "sed configure.inc failed" -} - -src_configure() { - local configure_call=( - ./configure.sh - --libdir="${EPREFIX}/usr/$(get_libdir)" - --prefix="${EPREFIX}/usr" - --mandir="${EPREFIX}/usr/share/man" - --shared - --pkg-config - $(usex minimal '' --enable-all-features) - # Enable deterministic HTML generation behavior. Otherwise, will - # actually call rand() as part of its serialization code... - --debian-glitch - ) - einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" AR="$(tc-getAR)" \ - "${configure_call[@]}" || die -} - -src_compile() { - emake libmarkdown - emake -} - -src_install() { - emake \ - DESTDIR="${D}" \ - $(usex minimal install install.everything) \ - SAMPLE_PFX="${PN}-" -} - -pkg_postinst() { - if ! use minimal; then - elog 'Sample binaries with overly-generic names have been' - elog "prefixed with \"${PN}-\"." - fi -} diff --git a/app-text/discount/discount-3.0.0d.ebuild b/app-text/discount/discount-3.0.0d.ebuild deleted file mode 100644 index 2e0ff4a05cf5..000000000000 --- a/app-text/discount/discount-3.0.0d.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A Markdown-to HTML translator written in C" -HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/3.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -src_prepare() { - default - - # for QA, we remove the Makefile's usage of install -s. - # Drop ldconfig invocation. - # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS - # at that point). - sed -i \ - -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ - -e 's/\(LDCONFIG=\).*/\1:/' \ - -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \ - configure.inc || die "sed configure.inc failed" -} - -src_configure() { - local configure_call=( - ./configure.sh - --libdir="${EPREFIX}/usr/$(get_libdir)" - --prefix="${EPREFIX}/usr" - --mandir="${EPREFIX}/usr/share/man" - --shared - --pkg-config - $(usex minimal '' --enable-all-features) - # Enable deterministic HTML generation behavior. Otherwise, will - # actually call rand() as part of its serialization code... - --debian-glitch - ) - einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" AR="$(tc-getAR)" \ - "${configure_call[@]}" || die -} - -src_compile() { - emake libmarkdown - emake -} - -src_install() { - emake \ - DESTDIR="${D}" \ - $(usex minimal install install.everything) \ - SAMPLE_PFX="${PN}-" -} - -pkg_postinst() { - if ! use minimal; then - elog 'Sample binaries with overly-generic names have been' - elog "prefixed with \"${PN}-\"." - fi -} diff --git a/app-text/discount/discount-3.0.1.1.ebuild b/app-text/discount/discount-3.0.1.1.ebuild deleted file mode 100644 index 1d7228cc9637..000000000000 --- a/app-text/discount/discount-3.0.1.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A Markdown-to HTML translator written in C" -HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/3.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -src_prepare() { - default - - # for QA, we remove the Makefile's usage of install -s. - # Drop ldconfig invocation. - # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS - # at that point). - sed -i \ - -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ - -e 's/\(LDCONFIG=\).*/\1:/' \ - -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \ - configure.inc || die "sed configure.inc failed" -} - -src_configure() { - local configure_call=( - ./configure.sh - --libdir="${EPREFIX}/usr/$(get_libdir)" - --prefix="${EPREFIX}/usr" - --mandir="${EPREFIX}/usr/share/man" - --shared - --pkg-config - $(usex minimal '' --enable-all-features) - # Enable deterministic HTML generation behavior. Otherwise, will - # actually call rand() as part of its serialization code... - --debian-glitch - ) - einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" AR="$(tc-getAR)" \ - "${configure_call[@]}" || die -} - -src_compile() { - emake libmarkdown - emake -} - -src_install() { - emake \ - DESTDIR="${D}" \ - $(usex minimal install install.everything) \ - SAMPLE_PFX="${PN}-" -} - -pkg_postinst() { - if ! use minimal; then - elog 'Sample binaries with overly-generic names have been' - elog "prefixed with \"${PN}-\"." - fi -} diff --git a/app-text/discount/discount-3.0.1.2.ebuild b/app-text/discount/discount-3.0.1.2.ebuild deleted file mode 100644 index 1d7228cc9637..000000000000 --- a/app-text/discount/discount-3.0.1.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A Markdown-to HTML translator written in C" -HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/3.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -src_prepare() { - default - - # for QA, we remove the Makefile's usage of install -s. - # Drop ldconfig invocation. - # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS - # at that point). - sed -i \ - -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ - -e 's/\(LDCONFIG=\).*/\1:/' \ - -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \ - configure.inc || die "sed configure.inc failed" -} - -src_configure() { - local configure_call=( - ./configure.sh - --libdir="${EPREFIX}/usr/$(get_libdir)" - --prefix="${EPREFIX}/usr" - --mandir="${EPREFIX}/usr/share/man" - --shared - --pkg-config - $(usex minimal '' --enable-all-features) - # Enable deterministic HTML generation behavior. Otherwise, will - # actually call rand() as part of its serialization code... - --debian-glitch - ) - einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" AR="$(tc-getAR)" \ - "${configure_call[@]}" || die -} - -src_compile() { - emake libmarkdown - emake -} - -src_install() { - emake \ - DESTDIR="${D}" \ - $(usex minimal install install.everything) \ - SAMPLE_PFX="${PN}-" -} - -pkg_postinst() { - if ! use minimal; then - elog 'Sample binaries with overly-generic names have been' - elog "prefixed with \"${PN}-\"." - fi -} diff --git a/app-text/discount/files/discount-2.2.7c-C99-fix.patch b/app-text/discount/files/discount-2.2.7c-C99-fix.patch deleted file mode 100644 index b08d3d41f844..000000000000 --- a/app-text/discount/files/discount-2.2.7c-C99-fix.patch +++ /dev/null @@ -1,38 +0,0 @@ -FROM: https://github.com/Orc/discount/issues/283 -FROM: Atri Bhattacharya <badshah400@gmail.com> - ---- a/main.c -+++ b/main.c -@@ -100,14 +100,15 @@ free_it(char *object, void *ctx) - } - - char * --external_codefmt(char *src, int len, char *lang) -+external_codefmt(const char *src, const int len, void *lang) - { - int extra = 0; - int i, x; - char *res; -+ char *ec_lang = (char *)lang; - -- if ( lang == 0 ) -- lang = "generic_code"; -+ if ( ec_lang == 0 ) -+ ec_lang = "generic_code"; - - for ( i=0; i < len; i++) { - if ( src[i] == '&' ) -@@ -117,11 +118,11 @@ external_codefmt(char *src, int len, cha - } - - /* 80 characters for the format wrappers */ -- if ( (res = malloc(len+extra+80+strlen(lang))) ==0 ) -+ if ( (res = malloc(len+extra+80+strlen(ec_lang))) ==0 ) - /* out of memory? drat! */ - return 0; - -- sprintf(res, "<pre><code class=\"%s\">\n", lang); -+ sprintf(res, "<pre><code class=\"%s\">\n", ec_lang); - x = strlen(res); - for ( i=0; i < len; i++ ) { - switch (src[i]) { diff --git a/app-text/discount/metadata.xml b/app-text/discount/metadata.xml deleted file mode 100644 index 5d076c5281ef..000000000000 --- a/app-text/discount/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bkohler@gentoo.org</email> - <name>Ben Kohler</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/djvu/Manifest b/app-text/djvu/Manifest deleted file mode 100644 index 197241e8f457..000000000000 --- a/app-text/djvu/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST djvulibre-3.5.29.tar.gz 3716911 BLAKE2B e811fc22f92182d275715c0c07a691c044e2040d196d4672b4934c29a9237e14f5acd68bafc6ebd49db5fba59414b736345e35c4a17600591e9d01a5ba570c79 SHA512 701745aa8d93e596d39fa0e772d575bd530efdb120fd02449eddac2a98b08afef8a1fa099cb6354cef23304dcec4323722299ecb64c2ac33056b45a5074c51f1 -DIST djvulibre-3.5.30.tar.gz 3721274 BLAKE2B 6a6cca5d22ba849c3c95e56a0acffc7c86ab7daf22a5643f7df7ba7dffe8609e6e1bbb7bf81996d90595bd4b82fc83ea2f8f560f338d3f778edd91c6ea68ceed SHA512 b68291cd844d9f3b92acae39014a7f3c1b3e8f024053a79f527fa322683ac3d09d170cae8d4dc409249cc9d9feb3ec692cfeea22c9795a64c9418a92d22dc95c diff --git a/app-text/djvu/djvu-3.5.29.ebuild b/app-text/djvu/djvu-3.5.29.ebuild deleted file mode 100644 index 1d2128da0b11..000000000000 --- a/app-text/djvu/djvu-3.5.29.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic optfeature xdg - -MY_P="${PN}libre-${PV#*_p}" -DESCRIPTION="DjVu viewers, encoders and utilities" -HOMEPAGE="https://djvu.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/djvu/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P%%.3}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="debug doc jpeg tiff xml" - -RDEPEND=" - jpeg? ( media-libs/libjpeg-turbo:= ) - tiff? ( media-libs/tiff:= ) -" -DEPEND="${RDEPEND}" -# inkscape/rsvg-convert are used to generate icons at build-time only -BDEPEND=" - app-arch/unzip - || ( gnome-base/librsvg media-gfx/inkscape ) -" - -src_configure() { - use debug && append-cppflags -DRUNTIME_DEBUG_ONLY - - local myeconfargs=( - $(use_enable xml xmltools) - $(use_with jpeg) - $(use_with tiff) - - # We install all desktop files by hand - --disable-desktopfiles - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - - use doc && dodoc -r doc - - # Install desktop files. - cd desktopfiles || die - local i - for i in {22,32,48,64}; do - insinto /usr/share/icons/hicolor/${i}x${i}/mimetypes - newins prebuilt-hi${i}-djvu.png image-vnd.djvu.png - done - - insinto /usr/share/mime/packages - doins djvulibre-mime.xml -} - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "djviewer or browser plugin" app-text/djview -} diff --git a/app-text/djvu/djvu-3.5.30.ebuild b/app-text/djvu/djvu-3.5.30.ebuild deleted file mode 100644 index 540939b2477a..000000000000 --- a/app-text/djvu/djvu-3.5.30.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic xdg - -MY_P="${PN}libre-${PV#*_p}" -DESCRIPTION="DjVu viewers, encoders and utilities" -HOMEPAGE="https://djvu.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/djvu/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P%%.3}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="debug doc jpeg tiff xml" - -RDEPEND=" - jpeg? ( media-libs/libjpeg-turbo:= ) - tiff? ( media-libs/tiff:= ) -" -DEPEND="${RDEPEND}" -# inkscape/rsvg-convert are used to generate icons at build-time only -BDEPEND=" - app-arch/unzip - || ( gnome-base/librsvg media-gfx/inkscape ) -" - -src_configure() { - use debug && append-cppflags -DRUNTIME_DEBUG_ONLY - - local myeconfargs=( - $(use_enable xml xmltools) - $(use_with jpeg) - $(use_with tiff) - - # We install all desktop files by hand - --disable-desktopfiles - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - - use doc && dodoc -r doc - - # Install desktop files. - cd desktopfiles || die - local i - for i in {22,32,48,64}; do - insinto /usr/share/icons/hicolor/${i}x${i}/mimetypes - newins prebuilt-hi${i}-djvu.png image-vnd.djvu.png - done - - insinto /usr/share/mime/packages - doins djvulibre-mime.xml -} - -pkg_postinst() { - xdg_pkg_postinst -} diff --git a/app-text/djvu/metadata.xml b/app-text/djvu/metadata.xml deleted file mode 100644 index 80491c3e1c52..000000000000 --- a/app-text/djvu/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <longdescription> - DjVu is a web-centric format and software platform for distributing documents - and images. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for - distributing scanned documents, digital documents, or high-resolution pictures. - DjVu content downloads faster, displays and renders faster, looks nicer on a - screen, and consume less client resources than competing formats. DjVu images - display instantly and can be smoothly zoomed and panned with no lengthy - re-rendering. DjVu is used by hundreds of academic, commercial, governmental, - and non-commercial web sites around the world. - </longdescription> - <upstream> - <remote-id type="cpe">cpe:/a:djvulibre_project:djvulibre</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-dsssl-stylesheets/Manifest b/app-text/docbook-dsssl-stylesheets/Manifest deleted file mode 100644 index 2d356096b79c..000000000000 --- a/app-text/docbook-dsssl-stylesheets/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docbook-dsssl-1.79.tar.bz2 277650 BLAKE2B 6a12f46965ee705096f679b672610395b24f151e3bf3cb05f7d920c052b7a3fdafb4f5ee4526dbf765bbab6b7d4ca9f021277c6f35926f47edc61d0f835afdbb SHA512 fad71e67227b54b0a7c31a351b4d5c0695517b3687714807d7b144d239dc6f7e0d556520e705eb75581c82e0deea4b32ccfde1eccad2718337b757eddd64843e diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild deleted file mode 100644 index 95b1736d032e..000000000000 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit sgml-catalog-r1 - -MY_P=${P/-stylesheets/} -DESCRIPTION="DSSSL Stylesheets for DocBook" -HOMEPAGE="https://github.com/docbook/wiki/wiki" -SRC_URI="https://downloads.sourceforge.net/project/docbook/docbook-dsssl/${PV}/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -RDEPEND=" - app-text/docbook-sgml-dtd:3.0 -" - -DOCS=( BUGS ChangeLog README RELEASE-NOTES.txt WhatsNew ) - -S="${WORKDIR}/${MY_P}" - -src_install() { - local d catdir=/usr/share/sgml/docbook/dsssl-stylesheets-${PV} - - dobin bin/collateindex.pl - - insinto "${catdir}" - doins catalog VERSION - - insinto "${catdir}"/common - doins common/*.{dsl,ent} - - insinto "${catdir}"/images - doins images/*.gif - - for d in html lib olink print; do - insinto "${catdir}/${d}" - doins "${d}"/*.dsl - done - - for d in dbdsssl html imagelib olink; do - insinto "${catdir}/dtds/${d}" - doins "dtds/${d}"/*.dtd - done - - insinto "${catdir}/dtds/html" - doins dtds/html/*.{dcl,gml} - - insinto /etc/sgml - newins - dsssl-docbook-stylesheets.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/dsssl-stylesheets-${PV}/catalog" - EOF - - dodoc "${DOCS[@]}" -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/dsssl-docbook-stylesheets.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/dsssl-docbook-stylesheets.cat - local real=${EROOT}/etc/sgml/dsssl-docbook-stylesheets.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - # this one's shared with openjade, so we need to do it in postinst - if ! grep -q -s dsssl-docbook-stylesheets.cat \ - "${EROOT}"/etc/sgml/sgml-docbook.cat; then - ebegin "Adding dsssl-docbook-stylesheets.cat to /etc/sgml/sgml-docbook.cat" - cat >> "${EROOT}"/etc/sgml/sgml-docbook.cat <<-EOF - CATALOG "${EPREFIX}/etc/sgml/dsssl-docbook-stylesheets.cat" - EOF - eend ${?} - fi - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - if [[ -z ${REPLACED_BY_VERSION} ]]; then - ebegin "Removing dsssl-docbook-stylesheets.cat from /etc/sgml/sgml-docbook.cat" - sed -i -e '/dsssl-docbook-stylesheets/d' \ - "${EROOT}"/etc/sgml/sgml-docbook.cat - eend ${?} - if [[ ! -s ${EROOT}/etc/sgml/sgml-docbook.cat ]]; then - rm -f "${EROOT}"/etc/sgml/sgml-docbook.cat - fi - fi - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-dsssl-stylesheets/metadata.xml b/app-text/docbook-dsssl-stylesheets/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/docbook-dsssl-stylesheets/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-sgml-dtd/Manifest b/app-text/docbook-sgml-dtd/Manifest deleted file mode 100644 index 4fb509315ba6..000000000000 --- a/app-text/docbook-sgml-dtd/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST docbk30.zip 43441 BLAKE2B e6711bc48f22fd9426f6c05b42270f03c2f5a2f0457df81bf7f4c930a432f55c288a07b834aeeaa21f91e0c258130f8f36fbbac55ce7af402c124793bd17acc8 SHA512 4e186c7b38bf70a3225bd9fca4edf99d3e7f316308b561aad9a0548f8e0ba941b54f20f6e653819de8a26db5eb54fc7442c3e2d740c2ba60311b3038a4bb9198 -DIST docbk31.zip 55952 BLAKE2B 6856fc7c15f3ae2b97251757df485deea8ffcd9f496284575ce290d4c336e1c45d7c5568acd1c93dcb6b0fcb91ca8011fc2bc90d2e78be76b75b3fc0c97cd875 SHA512 397c9df011007b71ddc9c052d28db7ab38ac2c05e7f575aaad41a6b4995b910cd147f9a822d162271bc073cbfca0788d7f323be381c900c3a32c352e658d37fe -DIST docbk40.zip 55742 BLAKE2B e504c61b7c1402b5afa9036b9aec8fac89a39a0d2a24ec08044a84928c101a5abef17882e73704fd59fcdc7df0667e3ec1d9b97978a26b29489e2c027c61d1d4 SHA512 ae1078190bd34c2b7f0eab667a2502822eb80e17243c447849736ea8d7eeb65c71b571cc39106763c6c9f75c83f3b684a40a18e1dd6da5d235c63a107c931276 -DIST docbk41.zip 56654 BLAKE2B c54c61f039d9fb6594612de19731feeee436c962695374b9b63bb5b94995629a8042422c6aa52c478383456708b9e12ade9abe2a47987c6c57d054101abdeb0c SHA512 d1c76a381b37c599c127286be67939bd8348721339ed9dde6140c69a2d89568e290e7554e6763ab903e050edc505520497eb612865e2a07224e4907b51fb87d5 -DIST docbook-4.2.zip 61830 BLAKE2B f9a26e9aefe2da7c785f065374bb082f15e3f39dded7bccef558d4f33efdee51b12de16cf608f5ce79a13fe37486c8bc75c36d4518b18dd90249f45f98c12ef0 SHA512 d51e07310a1426a5fecb809ef1bc32aa7d72c673528b3ffda0b6d3c1e22baab89f94dd5160386d657d567eb225c9bd2cff1096cd07c7184f6e0b690692a5661d -DIST docbook-4.3.zip 66117 BLAKE2B d92d69b6f94c85bc2e8ead87dfb31db331206ea3d014e7dc240b47d8b07f43f8c1053003f50c398c4723726980e553dee7b34db629f1eee19ef6ae95f06c6ae8 SHA512 18ead2e683a9e9bc39e1487ee06fb72542557fa0c76f0e899b566cb52207e3bbfcb415ed59163c6d59e8d58f92289e115416d56bc6ed8f182910f7a18565b227 -DIST docbook-4.4.zip 66879 BLAKE2B 7a21c99e934851bc7c6be77da2b65079b3b6b32365672b40b70b1819e7aa6987cb65f8725ed2b9cc804d8cd0fc7c17f02601466dcd48f5314439df626db6aa89 SHA512 561d6f68e293fb98d13010dc287c6ea59d9e6a033af3518ab4d735a374a7a603150ecf555a1126577dd00baa692a6c5d09afc4d3fed70f2fe8b5b86d6bb5ecd8 -DIST docbook-4.5.zip 71252 BLAKE2B 0bdb424ff47be140d4d18eeb5f3dce509d47577737b485d5bc34af1a02596d577eb7b48c3884acd04965014819e4a23a444c198134fec14f2c2e7c2d5bcac58d SHA512 cde483678562a18f67fa5fbe631fbdfcbef907b6b6fb63749125fdc883af2448d4a95aefb8fba8bcdd0417fb078063984fe8eb3c7050978f4f4b03d527c329df diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r5.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r5.ebuild deleted file mode 100644 index ecefa4af0e1b..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbk${PV/./}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc *.txt -} - -pkg_preinst() { - # work-around -r3 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r5.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r5.ebuild deleted file mode 100644 index ecefa4af0e1b..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbk${PV/./}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc *.txt -} - -pkg_preinst() { - # work-around -r3 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r5.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r5.ebuild deleted file mode 100644 index ecefa4af0e1b..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbk${PV/./}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc *.txt -} - -pkg_preinst() { - # work-around -r3 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r5.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r5.ebuild deleted file mode 100644 index 3b399a8e0dda..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbk${PV/./}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc *.txt -} - -pkg_preinst() { - # work-around -r3 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r4.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r4.ebuild deleted file mode 100644 index d9d6cde39d6c..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbook-${PV}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc ChangeLog README -} - -pkg_preinst() { - # work-around -r2 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r4.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r4.ebuild deleted file mode 100644 index 73a3ce4b50a3..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbook-${PV}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc ChangeLog README -} - -pkg_preinst() { - # work-around -r2 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r2.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r2.ebuild deleted file mode 100644 index 6fffd33ff7a0..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbook-${PV}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc ChangeLog README -} - -pkg_preinst() { - # work-around -r0 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r2.ebuild b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r2.ebuild deleted file mode 100644 index bd7a51464f3e..000000000000 --- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbook-${PV}" -DESCRIPTION="Docbook SGML DTD ${PV}" -HOMEPAGE="https://docbook.org/sgml/" -SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="" - -BDEPEND=">=app-arch/unzip-5.41" - -S="${WORKDIR}" -PATCHES=( "${FILESDIR}"/${P}-catalog.diff ) - -src_install() { - insinto /usr/share/sgml/docbook/sgml-dtd-${PV} - doins *.dcl *.dtd *.mod *.xml - newins docbook.cat catalog - insinto /etc/sgml - newins - sgml-docbook-${PV}.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-${PV}/catalog" - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - EOF - dodoc README -} - -pkg_preinst() { - # work-around -r0 postrm removing it - cp "${ED}"/etc/sgml/sgml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/sgml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/sgml-docbook-${PV}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.0-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.0-catalog.diff deleted file mode 100644 index b08003c09ca6..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.0-catalog.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- a/docbook.cat Tue Dec 10 16:35:22 1996 -+++ b/docbook.cat Mon Jun 5 11:08:34 2000 -@@ -41,29 +41,6 @@ - PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"
- PUBLIC "-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN" "dbhier.mod"
- PUBLIC "-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN" "dbgenent.mod"
--
-- -- ...................................................................... --
-- -- ISO entity sets ...................................................... --
--
--PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
--PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
-
- -- End of catalog data for DocBook V3.0 ................................. --
- -- ...................................................................... --
diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.1-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.1-catalog.diff deleted file mode 100644 index df1507975ac9..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-3.1-catalog.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- a/docbook.cat Tue Feb 2 06:53:32 1999 -+++ b/docbook.cat Thu May 25 11:45:01 2000 -@@ -35,29 +35,6 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V3.1//EN" "dbgenent.mod"
- PUBLIC "-//OASIS//ENTITIES DocBook Notations V3.1//EN" "dbnotn.mod"
- PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V3.1//EN" "dbcent.mod"
--
-- -- ...................................................................... --
-- -- ISO entity sets ...................................................... --
--
--PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
--PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
--PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
-
- -- End of catalog data for DocBook V3.1 ................................. --
- -- ...................................................................... --
diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0-catalog.diff deleted file mode 100644 index 82944d0b871a..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.0-catalog.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- a/docbook.cat Mon May 22 22:38:05 2000 -+++ b/docbook.cat Mon May 22 22:12:36 2000 -@@ -35,29 +35,6 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.0//EN" "dbgenent.mod" - PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.0//EN" "dbnotn.mod" - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.0//EN" "dbcent.mod" -- -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml" --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml" --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml" --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml" --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml" --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml" --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml" --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml" --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml" - - -- End of catalog data for DocBook V4.0 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.1-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.1-catalog.diff deleted file mode 100644 index a68644aa1735..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.1-catalog.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- a/docbook.cat Mon May 22 22:38:05 2000 -+++ b/docbook.cat Mon May 22 22:12:36 2000 -@@ -35,29 +35,6 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN" "dbgenent.mod" - PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.1//EN" "dbnotn.mod" - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.1//EN" "dbcent.mod" -- -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml" --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml" --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml" --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml" --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml" --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml" --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml" --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml" --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml" --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml" --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml" - - -- End of catalog data for DocBook V4.1 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.2-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.2-catalog.diff deleted file mode 100644 index d328fdbb3228..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.2-catalog.diff +++ /dev/null @@ -1,78 +0,0 @@ -diff -uNr 4.2/docbook.cat 4.2-gentoo/docbook.cat ---- a/docbook.cat 2002-07-18 00:14:28.000000000 +0800 -+++ b/docbook.cat 2003-01-18 22:25:05.000000000 +0800 -@@ -19,6 +19,8 @@ - -- ...................................................................... -- - -- DocBook driver file .................................................. -- - -+DTDDECL "-//OASIS//DTD DocBook V4.2//EN" "docbook.dcl" -+ - PUBLIC "-//OASIS//DTD DocBook V4.2//EN" - "docbook.dtd" - -@@ -49,65 +51,5 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN" - "dbcentx.mod" - -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" -- "iso-dia.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" -- "iso-num.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" -- "iso-pub.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" -- "iso-tech.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" -- "iso-lat1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" -- "iso-lat2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" -- "iso-grk1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" -- "iso-grk2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" -- "iso-grk3.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" -- "iso-grk4.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" -- "iso-amsa.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" -- "iso-amsb.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" -- "iso-amsc.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" -- "iso-amsn.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" -- "iso-amso.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" -- "iso-amsr.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" -- "iso-box.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" -- "iso-cyr1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" -- "iso-cyr2.gml" -- - -- End of catalog data for DocBook V4.2 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.3-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.3-catalog.diff deleted file mode 100644 index 207460ba6f96..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.3-catalog.diff +++ /dev/null @@ -1,77 +0,0 @@ ---- a/docbook.cat 2004-03-31 20:44:16.000000000 +0900 -+++ b/docbook.cat 2004-10-17 20:37:51.000000000 +0900 -@@ -19,6 +19,8 @@ - -- ...................................................................... -- - -- DocBook driver file .................................................. -- - -+DTDDECL "-//OASIS//DTD DocBook V4.3//EN" "docbook.dcl" -+ - PUBLIC "-//OASIS//DTD DocBook V4.3//EN" - "docbook.dtd" - -@@ -49,65 +51,5 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.3//EN" - "dbcentx.mod" - -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" -- "iso-dia.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" -- "iso-num.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" -- "iso-pub.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" -- "iso-tech.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" -- "iso-lat1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" -- "iso-lat2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" -- "iso-grk1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" -- "iso-grk2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" -- "iso-grk3.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" -- "iso-grk4.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" -- "iso-amsa.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" -- "iso-amsb.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" -- "iso-amsc.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" -- "iso-amsn.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" -- "iso-amso.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" -- "iso-amsr.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" -- "iso-box.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" -- "iso-cyr1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" -- "iso-cyr2.gml" -- - -- End of catalog data for DocBook V4.3 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.4-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.4-catalog.diff deleted file mode 100644 index c473d70db4f4..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.4-catalog.diff +++ /dev/null @@ -1,77 +0,0 @@ ---- a/docbook.cat 2005-01-27 08:59:49.000000000 -0500 -+++ b/docbook.cat 2005-07-11 21:12:28.000000000 -0500 -@@ -19,6 +19,8 @@ - -- ...................................................................... -- - -- DocBook driver file .................................................. -- - -+DTDDECL "-//OASIS//DTD DocBook V4.4//EN" "docbook.dcl" -+ - PUBLIC "-//OASIS//DTD DocBook V4.4//EN" - "docbook.dtd" - -@@ -52,65 +54,5 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.4//EN" - "dbcentx.mod" - -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" -- "iso-dia.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" -- "iso-num.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" -- "iso-pub.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" -- "iso-tech.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" -- "iso-lat1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" -- "iso-lat2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" -- "iso-grk1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" -- "iso-grk2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" -- "iso-grk3.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" -- "iso-grk4.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" -- "iso-amsa.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" -- "iso-amsb.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" -- "iso-amsc.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" -- "iso-amsn.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" -- "iso-amso.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" -- "iso-amsr.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" -- "iso-box.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" -- "iso-cyr1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" -- "iso-cyr2.gml" -- - -- End of catalog data for DocBook V4.4 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.5-catalog.diff b/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.5-catalog.diff deleted file mode 100644 index cde8f541e988..000000000000 --- a/app-text/docbook-sgml-dtd/files/docbook-sgml-dtd-4.5-catalog.diff +++ /dev/null @@ -1,79 +0,0 @@ -diff -NurdB docbook-sgml-dtd/docbook.cat docbook-sgml-dtd_patch/docbook.cat ---- a/docbook.cat 2006-10-03 15:27:50.000000000 +0200 -+++ b/docbook.cat 2007-08-14 00:43:31.485987458 +0200 -@@ -19,6 +19,8 @@ - -- ...................................................................... -- - -- DocBook driver file .................................................. -- - -+DTDDECL "-//OASIS//DTD DocBook V4.5//EN" "docbook.dcl" -+ - PUBLIC "-//OASIS//DTD DocBook V4.5//EN" - "docbook.dtd" - -@@ -52,65 +54,7 @@ - PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" - "dbcentx.mod" - -- -- ...................................................................... -- -- -- ISO entity sets ...................................................... -- -- --PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" -- "iso-dia.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" -- "iso-num.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" -- "iso-pub.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" -- "iso-tech.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" -- "iso-lat1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" -- "iso-lat2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" -- "iso-grk1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" -- "iso-grk2.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" -- "iso-grk3.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" -- "iso-grk4.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" -- "iso-amsa.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" -- "iso-amsb.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" -- "iso-amsc.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" -- "iso-amsn.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" -- "iso-amso.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" -- "iso-amsr.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" -- "iso-box.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" -- "iso-cyr1.gml" -- --PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" -- "iso-cyr2.gml" - -+ - -- End of catalog data for DocBook V4.5 ................................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-sgml-dtd/metadata.xml b/app-text/docbook-sgml-dtd/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/docbook-sgml-dtd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-sgml-utils/Manifest b/app-text/docbook-sgml-utils/Manifest deleted file mode 100644 index 682832b361e6..000000000000 --- a/app-text/docbook-sgml-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docbook-utils-0.6.14.tar.gz 124998 BLAKE2B c0ae31adbbbf78732362638bdc73638cd67205b4ce2b2ac4e740334fd230c8cb031e5ba3ee9e34110c48ea42115f2f5f4dab4b4b6dd45d963976d2b48d7836a2 SHA512 8052316a643b5eaa6c0373a9ed7f2406e7c3cb3da9d3c955a271c89813a8f3196fcd9e6c8385c7b6b7ecb916515e3ec7897aece4473989f0e4dc52a2bc8bbfdf diff --git a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r6.ebuild b/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r6.ebuild deleted file mode 100644 index 3abdeab84dba..000000000000 --- a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r6.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools prefix - -MY_P=${PN/-sgml/}-${PV} -DESCRIPTION="Shell scripts to manage DocBook documents" -HOMEPAGE="https://sourceware.org/docbook-tools/" -SRC_URI="https://sourceware.org/pub/docbook-tools/new-trials/SOURCES/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="jadetex" - -DEPEND=">=dev-lang/perl-5 - app-text/docbook-dsssl-stylesheets - app-text/docbook-xml-dtd:4.2 - app-text/openjade - app-text/xhtml1 - dev-perl/SGMLSpm - ~app-text/docbook-sgml-dtd-3.0 - ~app-text/docbook-sgml-dtd-3.1 - ~app-text/docbook-sgml-dtd-4.0 - ~app-text/docbook-sgml-dtd-4.1 - ~app-text/docbook-sgml-dtd-4.2 - ~app-text/docbook-sgml-dtd-4.4 - ~app-text/docbook-xml-simple-dtd-1.0 - ~app-text/docbook-xml-simple-dtd-4.1.2.4 - jadetex? ( dev-texlive/texlive-formatsextra ) - || ( - www-client/lynx - www-client/links - www-client/elinks - virtual/w3m - )" -RDEPEND="${DEPEND}" - -# including both xml-simple-dtd 4.1.2.4 and 1.0, to ease -# transition to simple-dtd 1.0, <obz@gentoo.org> - -PATCHES=( - "${FILESDIR}"/${MY_P}-elinks.patch - "${FILESDIR}"/${P}-grep-2.7.patch - - # drop dependency on sys-apps/which - "${FILESDIR}"/0001-Migrate-from-1998-style-which-progname-lookup-to-com.patch -) - -src_prepare() { - default - if use prefix; then - eapply "${FILESDIR}"/${MY_P}-prefix.patch - eprefixify doc/{man,HTML}/Makefile.am bin/jw.in backends/txt configure.in - eautoreconf - fi -} - -src_install() { - make DESTDIR="${D}" \ - htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - install - - if ! use jadetex; then - local i - for i in dvi pdf ps; do - rm "${ED}"/usr/bin/docbook2${i} || die - rm "${ED}"/usr/share/sgml/docbook/utils-${PV}/backends/${i} || die - rm "${ED}"/usr/share/man/man1/docbook2${i}.1 || die - done - fi - einstalldocs -} diff --git a/app-text/docbook-sgml-utils/files/0001-Migrate-from-1998-style-which-progname-lookup-to-com.patch b/app-text/docbook-sgml-utils/files/0001-Migrate-from-1998-style-which-progname-lookup-to-com.patch deleted file mode 100644 index 764d06ad4d78..000000000000 --- a/app-text/docbook-sgml-utils/files/0001-Migrate-from-1998-style-which-progname-lookup-to-com.patch +++ /dev/null @@ -1,90 +0,0 @@ -From a5956fccad44bed98b5de22a6169e0aa098d169f Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Mon, 4 Mar 2024 18:16:32 -0500 -Subject: [PATCH] Migrate from 1998 style "which progname" lookup to command -v - -The "which" utility is not guaranteed to be installed either, and if it -is, its behavior is not portable either. This means that when sgml tools -are installed, the `which` check will report a fatal error because the -which tool did not exist and the shell returned a nonzero status when -attempting to fork+exec. If it did exist, it might not be an -implementation of `which` that returns nonzero when commands do not -exist. - -The general scripting suggestion is to use the "command -v" shell -builtin that is required to exist in all POSIX 2008 compliant shells, -and is thus guaranteed to work everywhere. - -For some in-depth discussions on the topic, see: -- https://mywiki.wooledge.org/BashFAQ/081 -- https://unix.stackexchange.com/questions/85249/why-not-use-which-what-to-use-then/85250#85250 - -Examples of open-source shells likely to be installed as /bin/sh on -Linux, which implement the 15-year-old standard: ash, bash, busybox, -dash, ksh, mksh and zsh. - -However, in this case there's a pretty good exuse for not using a 2008 -standard. The docbook-utils project is dead since 2004. So we patch it -(and scratch our heads about where to try sending patches). - -Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> ---- - bin/jw.in | 16 ++++++---------- - 1 file changed, 6 insertions(+), 10 deletions(-) - -diff --git a/bin/jw.in b/bin/jw.in -index 4bfb312..82bd497 100644 ---- a/bin/jw.in -+++ b/bin/jw.in -@@ -58,8 +58,7 @@ SGML_ERRORS_LIST="\n\ - \040 no-valid \t Do not require the document to be type-valid" - - # Get name of main SGML configuration file --which sgmlwhich >/dev/null 2>/dev/null --if [ $? -eq 0 ] -+if command -v sgmlwhich >/dev/null - then - SGML_CONF=`sgmlwhich` - else -@@ -296,10 +295,10 @@ fi - # Try to find the SGML normalizer - if [ -z "$SGML_NORM" ] - then -- SGML_NORM=`which sgmlnorm 2>/dev/null` -+ SGML_NORM=`command -v sgmlnorm` - if [ -z "SGML_NORM" ] - then -- SGML_NORM=`which osgmlnorm 2>/dev/null` -+ SGML_NORM=`command -v osgmlnorm` - fi - fi - -@@ -376,13 +375,11 @@ esac - # Choose a parser - if [ -z "$SGML_JADE" ] - then -- which jade >/dev/null 2>/dev/null -- if [ $? -eq 0 ] -+ if command -v jade >/dev/null - then - SGML_JADE="jade" - else -- which openjade >/dev/null 2>/dev/null -- if [ $? -eq 0 ] -+ if command -v openjade >/dev/null - then - SGML_JADE="openjade" - else -@@ -391,8 +388,7 @@ then - fi - fi - else -- which $SGML_JADE >/dev/null 2>/dev/null -- if [ $? -ne 0 ] -+ if ! command -v $SGML_JADE >/dev/null - then - echo "`basename $0`: parser $SGML_JADE is not available" >&2 - exit 6 --- -2.43.0 - diff --git a/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch b/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch deleted file mode 100644 index 89663829e8b9..000000000000 --- a/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fix wrong charakter classes no longer missinterpreted by grep-2.7 -Michael Weber <xmw@gentoo.org> - ---- a/bin/jw.in -+++ b/bin/jw.in -@@ -80,9 +80,9 @@ - SGML_CATALOGS_DIR="/etc/sgml" - if [ -f "$SGML_CONF" ] - then -- RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*' -+ RE='^[[:space:]]*SGML_BASE_DIR[[:space:]]*=[[:space:]]*' - SGML_BASE_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"` -- RE='^[:space:]*SGML_CATALOGS_DIR[:space:]*=[:space:]*' -+ RE='^[[:space:]]*SGML_CATALOGS_DIR[[:space:]]*=[[:space:]]*' - SGML_CATALOGS_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"` - fi - diff --git a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch deleted file mode 100644 index f437b8163f5d..000000000000 --- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/backends/txt -+++ b/backends/txt -@@ -10,6 +10,10 @@ - then - CONVERT=/usr/bin/links - ARGS="-dump" -+elif [ -x /usr/bin/elinks ] -+then -+ CONVERT=/usr/bin/elinks -+ ARGS="-dump" - elif [ -x /usr/bin/w3m ] - then - CONVERT=/usr/bin/w3m diff --git a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch deleted file mode 100644 index 0f795f7371c3..000000000000 --- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch +++ /dev/null @@ -1,90 +0,0 @@ ---- a/doc/HTML/Makefile.am -+++ b/doc/HTML/Makefile.am -@@ -23,7 +23,7 @@ - $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \ - $(top_srcdir)/doc/refentry/frontend-spec.sgml \ - $(top_srcdir)/doc/refentry/sgmldiff.sgml -- SGML_CATALOG_FILES=/etc/sgml/catalog \ -+ SGML_CATALOG_FILES=@GENTOO_PORTAGE_EPREFIX@/etc/sgml/catalog \ - SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \ - jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \ - -V '%use-id-as-filename%' $< ---- a/doc/man/Makefile.am -+++ b/doc/man/Makefile.am -@@ -10,7 +10,7 @@ - - $(man1_MANS) $(man7_MANS): $(top_srcdir)/doc/docbook-utils.sgml \ - $(top_srcdir)/helpers/docbook2man-spec.pl -- SGML_CATALOG_FILES=/etc/sgml/catalog \ -+ SGML_CATALOG_FILES=@GENTOO_PORTAGE_EPREFIX@/etc/sgml/catalog \ - SGML_SEARCH_PATH=$(top_srcdir)/doc:.. \ - nsgmls $< | \ - sgmlspl $(top_srcdir)/helpers/docbook2man-spec.pl ---- a/bin/jw.in -+++ b/bin/jw.in -@@ -63,7 +63,7 @@ - then - SGML_CONF=`sgmlwhich` - else -- SGML_CONF="/etc/sgml/sgml.conf" -+ SGML_CONF="@GENTOO_PORTAGE_EPREFIX@/etc/sgml/sgml.conf" - fi - - # Set version message -@@ -77,7 +77,7 @@ - - # Set SGML base directory and centralized catalogs directory - SGML_BASE_DIR="@prefix@/share/sgml" --SGML_CATALOGS_DIR="/etc/sgml" -+SGML_CATALOGS_DIR="@GENTOO_PORTAGE_EPREFIX@/etc/sgml" - if [ -f "$SGML_CONF" ] - then - RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*' ---- a/backends/txt -+++ b/backends/txt -@@ -2,21 +2,21 @@ - # Send any comments to Eric Bischoff <eric@caldera.de> - # This program is under GPL license. See LICENSE file for details. - --if [ -x /usr/bin/lynx ] -+if [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/lynx ] - then -- CONVERT=/usr/bin/lynx -+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/lynx - ARGS="-force_html -dump -nolist -width=72" --elif [ -x /usr/bin/links ] -+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/links ] - then -- CONVERT=/usr/bin/links -+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/links - ARGS="-dump" --elif [ -x /usr/bin/elinks ] -+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/elinks ] - then -- CONVERT=/usr/bin/elinks -+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/elinks - ARGS="-dump" --elif [ -x /usr/bin/w3m ] -+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/w3m ] - then -- CONVERT=/usr/bin/w3m -+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/w3m - ARGS="-dump" - else - echo >&2 "No way to convert HTML to text found." ---- a/configure.in -+++ b/configure.in -@@ -20,11 +20,11 @@ - AC_SUBST(docdir) - - dnl Checks for programs. --jade_bindirs="/usr/bin /usr/local/bin" -+jade_bindirs="@GENTOO_PORTAGE_EPREFIX@/usr/bin" - AC_FIND_PROGRAM(nsgmls, $jade_bindirs, jade_bindir) - AC_SUBST(jade_bindir) - --perl_bindirs="/usr/bin /usr/local/bin" -+perl_bindirs="@GENTOO_PORTAGE_EPREFIX@/usr/bin" - AC_FIND_PROGRAM(perl, $perl_bindirs, perl_bindir) - AC_SUBST(perl_bindir) - diff --git a/app-text/docbook-sgml-utils/metadata.xml b/app-text/docbook-sgml-utils/metadata.xml deleted file mode 100644 index b245b8b403b3..000000000000 --- a/app-text/docbook-sgml-utils/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <use> - <flag name="jadetex"> - Add support for processing tex files produced by the TeX - backend of Jade - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-xml-dtd/Manifest b/app-text/docbook-xml-dtd/Manifest deleted file mode 100644 index 139db7e307e3..000000000000 --- a/app-text/docbook-xml-dtd/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST docbkx412.zip 75683 BLAKE2B 1304162d4f432e2f08990d0d3f58d873f7a8782fe5b4e3d6838ffed4ac85fd614a4dd64dca5d2b69f118dea91117d0da288f6db7c89180f730032ba140280d2e SHA512 f700591a671694ca0ac51f5b5b7e825df5c0b3604b20baa6afd3aaafa7ce99470ca1c261781b105b42bfa5485c23217cf3db821b3fcf2ebdae9df07bb8ae4063 -DIST docbook-xml-4.2.zip 78428 BLAKE2B 542a2b658a10e0eee4928666a2edbdbff12e96dbc02802ed2793a81bdb9c4cd0c61b0a11565d83fa42922c72f805ba35473bf98278b9112b93e42a61bc04aeeb SHA512 0c836346130d1e8f4e26e00959f6b4fd2c3c11269ba5cbf11cdc904724e189606f431c99cd5ab188877daa0eb44c58d0bc30556df3b51df480396818d61c4e0a -DIST docbook-xml-4.3.zip 83865 BLAKE2B d231a6e6ba3d8023d83358080d136880a5d65b4b3b135b2f60e3a784d2f2231d12e1e9d1b5284a7d3fa1b9281466591e0438adbf6160d33732e3611f5c58f21b SHA512 f5090fb74884bae3d4fac8a3c5060bffff5d6a74272de183c181a7642e4b91f4ed32ad028537d198010782c3d98575ce679672f76a9749ed124432195886a7cb -DIST docbook-xml-4.4.zip 96107 BLAKE2B 3616c20758de6c14e08f2a9b32682da33be741153d4586c8062d6ff895f0158decc188c5e1db4f0caafbea14afb139e39bd6805842f7bedc18f0770d22e0d2d3 SHA512 7df5af4df24e4618b09814e4e20c147c722962531f03a40c28cd60f1db16b4c330420adf96adb7d66ed6eda84046ee91b467fd6f6fbfac2201537e2080735d76 -DIST docbook-xml-4.5.zip 98497 BLAKE2B 3487f4488a9e3dbc3e366d63b61940727287a97f4e0ee2d2dda031cbba96cd4d85e5b729b7ee4d32e8a6842748fc688f85c94e1a0ab2f7ebc062dd8c7b800e20 SHA512 1ee282fe86c9282610ee72c0e1d1acfc03f1afb9dc67166f438f2703109046479edb6329313ecb2949db27993077e077d111501c10b8769ebb20719eb6213d27 diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild deleted file mode 100644 index b5c75f07722b..000000000000 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="docbkx${PV//./}" -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="https://docbook.org/" -SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 - >=app-text/build-docbook-catalog-1.2" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_prepare() { - # Prepend OVERRIDE directive - sed -i -e '1i\\OVERRIDE YES' docbook.cat || die - default -} - -src_install() { - keepdir /etc/xml - - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}" - doins *.cat *.dtd *.mod - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}/ent" - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat" - EOF - - dodoc ChangeLog *.txt -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild deleted file mode 100644 index c4bc6bf50265..000000000000 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=${P/-dtd/} -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="https://docbook.org/" -SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 - >=app-text/build-docbook-catalog-1.2" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_prepare() { - # Prepend OVERRIDE directive - sed -i -e '1i\\OVERRIDE YES' docbook.cat || die - default -} - -src_install() { - keepdir /etc/xml - - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}" - doins *.cat *.dtd *.mod - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}/ent" - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat" - EOF - - dodoc ChangeLog README -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild deleted file mode 100644 index c4bc6bf50265..000000000000 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=${P/-dtd/} -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="https://docbook.org/" -SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 - >=app-text/build-docbook-catalog-1.2" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_prepare() { - # Prepend OVERRIDE directive - sed -i -e '1i\\OVERRIDE YES' docbook.cat || die - default -} - -src_install() { - keepdir /etc/xml - - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}" - doins *.cat *.dtd *.mod - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}/ent" - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat" - EOF - - dodoc ChangeLog README -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild deleted file mode 100644 index 402f3d5949ee..000000000000 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=${P/-dtd/} -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="https://docbook.org/" -SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 - >=app-text/build-docbook-catalog-1.2" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_prepare() { - # Prepend OVERRIDE directive - sed -i -e '1i\\OVERRIDE YES' docbook.cat || die - default -} - -src_install() { - keepdir /etc/xml - - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}" - doins *.cat *.dtd *.mod *.xml - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}/ent" - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat" - EOF - - cp ent/README README.ent - dodoc ChangeLog README* -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild deleted file mode 100644 index 402f3d5949ee..000000000000 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=${P/-dtd/} -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="https://docbook.org/" -SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 - >=app-text/build-docbook-catalog-1.2" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_prepare() { - # Prepend OVERRIDE directive - sed -i -e '1i\\OVERRIDE YES' docbook.cat || die - default -} - -src_install() { - keepdir /etc/xml - - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}" - doins *.cat *.dtd *.mod *.xml - insinto "/usr/share/sgml/docbook/xml-dtd-${PV}/ent" - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-docbook.cat" - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat" - EOF - - cp ent/README README.ent - dodoc ChangeLog README* -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-dtd/metadata.xml b/app-text/docbook-xml-dtd/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/docbook-xml-dtd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-xml-simple-dtd/Manifest b/app-text/docbook-xml-simple-dtd/Manifest deleted file mode 100644 index c7fd602ad2a1..000000000000 --- a/app-text/docbook-xml-simple-dtd/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST docbook-simple-1.0.zip 31173 BLAKE2B b19054783553be68eaa2a689cb673bb4a270f546e7c45416b3176cf413bd3be46b1b7321ff9360018c93d7f2eb2db904c9d194dcb3b4de6eff4ea33dcbd228f1 SHA512 5be8a2fb48b95912412eb250d2dad6126c78f81155b7eb115d175d32831430ede285d5f4bbebd0d8a50a1a3159fe1b7d133adf84ff8447111ca88a441b415643 -DIST sdb4124.zip 35199 BLAKE2B bee2de887a662978b6f0bf8b9ae663d37c4da1859f07a09e869cff91943bd65946dfd493b9bbe9244ffb8794f3cc5c828c647ab00b183326b63e179540765664 SHA512 b5c158cfcaaa4150d5ee719d11f3fc2b5a207cace241a147b39ab4a9f721cae2a894a88cd3dd944ecd24feae850b387faa03c669747b02de839f5d6a3ff0821f -DIST simple4125.zip 29839 BLAKE2B 83f2b65e5192334bf6a9b5b5388a77d8b566a924837d041329d16f0ab864d5e69b7ea0a60b70fec4affcf0161fb724c5ed99fe16dd230dc0984100e40642709c SHA512 21c8d411f5b37c82442283dadbde99352778efe90fcf7eab7cc6a74fe9b702f14ffa5bd39e058d8f29fada7dbcdb197d5c880c29b207e3509ba856c5d19cfef1 diff --git a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild deleted file mode 100644 index f5f1a790fcf5..000000000000 --- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=docbook-simple-${PV} -DESCRIPTION="Simplified Docbook DTD for XML" -HOMEPAGE="https://www.oasis-open.org/docbook/" -SRC_URI="https://www.oasis-open.org/docbook/xml/simple/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" - -RDEPEND=">=app-text/build-docbook-catalog-1.6" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/sgml/docbook/${P#docbook-} - doins *.dtd *.mod *.css - newins "${FILESDIR}"/${P}.cat catalog - - insinto /etc/sgml - newins - "xml-simple-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-simple-dtd-${PV}/catalog" - EOF -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-simple-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-simple-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-simple-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild deleted file mode 100644 index 66db21f3c0bd..000000000000 --- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P="sdb${PV//.}" -DESCRIPTION="Simplified Docbook DTD for XML" -HOMEPAGE="https://www.oasis-open.org/docbook/" -SRC_URI="mirror://gentoo/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" - -RDEPEND=">=app-text/build-docbook-catalog-1.6" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/sgml/docbook/${P#docbook-} - doins *.dtd *.mod *.css - newins "${FILESDIR}"/${P}.catalog catalog - - insinto /usr/share/sgml/docbook/${P#docbook-}/ent - doins ent/*.ent - - insinto /etc/sgml - newins - "xml-simple-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-simple-dtd-${PV}/catalog" - EOF -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-simple-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-simple-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-simple-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild deleted file mode 100644 index d8ac0460a9a8..000000000000 --- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -MY_P=simple${PV//./} -DESCRIPTION="Simplified Docbook DTD for XML" -HOMEPAGE="https://www.oasis-open.org/docbook/xml/simple/4.1.2.5/" -SRC_URI="https://www.oasis-open.org/docbook/xml/simple/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" - -RDEPEND=">=app-text/build-docbook-catalog-1.6" -DEPEND=">=app-arch/unzip-5.41" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/sgml/docbook/${P#docbook-} - doins *.dtd *.mod *.css - newins "${FILESDIR}"/${P}.catalog catalog - - insinto /etc/sgml - newins - "xml-simple-docbook-${PV}.cat" <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/docbook/xml-simple-dtd-${PV}/catalog" - EOF -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xml-simple-docbook-${PV}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xml-simple-docbook-${PV}.cat - local real=${EROOT}/etc/sgml/xml-simple-docbook-${PV}.cat - - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-1.0.cat b/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-1.0.cat deleted file mode 100644 index ef89f9b7a7c6..000000000000 --- a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-1.0.cat +++ /dev/null @@ -1,7 +0,0 @@ -OVERRIDE YES - -DTDDECL "-//OASIS//DTD Simplified DocBook XML V1.0//EN" "/usr/share/sgml/xml.dcl" -PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN" "/usr/share/sgml/docbook/xml-simple-dtd-1.0/sdocbook.dtd" - -DTDDECL "-//OASIS//DTD Simplified DocBook RefEntry XML V1.0//EN" "/usr/share/sgml/xml.dcl" -PUBLIC "-//OASIS//DTD Simplified DocBook RefEntry XML V1.0//EN" "/usr/share/sgml/docbook/xml-simple-dtd-1.0/sdocbookref.dtd" diff --git a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.4.catalog b/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.4.catalog deleted file mode 100644 index 5e935dd248a4..000000000000 --- a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.4.catalog +++ /dev/null @@ -1,28 +0,0 @@ - -- ...................................................................... -- - -- Catalog data for Simplified DocBook XML V4.1.2.4 .................................... -- - -- File catalog ..................................................... -- - - - -- ...................................................................... -- - -- Simplified DocBook driver file .................................................. -- - -PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.4//EN" "sdocbook.dtd" - - -- ...................................................................... -- - -- Simplified DocBook modules ...................................................... -- - -PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML RefEntry V4.1.2.4//EN" "sdocbookref.dtd" -PUBLIC "-//Norman Walsh//ELEMENTS Simplified DocBook XML Document Hierarchy V4.1.2.4//EN" "sdbhier.mod" -PUBLIC "-//Norman Walsh//ELEMENTS Simplified DocBook XML Information Pool V4.1.2.4//EN" "sdbpool.mod" -PUBLIC "-//Norman Walsh//ENTITIES Simplified DocBook XML Inclusions V4.1.2.4//EN" "sinclist.mod" -PUBLIC "-//Norman Walsh//ENTITIES Simplified DocBook XML Character Entity Sets V4.1.2.4//EN" "sdbcent.mod" - - -- ...................................................................... -- - -- ISO entity sets ...................................................... -- - -PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "ent/iso-num.ent" -PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "ent/iso-pub.ent" -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "ent/iso-lat1.ent" - - -- End of catalog data for Simplified DocBook XML V4.1.2.4 ............................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.5.catalog b/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.5.catalog deleted file mode 100644 index dcd1cf4acb83..000000000000 --- a/app-text/docbook-xml-simple-dtd/files/docbook-xml-simple-dtd-4.1.2.5.catalog +++ /dev/null @@ -1,28 +0,0 @@ - -- ...................................................................... -- - -- Catalog data for Simplified DocBook XML V4.1.2.5 .................................... -- - -- File catalog ..................................................... -- - - - -- ...................................................................... -- - -- Simplified DocBook driver file .................................................. -- - -PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.5//EN" "sdocbook.dtd" - - -- ...................................................................... -- - -- Simplified DocBook modules ...................................................... -- - -PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML RefEntry V4.1.2.5//EN" "sdocbookref.dtd" -PUBLIC "-//Norman Walsh//ELEMENTS Simplified DocBook XML Document Hierarchy V4.1.2.5//EN" "sdbhier.mod" -PUBLIC "-//Norman Walsh//ELEMENTS Simplified DocBook XML Information Pool V4.1.2.5//EN" "sdbpool.mod" -PUBLIC "-//Norman Walsh//ENTITIES Simplified DocBook XML Inclusions V4.1.2.5//EN" "sinclist.mod" -PUBLIC "-//Norman Walsh//ENTITIES Simplified DocBook XML Character Entity Sets V4.1.2.5//EN" "sdbcent.mod" - - -- ...................................................................... -- - -- ISO entity sets ...................................................... -- - -PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "ent/iso-num.ent" -PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "ent/iso-pub.ent" -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "ent/iso-lat1.ent" - - -- End of catalog data for Simplified DocBook XML V4.1.2.5 ............................. -- - -- ...................................................................... -- diff --git a/app-text/docbook-xml-simple-dtd/metadata.xml b/app-text/docbook-xml-simple-dtd/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/docbook-xml-simple-dtd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-xsl-ns-stylesheets/Manifest b/app-text/docbook-xsl-ns-stylesheets/Manifest deleted file mode 100644 index bb3c6b9bdb5c..000000000000 --- a/app-text/docbook-xsl-ns-stylesheets/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docbook-xsl-ns-1.79.1.tar.bz2 21962317 BLAKE2B a68cc31ea8cb98fc07e198fe55f242c6438284d6fa75d4920a9ca7b5038732f966cc6653e058d7fafb26c0ff49f2039025a48a0f8c0392ee892951723703bce3 SHA512 23fd06870bd5afe4efcd08c8ad679821c202a62442b50657c093cbe9cd71b585a3c56a5534a0d41119f58bf98b1f9014a53ff2e48ab59075ec1827e7363980e9 diff --git a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.79.1.ebuild b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.79.1.ebuild deleted file mode 100644 index af23f5e4f21d..000000000000 --- a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.79.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCBOOKDIR="/usr/share/sgml/${PN/-//}" -MY_PN="${PN%-stylesheets}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="https://github.com/docbook/wiki/wiki" -SRC_URI="https://downloads.sourceforge.net/docbook/${MY_P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="ruby" - -RDEPEND=">=app-text/build-docbook-catalog-1.4 - ruby? ( dev-lang/ruby )" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -# Makefile is broken since 1.76.0 -RESTRICT=test - -# The makefile runs tests, not builds. -src_compile() { :; } - -src_test() { - emake check -} - -src_install() { - # The changelog is now zipped, and copied as the RELEASE-NOTES, so we - # don't need to install it - dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO - - insinto ${DOCBOOKDIR} - doins VERSION VERSION.xsl - - local i - for i in $(find . -maxdepth 1 -mindepth 1 -type d -exec basename {} \;); do - [[ "${i}" == "epub" ]] && ! use ruby && continue - - cd "${S}"/${i} - for doc in ChangeLog README; do - if [[ -e "${doc}" ]] ; then - mv ${doc} ${doc}.${i} || die - dodoc ${doc}.${i} - rm ${doc}.${i} || die - fi - done - - doins -r "${S}"/${i} - done - - if use ruby; then - local cmd="dbtoepub${MY_PN#docbook-xsl}" - - # we can't use a symlink or it'll look for the library in the - # wrong path. - dodir /usr/bin - cat - > "${ED}"/usr/bin/${cmd} <<EOF -#!/usr/bin/env ruby - -load "${DOCBOOKDIR}/epub/bin/dbtoepub" -EOF - fperms 0755 /usr/bin/${cmd} - fi -} - -pkg_postinst() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} diff --git a/app-text/docbook-xsl-ns-stylesheets/metadata.xml b/app-text/docbook-xsl-ns-stylesheets/metadata.xml deleted file mode 100644 index 88a214d51867..000000000000 --- a/app-text/docbook-xsl-ns-stylesheets/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="ruby"> - Install the Ruby-based dbtoepub script; requires an interpreter - compatible with <pkg>app-eselect/eselect-ruby</pkg>. - </flag> - </use> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook-xsl-stylesheets/Manifest b/app-text/docbook-xsl-stylesheets/Manifest deleted file mode 100644 index 0a0cbaaa9aec..000000000000 --- a/app-text/docbook-xsl-stylesheets/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docbook-xsl-1.79.1.tar.bz2 21967928 BLAKE2B 42b7e989616d16fa100c2dad713830ecedf6c7e26f56f99a9bf9330385c753f282cea1033e689196352bd41f9dca59a06ff09fc4638051cb478a630df9bfeb0b SHA512 83325cbaf1545da6b9b8b77f5f0e6fdece26e3c455164b300a1aa3d19e3bd29ae71fd563553a714a5394968d1a65684c6c7987c77524469358d18b8c227025c7 diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r4.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r4.ebuild deleted file mode 100644 index 58c0af4d815b..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r4.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" -inherit ruby-single - -DOCBOOKDIR="/usr/share/sgml/${PN/-//}" -MY_PN="${PN%-stylesheets}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="https://github.com/docbook/wiki/wiki" -SRC_URI="https://downloads.sourceforge.net/docbook/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="ruby" -# Makefile is broken since 1.76.0 -RESTRICT="test" - -RDEPEND=" - >=app-text/build-docbook-catalog-1.1 - ruby? ( ${RUBY_DEPS} dev-ruby/rexml ) -" - -PATCHES=( - "${FILESDIR}"/nonrecursive-string-subst.patch -) - -src_prepare() { - default - - # Delete the unnecessary Java-related stuff and other tools as they - # bloat the stage3 tarballs massively. See bug #575818. - rm -rv extensions/ tools/ || die - find \( -name build.xml -o -name build.properties \) \ - -printf "removed %p\n" -delete || die - - if ! use ruby; then - rm -rv epub/ || die - fi -} - -# The makefile runs tests, not builds. -src_compile() { :; } - -src_test() { - emake check -} - -src_install() { - # The changelog is now zipped, and copied as the RELEASE-NOTES, so we - # don't need to install it - dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO - - insinto ${DOCBOOKDIR} - doins VERSION VERSION.xsl - - local i - for i in */; do - i=${i%/} - - for doc in ChangeLog README; do - if [[ -e ${i}/${doc} ]]; then - newdoc ${i}/${doc} ${doc}.${i} - rm ${i}/${doc} || die - fi - done - - doins -r ${i} - done - - if use ruby; then - local cmd="dbtoepub${MY_PN#docbook-xsl}" - - # we can't use a symlink or it'll look for the library in the wrong path - newbin - ${cmd} <<-EOF - #!/usr/bin/env ruby - - load "${EPREFIX}${DOCBOOKDIR}/epub/bin/dbtoepub" - EOF - fi -} - -pkg_postinst() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - "${EROOT}"/usr/sbin/build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} diff --git a/app-text/docbook-xsl-stylesheets/files/nonrecursive-string-subst.patch b/app-text/docbook-xsl-stylesheets/files/nonrecursive-string-subst.patch deleted file mode 100644 index 99ce9960d9e4..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/nonrecursive-string-subst.patch +++ /dev/null @@ -1,30 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter <pdewacht@gmail.com> -Bug-Debian: https://bugs.debian.org/750593 - ---- a/lib/lib.xsl -+++ b/lib/lib.xsl -@@ -10,7 +10,10 @@ - This module implements DTD-independent functions - - ******************************************************************** --> --<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -+ xmlns:str="http://exslt.org/strings" -+ exclude-result-prefixes="str" -+ version="1.0"> - - <xsl:template name="dot.count"> - <!-- Returns the number of "." characters in a string --> -@@ -56,6 +59,9 @@ - <xsl:param name="replacement"/> - - <xsl:choose> -+ <xsl:when test="function-available('str:replace')"> -+ <xsl:value-of select="str:replace($string, string($target), string($replacement))"/> -+ </xsl:when> - <xsl:when test="contains($string, $target)"> - <xsl:variable name="rest"> - <xsl:call-template name="string.subst"> diff --git a/app-text/docbook-xsl-stylesheets/metadata.xml b/app-text/docbook-xsl-stylesheets/metadata.xml deleted file mode 100644 index c94dba0ffbd6..000000000000 --- a/app-text/docbook-xsl-stylesheets/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="ruby"> - Install the Ruby-based dbtoepub script; requires an interpreter - compatible with <pkg>app-eselect/eselect-ruby</pkg>. - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docbook2X/Manifest b/app-text/docbook2X/Manifest deleted file mode 100644 index d06220911091..000000000000 --- a/app-text/docbook2X/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docbook2X-0.8.8.tar.gz 723909 BLAKE2B 17593d104a8b50a3ab56e5de464785d86d41c8a3fd04f76037c5482de867efa6dfa1ed4047e11814ed18275cd3b856440deafb637dcec17267a946d5cb1bd085 SHA512 cc336017ad734fc62d96d289105e8ea154c418a03a37f3e21b0b3520063f8b466b4aae5a5aec2e0b83f6324c6c79b5557247a93338d0a9882a94a44112f6b65c diff --git a/app-text/docbook2X/docbook2X-0.8.8-r5.ebuild b/app-text/docbook2X/docbook2X-0.8.8-r5.ebuild deleted file mode 100644 index 5a1c864ab128..000000000000 --- a/app-text/docbook2X/docbook2X-0.8.8-r5.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Tools to convert docbook to man and info" -HOMEPAGE="https://docbook2x.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/docbook2x/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" - -RESTRICT="!test? ( test )" - -# dev-perl/XML-LibXML - although not mentioned upstream is required -# for make check to complete. -DEPEND="dev-lang/perl - dev-libs/libxslt - dev-perl/XML-NamespaceSupport - dev-perl/XML-SAX - dev-perl/XML-LibXML - app-text/docbook-xsl-stylesheets - =app-text/docbook-xml-dtd-4.2*" -RDEPEND="${DEPEND}" - -PATCHES=( - # Patches from debian, for description see patches itself. - "${FILESDIR}/${P}-filename_whitespace_handling.patch" - "${FILESDIR}/${P}-preprocessor_declaration_syntax.patch" - "${FILESDIR}/${P}-error_on_missing_refentry.patch" - # bug #296112 - "${FILESDIR}/${P}-drop-htmldir.patch" - # https://sourceforge.net/p/docbook2x/bugs/25/ - "${FILESDIR}/${P}-stop-redeclaring-predefined-entity-lt.patch" -) - -src_prepare() { - default - - sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die 'sed on configure.ac failed' - - # bug #290284 - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-xslt-processor=libxslt - --program-transform-name='/^docbook2/s,$,.pl,' - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - dosym docbook2man.pl /usr/bin/docbook2x-man - dosym docbook2texi.pl /usr/bin/docbook2x-texi -} diff --git a/app-text/docbook2X/files/docbook2X-0.8.8-drop-htmldir.patch b/app-text/docbook2X/files/docbook2X-0.8.8-drop-htmldir.patch deleted file mode 100644 index a36308587e4c..000000000000 --- a/app-text/docbook2X/files/docbook2X-0.8.8-drop-htmldir.patch +++ /dev/null @@ -1,14 +0,0 @@ -Put HTML documentation in proper directory. -Patch by Chris Mayo, https://bugs.gentoo.org/show_bug.cgi?id=296112 - ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -182,8 +182,6 @@ - # Install (automake) - # - --htmldir = $(datadir)/doc/docbook2X -- - man_MANS = $(MAN_FILES) - html_DATA = $(HTML_FILES) - info_TEXINFOS = docbook2X.texi diff --git a/app-text/docbook2X/files/docbook2X-0.8.8-error_on_missing_refentry.patch b/app-text/docbook2X/files/docbook2X-0.8.8-error_on_missing_refentry.patch deleted file mode 100644 index a9d598874f9c..000000000000 --- a/app-text/docbook2X/files/docbook2X-0.8.8-error_on_missing_refentry.patch +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_fix_439214_error_on_missing_refentry.dpatch by Daniel Leidert <daniel.leidert@wgdd.de> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: If there is no refentry element, the manpage stylesheets silently -## DP: "ignores" this. It has been requested to print at least a -## DP: warning. -## DP: -## DP: <URL:http://bugs.debian.org/439214> -## DP: <URL:http://lists.gnu.org/archive/html/groff/2007-11/msg00023.html> - -@DPATCH@ ---- a/xslt/man/docbook.xsl -+++ b/xslt/man/docbook.xsl -@@ -111,11 +111,15 @@ - <xsl:when test="child::refentry"> - <xsl:apply-templates /> - </xsl:when> -- -- <xsl:otherwise> -+ <xsl:when test="descendant-or-self::refentry"> - <manpageset> - <xsl:apply-templates select="descendant-or-self::refentry" /> - </manpageset> -+ </xsl:when> -+ <xsl:otherwise> -+ <xsl:message terminate="no"> -+ <xsl:text>WARNING: Sorry, but I cannot find a refentry element in your source!</xsl:text> -+ </xsl:message> - </xsl:otherwise> - </xsl:choose> - </xsl:template> diff --git a/app-text/docbook2X/files/docbook2X-0.8.8-filename_whitespace_handling.patch b/app-text/docbook2X/files/docbook2X-0.8.8-filename_whitespace_handling.patch deleted file mode 100644 index 7d181a1ccb01..000000000000 --- a/app-text/docbook2X/files/docbook2X-0.8.8-filename_whitespace_handling.patch +++ /dev/null @@ -1,41 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_fix_420153_filename_whitespace_handling.dpatch by -## Daniel Leidert (dale) <daniel.leidert@wgdd.de> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Peter Eisentraut reported a regression in the whitespace handling of -## DP: refentrytitle content during filename creation: -## DP: http://bugs.debian.org/420153. The problem is, that upstream first -## DP: replaces all spaces (but not linebreaks btw) with underlines and then -## DP: it tries to normalize the result. This means, that a linebreak with -## DP: additional whitespaces results in manpage names like 'foo_ ____bar.9'. -## DP: So what we basically do in this patch is, that we first normalize the -## DP: refentrytitle and then replace any spaces left with underlines. - -@DPATCH@ ---- a/xslt/man/manpage.xsl -+++ b/xslt/man/manpage.xsl -@@ -30,7 +30,7 @@ - - <xsl:template name="manpage-filename"> - <xsl:param name="filename" /> -- <xsl:value-of select="normalize-space(translate($filename, " /", "__"))" /> -+ <xsl:value-of select="translate(normalize-space($filename), ' /', '__')" /> - </xsl:template> - - ---- a/xslt/man/refentry.xsl -+++ b/xslt/man/refentry.xsl -@@ -38,7 +38,11 @@ - <xsl:template name="refentry-filename"> - <xsl:param name="title" /> - -- <xsl:variable name="title2" select="translate($title, " /", "__")" /> -+ <xsl:variable name="title2"> -+ <xsl:call-template name="manpage-filename"> -+ <xsl:with-param name="filename" select="$title" /> -+ </xsl:call-template> -+ </xsl:variable> - - <!-- not using gentext here since man page names tend not to have - accented chars / non-Latin chars ... diff --git a/app-text/docbook2X/files/docbook2X-0.8.8-preprocessor_declaration_syntax.patch b/app-text/docbook2X/files/docbook2X-0.8.8-preprocessor_declaration_syntax.patch deleted file mode 100644 index 6c85701d2e91..000000000000 --- a/app-text/docbook2X/files/docbook2X-0.8.8-preprocessor_declaration_syntax.patch +++ /dev/null @@ -1,88 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_fix_442782_preprocessor_declaration_syntax.dpatch by Colin Watson <cjwatson@debian.org>. -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Conventionally, preprocessor declarations should start with -## DP: '\" -## DP: rather than -## DP: .\" -## DP: Current man-db only supports the first (and recommended) syntax. So -## DP: Colin Watson provided this patch to fix docbook2x. -## DP: -## DP: <URL:http://bugs.debian.org/442782> -## DP: <URL:http://lists.gnu.org/archive/html/groff/2007-11/msg00023.html> - -@DPATCH@ ---- a/perl/db2x_manxml.pl -+++ b/perl/db2x_manxml.pl -@@ -342,6 +342,25 @@ - $self->{line_start} = 1; - } - -+# -+# Print a comment in the output, without causing a break. -+# Params: comment - the comment text. -+# May use any characters; they need not be escaped. -+# -+sub comment_nobreak -+{ -+ my ($self, $comment) = @_; -+ $self->write("\n") unless $self->{line_start}; -+ -+ foreach my $line (split(/\n/, $comment)) { -+ $self->write('\'\" '); -+ $self->write($line); -+ $self->write("\n"); -+ } -+ -+ $self->{line_start} = 1; -+} -+ - - # - # Use a roff "escape" i.e. commands embedded in text starting with \ -@@ -510,16 +529,20 @@ - - $self->{'adjust-stack'} = [ 'b' ]; - -- $self->{rw}->comment($elem->attr('preprocessors')) -- if($elem->attr('preprocessors') ne ''); -- -+ my $preprocessors = $elem->attr('preprocessors'); - # I've dug through the Internet to see if there was any - # standard way to specify encoding with man pages. - # The following seems to be a reasonable proposal: - # <URL:http://mail.nl.linux.org/linux-utf8/2001-04/msg00168.html> - my $encoding = $self->{options}->{'encoding'}; - $encoding =~ s#//TRANSLIT$##i; -- $self->{rw}->comment("-*- coding: $encoding -*-"); -+ $encoding = "-*- coding: $encoding -*-"; -+ if ($preprocessors eq '') { -+ $preprocessors = $encoding; -+ } else { -+ $preprocessors = "$preprocessors $encoding"; -+ } -+ $self->{rw}->comment_nobreak($preprocessors); - - # Define escapes for switching to and from monospace fonts (groff only) - $self->{rw}->request(qw{ .if \n(.g .ds T< \\\\FC}); ---- a/xslt/backend/db2x_manxml.xsl -+++ b/xslt/backend/db2x_manxml.xsl -@@ -528,7 +528,7 @@ - <exslt:document method="text" - encoding="{$encoding}" - href="{$path}"> -- <xsl:text>.\" -*- coding: </xsl:text> -+ <xsl:text>'\" -*- coding: </xsl:text> - <xsl:value-of select="$encoding" /> - <xsl:text> -*- </xsl:text> - <xsl:copy-of select="$content" /> -@@ -538,7 +538,7 @@ - <saxon:output method="text" - encoding="{$encoding}" - href="{$path}"> -- <xsl:text>.\" -*- coding: </xsl:text> -+ <xsl:text>'\" -*- coding: </xsl:text> - <xsl:value-of select="$encoding" /> - <xsl:text> -*- </xsl:text> - <xsl:copy-of select="$content" /> diff --git a/app-text/docbook2X/files/docbook2X-0.8.8-stop-redeclaring-predefined-entity-lt.patch b/app-text/docbook2X/files/docbook2X-0.8.8-stop-redeclaring-predefined-entity-lt.patch deleted file mode 100644 index 76463be75e27..000000000000 --- a/app-text/docbook2X/files/docbook2X-0.8.8-stop-redeclaring-predefined-entity-lt.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 040f468fcfae3fe67818023ebc54f3f48fc1bfd9 Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Mon, 24 Feb 2025 23:25:40 +0100 -Subject: [PATCH] Fix invalid redeclaration of predefined XML entity "<" - -Section "4.6 Predefined Entities" of XML 1.0r4 is clear that: - -> If the entities lt or amp are declared, they MUST be declared -> as internal entities whose replacement text is a character reference -> to the respective character (less-than sign or ampersand) being escaped[.] - -Source: -https://www.w3.org/TR/2006/REC-xml-20060816/#sec-predefined-ent ---- - xslt/common/text/l10n-set.xml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/xslt/common/text/l10n-set.xml b/xslt/common/text/l10n-set.xml -index 0ed7454..b2c334b 100644 ---- a/xslt/common/text/l10n-set.xml -+++ b/xslt/common/text/l10n-set.xml -@@ -21,7 +21,7 @@ - <!ENTITY it SYSTEM "it.xml"> - <!ENTITY ja SYSTEM "ja.xml"> - <!ENTITY ko SYSTEM "ko.xml"> --<!ENTITY lt SYSTEM "lt.xml"> -+<!ENTITY lt_ SYSTEM "lt.xml"> - <!ENTITY nl SYSTEM "nl.xml"> - <!ENTITY nn SYSTEM "nn.xml"> - <!ENTITY no SYSTEM "no.xml"> -@@ -65,7 +65,7 @@ - ⁢ - &ja; - &ko; --< -+<_; - &nl; - &nn; - &no; --- -2.48.1 - diff --git a/app-text/docbook2X/metadata.xml b/app-text/docbook2X/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/docbook2X/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/docx2txt/Manifest b/app-text/docx2txt/Manifest deleted file mode 100644 index 131a2a796b4b..000000000000 --- a/app-text/docx2txt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docx2txt-1.4.tgz 31302 BLAKE2B 3f57b95e40eb92f5b16f38fab7122cd75b23be0f1489bc83ea68f6feb16c14ad524119468da44ac5bc3989a1d61336c436a862b58bc3d83a565bd61b031c8f4f SHA512 5e59cd4065f409c20e17b29d3935a2637147392e86a325b28b78748d3b3867ce91f14f3349621b3c95b2ce6a8e38e33cf0816d1f9dccbebfdde9ba29fbd7f5b3 diff --git a/app-text/docx2txt/docx2txt-1.4.ebuild b/app-text/docx2txt/docx2txt-1.4.ebuild deleted file mode 100644 index 147613b02963..000000000000 --- a/app-text/docx2txt/docx2txt-1.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Convert MS Office docx files to plain text" -HOMEPAGE="http://docx2txt.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" - -RDEPEND="app-arch/unzip - dev-lang/perl" - -PATCHES=( "${FILESDIR}"/${PN}-1.1-paragraph-newline.patch ) - -src_compile() { :; } - -src_install() { - newbin docx2txt.pl docx2txt - dodoc docx2txt.config README ChangeLog ToDo AUTHORS -} diff --git a/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch b/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch deleted file mode 100644 index 7c55b6f1fe42..000000000000 --- a/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- docx2txt-1.1/docx2txt.pl.orig -+++ docx2txt-1.1/docx2txt.pl -@@ -312,7 +312,7 @@ - $para =~ s/<.*?>//og; - return justify($align,$para) if $align; - -- return $para; -+ return $para . $config_newLine; - } - - diff --git a/app-text/docx2txt/metadata.xml b/app-text/docx2txt/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/docx2txt/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dos2unix/Manifest b/app-text/dos2unix/Manifest deleted file mode 100644 index 398344b9a6eb..000000000000 --- a/app-text/dos2unix/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST dos2unix-7.5.3.tar.gz 955879 BLAKE2B 22dc8b2a186b0424965edc779eaf2afc246cadf19d73f0b98deea2ecaedf9d0a16de6a34691316035d631a035b39ddef0f2f8223fddf96da651fd363ed49c88f SHA512 c586a3c8b3e800a58cfa66ec9f4f6ea5b2c5d3c5dbcc9e4f22798ddb89d2f29f1eba1b8102fd948be0b978b517b25a9f5f469eda215116a31170f223d46f3394 -DIST dos2unix-7.5.5.tar.gz 996836 BLAKE2B 4e3460dab4998ce95da057ece774dcaafe10109f196f9b0844e4346ca2fc59bee61a4567a9200bd1f86c216a43be4d6851b40d7869607dec6d72d75f287519b2 SHA512 bbb81056cf8bdaa95cc698c1fd96c9a7efa29da99274c768d2be5aa728120bd075239b10ea9784446c7923924d82783c38cac023e4fa4531fa97daa9c4395304 -DIST dos2unix-7.5.5.tar.gz.asc 525 BLAKE2B 019a37533e5ac6e483090b3c19ffac5ca870170d51e051e3b820ac338814e8ce19d4462523a2d99d17cfb771d87bab721699d6118122c09a31d7c03a2c2a09a8 SHA512 b920331ce01c33f25f36e0b90c399dc4bff23a3c6fe74c528a74e1e9f8e7a04062df4c41ffaa08c3c0fa028d1c837b91b14a884d95d3fd28dbcaddae8bd491b2 diff --git a/app-text/dos2unix/dos2unix-7.5.3.ebuild b/app-text/dos2unix/dos2unix-7.5.3.ebuild deleted file mode 100644 index 0cf4d5d163d3..000000000000 --- a/app-text/dos2unix/dos2unix-7.5.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PLOCALES="ca da de eo es fr fur hu ja ka ko nb nl pl pt_BR ro ru sr sv uk vi zh_CN zh_TW" - -inherit plocale toolchain-funcs - -DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" -HOMEPAGE="https://waterlander.net/dos2unix/ https://sourceforge.net/projects/dos2unix/" -SRC_URI=" - https://waterlander.net/${PN}/files/${P/_/-}.tar.gz - https://downloads.sourceforge.net/${PN}/${P/_/-}.tar.gz -" -S=${WORKDIR}/${P/_/-} - -LICENSE="BSD-2" -SLOT="0" -[[ "${PV}" == *_beta* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="debug nls test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !app-text/hd2u - virtual/libintl -" -DEPEND=" - ${RDEPEND} - test? ( virtual/perl-Test-Simple ) -" -BDEPEND=" - dev-lang/perl - nls? ( sys-devel/gettext ) - test? ( elibc_musl? ( sys-apps/musl-locales ) ) -" - -handle_locales() { - # Make sure locale list is kept up-to-date. - local detected sorted - detected=$(echo $(printf '%s\n' */*.po | sed -e 's:.*/::' -e 's:.po$::' | sort -u)) - sorted=$(echo $(printf '%s\n' ${PLOCALES} | sort -u)) - if [[ ${sorted} != "${detected}" ]] ; then - eerror "The ebuild needs to be kept in sync." - eerror "PLOCALES: ${sorted}" - eerror "po*/*.po: ${detected}" - die "sync PLOCALES" - fi - - # Deal with selective install of locales. - rm_loc() { rm po*/$1.po || die; } - plocale_for_each_disabled_locale rm_loc -} - -src_prepare() { - default - - handle_locales - - sed \ - -e '/^LDFLAGS/s|=|+=|' \ - -e '/CFLAGS_OS \+=/d' \ - -e '/LDFLAGS_EXTRA \+=/d' \ - -e "/^CFLAGS/s|-O2|${CFLAGS}|" \ - -i Makefile || die - - if use debug ; then - sed -e "/^DEBUG/s:0:1:" \ - -e "/EXTRA_CFLAGS +=/s:-g::" \ - -i Makefile || die - fi - - tc-export CC -} - -lintl() { - # same logic as from virtual/libintl - use !elibc_glibc && use !elibc_musl && echo "-lintl" -} - -src_compile() { - emake prefix="${EPREFIX}/usr" \ - $(usex nls "LDFLAGS_EXTRA=$(lintl)" "ENABLE_NLS=") -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \ - $(usex nls "" "ENABLE_NLS=") install -} diff --git a/app-text/dos2unix/dos2unix-7.5.5.ebuild b/app-text/dos2unix/dos2unix-7.5.5.ebuild deleted file mode 100644 index e1b25a0ee1ea..000000000000 --- a/app-text/dos2unix/dos2unix-7.5.5.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -PLOCALES="ca da de eo es fr fur hu ja ka ko nb nl pl pt_BR ro ru sr sv uk vi zh_CN zh_TW" -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/erwinwaterlander.asc - -inherit plocale toolchain-funcs verify-sig - -DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" -HOMEPAGE="https://waterlander.net/dos2unix/ https://sourceforge.net/projects/dos2unix/" -SRC_URI=" - https://waterlander.net/${PN}/files/${P/_/-}.tar.gz - https://downloads.sourceforge.net/${PN}/${P/_/-}.tar.gz - verify-sig? ( https://waterlander.net/${PN}/files/${P/_/-}.tar.gz.asc ) - -" -S=${WORKDIR}/${P/_/-} - -LICENSE="BSD-2" -SLOT="0" -[[ "${PV}" == *_beta* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="debug nls test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !app-text/hd2u - virtual/libintl -" -DEPEND=" - ${RDEPEND} - test? ( virtual/perl-Test-Simple ) -" -BDEPEND=" - dev-lang/perl - nls? ( sys-devel/gettext ) - test? ( elibc_musl? ( sys-apps/musl-locales ) ) - verify-sig? ( sec-keys/openpgp-keys-erwinwaterlander ) -" - -handle_locales() { - # Make sure locale list is kept up-to-date. - local detected sorted - detected=$(echo $(printf '%s\n' */*.po | sed -e 's:.*/::' -e 's:.po$::' | sort -u)) - sorted=$(echo $(printf '%s\n' ${PLOCALES} | sort -u)) - if [[ ${sorted} != "${detected}" ]] ; then - eerror "The ebuild needs to be kept in sync." - eerror "PLOCALES: ${sorted}" - eerror "po*/*.po: ${detected}" - die "sync PLOCALES" - fi - - # Deal with selective install of locales. - rm_loc() { rm po*/$1.po || die; } - plocale_for_each_disabled_locale rm_loc -} - -src_prepare() { - default - - handle_locales - - sed \ - -e '/^LDFLAGS/s|=|+=|' \ - -e '/CFLAGS_OS \+=/d' \ - -e '/LDFLAGS_EXTRA \+=/d' \ - -e "/^CFLAGS/s|-O2|${CFLAGS}|" \ - -i Makefile || die - - if use debug ; then - sed -e "/^DEBUG/s:0:1:" \ - -e "/EXTRA_CFLAGS +=/s:-g::" \ - -i Makefile || die - fi - - tc-export CC -} - -lintl() { - # same logic as from virtual/libintl - use !elibc_glibc && use !elibc_musl && echo "-lintl" -} - -src_compile() { - emake prefix="${EPREFIX}/usr" \ - $(usex nls "LDFLAGS_EXTRA=$(lintl)" "ENABLE_NLS=") -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \ - $(usex nls "" "ENABLE_NLS=") install -} diff --git a/app-text/dos2unix/metadata.xml b/app-text/dos2unix/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/dos2unix/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/doxygen/Manifest b/app-text/doxygen/Manifest deleted file mode 100644 index 626692da9acb..000000000000 --- a/app-text/doxygen/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST doxygen-1.13.2.src.tar.gz 8512178 BLAKE2B d1a5051b49924580cf2e4f58df12da6ff6f9f02490957b1a1562a7587763ab32bac11b0c7d3456d6fee48e7284ee8a265e90d1862a40af2c6deb9d1ebdef72e9 SHA512 7b6b3285706e10c0b27230503b83cc669aec83ebc3ef9cc1087d5e36118fd726a5368d567dd553ba01acf4d739cdbb41c5e66af4541fc8e51effbbdaa241c812 -DIST doxygen-1.14.0.src.tar.gz 8681251 BLAKE2B 7de83955033348bea7ecb8d4b2b106192496ffcd062b5fff7f7cfe1f8d25b372d661608f92a5fdfc14489b7343fd19819dd1c86de0d936136714a4f1edd89595 SHA512 b042f7f731cd17bea55f7393dd90433f49fa296a61054950c2e1457ff1d57e218706cbc4f5248f42c2242bf1acccd91e88cf545ca394a31a4d2d8b7f5954baa9 -DIST doxygen-1.15.0.src.tar.gz 9203196 BLAKE2B 461d65ad4a18488cd8c89fc1268bb57e31964cac431acfca8c5ad3947d70f47af441579cad6b54945b337c57fb8ad0e219f804a1d8cfdda3b2595fb9803e7605 SHA512 e53cc8da6cf1fe3ca3b3637647ed6afa28365351eac81d010f6691d939df5e449b3d898a6f695dd850d12659dfd7018fc864071b30fbca5dd196dc094ec4371e -DIST doxygen-1.16.1.src.tar.gz 8962809 BLAKE2B 534064d1207d5e44430fa1bde14f0b4dd0afd56e7bafd7b3866d2037dd87063099fe32c2fee652a6508298fa8bba610c0198601bca2a42743d34ad1db83051cc SHA512 16c348e2943319e38fe2c0c3539c9b481c613a094f59c4fe16251bf7c62fa77cd979cff97507296721dd7f6cd9c1bd2bda13ab1740a13cef8fda31601878d09d diff --git a/app-text/doxygen/doxygen-1.13.2.ebuild b/app-text/doxygen/doxygen-1.13.2.ebuild deleted file mode 100644 index 6c0bbcdbabe5..000000000000 --- a/app-text/doxygen/doxygen-1.13.2.ebuild +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( dev-qt/qtbase:6[gui,widgets,xml] ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.9.8-suppress-unused-option-libcxx.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - if ! use dot; then - sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \ - {testing/Doxyfile,doc/Doxyfile} \ - || die "disabling dot failed" - fi - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} - -src_install() { - cmake_src_install - - # manpages are only automatically installed when docs are - # https://github.com/doxygen/doxygen/pull/10647 - doman doc/doxygen.1 - use gui && doman doc/doxywizard.1 - use doxysearch && { - doman doc/doxyindexer.1 - doman doc/doxysearch.1 - } -} diff --git a/app-text/doxygen/doxygen-1.14.0.ebuild b/app-text/doxygen/doxygen-1.14.0.ebuild deleted file mode 100644 index d2ff16fecfb0..000000000000 --- a/app-text/doxygen/doxygen-1.14.0.ebuild +++ /dev/null @@ -1,146 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( dev-qt/qtbase:6[gui,widgets,xml] ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.14.0-suppress-unused-option-libcxx.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_fmt=ON - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - if ! use dot; then - sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \ - {testing/Doxyfile,doc/Doxyfile} \ - || die "disabling dot failed" - fi - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} diff --git a/app-text/doxygen/doxygen-1.15.0-r2.ebuild b/app-text/doxygen/doxygen-1.15.0-r2.ebuild deleted file mode 100644 index 200653817b53..000000000000 --- a/app-text/doxygen/doxygen-1.15.0-r2.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 21 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( - dev-qt/qtbase:6[gui,widgets,xml] - dev-qt/qtsvg:6 - ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.0-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.14.0-suppress-unused-option-libcxx.patch" - "${FILESDIR}/${PN}-1.15.0-duplicate-type-names.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_fmt=ON - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} diff --git a/app-text/doxygen/doxygen-1.15.0.ebuild b/app-text/doxygen/doxygen-1.15.0.ebuild deleted file mode 100644 index 532fae7426f6..000000000000 --- a/app-text/doxygen/doxygen-1.15.0.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 21 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( dev-qt/qtbase:6[gui,widgets,xml] ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.0-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.14.0-suppress-unused-option-libcxx.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_fmt=ON - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} diff --git a/app-text/doxygen/doxygen-1.16.1.ebuild b/app-text/doxygen/doxygen-1.16.1.ebuild deleted file mode 100644 index b39bfbf43ae5..000000000000 --- a/app-text/doxygen/doxygen-1.16.1.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 21 22 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( - dev-qt/qtbase:6[gui,widgets,xml] - dev-qt/qtsvg:6 - ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.0-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.16.1-suppress-unused-option-libcxx.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_fmt=ON - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} diff --git a/app-text/doxygen/doxygen-9999.ebuild b/app-text/doxygen/doxygen-9999.ebuild deleted file mode 100644 index 532fae7426f6..000000000000 --- a/app-text/doxygen/doxygen-9999.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_COMPAT=( 18 19 20 21 ) -LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" - -inherit cmake flag-o-matic llvm-r1 python-any-r1 - -DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="https://www.doxygen.nl/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" -else - SRC_URI="https://doxygen.nl/files/${P}.src.tar.gz" - SRC_URI+=" https://downloads.sourceforge.net/doxygen/rel-${PV}/${P}.src.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" -fi - -# GPL-2 also for bundled libmscgen -LICENSE="GPL-2" -SLOT="0" -IUSE="clang debug doc dot doxysearch gui test" -# - We need TeX for tests, bug #765472 -# - We keep the odd construct of noop USE=test because of -# the special relationship b/t RESTRICT & USE for tests. -# Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" -RESTRICT="!test? ( test )" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex - ${PYTHON_DEPS} -" -RDEPEND=" - app-text/ghostscript-gpl - dev-db/sqlite:3 - dev-lang/perl - dev-libs/libfmt:= - dev-libs/spdlog:= - virtual/libiconv - clang? ( - $(llvm_gen_dep ' - llvm-core/clang:${LLVM_SLOT}= - llvm-core/llvm:${LLVM_SLOT}= - ') - ) - dot? ( - media-gfx/graphviz[freetype(+)] - ) - doc? ( - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) - doxysearch? ( dev-libs/xapian:= ) - gui? ( dev-qt/qtbase:6[gui,widgets,xml] ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.0-link_with_pthread.patch" - "${FILESDIR}/${PN}-1.14.0-suppress-unused-option-libcxx.patch" -) - -DOCS=( LANGUAGE.HOWTO README.md ) - -pkg_setup() { - use clang && llvm-r1_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 - sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - - # fix pdf doc - sed -i.orig -e "s:g_kowal:g kowal:" \ - doc/maintainers.txt || die - - if is-flagq "-O3" ; then - # TODO: Investigate this and report a bug accordingly... - ewarn "Compiling with -O3 is known to produce incorrectly" - ewarn "optimized code which breaks doxygen. Using -O2 instead." - replace-flags "-O3" "-O2" - fi -} - -src_configure() { - # Very slow to compile, bug #920092 - filter-flags -fipa-pta - # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 - filter-lto - - local mycmakeargs=( - -Duse_libclang=$(usex clang) - # Let the user choose instead, see also bug #822615 - -Duse_libc++=OFF - -Dbuild_doc=$(usex doc) - -Dbuild_search=$(usex doxysearch) - -Dbuild_wizard=$(usex gui) - -Dforce_qt=Qt6 - -Duse_sys_fmt=ON - -Duse_sys_spdlog=ON - -Duse_sys_sqlite3=ON - -DBUILD_SHARED_LIBS=OFF - -DGIT_EXECUTABLE="false" - - # Noisy and irrelevant downstream - -Wno-dev - ) - - use doc && mycmakeargs+=( - -DDOC_INSTALL_DIR="share/doc/${P}" - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - export VARTEXFONTS="${T}/fonts" # bug #564944 - - # -j1 for bug #770070 - cmake_src_compile docs -j1 - fi -} diff --git a/app-text/doxygen/files/doxygen-1.14.0-suppress-unused-option-libcxx.patch b/app-text/doxygen/files/doxygen-1.14.0-suppress-unused-option-libcxx.patch deleted file mode 100644 index 676609026cb5..000000000000 --- a/app-text/doxygen/files/doxygen-1.14.0-suppress-unused-option-libcxx.patch +++ /dev/null @@ -1,16 +0,0 @@ -Always expose the use_libc++ option. It's only useful for Clang but cmake.class -tries to find when we've used CMake options which are unused/unknown and this -triggers it for GCC builds if we set -Duse_libc++=OFF. - -So, always expose the option so we can turn it off without a warning. ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -22,7 +22,7 @@ option(build_parse "Parses source code and dumps the dependencies between th - option(build_search "Build external search tools (doxysearch and doxyindexer)" OFF) - option(build_doc "Build user manual (HTML and PDF)" OFF) - option(build_doc_chm "Build user manual (CHM)" OFF) --if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") -+if (TRUE) - option(use_libc++ "Use libc++ as C++ standard library." ON) - endif() - option(use_libclang "Add support for libclang parsing." OFF) diff --git a/app-text/doxygen/files/doxygen-1.15.0-duplicate-type-names.patch b/app-text/doxygen/files/doxygen-1.15.0-duplicate-type-names.patch deleted file mode 100644 index 99331064a258..000000000000 --- a/app-text/doxygen/files/doxygen-1.15.0-duplicate-type-names.patch +++ /dev/null @@ -1,50 +0,0 @@ -https://bugs.gentoo.org/966843 -https://github.com/wxWidgets/Phoenix/issues/2820 -https://github.com/doxygen/doxygen/issues/11889 -https://github.com/doxygen/doxygen/commit/148e93969da016a8d8ecf1fcdb9fcf045471d688 - -From 148e93969da016a8d8ecf1fcdb9fcf045471d688 Mon Sep 17 00:00:00 2001 -From: Blake Batson <bbatson101@gmail.com> -Date: Wed, 10 Dec 2025 20:43:32 -0500 -Subject: [PATCH] Fix duplicate type names - ---- - src/util.cpp | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/src/util.cpp b/src/util.cpp -index 89e49d9aff1..ddb4829117c 100644 ---- a/src/util.cpp -+++ b/src/util.cpp -@@ -979,6 +979,7 @@ void linkifyText(const TextGeneratorIntf &out, const Definition *scope, - { - const ClassDef *cd=nullptr; - const ConceptDef *cnd=nullptr; -+ const Definition *d=nullptr; - //printf("** Match word '%s'\n",qPrint(matchWord)); - - SymbolResolver resolver(fileScope); -@@ -1010,7 +1011,12 @@ void linkifyText(const TextGeneratorIntf &out, const Definition *scope, - } - } - }; -- if ((cd=getClass(matchWord))) -+ -+ if (found) -+ { -+ //printf(" -> skip\n"); -+ } -+ else if ((cd=getClass(matchWord))) - { - writeCompoundName(cd); - } -@@ -1022,7 +1028,7 @@ void linkifyText(const TextGeneratorIntf &out, const Definition *scope, - { - writeCompoundName(cnd); - } -- else if (const Definition *d=nullptr; cd==nullptr && !found && (d=resolver.resolveSymbol(scope,matchWord))) -+ else if ((d=resolver.resolveSymbol(scope,matchWord))) - { - writeCompoundName(d); - } - diff --git a/app-text/doxygen/files/doxygen-1.15.0-link_with_pthread.patch b/app-text/doxygen/files/doxygen-1.15.0-link_with_pthread.patch deleted file mode 100644 index 4d2b50d878a2..000000000000 --- a/app-text/doxygen/files/doxygen-1.15.0-link_with_pthread.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/addon/doxywizard/.CMakeLists.txt.swp b/addon/doxywizard/.CMakeLists.txt.swp -deleted file mode 100644 -index fc379d2..0000000 -Binary files a/addon/doxywizard/.CMakeLists.txt.swp and /dev/null differ -diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt -index bb0e0eb..b6135bd 100644 ---- a/addon/doxywizard/CMakeLists.txt -+++ b/addon/doxywizard/CMakeLists.txt -@@ -132,10 +132,10 @@ apply_editbin(doxywizard windows) - endif() - - if(Qt5Core_FOUND) -- target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version) -+ target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version pthread) - elseif(Qt6Core_FOUND) -- target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version) -+ target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version pthread) - else() -- target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version) -+ target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version pthread) - endif() - diff --git a/app-text/doxygen/files/doxygen-1.16.1-suppress-unused-option-libcxx.patch b/app-text/doxygen/files/doxygen-1.16.1-suppress-unused-option-libcxx.patch deleted file mode 100644 index 67fac81af52f..000000000000 --- a/app-text/doxygen/files/doxygen-1.16.1-suppress-unused-option-libcxx.patch +++ /dev/null @@ -1,16 +0,0 @@ -Always expose the use_libc++ option. It's only useful for Clang but cmake.class -tries to find when we've used CMake options which are unused/unknown and this -triggers it for GCC builds if we set -Duse_libc++=OFF. - -So, always expose the option so we can turn it off without a warning. ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -22,7 +22,7 @@ option(build_parse "Parses source code and dumps the dependencies between th - option(build_search "Build external search tools (doxysearch and doxyindexer)" OFF) - option(build_doc "Build user manual (HTML and PDF)" OFF) - option(build_doc_chm "Build user manual (CHM)" OFF) --if(CMAKE_CXX_COMPILER_ID MATCHES "Clang") -+if(TRUE) - option(use_libc++ "Use libc++ as C++ standard library." ON) - endif() - option(use_libclang "Add support for libclang parsing." OFF) diff --git a/app-text/doxygen/files/doxygen-1.9.4-link_with_pthread.patch b/app-text/doxygen/files/doxygen-1.9.4-link_with_pthread.patch deleted file mode 100644 index 66093eb7deb9..000000000000 --- a/app-text/doxygen/files/doxygen-1.9.4-link_with_pthread.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/addon/doxywizard/.CMakeLists.txt.swp b/addon/doxywizard/.CMakeLists.txt.swp -deleted file mode 100644 -index fc379d2..0000000 -Binary files a/addon/doxywizard/.CMakeLists.txt.swp and /dev/null differ -diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt -index bb0e0eb..b6135bd 100644 ---- a/addon/doxywizard/CMakeLists.txt -+++ b/addon/doxywizard/CMakeLists.txt -@@ -132,12 +132,12 @@ apply_editbin(doxywizard windows) - endif() - - if(Qt5Core_FOUND) -- target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version) -+ target_link_libraries(doxywizard Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Xml doxygen_version pthread) - else() - if(Qt6Core_FOUND) -- target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version) -+ target_link_libraries(doxywizard Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Xml doxygen_version pthread) - else() -- target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version) -+ target_link_libraries(doxywizard ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} doxygen_version pthread) - endif() - endif() - diff --git a/app-text/doxygen/files/doxygen-1.9.8-suppress-unused-option-libcxx.patch b/app-text/doxygen/files/doxygen-1.9.8-suppress-unused-option-libcxx.patch deleted file mode 100644 index 1da9a2da6459..000000000000 --- a/app-text/doxygen/files/doxygen-1.9.8-suppress-unused-option-libcxx.patch +++ /dev/null @@ -1,16 +0,0 @@ -Always expose the use_libc++ option. It's only useful for Clang but cmake.class -tries to find when we've used CMake options which are unused/unknown and this -triggers it for GCC builds if we set -Duse_libc++=OFF. - -So, always expose the option so we can turn it off without a warning. ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -21,7 +21,7 @@ option(build_xmlparser "Automatically update the XML parser modules when updatin - option(build_search "Build external search tools (doxysearch and doxyindexer)" OFF) - option(build_doc "Build user manual (HTML and PDF)" OFF) - option(build_doc_chm "Build user manual (CHM)" OFF) --if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") -+if (TRUE) - option(use_libc++ "Use libc++ as C++ standard library." ON) - endif() - option(use_libclang "Add support for libclang parsing." OFF) diff --git a/app-text/doxygen/metadata.xml b/app-text/doxygen/metadata.xml deleted file mode 100644 index 879766643823..000000000000 --- a/app-text/doxygen/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <longdescription> - Doxygen is a tool for analyzing, documenting, and reverse-engineering - source code of various languages using a variety of output formats - (try it and see). Doxygen supports C++, C, Java, Objective-C, Python, - IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D, - as well as other languages (using additional helper tools). - </longdescription> - <use> - <flag name="clang">support for <pkg>llvm-core/clang</pkg> assisted parsing</flag> - <flag name="dot">allow to create dot graphs using <pkg>media-gfx/graphviz</pkg> - </flag> - <flag name="doxysearch">build doxyindexer and doxysearch.cgi</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dvipng/Manifest b/app-text/dvipng/Manifest deleted file mode 100644 index 550fff82c895..000000000000 --- a/app-text/dvipng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dvipng-1.18.tar.gz 203401 BLAKE2B 7861781f7e3e52168ae7ddca16567fa9977558a95a429b3821ee79f46102fb177dd4f3bf499bcce10e035f4942d65ff69912edd4d42552e9ce86d29a2f51d1b0 SHA512 03f78b7f775b9c06a7df65ac896579b27edbeb4ceefc32642aff334885059051e01ee8f2d327565fb627e9d30ce873db5135488b8586658a4abf967cde1074ca diff --git a/app-text/dvipng/dvipng-1.18.ebuild b/app-text/dvipng/dvipng-1.18.ebuild deleted file mode 100644 index 599e2e1228b5..000000000000 --- a/app-text/dvipng/dvipng-1.18.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Translate DVI files into PNG or GIF graphics" -HOMEPAGE="https://dvipng.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" -S="${WORKDIR}" - -LICENSE="LGPL-3+ Texinfo-manual" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="truetype test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/kpathsea-6.2.1:= - media-libs/gd:2=[jpeg,png] - media-libs/libpng:0= - virtual/latex-base - virtual/zlib:= - truetype? ( >=media-libs/freetype-2.1.5 )" -DEPEND="${RDEPEND} - virtual/texi2dvi - virtual/pkgconfig - test? ( dev-texlive/texlive-fontsrecommended )" - -DOCS="ChangeLog README RELEASE" - -src_configure() { - append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - if ! use truetype; then - sed -i -e 's/\(--exists.*\)freetype2/\1dIsAbLe/' configure \ - || die "sed failed" - fi - - export VARTEXFONTS="${T}/fonts" - econf -} diff --git a/app-text/dvipng/metadata.xml b/app-text/dvipng/metadata.xml deleted file mode 100644 index 221a4fa4f670..000000000000 --- a/app-text/dvipng/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <maintainer type="project"> - <email>emacs@gentoo.org</email> - <name>Gentoo Emacs project</name> - </maintainer> - <longdescription> - This program makes PNG and/or GIF graphics from DVI files as obtained - from TeX and its relatives. - - If GIF support is enabled, GIF output is chosen by using the ‘dvigif’ - binary or with the ‘--gif’ option. - - It is intended to produce anti-aliased screen-resolution images as fast - as is possible. The target audience is people who need to generate and - regenerate many images again and again. The primary target is the - preview-latex (X)Emacs package, a package to preview formulas from within - (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see - <https://www.gnu.org/software/auctex/preview-latex.html>. -</longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dvipsk/Manifest b/app-text/dvipsk/Manifest deleted file mode 100644 index 587a875d9fde..000000000000 --- a/app-text/dvipsk/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST dvips.doc.r66203.tar.xz 531004 BLAKE2B 9b94b423a8d75a2a5f48e8db43fe06df77fd4e34c0bc29e781829f99330d5f423ab651ba551c4e5d27ec939cf9a310185d66b1cdee8baf9291c850898b91cb75 SHA512 ac2518c20c26dcda42df79be79ed24e2c021af2084ede43f51a5589b1023c9c94a307bd0a4742880e2c89d7620b2889f3a675e30a449d699d15db98922b0da71 -DIST dvips.doc.r70015.tar.xz 531092 BLAKE2B 590de0f239f71f14175b8d659535b92d95af2cf8376c5c2a1adf3e026de7ed1f140dbb973a42336763f27a077f2551f51a1fb999880dead91e0f7a8eac8fffa9 SHA512 c9bf52288e085f141d2e7b3e6f5a2c6e4bf47b1609ada10294939f957b8108f39c0d7bddf0b3a1a16644b22b053a90007f6e419b2c08227dcefa0f669956c2af -DIST dvips.r66203.tar.xz 58076 BLAKE2B 3ed83d92e42cb830edd9220b6db6600b00198a67e158d55ef454499be02e65b4a4996cd2d14f96adfd57696239cec9f6656b101afaa15c80aa65e27c5fa733ff SHA512 fbaf1dd979ceed4f7146d8aebc31ba7d770a8389b4ac214086db5951c485a2a3e3a62b2772394c8053444dfb8de0d22b3501c2ee3ee1e4e7493a1df5a34cc275 -DIST dvips.r70015.tar.xz 58076 BLAKE2B b622c74ee0bf3a8909caaa8abddbc511b7c429a7d59eee7f14d5987f7e23917ed79f489045e7f4f54adb797348be7a5549ef7b4629bd8e8b51bf890e9c760ed9 SHA512 de67e590b11913c3f783dfa7a0af743017b3de5f37158b9faa69e44845abeae5c36a3fc34b730eb0bc7ef955b020c66baea45c0e977a46659f5070fb211f063f -DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 -DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 diff --git a/app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild b/app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild deleted file mode 100644 index c72313dada7e..000000000000 --- a/app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit texlive-common - -TL_VERSION="$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)" -DESCRIPTION="DVI-to-PostScript translator" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz" - -DVIPS_REVISION=$(ver_cut 5) -EXTRA_TL_MODULES="dvips.r${DVIPS_REVISION}" -EXTRA_TL_DOC_MODULES="dvips.doc.r${DVIPS_REVISION}" - -texlive-common_append_to_src_uri EXTRA_TL_MODULES - -SRC_URI+=" doc? ( " -texlive-common_append_to_src_uri EXTRA_TL_DOC_MODULES -SRC_URI+=" ) " - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="doc source" - -DEPEND=">=dev-libs/kpathsea-6.2.1:=" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/texlive-${TL_VERSION}-source/texk/${PN}" - -src_configure() { - econf --with-system-kpathsea -} - -src_install() { - emake DESTDIR="${D}" prologdir="${EPREFIX}/usr/share/texmf-dist/dvips/base" install - - dodir /usr/share # just in case - cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees" - if use source ; then - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - fi - - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - etexmf-update -} - -pkg_postrm() { - etexmf-update -} diff --git a/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild b/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild deleted file mode 100644 index 850249d41882..000000000000 --- a/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic texlive-common - -TL_VERSION="$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)" -DESCRIPTION="DVI-to-PostScript translator" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz" - -S="${WORKDIR}/texlive-${TL_VERSION}-source/texk/${PN}" - -DVIPS_REVISION=$(ver_cut 5) -EXTRA_TL_MODULES="dvips.r${DVIPS_REVISION}" -EXTRA_TL_DOC_MODULES="dvips.doc.r${DVIPS_REVISION}" - -texlive-common_append_to_src_uri EXTRA_TL_MODULES - -SRC_URI+=" doc? ( " -texlive-common_append_to_src_uri EXTRA_TL_DOC_MODULES -SRC_URI+=" ) " - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="doc source" - -DEPEND=">=dev-libs/kpathsea-6.2.1:=" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - # bug #943911 - append-cflags -std=gnu17 - - econf --with-system-kpathsea -} - -src_install() { - emake DESTDIR="${D}" prologdir="${EPREFIX}/usr/share/texmf-dist/dvips/base" install - - dodir /usr/share # just in case - cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees" - if use source ; then - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - fi - - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - etexmf-update -} - -pkg_postrm() { - etexmf-update -} diff --git a/app-text/dvipsk/metadata.xml b/app-text/dvipsk/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/dvipsk/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest deleted file mode 100644 index 3fb50a588468..000000000000 --- a/app-text/dvisvgm/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST dvisvgm-2.14.tar.gz 3192670 BLAKE2B 16b290db680c57babba06d97250b26925223984af807695a5b24b2e134a0d41e0b7292efd47e6781e75c4790c3e6482d3447e8a5ad7e25b9b36526ba033d15d4 SHA512 874d2d3deed2b1c1cd3e459a53d43533e7fc19613ad2ade09fdf303cedfecd8091d944933c30a7107aad2e8901cc23f1debd4e36031a90b1ad8ba2f56d2a3ba6 -DIST dvisvgm-3.0.4.tar.gz 2970986 BLAKE2B 2a8cff58cc728c833c74a44af1139529eab433ec5cd8b82949dbad169a609e66069f38f18c046250da5c085756c1ef6d95247c133df1afefc92b1783d9dd5ecd SHA512 89105ecc14b974f0fc0a1684a3ce4c66444bc819d56dd43c517d6b547f618ab60a15abb18609c38ac120ac5990fcd0fa6599cb7b0af11c4f820b1f955943688e -DIST dvisvgm-3.1.2.tar.gz 2940106 BLAKE2B 05672e2f6b2248e0a28548dae52aa6f6d5f3c599417a9adf7a46d1f8abfeafe4840b01dcbda4068cd3d522c0c1fe2e2f87fedce7678eb4a5630d6b482025afae SHA512 2d98c9830c0280975c52d3adfa146a4681c2f4e955fe33efc55e25f7e6f2133ad21063bfdbafabca37bf0315efec4eff0bb32dcfe13755a70c1d41898449ab19 -DIST dvisvgm-3.1.tar.gz 2908747 BLAKE2B f7544d291fbabf1bb126c97077b15296369815ae0ae8baa2b23d5831d8a6788673af13e0d44c12028be1cef319f83117b0842693810fcc3e5c14263999b41d9e SHA512 8e019eb54f0ad4a5f0e6241e2a5223582da723c7692598278668c1220d7769f161895eb292be0a95771ea7b3e65e8fb83052b7b1f6a6432276fd013e00fd7e51 -DIST dvisvgm-3.2.tar.gz 2940355 BLAKE2B 51a00b948a7ecaa68cee78d484813622c449eb2876a326051f93bb62304bfd174c443cf2eb192bb7c46e28065fe53001ada283002d30949bf39a69270c387dd4 SHA512 718ce9cd1cc8c826859df74eccd8e05dfb1c42f0defb57cdc99910957d009044e0e8a1854ff7fcde739cb832b2559976d3025dbf4cfda9e4cdea85398558d730 -DIST dvisvgm-3.3.tar.gz 2949759 BLAKE2B 37e69aa87fb1b9e14e013d28ef17ecbd89ac5cbbec6206a2e4610a0dadb987cbfcfea72ff17e0150e8b4c20ab27c43a0619538709439dc0eea112ac43b7ec8c7 SHA512 d54121dd1dfeba94dc5ed787dcc55f5287d695d8e2e07cbdffd064e9d97e5368a2df4af794b13d1ef4ea579ea13d7a86c781de30f9d58f5fe3034e6e50b1f2e5 -DIST dvisvgm-3.4.tar.gz 2906583 BLAKE2B 30796beab5983e2828eb669f8c3fc67b4c9ac3527cc4f71544d7724ec9f161c2f7c4b9bee26bbd82a3c43759df2302eba7a42ab127a4c60705e4562ead380547 SHA512 7041ecd8d1085f2e022746e83c40eaca7e9d4e7ad8be285f8a107fb1519272e8c07b3ddaeda9a01adc8fbdbb5438b569276d401b5cb6ccfc8f83d2a4c88efe6a diff --git a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild deleted file mode 100644 index 6b16542336e0..000000000000 --- a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" - -# Tests don't work from ${WORKDIR}: kpathsea tries to search in relative -# directories from where the binary is executed. -# We cannot really use absolute paths in the kpathsea configuration since that -# would make it harder for prefix installs. -RESTRICT="test" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - dev-libs/openssl:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-ghostscript.patch - "${FILESDIR}"/${P}-Add-missing-cstdint-includes-for-GCC-13.patch - "${FILESDIR}"/${PN}-2.14-configure-clang16.patch - "${FILESDIR}"/${PN}-2.14-configure-autoreconf.patch -) - -src_prepare() { - # Drop once configure patch merged for clang 16 - local macro - for macro in ax_check_compile_flag.m4 ax_code_coverage.m4 ax_cxx_compile_stdcxx.m4 ; do - cp "${BROOT}"/usr/share/aclocal/${macro} m4/ || die - done - - default - eautoreconf -} - -src_configure() { - local myargs=( - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.0.4.ebuild b/app-text/dvisvgm/dvisvgm-3.0.4.ebuild deleted file mode 100644 index 81eb62202342..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.0.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-gcc13.patch -) - -src_configure() { - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.1.2.ebuild b/app-text/dvisvgm/dvisvgm-3.1.2.ebuild deleted file mode 100644 index 4d975d44def8..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.1.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -src_configure() { - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.1.ebuild b/app-text/dvisvgm/dvisvgm-3.1.ebuild deleted file mode 100644 index 4d975d44def8..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -src_configure() { - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.2.ebuild b/app-text/dvisvgm/dvisvgm-3.2.ebuild deleted file mode 100644 index 4d975d44def8..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -src_configure() { - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.3.ebuild b/app-text/dvisvgm/dvisvgm-3.3.ebuild deleted file mode 100644 index 56f686763427..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -src_configure() { - # ODR violation but only reported with -fno-semantic-interposition? - filter-lto - - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/dvisvgm-3.4.ebuild b/app-text/dvisvgm/dvisvgm-3.4.ebuild deleted file mode 100644 index 40ff6af98852..000000000000 --- a/app-text/dvisvgm/dvisvgm-3.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - virtual/zlib:= - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-3.4-gcc15-cstdint.patch -) - -src_configure() { - # ODR violation but only reported with -fno-semantic-interposition? - filter-lto - - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/files/dvisvgm-2.14-Add-missing-cstdint-includes-for-GCC-13.patch b/app-text/dvisvgm/files/dvisvgm-2.14-Add-missing-cstdint-includes-for-GCC-13.patch deleted file mode 100644 index cad403e34fc1..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-2.14-Add-missing-cstdint-includes-for-GCC-13.patch +++ /dev/null @@ -1,118 +0,0 @@ -https://github.com/mgieseki/dvisvgm/pull/196 - -From fe5fe3996056cd385e59692b8f60916aedb7d7b9 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Sun, 2 Oct 2022 19:43:23 +0100 -Subject: [PATCH] Add missing <cstdint> includes for GCC 13 - ---- a/src/BasicDVIReader.cpp -+++ b/src/BasicDVIReader.cpp -@@ -19,6 +19,7 @@ - *************************************************************************/ - - #include <algorithm> -+#include <cstdint> - #include "BasicDVIReader.hpp" - - using namespace std; ---- a/src/BasicDVIReader.hpp -+++ b/src/BasicDVIReader.hpp -@@ -21,6 +21,8 @@ - #ifndef BASICDVIREADER_HPP - #define BASICDVIREADER_HPP - -+#include <cstdint> -+ - #include "Matrix.hpp" - #include "MessageException.hpp" - #include "StreamReader.hpp" ---- a/src/Bitmap.hpp -+++ b/src/Bitmap.hpp -@@ -21,6 +21,7 @@ - #ifndef BITMAP_HPP - #define BITMAP_HPP - -+#include <cstdint> - #include <ostream> - #include <vector> - ---- a/src/CMap.hpp -+++ b/src/CMap.hpp -@@ -22,6 +22,7 @@ - #define CMAP_HPP - - #include <algorithm> -+#include <cstdint> - #include <ostream> - #include <vector> - #include "FontEncoding.hpp" ---- a/src/Color.hpp -+++ b/src/Color.hpp -@@ -21,6 +21,7 @@ - #ifndef COLOR_HPP - #define COLOR_HPP - -+#include <cstdint> - #include <string> - #include <valarray> - #include <vector> ---- a/src/DVIReader.hpp -+++ b/src/DVIReader.hpp -@@ -21,6 +21,7 @@ - #ifndef DVIREADER_HPP - #define DVIREADER_HPP - -+#include <cstdint> - #include <limits> - #include <map> - #include <stack> ---- a/src/FileSystem.hpp -+++ b/src/FileSystem.hpp -@@ -21,6 +21,7 @@ - #ifndef FILESYSTEM_HPP - #define FILESYSTEM_HPP - -+#include <cstdint> - #include <string> - #include <vector> - ---- a/src/InputBuffer.hpp -+++ b/src/InputBuffer.hpp -@@ -22,6 +22,7 @@ - #define INPUTBUFFER_HPP - - #include <algorithm> -+#include <cstdint> - #include <cstring> - #include <istream> - #include <string> ---- a/src/RangeMap.hpp -+++ b/src/RangeMap.hpp -@@ -22,6 +22,7 @@ - #define RANGEMAP_HPP - - #include <algorithm> -+#include <cstdint> - #include <ostream> - #include <vector> - ---- a/src/Unicode.cpp -+++ b/src/Unicode.cpp -@@ -21,6 +21,7 @@ - #include <algorithm> - #include <cctype> - #include <cstddef> -+#include <cstdint> - #include <iomanip> - #include <sstream> - #include <xxhash.h> ---- a/src/Unicode.hpp -+++ b/src/Unicode.hpp -@@ -21,6 +21,7 @@ - #ifndef UNICODE_HPP - #define UNICODE_HPP - -+#include <cstdint> - #include <string> - - struct Unicode { diff --git a/app-text/dvisvgm/files/dvisvgm-2.14-configure-autoreconf.patch b/app-text/dvisvgm/files/dvisvgm-2.14-configure-autoreconf.patch deleted file mode 100644 index 6641d3e2cae5..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-2.14-configure-autoreconf.patch +++ /dev/null @@ -1,383 +0,0 @@ -https://github.com/mgieseki/dvisvgm/pull/202 - -From 2dc8627a0864ea1543027e577ad96676a56bf4c5 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Fri, 4 Nov 2022 20:04:43 +0000 -Subject: [PATCH 1/4] Cleanup obsolete m4 dist hack - -autoconf & automake, at least nowadays, handle including m4/ -correctly in dist tarballs (from `make dist`). - -Previously, dist tarballs lacked m4/ax_*.m4 and therefore `autoreconf -fi` -would break the Makefile with: -``` -make[3]: Entering directory '/var/tmp/portage/app-text/dvisvgm-2.14-r1/work/dvisvgm-2.14/libs/clipper' -Makefile:664: *** missing separator. Stop. -``` - -On that line is an unexpanded @CODE_COVERAGE_RULES@. - -Bug: https://bugs.gentoo.org/879539 -Signed-off-by: Sam James <sam@gentoo.org> ---- a/Makefile.am -+++ b/Makefile.am -@@ -5,7 +5,7 @@ - - AUTOMAKE_OPTIONS = foreign - EXTRA_DIST = COPYING --SUBDIRS = libs m4 src tests doc -+SUBDIRS = libs src tests doc - ACLOCAL_AMFLAGS = -I m4 - - if USE_BUNDLED_LIBS ---- a/configure.ac -+++ b/configure.ac -@@ -228,7 +228,6 @@ AC_CONFIG_FILES([ - libs/variant/Makefile - libs/woff2/Makefile - libs/xxHash/Makefile -- m4/Makefile - src/Makefile - src/version.hpp - src/optimizer/Makefile ---- a/m4/Makefile.am -+++ /dev/null -@@ -1,4 +0,0 @@ --M4_EXTRA_DIST = \ -- ax_check_compile_flag.m4 \ -- ax_code_coverage.m4 \ -- ax_cxx_compile_stdcxx.m4 - -From 2b03bccde2dd8a1b101f793159663446dd522ac9 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Fri, 4 Nov 2022 20:27:35 +0000 -Subject: [PATCH 2/4] Update to newer autoconf-archive (AX_*) macros - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/Makefile.am -+++ b/Makefile.am -@@ -3,6 +3,8 @@ - ## - ## Process this file with automake. - -+include $(top_srcdir)/aminclude_static.am -+ - AUTOMAKE_OPTIONS = foreign - EXTRA_DIST = COPYING - SUBDIRS = libs src tests doc ---- a/configure.ac -+++ b/configure.ac -@@ -205,6 +205,7 @@ AS_IF([test "x$enable_manpage" != "xyes"], - AM_CONDITIONAL([BUILD_MANPAGE], [test "x$enable_manpage" = "xyes"]) - - AX_CODE_COVERAGE -+ - AS_IF([ test "$enable_code_coverage" = "yes" ], [ - # disable optimization - changequote({,}) ---- a/libs/brotli/Makefile.am -+++ b/libs/brotli/Makefile.am -@@ -81,7 +81,6 @@ libbrotli_a_SOURCES = \ - - AM_CFLAGS = -Wall -I$(srcdir)/include - --@CODE_COVERAGE_RULES@ - endif - - EXTRA_DIST = LICENSE ---- a/libs/clipper/Makefile.am -+++ b/libs/clipper/Makefile.am -@@ -6,6 +6,4 @@ AM_CXXFLAGS = -Wall - - clipper.cpp: clipper.hpp - --@CODE_COVERAGE_RULES@ -- - CLEANFILES = *.gcda *.gcno ---- a/libs/ff-woff/Makefile.am -+++ b/libs/ff-woff/Makefile.am -@@ -85,6 +85,4 @@ EXTRA_DIST = LICENSE - - AM_CFLAGS = -I$(srcdir)/inc -I$(srcdir)/fontforge $(ZLIB_CFLAGS) - --@CODE_COVERAGE_RULES@ -- - CLEANFILES = *.gcda *.gcno ---- a/libs/md5/Makefile.am -+++ b/libs/md5/Makefile.am -@@ -6,7 +6,6 @@ AM_CXXFLAGS = -Wall - - md5.c: md5.h - --@CODE_COVERAGE_RULES@ - endif - - CLEANFILES = *.gcda *.gcno ---- a/libs/potrace/Makefile.am -+++ b/libs/potrace/Makefile.am -@@ -17,7 +17,6 @@ libpotrace_a_SOURCES = \ - - AM_CFLAGS = -Wall -I$(srcdir) - --@CODE_COVERAGE_RULES@ - endif - - CLEANFILES = *.gcda *.gcno ---- a/libs/woff2/Makefile.am -+++ b/libs/woff2/Makefile.am -@@ -28,7 +28,6 @@ libwoff2_a_SOURCES = \ - - AM_CXXFLAGS = -Wall -I$(srcdir)/include -I$(srcdir)/../brotli/include - --@CODE_COVERAGE_RULES@ - endif - - EXTRA_DIST = LICENSE ---- a/libs/xxHash/Makefile.am -+++ b/libs/xxHash/Makefile.am -@@ -6,7 +6,6 @@ AM_CXXFLAGS = -Wall - - xxhash.c: xxhash.h xxh3.h - --@CODE_COVERAGE_RULES@ - endif - - CLEANFILES = *.gcda *.gcno ---- /dev/null -+++ b/m4/ax_ac_append_to_file.m4 -@@ -0,0 +1,32 @@ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_ac_append_to_file.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_AC_APPEND_TO_FILE([FILE],[DATA]) -+# -+# DESCRIPTION -+# -+# Appends the specified data to the specified Autoconf is run. If you want -+# to append to a file when configure is run use AX_APPEND_TO_FILE instead. -+# -+# LICENSE -+# -+# Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com> -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 10 -+ -+AC_DEFUN([AX_AC_APPEND_TO_FILE],[ -+AC_REQUIRE([AX_FILE_ESCAPES]) -+m4_esyscmd( -+AX_FILE_ESCAPES -+[ -+printf "%s" "$2" >> "$1" -+]) -+]) ---- /dev/null -+++ b/m4/ax_ac_print_to_file.m4 -@@ -0,0 +1,32 @@ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_ac_print_to_file.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_AC_PRINT_TO_FILE([FILE],[DATA]) -+# -+# DESCRIPTION -+# -+# Writes the specified data to the specified file when Autoconf is run. If -+# you want to print to a file when configure is run use AX_PRINT_TO_FILE -+# instead. -+# -+# LICENSE -+# -+# Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com> -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 10 -+ -+AC_DEFUN([AX_AC_PRINT_TO_FILE],[ -+m4_esyscmd( -+AC_REQUIRE([AX_FILE_ESCAPES]) -+[ -+printf "%s" "$2" > "$1" -+]) -+]) ---- /dev/null -+++ b/m4/ax_add_am_macro_static.m4 -@@ -0,0 +1,28 @@ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_add_am_macro_static.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_ADD_AM_MACRO_STATIC([RULE]) -+# -+# DESCRIPTION -+# -+# Adds the specified rule to $AMINCLUDE. -+# -+# LICENSE -+# -+# Copyright (c) 2009 Tom Howard <tomhoward@users.sf.net> -+# Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com> -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 8 -+ -+AC_DEFUN([AX_ADD_AM_MACRO_STATIC],[ -+ AC_REQUIRE([AX_AM_MACROS_STATIC]) -+ AX_AC_APPEND_TO_FILE(AMINCLUDE_STATIC,[$1]) -+]) ---- /dev/null -+++ b/m4/ax_am_macros_static.m4 -@@ -0,0 +1,38 @@ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_am_macros_static.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_AM_MACROS_STATIC -+# -+# DESCRIPTION -+# -+# Adds support for macros that create Automake rules. You must manually -+# add the following line -+# -+# include $(top_srcdir)/aminclude_static.am -+# -+# to your Makefile.am files. -+# -+# LICENSE -+# -+# Copyright (c) 2009 Tom Howard <tomhoward@users.sf.net> -+# Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com> -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 11 -+ -+AC_DEFUN([AMINCLUDE_STATIC],[aminclude_static.am]) -+ -+AC_DEFUN([AX_AM_MACROS_STATIC], -+[ -+AX_AC_PRINT_TO_FILE(AMINCLUDE_STATIC,[ -+# ]AMINCLUDE_STATIC[ generated automatically by Autoconf -+# from AX_AM_MACROS_STATIC on ]m4_esyscmd([LC_ALL=C date])[ -+]) -+]) ---- /dev/null -+++ b/m4/ax_file_escapes.m4 -@@ -0,0 +1,30 @@ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_file_escapes.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_FILE_ESCAPES -+# -+# DESCRIPTION -+# -+# Writes the specified data to the specified file. -+# -+# LICENSE -+# -+# Copyright (c) 2008 Tom Howard <tomhoward@users.sf.net> -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 8 -+ -+AC_DEFUN([AX_FILE_ESCAPES],[ -+AX_DOLLAR="\$" -+AX_SRB="\\135" -+AX_SLB="\\133" -+AX_BS="\\\\" -+AX_DQ="\"" -+]) ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -225,6 +225,4 @@ $(srcdir)/psdefs.cpp: psdefs.ps - - psdefs.ps: ; - --@CODE_COVERAGE_RULES@ -- - CLEANFILES = *.gcda *.gcno ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -421,6 +421,4 @@ XMLStringTest_LDADD = $(TESTLIBS) - EXTRA_DIST += check-conv genhashcheck.py normalize.xsl - TESTS += check-conv - --@CODE_COVERAGE_RULES@ -- - CLEANFILES = *.gcda *.gcno hashcheck.cpp - -From 8689f1ceb2284038627668e70ec7e15f99220a5c Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Fri, 4 Nov 2022 22:42:58 +0000 -Subject: [PATCH 4/4] Upgrade to Autoconf 2.69 - -autoconf 2.69 is still pretty old and this only affects -folks who want to run autoreconf anyway. - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/configure.ac -+++ b/configure.ac -@@ -3,7 +3,7 @@ - # - # Process this file with autoconf to produce a configure script. - --AC_PREREQ(2.59) -+AC_PREREQ([2.69]) - AC_INIT([dvisvgm],[2.14],[martin.gieseking@uos.de]) - DATE="August 2022" - AC_CONFIG_SRCDIR(src) -@@ -18,13 +18,11 @@ AC_DEFINE_UNQUOTED([TARGET_SYSTEM], ["$target"]) - - # Checks for programs. - AC_PROG_CC --AC_PROG_CC_C99 - AC_PROG_CXX - AX_CXX_COMPILE_STDCXX([11]) - AM_PROG_AR - LT_INIT - --AC_PROG_RANLIB - AC_LANG(C) - - AX_CHECK_COMPILE_FLAG([-Wmismatched-tags -Wno-mismatched-tags], [CXXFLAGS="$CXXFLAGS -Wno-mismatched-tags"]) -@@ -147,7 +145,7 @@ AC_CHECK_LIB(z, gzopen) - - # Check for header files. - AC_HEADER_DIRENT --AC_HEADER_STDC -+ - AC_CHECK_HEADERS_ONCE([libintl.h stdlib.h string.h strings.h unistd.h]) - - # Check for typedefs, structures, and compiler characteristics. - diff --git a/app-text/dvisvgm/files/dvisvgm-2.14-configure-clang16.patch b/app-text/dvisvgm/files/dvisvgm-2.14-configure-clang16.patch deleted file mode 100644 index 6fe679f551d1..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-2.14-configure-clang16.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/mgieseki/dvisvgm/pull/200 - -From e3cfc0976ec1f5bbcd389c318eabc2a783990de0 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Fri, 4 Nov 2022 05:07:09 +0000 -Subject: [PATCH] configure.ac: fix -Wimplicit-function-declaration - -Clang 16 makes -Wimplicit-function-declaration an error by default. We -need to include <stdlib.h> for exit(). - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/configure.ac -+++ b/configure.ac -@@ -55,6 +55,7 @@ AC_CHECK_LIB([kpathsea], [kpse_find_file],, - - AC_MSG_CHECKING([kpathsea version]) - AC_RUN_IFELSE([AC_LANG_SOURCE([#include <stdio.h> -+ #include <stdlib.h> - #include <kpathsea/kpathsea.h> - int main() { - FILE *f; - diff --git a/app-text/dvisvgm/files/dvisvgm-2.14-ghostscript.patch b/app-text/dvisvgm/files/dvisvgm-2.14-ghostscript.patch deleted file mode 100644 index 88b3dcfde3f0..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-2.14-ghostscript.patch +++ /dev/null @@ -1,226 +0,0 @@ -https://github.com/mgieseki/dvisvgm/commit/629544928877362d0c6d64f20695f7df3073c5eb -https://github.com/mgieseki/dvisvgm/commit/0213b9252e4aa44034520112dd59a8d5d2ca4e85 -https://github.com/mgieseki/dvisvgm/commit/9bf81fd0b6e7876e5079e917ed7e12163b9e7f7f -https://bugs.gentoo.org/873961 - -From 629544928877362d0c6d64f20695f7df3073c5eb Mon Sep 17 00:00:00 2001 -From: Martin Gieseking <martin.gieseking@uos.de> -Date: Thu, 22 Sep 2022 10:41:11 +0200 -Subject: [PATCH] fixed compilation error when DISABLE_GS is set - ---- a/src/Ghostscript.hpp -+++ b/src/Ghostscript.hpp -@@ -47,8 +47,8 @@ struct Ghostscript { - Ghostscript (int argc, const char **argv, void *caller=0) {} - bool init (int argc, const char **argv, void *caller=0) {return false;} - bool available () {return false;} -- bool revision (gsapi_revision_t *r) {return false;} -- int revision () {return 0;} -+ bool revision (gsapi_revision_t *r) const {return false;} -+ int revision () const {return 0;} - std::string revisionstr () {return "";} - int set_stdio (Stdin in, Stdout out, Stderr err) {return 0;} - int run_string_begin (int user_errors, int *pexit_code) {return 0;} - -From 0213b9252e4aa44034520112dd59a8d5d2ca4e85 Mon Sep 17 00:00:00 2001 -From: Martin Gieseking <martin.gieseking@uos.de> -Date: Fri, 23 Sep 2022 19:59:01 +0200 -Subject: [PATCH] updated ierrors.h - ---- a/src/ierrors.h -+++ b/src/ierrors.h -@@ -1,22 +1,26 @@ --/* Copyright (C) 2001-2006 Artifex Software, Inc. -+/* Copyright (C) 2001-2022 Artifex Software, Inc. - All Rights Reserved. -- -+ - This software is provided AS-IS with no warranty, either express or - implied. - -- This software is distributed under license and may not be copied, modified -- or distributed except as expressly authorized under the terms of that -- license. Refer to licensing information at http://www.artifex.com/ -- or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, -- San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information. -+ This software is distributed under license and may not be copied, -+ modified or distributed except as expressly authorized under the terms -+ of the license contained in the file LICENSE in this distribution. -+ -+ Refer to licensing information at http://www.artifex.com or contact -+ Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, -+ CA 94945, U.S.A., +1(415)492-9861, for further information. - */ - --/* $Id: ierrors.h 8022 2007-06-05 22:23:38Z giles $ */ -+ - /* Definition of error codes */ - - #ifndef ierrors_INCLUDED - # define ierrors_INCLUDED - -+//#include "gserrors.h" -+ - /* - * DO NOT USE THIS FILE IN THE GRAPHICS LIBRARY. - * THIS FILE IS PART OF THE POSTSCRIPT INTERPRETER. -@@ -33,33 +37,7 @@ - /* Define the error name table */ - extern const char *const gs_error_names[]; - -- /* ------ PostScript Level 1 errors ------ */ -- --#define e_unknownerror (-1) /* unknown error */ --#define e_dictfull (-2) --#define e_dictstackoverflow (-3) --#define e_dictstackunderflow (-4) --#define e_execstackoverflow (-5) --#define e_interrupt (-6) --#define e_invalidaccess (-7) --#define e_invalidexit (-8) --#define e_invalidfileaccess (-9) --#define e_invalidfont (-10) --#define e_invalidrestore (-11) --#define e_ioerror (-12) --#define e_limitcheck (-13) --#define e_nocurrentpoint (-14) --#define e_rangecheck (-15) --#define e_stackoverflow (-16) --#define e_stackunderflow (-17) --#define e_syntaxerror (-18) --#define e_timeout (-19) --#define e_typecheck (-20) --#define e_undefined (-21) --#define e_undefinedfilename (-22) --#define e_undefinedresult (-23) --#define e_unmatchedmark (-24) --#define e_VMerror (-25) /* must be the last Level 1 error */ -+ /* ------ PostScript Level 1 errors ------ */ - - #define LEVEL1_ERROR_NAMES\ - "unknownerror", "dictfull", "dictstackoverflow", "dictstackunderflow",\ -@@ -69,85 +47,26 @@ extern const char *const gs_error_names[]; - "stackunderflow", "syntaxerror", "timeout", "typecheck", "undefined",\ - "undefinedfilename", "undefinedresult", "unmatchedmark", "VMerror" - -- /* ------ Additional Level 2 errors (also in DPS) ------ */ -- --#define e_configurationerror (-26) --#define e_undefinedresource (-27) --#define e_unregistered (-28) -+ /* ------ Additional Level 2 errors (also in DPS) ------ */ - - #define LEVEL2_ERROR_NAMES\ - "configurationerror", "undefinedresource", "unregistered" - -- /* ------ Additional DPS errors ------ */ -- --#define e_invalidcontext (-29) --/* invalidid is for the NeXT DPS extension. */ --#define e_invalidid (-30) -+ /* ------ Additional DPS errors ------ */ - - #define DPS_ERROR_NAMES\ - "invalidcontext", "invalidid" - --#define ERROR_NAMES\ -- LEVEL1_ERROR_NAMES, LEVEL2_ERROR_NAMES, DPS_ERROR_NAMES -- -- /* ------ Pseudo-errors used internally ------ */ -- --/* -- * Internal code for a fatal error. -- * gs_interpret also returns this for a .quit with a positive exit code. -- */ --#define e_Fatal (-100) -- --/* -- * Internal code for the .quit operator. -- * The real quit code is an integer on the operand stack. -- * gs_interpret returns this only for a .quit with a zero exit code. -- */ --#define e_Quit (-101) -- --/* -- * Internal code for a normal exit from the interpreter. -- * Do not use outside of interp.c. -- */ --#define e_InterpreterExit (-102) -- --/* -- * Internal code that indicates that a procedure has been stored in the -- * remap_proc of the graphics state, and should be called before retrying -- * the current token. This is used for color remapping involving a call -- * back into the interpreter -- inelegant, but effective. -- */ --#define e_RemapColor (-103) -- --/* -- * Internal code to indicate we have underflowed the top block -- * of the e-stack. -- */ --#define e_ExecStackUnderflow (-104) -- --/* -- * Internal code for the vmreclaim operator with a positive operand. -- * We need to handle this as an error because otherwise the interpreter -- * won't reload enough of its state when the operator returns. -- */ --#define e_VMreclaim (-105) -- --/* -- * Internal code for requesting more input from run_string. -- */ --#define e_NeedInput (-106) -+#define PDF_ERROR_NAMES\ -+ "pdf_stackoverflow", "pdf_circular_reference" - --/* -- * Internal code for a normal exit when usage info is displayed. -- * This allows Window versions of Ghostscript to pause until -- * the message can be read. -- */ --#define e_Info (-110) -+#define ERROR_NAMES\ -+ LEVEL1_ERROR_NAMES, LEVEL2_ERROR_NAMES, DPS_ERROR_NAMES, PDF_ERROR_NAMES - - /* - * Define which error codes require re-executing the current object. - */ --#define ERROR_IS_INTERRUPT(ecode)\ -- ((ecode) == e_interrupt || (ecode) == e_timeout) -+#define GS_ERROR_IS_INTERRUPT(ecode)\ -+ ((ecode) == gs_error_interrupt || (ecode) == gs_error_timeout) - - #endif /* ierrors_INCLUDED */ - -From 9bf81fd0b6e7876e5079e917ed7e12163b9e7f7f Mon Sep 17 00:00:00 2001 -From: Martin Gieseking <martin.gieseking@uos.de> -Date: Fri, 23 Sep 2022 20:01:46 +0200 -Subject: [PATCH] dropped usage of gs_error_names() because it's no longer - accessible as of GS 10.0.0 (closes #195) - ---- a/src/Ghostscript.cpp -+++ b/src/Ghostscript.cpp -@@ -375,19 +375,9 @@ const char* Ghostscript::error_name (int code) { - if (code < 0) - code = -code; - const char *error_names[] = { ERROR_NAMES }; -- if (code == 0 || (size_t)code > sizeof(error_names)/sizeof(error_names[0])) -+ if (code == 0 || size_t(code) > sizeof(error_names)/sizeof(error_names[0])) - return nullptr; --#if defined(HAVE_LIBGS) -- // use array defined in libgs to avoid linking the error strings into the binary -- return gs_error_names[code-1]; --#elif defined(_WIN32) -- // gs_error_names is private in the Ghostscript DLL so we can't access it here - return error_names[code-1]; --#else -- if (auto error_names = loadSymbol<const char**>("gs_error_names")) -- return error_names[code-1]; -- return nullptr; --#endif - } - - #endif // !DISABLE_GS - diff --git a/app-text/dvisvgm/files/dvisvgm-3.0.4-gcc13.patch b/app-text/dvisvgm/files/dvisvgm-3.0.4-gcc13.patch deleted file mode 100644 index a6452baf6794..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-3.0.4-gcc13.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://bugs.gentoo.org/906250 -https://github.com/mgieseki/dvisvgm/commit/b16a8d1c452d809118ceade4d2e8c6f9dfce48ac - -From b16a8d1c452d809118ceade4d2e8c6f9dfce48ac Mon Sep 17 00:00:00 2001 -From: Martin Gieseking <martin.gieseking@uos.de> -Date: Fri, 5 May 2023 22:22:00 +0200 -Subject: [PATCH] added missing includes - ---- a/src/DVIActions.hpp -+++ b/src/DVIActions.hpp -@@ -21,6 +21,7 @@ - #ifndef DVIACTIONS_HPP - #define DVIACTIONS_HPP - -+#include <cstdint> - #include <string> - #include <vector> - ---- a/src/Pair.hpp -+++ b/src/Pair.hpp -@@ -22,6 +22,7 @@ - #define PAIR_HPP - - #include <cmath> -+#include <cstdint> - #include <ostream> - #include "macros.hpp" - - diff --git a/app-text/dvisvgm/files/dvisvgm-3.4-gcc15-cstdint.patch b/app-text/dvisvgm/files/dvisvgm-3.4-gcc15-cstdint.patch deleted file mode 100644 index ce3d7f472cbf..000000000000 --- a/app-text/dvisvgm/files/dvisvgm-3.4-gcc15-cstdint.patch +++ /dev/null @@ -1,59 +0,0 @@ -https://github.com/mgieseki/dvisvgm/pull/273 - -From 094a630bc8f49e233b2b21f34b6fdb3312d6ba2a Mon Sep 17 00:00:00 2001 -Message-ID: <094a630bc8f49e233b2b21f34b6fdb3312d6ba2a.1723683010.git.sam@gentoo.org> -From: Sam James <sam@gentoo.org> -Date: Thu, 15 Aug 2024 01:34:04 +0100 -Subject: [PATCH] Add missing `<cstdint>` includes - -`uint8_t`, `uint32_t` are used without including `<cstdint>` -which fails to build w/ GCC 15 after a change in libstdc++ [0] - -[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2 - -Signed-off-by: Sam James <sam@gentoo.org> ---- - src/Character.hpp | 1 + - src/HashFunction.hpp | 1 + - src/utility.hpp | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/src/Character.hpp b/src/Character.hpp -index 0569205a..2b71c163 100644 ---- a/src/Character.hpp -+++ b/src/Character.hpp -@@ -21,6 +21,7 @@ - #ifndef CHARACTER_HPP - #define CHARACTER_HPP - -+#include <cstdint> - - class Character { - public: -diff --git a/src/HashFunction.hpp b/src/HashFunction.hpp -index 703a0bc0..7f5da89d 100644 ---- a/src/HashFunction.hpp -+++ b/src/HashFunction.hpp -@@ -21,6 +21,7 @@ - #ifndef HASHFUNCTION_HPP - #define HASHFUNCTION_HPP - -+#include <cstdint> - #include <istream> - #include <memory> - #include <string> -diff --git a/src/utility.hpp b/src/utility.hpp -index bff301c4..75719480 100644 ---- a/src/utility.hpp -+++ b/src/utility.hpp -@@ -25,6 +25,7 @@ - #include <config.h> - #endif - -+#include <cstdint> - #include <iomanip> - #include <functional> - #include <memory> --- -2.45.2 - diff --git a/app-text/dvisvgm/metadata.xml b/app-text/dvisvgm/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/dvisvgm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ebook-tools/Manifest b/app-text/ebook-tools/Manifest deleted file mode 100644 index 57fd52a9b9bc..000000000000 --- a/app-text/ebook-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ebook-tools-0.2.2.tar.gz 46889 BLAKE2B 20b6ff048e9e31d2e00db3a02b67e21f3031d74aedfc663331b08f626b1816adecad5039e124462f97ff2ff7dc43f002eb39dd625f031ae42fe2b46338e94fcf SHA512 b4518249835ed7cc672392bf2f8b1c62bc218e41c53663bb26ab34c9e43a99b6b7ae794babdb4bd775e467bb17918703a66ee57c8cf94cb7afc4ba2a7f74816a diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild deleted file mode 100644 index 32f68dfd3439..000000000000 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Tools for accessing and converting various ebook file formats" -HOMEPAGE="https://sourceforge.net/projects/ebook-tools/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="+lit2epub" - -DEPEND=" - dev-libs/libxml2:= - >=dev-libs/libzip-1.7.2:= -" -RDEPEND="${DEPEND} - lit2epub? ( app-text/convertlit ) -" - -PATCHES=( - "${FILESDIR}"/${P}-crashfix.patch - "${FILESDIR}"/${P}-crashfix-1.patch # KDE-bug 466540 - "${FILESDIR}"/${P}-fvisibility-hidden.patch - "${FILESDIR}"/${P}-libzip-cmake.patch # bug 956821 - "${FILESDIR}"/${P}-cmake-minreqver-3.16.patch # bug 955639 -) - -src_prepare() { - cmake_src_prepare - use lit2epub || sed -e "\|lit2epub|d" -i src/tools/CMakeLists.txt || die -} diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake-minreqver-3.16.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake-minreqver-3.16.patch deleted file mode 100644 index 01d432694d23..000000000000 --- a/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake-minreqver-3.16.patch +++ /dev/null @@ -1,31 +0,0 @@ -Source: -https://build.opensuse.org/projects/openSUSE:Factory/packages/ebook-tools/files/ebook-tools-cmake4.patch?expand=1 - -From ff65f88d25d8c76ed467b1f3c532c7338ed162d1 Mon Sep 17 00:00:00 2001 -From: Christophe Marin <christophe@krop.fr> -Date: Thu, 20 Mar 2025 23:17:57 +0100 -Subject: [PATCH] Fix build with CMake 4 - -Required CMake versions older than 3.5 will throw errors. - -Bump the minimum version to 3.16 ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4bb621c..1dcb5f4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,6 +1,6 @@ --project (EBOOK-TOOLS C) -+cmake_minimum_required(VERSION 3.16) - --cmake_minimum_required(VERSION 2.4.0) -+project (EBOOK-TOOLS C) - - find_package(PkgConfig) - pkg_check_modules(ZIP libzip) --- -2.49.0 - diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix-1.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix-1.patch deleted file mode 100644 index 704e2581e23e..000000000000 --- a/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix-1.patch +++ /dev/null @@ -1,65 +0,0 @@ -Source: -https://build.opensuse.org/projects/openSUSE:Factory/packages/ebook-tools/files/0002-Avoid-crash-on-spine-itemref-without-idref.patch?expand=1 - -From 37ccdd11e30ea60225276cbfaba4cdd483f9f6fd Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> -Date: Sun, 23 Apr 2023 05:16:20 +0200 -Subject: [PATCH 2/2] Avoid crash on spine itemref without idref - -Although the idref attribute is required, it may be missing in a -malformed epub file. - -Warn during parsing, and skip the node when linearizing. - -Return a non-null empty string in case the iterator points to an -invalid element but not the last one, otherwise the iteration is stopped. ---- - src/libepub/epub.c | 9 ++++++++- - src/libepub/opf.c | 4 ++++ - 2 files changed, 12 insertions(+), 1 deletion(-) - -diff --git a/src/libepub/epub.c b/src/libepub/epub.c -index a259d9d..956c7c5 100644 ---- a/src/libepub/epub.c -+++ b/src/libepub/epub.c -@@ -255,6 +255,12 @@ char *_get_spine_it_url(struct eiterator *it) { - return NULL; - - data = GetNodeData(it->curr); -+ if (!((struct spine *)data)->idref) { -+ _epub_print_debug(it->epub, DEBUG_INFO, -+ "skipping spine itemref without idref"); -+ return NULL; -+ } -+ - tmp = _opf_manifest_get_by_id(it->epub->opf, - ((struct spine *)data)->idref); - if (!tmp) { -@@ -375,7 +381,8 @@ char *epub_it_get_next(struct eiterator *it) { - break; - } - -- return epub_it_get_curr(it); -+ epub_it_get_curr(it); -+ return it->cache ? it->cache : it->curr ? "" : NULL; - } - - int epub_close(struct epub *epub) { -diff --git a/src/libepub/opf.c b/src/libepub/opf.c -index ae41184..3eba55c 100644 ---- a/src/libepub/opf.c -+++ b/src/libepub/opf.c -@@ -701,6 +701,10 @@ void _opf_parse_spine(struct opf *opf, xmlTextReaderPtr reader) { - memset(item, 0, sizeof(struct spine)); - - item->idref = xmlTextReaderGetAttribute(reader, (xmlChar *)"idref"); -+ if (!item->idref) { -+ _epub_print_debug(opf->epub, DEBUG_WARNING, -+ "- missing idref in spine itemref"); -+ } - linear = xmlTextReaderGetAttribute(reader, (xmlChar *)"linear"); - if (linear && xmlStrcasecmp(linear, (xmlChar *)"no") == 0) { - item->linear = 0; --- -2.40.0 - diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix.patch deleted file mode 100644 index 12a1079a11fc..000000000000 --- a/app-text/ebook-tools/files/ebook-tools-0.2.2-crashfix.patch +++ /dev/null @@ -1,51 +0,0 @@ -From ad006f1f843e4293b784f76b98185f2822bdaaca Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> -Date: Tue, 30 Apr 2019 16:36:09 +0200 -Subject: [PATCH] Avoid crash on toc.ncx navPoint without navLabel - -Althoug at least one navLabel is required per navPoint, there is no -guarantee it actually exists. - -Avoid crashes due to invalid accesses of a null label in case the toc is -broken, and spew a warning. - -Fixes #8 epub_tit_next crashes on navPoint without navLabel. ---- - src/libepub/epub.c | 5 +++-- - src/libepub/opf.c | 4 ++++ - 2 files changed, 7 insertions(+), 2 deletions(-) - -diff --git a/src/libepub/epub.c b/src/libepub/epub.c -index d085503..a259d9d 100644 ---- a/src/libepub/epub.c -+++ b/src/libepub/epub.c -@@ -469,8 +469,9 @@ int epub_tit_next(struct titerator *tit) { - case TITERATOR_NAVMAP: - case TITERATOR_PAGES: - ti = GetNodeData(curr); -- tit->cache.label = -- (char *)_opf_label_get_by_doc_lang(tit->epub->opf, ti->label); -+ if (ti->label) -+ tit->cache.label = -+ (char *)_opf_label_get_by_doc_lang(tit->epub->opf, ti->label); - - if (! tit->cache.label) - tit->cache.label = (char *)ti->id; -diff --git a/src/libepub/opf.c b/src/libepub/opf.c -index 34145b9..ae41184 100644 ---- a/src/libepub/opf.c -+++ b/src/libepub/opf.c -@@ -394,6 +394,10 @@ void _opf_parse_navmap(struct opf *opf, xmlTextReaderPtr reader) { - - } else if (xmlTextReaderNodeType(reader) == 15) { - if (item) { -+ if (! item->label) { -+ _epub_print_debug(opf->epub, DEBUG_WARNING, -+ "- missing navlabel for nav point element"); -+ } - _epub_print_debug(opf->epub, DEBUG_INFO, - "adding nav point item->%s %s (d:%d,p:%d)", - item->id, item->src, item->depth, item->playOrder); --- -2.49.0 - diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-fvisibility-hidden.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-fvisibility-hidden.patch deleted file mode 100644 index 933ecb878810..000000000000 --- a/app-text/ebook-tools/files/ebook-tools-0.2.2-fvisibility-hidden.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/src/libepub/epub_shared.h -+++ b/src/libepub/epub_shared.h -@@ -8,7 +8,7 @@ - # define EPUB_EXPORT __declspec(dllimport) - # endif - #else --# define EPUB_EXPORT -+# define EPUB_EXPORT __attribute__ ((visibility ("default"))) - #endif - - /** ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -15,7 +15,7 @@ find_package(LibXml2 REQUIRED) - find_package(LibZip REQUIRED) - - if(CMAKE_C_COMPILER_ID MATCHES GNU) -- set(CMAKE_C_FLAGS "-Wall -W -Wno-long-long -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wshadow -fno-common ${CMAKE_C_FLAGS}") -+ set(CMAKE_C_FLAGS "-Wall -W -Wno-long-long -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wshadow -fno-common -fvisibility=hidden ${CMAKE_C_FLAGS}") - endif(CMAKE_C_COMPILER_ID MATCHES GNU) - if(MSVC) - add_definitions(-D_CRT_SECURE_NO_WARNINGS) diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-libzip-cmake.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-libzip-cmake.patch deleted file mode 100644 index 427483db9ed4..000000000000 --- a/app-text/ebook-tools/files/ebook-tools-0.2.2-libzip-cmake.patch +++ /dev/null @@ -1,149 +0,0 @@ -From 0b33823e00e98fe905fcbc1b2a2fc4c8d521be2d Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Thu, 22 Oct 2020 23:32:33 +0200 -Subject: [PATCH] Use >=dev-libs/libzip-1.7.2 cmake config - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - CMakeLists.txt | 2 +- - cmake/FindLibZip.cmake | 36 -------------- - cmake/FindPackageHandleStandardArgs.cmake | 58 ----------------------- - src/libepub/CMakeLists.txt | 2 +- - 4 files changed, 2 insertions(+), 96 deletions(-) - delete mode 100644 cmake/FindLibZip.cmake - delete mode 100644 cmake/FindPackageHandleStandardArgs.cmake - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fc141c2..691cf2b 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) - set(LIB_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)") - - find_package(LibXml2 REQUIRED) --find_package(LibZip REQUIRED) -+find_package(LibZip 1.7.2 CONFIG REQUIRED) - - if(CMAKE_C_COMPILER_ID MATCHES GNU) - set(CMAKE_C_FLAGS "-Wall -W -Wno-long-long -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wshadow -fno-common ${CMAKE_C_FLAGS}") -diff --git a/cmake/FindLibZip.cmake b/cmake/FindLibZip.cmake -deleted file mode 100644 -index c873092..0000000 ---- a/cmake/FindLibZip.cmake -+++ /dev/null -@@ -1,36 +0,0 @@ --# - Try to find libzip --# Once done this will define --# --# LIBZIP_FOUND - system has the zip library --# LIBZIP_INCLUDE_DIR - the zip include directory --# LIBZIP_LIBRARY - Link this to use the zip library --# --# Copyright (c) 2006, Pino Toscano, <toscano.pino@tiscali.it> --# --# Redistribution and use is allowed according to the terms of the BSD license. --# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -- --if (LIBZIP_LIBRARY AND LIBZIP_INCLUDE_DIR) -- # in cache already -- set(LIBZIP_FOUND TRUE) --else (LIBZIP_LIBRARY AND LIBZIP_INCLUDE_DIR) -- -- find_path(LIBZIP_INCLUDE_DIR zip.h -- ${GNUWIN32_DIR}/include -- ) -- -- find_library(LIBZIP_LIBRARY NAMES zip -- PATHS -- ${GNUWIN32_DIR}/lib -- ) -- -- include(FindPackageHandleStandardArgs) -- FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibZip DEFAULT_MSG LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR) -- -- # ensure that they are cached -- set(LIBZIP_INCLUDE_DIR ${LIBZIP_INCLUDE_DIR} CACHE INTERNAL "The libzip include path") -- set(LIBZIP_LIBRARY ${LIBZIP_LIBRARY} CACHE INTERNAL "The libraries needed to use libzip") -- --endif (LIBZIP_LIBRARY AND LIBZIP_INCLUDE_DIR) -- --mark_as_advanced(LIBZIP_INCLUDE_DIR LIBZIP_LIBRARY) -diff --git a/cmake/FindPackageHandleStandardArgs.cmake b/cmake/FindPackageHandleStandardArgs.cmake -deleted file mode 100644 -index 151d812..0000000 ---- a/cmake/FindPackageHandleStandardArgs.cmake -+++ /dev/null -@@ -1,58 +0,0 @@ --# FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME (DEFAULT_MSG|"Custom failure message") VAR1 ... ) --# This macro is intended to be used in FindXXX.cmake modules files. --# It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and --# it also sets the <UPPERCASED_NAME>_FOUND variable. --# The package is found if all variables listed are TRUE. --# Example: --# --# FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 DEFAULT_MSG LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) --# --# LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and --# LIBXML2_INCLUDE_DIR are valid. Then also LIBXML2_FOUND is set to TRUE. --# If it is not found and REQUIRED was used, it fails with FATAL_ERROR, --# independent whether QUIET was used or not. --# If it is found, the location is reported using the VAR1 argument, so --# here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out. --# If the second argument is DEFAULT_MSG, the message in the failure case will --# be "Could NOT find LibXml2", if you don't like this message you can specify --# your own custom failure message there. -- --MACRO(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FAIL_MSG _VAR1 ) -- -- IF("${_FAIL_MSG}" STREQUAL "DEFAULT_MSG") -- IF (${_NAME}_FIND_REQUIRED) -- SET(_FAIL_MESSAGE "Could not find REQUIRED package ${_NAME}") -- ELSE (${_NAME}_FIND_REQUIRED) -- SET(_FAIL_MESSAGE "Could not find OPTIONAL package ${_NAME}") -- ENDIF (${_NAME}_FIND_REQUIRED) -- ELSE("${_FAIL_MSG}" STREQUAL "DEFAULT_MSG") -- SET(_FAIL_MESSAGE "${_FAIL_MSG}") -- ENDIF("${_FAIL_MSG}" STREQUAL "DEFAULT_MSG") -- -- STRING(TOUPPER ${_NAME} _NAME_UPPER) -- -- SET(${_NAME_UPPER}_FOUND TRUE) -- IF(NOT ${_VAR1}) -- SET(${_NAME_UPPER}_FOUND FALSE) -- ENDIF(NOT ${_VAR1}) -- -- FOREACH(_CURRENT_VAR ${ARGN}) -- IF(NOT ${_CURRENT_VAR}) -- SET(${_NAME_UPPER}_FOUND FALSE) -- ENDIF(NOT ${_CURRENT_VAR}) -- ENDFOREACH(_CURRENT_VAR) -- -- IF (${_NAME_UPPER}_FOUND) -- IF (NOT ${_NAME}_FIND_QUIETLY) -- MESSAGE(STATUS "Found ${_NAME}: ${${_VAR1}}") -- ENDIF (NOT ${_NAME}_FIND_QUIETLY) -- ELSE (${_NAME_UPPER}_FOUND) -- IF (${_NAME}_FIND_REQUIRED) -- MESSAGE(FATAL_ERROR "${_FAIL_MESSAGE}") -- ELSE (${_NAME}_FIND_REQUIRED) -- IF (NOT ${_NAME}_FIND_QUIETLY) -- MESSAGE(STATUS "${_FAIL_MESSAGE}") -- ENDIF (NOT ${_NAME}_FIND_QUIETLY) -- ENDIF (${_NAME}_FIND_REQUIRED) -- ENDIF (${_NAME_UPPER}_FOUND) --ENDMACRO(FIND_PACKAGE_HANDLE_STANDARD_ARGS) -diff --git a/src/libepub/CMakeLists.txt b/src/libepub/CMakeLists.txt -index a3208b7..460270c 100644 ---- a/src/libepub/CMakeLists.txt -+++ b/src/libepub/CMakeLists.txt -@@ -1,6 +1,6 @@ - include_directories (${EBOOK-TOOLS_SOURCE_DIR}/src/libepub ${LIBXML2_INCLUDE_DIR} ${LIBZIP_INCLUDE_DIR}) - add_library (epub SHARED epub.c ocf.c opf.c linklist.c list.c) --target_link_libraries (epub ${LIBZIP_LIBRARY} ${LIBXML2_LIBRARIES}) -+target_link_libraries (epub libzip::zip ${LIBXML2_LIBRARIES}) - - set_target_properties (epub PROPERTIES VERSION 0.2.1 SOVERSION 0) - --- -2.49.0 - diff --git a/app-text/ebook-tools/metadata.xml b/app-text/ebook-tools/metadata.xml deleted file mode 100644 index 0f57b0631ef3..000000000000 --- a/app-text/ebook-tools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <use> - <flag name="lit2epub">Install lit2epub script</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ebook2cw/Manifest b/app-text/ebook2cw/Manifest deleted file mode 100644 index 78ad133a72ce..000000000000 --- a/app-text/ebook2cw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ebook2cw-0.8.5.tar.gz 34619 BLAKE2B 898a8bb6307a10c33085aca9d172cc145ec9fd1ccb8e76b2be051fd144097ff78f554c01af7540943e2042002b70b25106f615d7e3e9fcfa4f1dfde9cf7f5244 SHA512 88f1b42f1d9e96d34b923e31d78b597d00e2696cf4361fb7b2ebeda791f5e6df14bb60d152036d179c16ddceb35577f136a4bc959171faebc0fb5e0ea1877e4b diff --git a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild deleted file mode 100644 index 74457d2ebded..000000000000 --- a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Convert ebooks to Morse MP3s/OGGs" -HOMEPAGE="https://fkurz.net/ham/ebook2cw.html" -SRC_URI="https://fkurz.net/ham/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -DEPEND=" - media-sound/lame - media-libs/libvorbis - media-libs/libogg -" - -src_prepare() { - # avoid prestripping of 'qrq' binary - sed -i -e "s/install -s -m/install -m/" Makefile || die - # fix install dir for doc files - sed -i -e "s#/doc/ebook2cw/#/doc/${P}/#g" Makefile || die - eapply_user -} - -src_install() { - emake DESTDIR="${D}/usr" install - dodoc ChangeLog -} diff --git a/app-text/ebook2cw/metadata.xml b/app-text/ebook2cw/metadata.xml deleted file mode 100644 index c2cecd461bdd..000000000000 --- a/app-text/ebook2cw/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tomjbe@gentoo.org</email> - <name>Thomas Beierlein</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/editorconfig-core-c/Manifest b/app-text/editorconfig-core-c/Manifest deleted file mode 100644 index c48b9ce60e8c..000000000000 --- a/app-text/editorconfig-core-c/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST editorconfig-core-c-0.12.6.tar.gz 76525 BLAKE2B 2ffad6b22d72bd23eca9f0f1704d279323328e01b72a4a18a7181c998f088d7f8c0bb93549d8071e6723b8294b628fe6d1b503de7434be45770a2be9127c1cab SHA512 7cf69ed48c0d28694fc1f54cd8ae89202a3f0a13b5302fd316f50d0f99a606f54af9709874f0da75ad11ab6f4cc36edacb4cd8639717d44842a309140be3a968 -DIST editorconfig-core-c-0.12.9.tar.gz 77696 BLAKE2B 7edcf5f44fcf3acb7fc433a9ef1fc1343015f4e065b73f02937ce57677ca5caccb4aa9141c44e86c5dbeaad496e8387570b0cc92c733555d29e5001842f71018 SHA512 c5769871c8fc945f9fedf9d33803a4df03eadaee4b724243e6a653fb8418e35417c33c0f6ba8e1ea709d9841a21c7da36fd0fd696be5cc9ac36610812b9dd1f6 diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild deleted file mode 100644 index be53eaf511e3..000000000000 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="EditorConfig core library written in C" -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/" -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="cli doc" - -BDEPEND="doc? ( app-text/doxygen )" -DEPEND="dev-libs/libpcre2:=" -RDEPEND=" - ${DEPEND} - cli? ( !dev-python/editorconfig[cli] !<dev-python/editorconfig-editorconfig-0.12.4-r1 ) -" -# Header-only -DEPEND+=" dev-libs/uthash" - -src_prepare() { - # Don't install the static library. - sed -e '/install(TARGETS editorconfig_static/,+5d' -i src/lib/CMakeLists.txt || die - - # Unbundle dev-libs/uthash - rm src/lib/utarray.h || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCUMENTATION=$(usex doc 'ON' 'OFF') - -DBUILD_STATICALLY_LINKED_EXE=OFF - ) - cmake_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) - cmake_src_install - - if ! use cli; then - rm -r "${ED}/usr/bin" || die - fi -} diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.9.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.9.ebuild deleted file mode 100644 index 548fc6695cfb..000000000000 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="EditorConfig core library written in C" -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/" -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="cli doc" - -BDEPEND="doc? ( app-text/doxygen )" -DEPEND="dev-libs/libpcre2:=" -RDEPEND=" - ${DEPEND} - cli? ( !dev-python/editorconfig[cli] !<dev-python/editorconfig-editorconfig-0.12.4-r1 ) -" -# Header-only -DEPEND+=" dev-libs/uthash" - -src_prepare() { - # Don't install the static library. - sed -e '/install(TARGETS editorconfig_static/,+5d' -i src/lib/CMakeLists.txt || die - - # Unbundle dev-libs/uthash - rm src/lib/utarray.h || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCUMENTATION=$(usex doc 'ON' 'OFF') - -DBUILD_STATICALLY_LINKED_EXE=OFF - ) - cmake_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) - cmake_src_install - - if ! use cli; then - rm -r "${ED}/usr/bin" || die - fi -} diff --git a/app-text/editorconfig-core-c/metadata.xml b/app-text/editorconfig-core-c/metadata.xml deleted file mode 100644 index e9e28a69d549..000000000000 --- a/app-text/editorconfig-core-c/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - </maintainer> - <use> - <flag name="cli">Install command line interface.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest deleted file mode 100644 index 6229b5d6e37a..000000000000 --- a/app-text/enchant/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST enchant-1.6.1.tar.gz 642124 BLAKE2B d41aa9b313e7fe8b0887728b55f3c5218e270c7359b4edcdc8d9180af68687230bcc9f7d1abb9f85ac673478530e5674366c9bc7d08b983e7226725b2cdd73d3 SHA512 26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036 -DIST enchant-2.6.1.tar.gz 1014436 BLAKE2B 3df1d72d4fa2e912788d4e12e7bc4ab2676952e358e97457259284e78c32006482be0713059d5feeef56905e83ded975e7d723563c58e4f92c845b0b279a6827 SHA512 e2faabeb6a4edc7237a0a279b210512100fb1662b097cd23f0fc07a3519e48632e5527b0d393793a7623667011eae7e11f15fcddcaa155c4abd26ab6981ddf44 -DIST enchant-2.8.12.tar.gz 1254492 BLAKE2B 208f9bdb24faebc0edef992667b54ceace86f992c79991ccf790ee3ef0eb8d1668d0c6bd0d0e14f6010d297caedc188909ffaba6416251bff0e864b6a6d85b16 SHA512 2bcd22afd97e348bc2925c41cb25f7aec9cb67debca4bcf58f6e30ac06dd09582e01896728e8943ba549b76854905b43b9d51c4ca720dd9e5dcd19d7c996d13b -DIST enchant-2.8.14.tar.gz 1271904 BLAKE2B 6533d95622350261e0cc1570f4ac304372c4fd53076a920ef99231be4f0b16b90e7ca1d971088c32975d015cbd56e98bc9f850056cca2059ad78b28984f0f3ed SHA512 880375e09c69eaaae6d0f2896d37818a3bdf71ab20fd4c946fea4f68335eecac6bf11813925f08437a9cb35192a6067693f3acd3691263b6a4dab3cd5a20cd1b diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild b/app-text/enchant/enchant-1.6.1-r2.ebuild deleted file mode 100644 index f5e4a917c7f3..000000000000 --- a/app-text/enchant/enchant-1.6.1-r2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -MY_PV="${PV//./-}" -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/rrthomas/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" - -IUSE="aspell +hunspell test" -RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( aspell hunspell )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= ) -" -RDEPEND="${COMMON_DEPEND} - !<app-text/enchant-2.3.3:2 -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/unittest++-2.0.0-r2 ) -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.0-hunspell150_fix.patch -) - -src_prepare() { - default - sed -e "s/build_zemberek=yes//" -i "${S}"/configure{.ac,} || die # bug 662484 -} - -src_configure() { - # bug #932436 - append-cflags -std=gnu89 - - local myconf=( - --datadir="${EPREFIX}"/usr/share/enchant-1 - --disable-static - $(use_enable aspell) - $(use_enable hunspell myspell) - --disable-hspell - --disable-ispell - --disable-uspell - --disable-voikko - --disable-zemberek - --with-myspell-dir="${EPREFIX}"/usr/share/myspell/ - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/enchant-2.6.1-r1.ebuild b/app-text/enchant/enchant-2.6.1-r1.ebuild deleted file mode 100644 index 1b779c29632a..000000000000 --- a/app-text/enchant/enchant-2.6.1-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/rrthomas/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -IUSE="aspell +hunspell nuspell test voikko" -RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( aspell hunspell nuspell )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= ) - nuspell? ( >=app-text/nuspell-5.1.0:0= ) - voikko? ( dev-libs/libvoikko:= ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/unittest++-2.0.0-r2 ) -" -BDEPEND=" - sys-apps/groff - virtual/pkgconfig -" - -QA_CONFIG_IMPL_DECL_SKIP=( - alignof - static_assert - unreachable -) - -src_prepare() { - default - elibtoolize -} - -src_configure() { - local myconf=( - --disable-static - --disable-gcc-warnings - $(use_enable test relocatable) - $(use_with aspell) - $(use_with hunspell) - $(use_with nuspell) - $(use_with voikko) - --without-hspell - --without-applespell - --without-zemberek - --with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/ - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/enchant-2.8.12.ebuild b/app-text/enchant/enchant-2.8.12.ebuild deleted file mode 100644 index 59910c886957..000000000000 --- a/app-text/enchant/enchant-2.8.12.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://rrthomas.github.io/enchant/ https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/rrthomas/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" - -IUSE="aspell +hunspell nuspell test voikko" -RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( aspell hunspell nuspell )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.76:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= ) - nuspell? ( >=app-text/nuspell-5.1.0:0= ) - voikko? ( dev-libs/libvoikko:= ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/unittest++-2.0.0-r4 ) -" -BDEPEND=" - sys-apps/groff - virtual/pkgconfig -" - -QA_CONFIG_IMPL_DECL_SKIP=( - alignof - static_assert - unreachable -) - -src_prepare() { - default - - # Force re-generation of Vala files - # - # TODO: Restore this, we can't currently because it relies on - # an unmerged binding (locale_from_utf8) - # See https://gitlab.gnome.org/GNOME/vala/-/merge_requests/391 - #vala_setup - #find . -name '*.vala' -exec touch {} + || die - - elibtoolize -} - -src_configure() { - local myconf=( - --disable-gcc-warnings - $(use_enable test relocatable) - $(use_with aspell) - $(use_with hunspell) - $(use_with nuspell) - $(use_with voikko) - --without-hspell - --without-applespell - --without-zemberek - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/enchant-2.8.14.ebuild b/app-text/enchant/enchant-2.8.14.ebuild deleted file mode 100644 index c59600f376ba..000000000000 --- a/app-text/enchant/enchant-2.8.14.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://rrthomas.github.io/enchant/ https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/rrthomas/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -IUSE="aspell +hunspell nuspell test voikko" -RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( aspell hunspell nuspell )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.76:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= ) - nuspell? ( >=app-text/nuspell-5.1.0:0= ) - voikko? ( dev-libs/libvoikko:= ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/unittest++-2.0.0-r4 ) -" -BDEPEND=" - sys-apps/groff - virtual/pkgconfig -" - -QA_CONFIG_IMPL_DECL_SKIP=( - alignof - static_assert - unreachable -) - -src_prepare() { - default - - # Force re-generation of Vala files - # - # TODO: Restore this, we can't currently because it relies on - # an unmerged binding (locale_from_utf8) - # See https://gitlab.gnome.org/GNOME/vala/-/merge_requests/391 - #vala_setup - #find . -name '*.vala' -exec touch {} + || die - - elibtoolize -} - -src_configure() { - local myconf=( - --disable-gcc-warnings - $(use_enable test relocatable) - $(use_with aspell) - $(use_with hunspell) - $(use_with nuspell) - $(use_with voikko) - --without-hspell - --without-applespell - --without-zemberek - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/files/enchant-1.6.0-hunspell150_fix.patch b/app-text/enchant/files/enchant-1.6.0-hunspell150_fix.patch deleted file mode 100644 index bd40c81d3c03..000000000000 --- a/app-text/enchant/files/enchant-1.6.0-hunspell150_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -upr enchant-1.6.0.orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp ---- enchant-1.6.0.orig/src/myspell/myspell_checker.cpp 2016-11-26 16:04:05.689051339 +0200 -+++ enchant-1.6.0/src/myspell/myspell_checker.cpp 2016-11-26 16:05:11.380014568 +0200 -@@ -431,7 +431,7 @@ MySpellChecker::requestDictionary(const - if(myspell == NULL){ - return false; - } -- char *enc = myspell->get_dic_encoding(); -+ const char *enc = myspell->get_dic_encoding(); - - m_translate_in = g_iconv_open(enc, "UTF-8"); - m_translate_out = g_iconv_open("UTF-8", enc); diff --git a/app-text/enchant/metadata.xml b/app-text/enchant/metadata.xml deleted file mode 100644 index cdea03f8e3f8..000000000000 --- a/app-text/enchant/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="aspell">Adds support for <pkg>app-text/aspell</pkg> spell checker</flag> - <flag name="hunspell">Adds support for <pkg>app-text/hunspell</pkg> spell checker</flag> - <flag name="nuspell">Adds support for <pkg>app-text/nuspell</pkg> spell checker</flag> - <flag name="voikko">Adds support for <pkg>dev-libs/libvoikko</pkg> spell checker</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/enscript/Manifest b/app-text/enscript/Manifest deleted file mode 100644 index b5dc1665c30b..000000000000 --- a/app-text/enscript/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST enscript-1.6.6.tar.gz 1330493 BLAKE2B 02e333271ac6716e049402d5904b0ad6926b31d4533c813a9e5bcf76045d4100def2476426b97c52585e8f5c0a741159fb3e78de79c817e75de81ebd464c0d61 SHA512 bf1c2b9ea7723518a1ef312145ddcd6ffdef0c6e8b5795ea84cb55d76fccc02f441d0c2dc6897e970368186e6a829ab74a090716624e0f7a8f575653fa495ebc diff --git a/app-text/enscript/enscript-1.6.6-r1.ebuild b/app-text/enscript/enscript-1.6.6-r1.ebuild deleted file mode 100644 index 6864731e4769..000000000000 --- a/app-text/enscript/enscript-1.6.6-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Powerful text-to-postscript converter" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -HOMEPAGE="https://www.gnu.org/software/enscript/enscript.html" - -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -SLOT="0" -LICENSE="GPL-3" -IUSE="nls ruby" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - nls? ( sys-devel/gettext ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.4-ebuild.st.patch - "${FILESDIR}"/${PN}-1.6.5.2-php.st.patch - "${FILESDIR}"/${PN}-1.6.4-fsf-gcc-darwin.patch - "${FILESDIR}"/${PN}-1.6.2-implicit-function-decl.patch -) - -src_prepare() { - default - - use ruby && eapply "${FILESDIR}"/enscript-1.6.2-ruby.patch - - sed -i src/tests/passthrough.test -e 's|tail +2|tail -n +2|g' || die -} - -src_configure() { - econf $(use_enable nls) -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS ChangeLog NEWS README* THANKS TODO - - insinto /usr/share/enscript/hl - doins "${FILESDIR}"/ebuild.st - - if use ruby ; then - insinto /usr/share/enscript/hl - doins "${FILESDIR}"/ruby.st - fi -} diff --git a/app-text/enscript/enscript-1.6.6-r2.ebuild b/app-text/enscript/enscript-1.6.6-r2.ebuild deleted file mode 100644 index ce5da86a9fd8..000000000000 --- a/app-text/enscript/enscript-1.6.6-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Powerful text-to-postscript converter" -HOMEPAGE="https://www.gnu.org/software/enscript/enscript.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="nls ruby" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - nls? ( sys-devel/gettext ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.4-ebuild.st.patch - "${FILESDIR}"/${PN}-1.6.5.2-php.st.patch - "${FILESDIR}"/${PN}-1.6.4-fsf-gcc-darwin.patch - "${FILESDIR}"/${PN}-1.6.2-implicit-function-decl.patch - "${FILESDIR}"/${PN}-1.6.6-gcc15.patch - "${FILESDIR}"/${PN}-1.6.6-musl.patch -) - -src_prepare() { - default - - use ruby && eapply "${FILESDIR}"/enscript-1.6.2-ruby.patch - - sed -i src/tests/passthrough.test -e 's|tail +2|tail -n +2|g' || die -} - -src_configure() { - econf $(use_enable nls) -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS ChangeLog NEWS README* THANKS TODO - - insinto /usr/share/enscript/hl - doins "${FILESDIR}"/ebuild.st - - if use ruby ; then - insinto /usr/share/enscript/hl - doins "${FILESDIR}"/ruby.st - fi -} diff --git a/app-text/enscript/files/ebuild.st b/app-text/enscript/files/ebuild.st deleted file mode 100644 index d0eab41b5b8c..000000000000 --- a/app-text/enscript/files/ebuild.st +++ /dev/null @@ -1,133 +0,0 @@ -/** - * Name: ebuild - * Description: Gentoo Portage ebuild - * Author: Ed Catmur <ed@catmur.co.uk> - * - * Based on gentoo.vim by Ciaran McCreesh <ciaranm@gentoo.org> - */ - -state ebuild extends bash -{ - /* Variables */ - /^([ \t]*)([0-9a-zA-Z_.-]+)(=)/ { - language_print ($1); - variable_name_face(true); - language_print ($2); - variable_name_face(false); - language_print ($3); - } - - /* Core keywords */ - /\b(use|has_version|best_version|use_with|use_enable|check_KV\ -|keepdir|econf|die|einstall|einfo|ewarn|eerror|diropts\ -|dobin|docinto|dodoc|doexe|dohard|dohtml|doinfo|doins\ -|dolib|dolib|a|dolib|so|doman|dosbin|dosym|emake|exeinto\ -|exeopts|fowners|fperms|insinto|insopts|into|libopts|newbin\ -|newexe|newins|newman|newsbin|prepall|prepalldocs|prepallinfo\ -|prepallman|prepallstrip|has|unpack|dopython|dosed|into\ -|doinitd|doconfd|doenvd|dojar|domo|dodir|ebegin|eend\ -|newconfd|newdoc|newenvd|newinitd|newlib\.a|newlib\.so\ -|hasq|hasv|useq|usev\ -|addread|addwrite|adddeny|addpredict\ -|inherit\ -|EXPORT_FUNCTIONS)\b/ { - keyword_face(true); - language_print ($0); - keyword_face (false); - } - - /* Recognised functions */ - /\b(pkg_nofetch|pkg_setup|src_unpack|src_compile|src_test|src_install\ -|pkg_preinst|pkg_postinst|pkg_prerm|pkg_postrm|pkg_config)\b/ { - function_name_face(true); - language_print ($0); - function_name_face(false); - } - - /* Other keywords */ - /\b(gen_usr_ldscript|draw_line|epatch|have_NPTL|get_number_of_jobs|egetent\ -|emktemp|enewuser|enewgroup|edos2unix|make_desktop_entry|unpack_pdv\ -|unpack_makeself|check_license|cdrom_get_cds|cdrom_load_next\ -|cdrom_locate_file_on_cd|strip|linguas|epause|ebeep|built_with_use\ -|make_session_desktop|domenu|doicon|find_unpackable_file|unpack_pdv\ -|set_arch_to_kernel|set_arch_to_portage|preserve_old_lib\ -|preserve_old_lib_notify|built_with_use|epunt_cxx|dopamd|newpamd\ -|make_wrapper\ -|setup-allowed-flags|filter-flags|filter-lfs-flags|append-lfs-flags\ -|append-flags|replace-flags|replace-cpu-flags|is-flag|filter-mfpmath\ -|strip-flags|test_flag|test_version_info|strip-unsupported-flags|get-flag\ -|has_hardened|has_pic|has_pie|has_ssp_all|has_ssp|has_m64|has_m32\ -|replace-sparc64-flags|append-ldflags|filter-ldflags|fstack-flags|gcc2-flags\ -|gcc-getCC|gcc-getCXX|gcc-fullversion|gcc-version|gcc-major-version\ -|gcc-minor-version|gcc-micro-version|gcc-libpath|gcc-libstdcxx-version\ -|gcc-libstdcxx-major-version|gcc2-flags\ -|elibtoolize|uclibctoolize|darwintoolize\ -|ht_fix_file|ht_fix_all\ -|fdo-mime_desktop_database_update|fdo-mime_mime_database_update\ -|webapp_checkfileexists|webapp_import_config|webapp_strip_appdir\ -|webapp_strip_d|webapp_strip_cwd|webapp_configfile|webapp_hook_script\ -|webapp_postinst_txt|webapp_postupgrade_txt|webapp_runbycgibin\ -|webapp_serverowned|webapp_server_configfile|webapp_sqlscript\ -|webapp_src_install|webapp_pkg_postinst|webapp_pkg_setup\ -|webapp_getinstalltype|webapp_src_preinst|webapp_pkg_prerm\ -|get_all_version_components|version_is_at_least\ -|get_version_components|get_major_version\ -|get_version_component_range|get_after_major_version\ -|replace_version_separator|replace_all_version_separators\ -|delete_version_separator|delete_all_version_separators\ -|cvs_fetch|cvs_src_unpack\ -|dobashcompletion|bash-completion_pkg_postinst\ -|vim-plugin_src_install|vim-plugin_pkg_postinst|vim-plugin_pkg_postrm\ -|update_vim_afterscripts|display_vim_plugin_help\ -|update_vim_helptags\ -|has_multilib_profile|get_libdir|get_multilibdir|get_libdir_override\ -|get_abi_var|get_abi_CFLAGS|get_abi_LDFLAGS|get_abi_CHOST\ -|get_abi_FAKE_TARGETS|get_abi_CDEFINE|get_abi_LIBDIR|get_install_abis\ -|get_all_abis|get_all_libdirs|is_final_abi|number_abis|get_ml_incdir\ -|prep_ml_includes|create_ml_includes|create_ml_includes-absolute\ -|create_ml_includes-tidy_path|create_ml_includes-listdirs\ -|create_ml_includes-makedestdirs|create_ml_includes-allfiles\ -|create_ml_includes-sym_for_dir\ -|64-bit\ -|tc-getPROG|tc-getAR|tc-getAS|tc-getCC|tc-getCXX|tc-getLD|tc-getNM\ -|tc-getRANLIB|tc-getF77|tc-getGCJ|tc-getBUILD_CC|tc-export|ninj\ -|tc-is-cross-compiler|tc-ninja_magic_to_arch|tc-arch-kernel|tc-arch\ -|tc-endian|gcc-fullversion|gcc-version|gcc-major-version\ -|gcc-minor-version|gcc-micro-version\ -|docrondir|docron|docrontab|cron_pkg_postinst\ -|egamesconf|egamesinstall|gameswrapper|dogamesbin|dogamessbin|dogameslib\ -|dogameslib.a|dogameslib.so|newgamesbin|newgamessbin|gamesowners|gamesperms\ -|prepgamesdirs|gamesenv|games_pkg_setup|games_src_compile|games_pkg_postinst\ -|games_ut_unpack|games_umod_unpack|games_make_wrapper\ -|subversion_svn_fetch|subversion_bootstrap|subversion_src_unpack\ -|alternatives_auto_makesym|alternatives_makesym|alternatives_pkg_postinst\ -|alternatives_pkg_postrm\ -|rpm_unpack|rpm_src_unpack\ -|python_version|python_tkinter_exists|python_mod_exists|python_mod_compile\ -|python_mod_optimize|python_mod_cleanup|python_disable_pyc\ -|python_enable_pyc\ -|check_version_h|get_KV_info|is_2_4_kernel|is_2_5_kernel|is_2_6_kernel\ -|kernel_supports_modules\ -|perl-module_src_prep|perl-module_src_compile|perl-module_src_test\ -|perl-module_src_install\ -|perl-module_pkg_postinst|perl-module_pkg_postrm\ -|perl_set_version|perl_delete_localpod|updatepod\ -|distutils_src_compile|distutils_src_install|distutils_pkg_postrm\ -|distutils_pkg_postinst|distutils_python_version|disutils_python_tkinter\ -|need_apache|need_apache1|need_apache2\ -|apache-module_pkg_setup|apache-module_src_compile\ -|apache-module_src_install|apache-module_pkg_postinst|acache_cd_dir\ -|apache_mod_file|apache_doc_magic|apache1_src_compile|apache1_src_install\ -|apache1_pkg_postinst|apache2_pkg_setup|apache2_src_compile\ -|apache1_src_install|apache2_pkg_postinst\ -|dopamd|newpamd|dopamsecurity|newpamsecurity|getpam_mod_dir\ -|dopammod|newpammod|pamd_mimic_system\ -|virtualmake|Xmake|Xemake|Xeconf\ -|gnome2_src_configure|gnome2_src_compile|gnome2_src_install\ -|gnome2_gconf_install|gnome2_gconf_uninstal|gnome2_omf_fix\ -|gnome2_scrollkeeper_update|gnome2_pkg_postinst|gnome2_pkg_postrm)\b/ { - builtin_face(true); - language_print ($0); - builtin_face(false); - } -} diff --git a/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch b/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch deleted file mode 100644 index 90868d182023..000000000000 --- a/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://cgit.openembedded.org/meta-openembedded/plain/meta-oe/recipes-extended/enscript/enscript/0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch?h=master-next&id=6c251848590867debaaf87bfe12bed572d8f6a8d - -From faec0206611f8ea4ca6f70987866077ac8c3c6c1 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@gmail.com> -Date: Fri, 2 Sep 2022 21:24:27 -0700 -Subject: [PATCH] getopt: Include string.h for strcmp/stcncmp functions - -Upstream-Status: Pending - -Signed-off-by: Khem Raj <raj.khem@gmail.com> ---- a/compat/getopt.c -+++ b/compat/getopt.c -@@ -43,6 +43,7 @@ - #endif - - #include <stdio.h> -+#include <string.h> /* strcmp */ - - /* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C diff --git a/app-text/enscript/files/enscript-1.6.2-ruby.patch b/app-text/enscript/files/enscript-1.6.2-ruby.patch deleted file mode 100644 index 1404daa823d5..000000000000 --- a/app-text/enscript/files/enscript-1.6.2-ruby.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/states/hl/enscript.st -+++ b/states/hl/enscript.st -@@ -489,6 +489,7 @@ - /\.idl$/ idl; - /\.(hs|lhs|gs|lgs)$/ haskell; - /\.(pm|pl)$/ perl; -+ /\.(rb|rbw)$/ ruby; - /\.(eps|EPS|ps|PS)$/ postscript; - /\.py$/ python; - /\.pyx$/ pyrex; -@@ -531,6 +532,8 @@ - /-\*- [Ii][Dd][Ll] -\*-/ idl; - /-\*- [Pp][Ee][Rr][Ll] -\*-/ perl; - /^#![ \t]*\/.*\/perl/ perl; -+ /-\*- [Rr][Uu][Bb][Yy] -\*-/ ruby; -+ /^#![ \t]*\/.*\/ruby/ ruby; - /^From:/ mail; - /^#![ \t]*(\/usr)?\/bin\/[ngmt]?awk/ awk; - /^#![ \t]*(\/usr)?\/bin\/sh/ sh; diff --git a/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch b/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch deleted file mode 100644 index 413039729675..000000000000 --- a/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/states/hl/enscript.st -+++ b/states/hl/enscript.st -@@ -509,6 +509,7 @@ namerules - /\b(rfc.*\.txt|draft-.*\.txt)$/ rfc; - /\.inf$/i inf; - /\.tex$/ tex; -+ /\.(ebuild|eclass)$/ ebuild; - /\.wmlscript$/ wmlscript; - /\.wmls$/ wmlscript; - /^.*$/ passthrough; diff --git a/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch b/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch deleted file mode 100644 index 23196ca0c3c4..000000000000 --- a/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch +++ /dev/null @@ -1,37 +0,0 @@ -darwin: __private_extern__ is an Apple-ism, we really don't want - -In particular FSF GCC barfs about this, which is much preferred over -ancient gcc-apple (4.2.1). - ---- a/compat/regex.c -+++ b/compat/regex.c -@@ -5539,9 +5539,6 @@ - It returns 0 if it succeeds, nonzero if it doesn't. (See regex.h for - the return codes and their meanings.) */ - --#ifdef __APPLE__ --__private_extern__ --#endif - int - regcomp (preg, pattern, cflags) - regex_t *preg; -@@ -5620,9 +5617,6 @@ - - We return 0 if we find a match and REG_NOMATCH if not. */ - --#ifdef __APPLE__ --__private_extern__ --#endif - int - regexec (preg, string, nmatch, pmatch, eflags) - const regex_t *preg; -@@ -5728,9 +5722,6 @@ - - /* Free dynamically allocated space used by PREG. */ - --#ifdef __APPLE__ --__private_extern__ --#endif - void - regfree (preg) - regex_t *preg; diff --git a/app-text/enscript/files/enscript-1.6.5.2-php.st.patch b/app-text/enscript/files/enscript-1.6.5.2-php.st.patch deleted file mode 100644 index 9b3930103ab4..000000000000 --- a/app-text/enscript/files/enscript-1.6.5.2-php.st.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/states/hl/enscript.st -+++ b/states/hl/enscript.st -@@ -510,6 +510,7 @@ - /\.tex$/ tex; - /\.wmlscript$/ wmlscript; - /\.wmls$/ wmlscript; -+ /\.php$/ php; - /^.*$/ passthrough; - } - diff --git a/app-text/enscript/files/enscript-1.6.6-gcc15.patch b/app-text/enscript/files/enscript-1.6.6-gcc15.patch deleted file mode 100644 index 4d49f930bbdf..000000000000 --- a/app-text/enscript/files/enscript-1.6.6-gcc15.patch +++ /dev/null @@ -1,16 +0,0 @@ -https://sources.debian.org/src/enscript/1.6.5.90-3.2/debian/patches/1096582-gcc-15 - ---- a/compat/regex.c -+++ b/compat/regex.c -@@ -336,7 +336,10 @@ typedef char boolean; - #define false 0 - #define true 1 - --static int re_match_2_internal (); -+static int re_match_2_internal (struct re_pattern_buffer *bufp, -+ const char *string1, int size1, -+ const char *string2, int size2, -+ int pos, struct re_registers *regs, int stop); - - /* These are the command codes that appear in compiled regular - expressions. Some opcodes are followed by argument bytes. A diff --git a/app-text/enscript/files/enscript-1.6.6-musl.patch b/app-text/enscript/files/enscript-1.6.6-musl.patch deleted file mode 100644 index 43b7f2ad956b..000000000000 --- a/app-text/enscript/files/enscript-1.6.6-musl.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/intl/dcigettext.c -+++ b/intl/dcigettext.c -@@ -152,7 +152,7 @@ - # if VMS - # define getcwd(buf, max) (getcwd) (buf, max, 0) - # else --char *getcwd (); -+char *getcwd (char *buf, size_t size); - # endif - # endif - # ifndef HAVE_STPCPY ---- a/compat/getopt.c -+++ b/compat/getopt.c -@@ -210,7 +210,7 @@ - /* Avoid depending on library functions or files - whose names are inconsistent. */ - --char *getenv (); -+char *getenv (const char *name); - - static char * - my_index (str, chr) ---- a/compat/getopt.h -+++ b/compat/getopt.h -@@ -99,14 +99,7 @@ - #define optional_argument 2 - - #if defined (__STDC__) && __STDC__ --#ifdef __GNU_LIBRARY__ --/* Many other libraries have conflicting prototypes for getopt, with -- differences in the consts, in stdlib.h. To avoid compilation -- errors, only prototype getopt for the GNU C library. */ - extern int getopt (int argc, char *const *argv, const char *shortopts); --#else /* not __GNU_LIBRARY__ */ --extern int getopt (); --#endif /* __GNU_LIBRARY__ */ - extern int getopt_long (int argc, char *const *argv, const char *shortopts, - const struct option *longopts, int *longind); - extern int getopt_long_only (int argc, char *const *argv, diff --git a/app-text/enscript/files/ruby.st b/app-text/enscript/files/ruby.st deleted file mode 100644 index 392c9c1390eb..000000000000 --- a/app-text/enscript/files/ruby.st +++ /dev/null @@ -1,212 +0,0 @@ -/** - * Name: ruby - * Description: Ruby programming language. - * Author: Mike Wilson <m.v.wilson@home.com> - */ - -state ruby_comment -{ - /\*\\\// { - language_print ($0); - return; - } - LANGUAGE_SPECIALS { - language_print ($0); - } -} - -state ruby_dquot_string -{ - /\\\\./ { - language_print ($0); - } - /\"/ { - language_print ($0); - return; - } - LANGUAGE_SPECIALS { - language_print ($0); - } -} - -state ruby_quot_string -{ - /\\\\./ { - language_print ($0); - } - /[\']/ { - language_print ($0); - return; - } - LANGUAGE_SPECIALS { - language_print ($0); - } -} - -state ruby_bquot_string -{ - /\\\\./ { - language_print ($0); - } - /`/ { - language_print ($0); - return; - } - LANGUAGE_SPECIALS { - language_print ($0); - } -} - -state ruby -{ - BEGIN { - header (); - } - END { - trailer (); - } - - /* Comments. */ - /#[^{].*$/ { - comment_face (true); - language_print ($0); - comment_face (false); - } - - /* Ignore escaped quote marks */ - /\\\"/ { - language_print ($0); - } - /\\\'/ { - language_print ($0); - } - /\\\`/ { - language_print ($0); - } - - /* In cgi files, JavaScript might be imbedded, so we need to look out - * for the JavaScript comments, because they might contain something - * we don't like, like a contraction (don't, won't, etc.) - * We won't put them in comment face, because they are not ruby - * comments. - */ - /\/\// { - language_print ($0); - call (eat_one_line); - } - - /* String constants. */ - /\"/ { - string_face (true); - language_print ($0); - call (ruby_dquot_string); - string_face (false); - } - /[\']/ { - string_face (true); - language_print ($0); - call (ruby_quot_string); - string_face (false); - } - - /* Backquoted command string */ - /`/ { - string_face (true); - language_print ($0); - call (ruby_bquot_string); - string_face (false); - } - - /* Variables globals and instance */ - /[$@]\w+/ { - variable_name_face (true); - language_print ($0); - variable_name_face (false); - } - - /* Variables class variable */ - /@@\w+/ { - variable_name_face (true); - language_print ($0); - variable_name_face (false); - } - - /([ \t]*)(def)([ \t]+)([^(]*)/ { - /* indentation */ - language_print ($1); - - /* def */ - keyword_face (true); - language_print ($2); - keyword_face (false); - - /* middle */ - language_print ($3); - - /* Function name. */ - function_name_face (true); - language_print ($4); - function_name_face (false); - } - - /\$[!@&`'+~=\/\\,;.<>_*$?:"]/ { - variable_name_face (true); - language_print ($0); - variable_name_face (false); - } - - /* Highlighting - --Type face - private protected public - - --Builtin face (I consider these to be somewhat special) - alias alias_method attr attr_accessor attr_reader attr_writer - module_alias module_function self super - - --Reference face - require include - - --Keyword face - and begin break case class def defined? do else elsif end - ensure eval extend false for if in method module next nil not - or redo rescue retry return then true undef unless until when - while yield - */ -/\\b(private|protected|public)\\b/ { - type_face (true); - language_print ($0); - type_face (false); - } - -/\\b(alias|alias_method|attr|attr_accessor|attr_reader|attr_writer\\ -|module_alias|module_function|self|super)\\b/ { - builtin_face (true); - language_print ($0); - builtin_face (false); - } - -/\\b(include|require)\\b/ { - reference_face (true); - language_print ($0); - reference_face (false); - } - -/\\b(and|begin|break|case|class|def|defined?|do|else|elsif|end|ensure|eval\\ -|extend|false|for|if|in|method|module|next|nil|not|or|raise|redo|rescue|retry\\ -|return|then|true|undef|unless|until|when|while|yield)\\b/ { - keyword_face (true); - language_print ($0); - keyword_face (false); - } - - LANGUAGE_SPECIALS { - language_print ($0); - } -} - - -/* -Local variables: -mode: c -End: -*/ diff --git a/app-text/enscript/metadata.xml b/app-text/enscript/metadata.xml deleted file mode 100644 index 8775e7a76153..000000000000 --- a/app-text/enscript/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:gnu:enscript</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest deleted file mode 100644 index f689efc464b6..000000000000 --- a/app-text/epspdf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST epspdf-0.6.5.1.zip 445167 BLAKE2B 2e1ee1e04e8731fdfb085596a463b897714a460f75166cdeac4311d85cd70bb5983bff74424fe940cf90849ef6ee73a8ccb9e52520857dcaa8881d90ff36ae81 SHA512 2ec0b83798ca911b1f40617c2904c0caf9022c82e5a55556b5fcb5dbf37e3596a659a86dcdc8876b111c59659b3d4f710031cb7a03a8233b1e8715d875db03c0 diff --git a/app-text/epspdf/epspdf-0.6.5.1.ebuild b/app-text/epspdf/epspdf-0.6.5.1.ebuild deleted file mode 100644 index d7275387a43d..000000000000 --- a/app-text/epspdf/epspdf-0.6.5.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop texlive-common - -DESCRIPTION="GUI and command-line converter for [e]ps and pdf" -HOMEPAGE="http://tex.aanhet.net/epspdf/" -# Unversioned epspdf.zip in https://ctan.space-pro.be/tex-archive/support/ -SRC_URI="https://dev.gentoo.org/~flow/distfiles//${PN}/${P}.zip" -S="${WORKDIR}"/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="doc tk" - -RDEPEND=" - !<dev-texlive/texlive-pictures-2023_p69409-r2 - >=dev-texlive/texlive-basic-2011 - app-text/ghostscript-gpl - tk? ( dev-lang/tk ) -" -BDEPEND=" - app-arch/unzip - sys-apps/texinfo -" - -src_compile() { - cd doc || die - makeinfo epspdf || die -} - -src_install() { - exeinto /usr/share/${PN} - doexe epspdf.tlu - - insinto /usr/share/${PN} - - if use tk ; then - doins epspdf.help doc/images/epspdf.png - doexe epspdftk.tcl - fi - - dobin_texmf_scripts ${PN}/epspdf.tlu - use tk && dobin_texmf_scripts ${PN}/epspdftk.tcl - - doinfo doc/epspdf.info - dodoc doc/Changelog - if use doc ; then - dodoc doc/epspdf.pdf - dodoc -r doc - fi - - # Give it a .desktop - if use tk; then - make_desktop_entry epspdftk epspdftk "${EPREFIX}/usr/share/${PN}/epspdf.png" "Graphics;ImageProcessing" - fi -} diff --git a/app-text/epspdf/metadata.xml b/app-text/epspdf/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/epspdf/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest deleted file mode 100644 index c60f32ae288e..000000000000 --- a/app-text/epstool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST epstool-3.09.tar.gz 191023 BLAKE2B becb264bf93bdb1244550e0707eb2d513d8c4b8d9eee09356bd2ddaf25bc8b97e0c5e73a02839a0f66f18bd1949cb549525967ec430104c33067d9ca57984a6f SHA512 cb9519be0879ff791f0e243a541538254e24949683aa792f673334d2d1dbd3e449ec36890ccbb3852563cf8da997a035a80df605b395a1b84cbced7522dce291 diff --git a/app-text/epstool/epstool-3.09.ebuild b/app-text/epstool/epstool-3.09.ebuild deleted file mode 100644 index 8f33f4d133ca..000000000000 --- a/app-text/epstool/epstool-3.09.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes" -HOMEPAGE="http://www.ghostgum.com.au/software/epstool.htm" -SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86" - -DEPEND="app-text/ghostscript-gpl" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-no-use-gnu.patch - "${FILESDIR}"/${P}-no-gcc-linker.patch -) - -src_prepare() { - default - tc-export CC - - # parallel make issue (bug #506978) - mkdir bin || die - mkdir epsobj || die -} - -src_compile() { - emake CC="$(tc-getCC)" epstool -} - -src_install() { - dobin bin/epstool - doman doc/epstool.1 - local HTML_DOCS=( doc/epstool.htm doc/gsview.css ) - einstalldocs -} diff --git a/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch b/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch deleted file mode 100644 index cf3e03dfa609..000000000000 --- a/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch +++ /dev/null @@ -1,27 +0,0 @@ -From cbd73f2bb7dd3a55d0d35b0638e84b8f17e56b52 Mon Sep 17 00:00:00 2001 -From: Helmut Grohne <helmut@subdivi.de> -Date: Fri, 14 Sep 2018 18:17:39 +0200 -Subject: [PATCH] Make epstool cross buildable by not hardcoding gcc as linker - ---- - src/unixcom.mak | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/unixcom.mak b/src/unixcom.mak -index 1063b65..ca0b031 100755 ---- a/src/unixcom.mak -+++ b/src/unixcom.mak -@@ -22,8 +22,8 @@ GSCFLAGS= $(CDEFS) -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-pr - CCAUX=gcc
- CC=gcc
- LFLAGS=$(PLINK) $(LIBPNGLIBS) $(GTKLIBS)
--CLINK=gcc $(LDFLAGS)
--LINK=gcc $(LDFLAGS)
-+CLINK=$(CC) $(LDFLAGS)
-+LINK=$(CC) $(LDFLAGS)
-
-
- COMP=$(CC) -I$(SRCDIR) -I$(OBJDIR) $(CFLAGS) $(GSCFLAGS)
--- -2.29.2 - diff --git a/app-text/epstool/files/epstool-3.09-no-use-gnu.patch b/app-text/epstool/files/epstool-3.09-no-use-gnu.patch deleted file mode 100644 index cb42381138e2..000000000000 --- a/app-text/epstool/files/epstool-3.09-no-use-gnu.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 706546a4921b98834ebf241ea751e0db5d0d192f Mon Sep 17 00:00:00 2001 -From: Adrian Bunk <bunk@debian.org> -Date: Fri, 14 Sep 2018 18:17:39 +0200 -Subject: [PATCH] src/cplat.h: Don't define __USE_GNU - -There were two things wrong with it: -- __USE_GNU is glibc-internal, the external define is _GNU_SOURCE -- defining such macros after the first include is wrong, in this case -it caused FTBFS on ia64. - -An option would be to pass -D_GNU_SOURCE when building, but as far -as I can see the define was not (anymore?) needed at all. ---- - src/cplat.h | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/cplat.h b/src/cplat.h -index 8bbd9c5..ad5cee4 100755 ---- a/src/cplat.h -+++ b/src/cplat.h -@@ -109,7 +109,6 @@ typedef struct POINT_s { - typedef struct _GdkRgbCmap GdkRgbCmap;
- # endif
- # include <unistd.h>
--# define __USE_GNU /* we might need recursive mutex */
- # include <semaphore.h>
- # include <pthread.h>
- # define ZLIBNAME "libz.so"
--- -2.29.2 - diff --git a/app-text/epstool/metadata.xml b/app-text/epstool/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/epstool/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest deleted file mode 100644 index d67ad1254378..000000000000 --- a/app-text/evince/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST evince-48.0.tar.xz 2942540 BLAKE2B ee3a557b5b9fb5d830961a19822ec02c8c9ec58eea7b6952aeef4aecc7e739387006bfec64f9643463c5960a8c00d8f683f29ad68b3e4925526133164f91b76a SHA512 bae616989f339e4d4204e8bb3eafd2d05d5a16a4fe3e658fbdbb2d92c541b75edc1afe89d624f9d0345ffe181598b6b9315f1902d5c5cc34419fd714eb65dfdf -DIST evince-48.1.tar.xz 2942692 BLAKE2B 1939bc509ab5834d89882bc69c17ae142289b52ccb1f420d15cfb6495f9da99461d9980a8ff85a5a6be49cfa77a301a58450dd1d39f2a561b33a3e2715360e22 SHA512 bb17c2d769180d6bb4008d4110104aebb47f10594c32ccd8e6075ccec12ab43e962e41cba9d4b927c399e4e779766c0822968c46d891beb509817db0bfe2ea08 -DIST evince-48.4.tar.xz 2940896 BLAKE2B 6adf4891e3b5b5d2827a772b74f62d128c5248171682d7afe1ecb924f43f32acd8aa1f0e4584b08e407e985310f090bb1d28b4f285ae5cc42588cc0fe92dd2e3 SHA512 8f9f4928407e7e699b5615066da2d373881cff27fae11adb2f7b86298c7fa745cacf3b10d713c5e43ed678bb26411fca28faaf61ab0fea10dbcfcd40bd71a7e1 diff --git a/app-text/evince/evince-48.0-r2.ebuild b/app-text/evince/evince-48.0-r2.ebuild deleted file mode 100644 index 1dcb405de2c3..000000000000 --- a/app-text/evince/evince-48.0-r2.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic gnome.org gnome2-utils meson systemd xdg - -DESCRIPTION="Simple document viewer for GNOME" -HOMEPAGE="https://apps.gnome.org/Evince/" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) -SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~x64-solaris" -IUSE="X cups djvu dvi gstreamer gnome keyring gtk-doc +introspection postscript spell tiff wayland xps" -REQUIRED_USE="gtk-doc? ( introspection )" - -# atk used in libview -# bundles unarr -DEPEND=" - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.44.0:2 - >=gui-libs/libhandy-1.5.0:1 - >=dev-libs/libxml2-2.5:2= - virtual/zlib:= - >=x11-libs/gdk-pixbuf-2.40:2 - >=x11-libs/gtk+-3.22.0:3[X?,cups?,introspection?,wayland?] - gnome-base/gsettings-desktop-schemas - >=x11-libs/cairo-1.10 - >=app-text/poppler-22.05.0:=[cairo] - >=app-arch/libarchive-3.6.0:= - djvu? ( >=app-text/djvu-3.5.22:= ) - dvi? ( - >=app-text/libspectre-0.2:= - dev-libs/kpathsea:= - ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/gst-plugins-good:1.0 ) - gnome? ( gnome-base/gnome-desktop:3= ) - keyring? ( >=app-crypt/libsecret-0.5 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( >=app-text/libspectre-0.2:= ) - spell? ( >=app-text/gspell-1.6.0:= ) - tiff? ( >=media-libs/tiff-4.0:= ) - xps? ( >=app-text/libgxps-0.2.1:= ) -" -RDEPEND="${DEPEND} - gnome-base/gvfs - gnome-base/librsvg -" -BDEPEND=" - gtk-doc? ( - >=dev-util/gi-docgen-2021.1 - app-text/docbook-xml-dtd:4.3 - ) - dev-libs/appstream-glib - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - use X || append-cppflags -DGENTOO_GTK_HIDE_X11 - use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Ddevelopment=false - -Dplatform=gnome - - -Dviewer=true - -Dpreviewer=true - -Dthumbnailer=true - -Dnautilus=false - - -Dcomics=enabled - $(meson_feature djvu) - $(meson_feature dvi) - -Dpdf=enabled - $(meson_feature postscript ps) - $(meson_feature tiff) - $(meson_feature xps) - - $(meson_use gtk-doc gtk_doc) - -Duser_doc=true - $(meson_use introspection) - -Ddbus=true - $(meson_feature keyring) - $(meson_feature cups gtk_unix_print) - $(meson_feature gnome thumbnail_cache) - $(meson_feature gstreamer multimedia) - $(meson_feature spell gspell) - - -Dinternal_synctex=true - - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/{libevdocument,libevview} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/evince/evince-48.1-r1.ebuild b/app-text/evince/evince-48.1-r1.ebuild deleted file mode 100644 index 80a589535f54..000000000000 --- a/app-text/evince/evince-48.1-r1.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic gnome.org gnome2-utils meson systemd xdg - -DESCRIPTION="Simple document viewer for GNOME" -HOMEPAGE="https://apps.gnome.org/Evince/" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) -SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~x64-solaris" -IUSE="X cups djvu dvi gstreamer gnome keyring gtk-doc +introspection postscript spell tiff xps wayland" -REQUIRED_USE="gtk-doc? ( introspection )" - -# atk used in libview -# bundles unarr -DEPEND=" - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.44.0:2 - >=gui-libs/libhandy-1.5.0:1 - >=dev-libs/libxml2-2.5:2= - virtual/zlib:= - >=x11-libs/gdk-pixbuf-2.40:2 - >=x11-libs/gtk+-3.22.0:3[X?,cups?,introspection?,wayland?] - gnome-base/gsettings-desktop-schemas - >=x11-libs/cairo-1.10 - >=app-text/poppler-22.05.0:=[cairo] - >=app-arch/libarchive-3.6.0:= - djvu? ( >=app-text/djvu-3.5.22:= ) - dvi? ( - >=app-text/libspectre-0.2:= - dev-libs/kpathsea:= - ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/gst-plugins-good:1.0 ) - gnome? ( gnome-base/gnome-desktop:3= ) - keyring? ( >=app-crypt/libsecret-0.5 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( >=app-text/libspectre-0.2:= ) - spell? ( >=app-text/gspell-1.6.0:= ) - tiff? ( >=media-libs/tiff-4.0:= ) - xps? ( >=app-text/libgxps-0.2.1:= ) -" -RDEPEND="${DEPEND} - gnome-base/gvfs - gnome-base/librsvg -" -BDEPEND=" - gtk-doc? ( - >=dev-util/gi-docgen-2021.1 - app-text/docbook-xml-dtd:4.3 - ) - dev-libs/appstream-glib - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-48.1-CVE-2026-46529.patch -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - use X || append-cppflags -DGENTOO_GTK_HIDE_X11 - use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Ddevelopment=false - -Dplatform=gnome - - -Dviewer=true - -Dpreviewer=true - -Dthumbnailer=true - -Dnautilus=false - - -Dcomics=enabled - $(meson_feature djvu) - $(meson_feature dvi) - -Dpdf=enabled - $(meson_feature postscript ps) - $(meson_feature tiff) - $(meson_feature xps) - - $(meson_use gtk-doc gtk_doc) - -Duser_doc=true - $(meson_use introspection) - -Ddbus=true - $(meson_feature keyring) - $(meson_feature cups gtk_unix_print) - $(meson_feature gnome thumbnail_cache) - $(meson_feature gstreamer multimedia) - $(meson_feature spell gspell) - - -Dinternal_synctex=true - - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/{libevdocument,libevview} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/evince/evince-48.1.ebuild b/app-text/evince/evince-48.1.ebuild deleted file mode 100644 index 8d25b9b4b7e9..000000000000 --- a/app-text/evince/evince-48.1.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic gnome.org gnome2-utils meson systemd xdg - -DESCRIPTION="Simple document viewer for GNOME" -HOMEPAGE="https://apps.gnome.org/Evince/" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) -SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~x64-solaris" -IUSE="X cups djvu dvi gstreamer gnome keyring gtk-doc +introspection postscript spell tiff xps wayland" -REQUIRED_USE="gtk-doc? ( introspection )" - -# atk used in libview -# bundles unarr -DEPEND=" - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.44.0:2 - >=gui-libs/libhandy-1.5.0:1 - >=dev-libs/libxml2-2.5:2= - virtual/zlib:= - >=x11-libs/gdk-pixbuf-2.40:2 - >=x11-libs/gtk+-3.22.0:3[X?,cups?,introspection?,wayland?] - gnome-base/gsettings-desktop-schemas - >=x11-libs/cairo-1.10 - >=app-text/poppler-22.05.0:=[cairo] - >=app-arch/libarchive-3.6.0:= - djvu? ( >=app-text/djvu-3.5.22:= ) - dvi? ( - >=app-text/libspectre-0.2:= - dev-libs/kpathsea:= - ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/gst-plugins-good:1.0 ) - gnome? ( gnome-base/gnome-desktop:3= ) - keyring? ( >=app-crypt/libsecret-0.5 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( >=app-text/libspectre-0.2:= ) - spell? ( >=app-text/gspell-1.6.0:= ) - tiff? ( >=media-libs/tiff-4.0:= ) - xps? ( >=app-text/libgxps-0.2.1:= ) -" -RDEPEND="${DEPEND} - gnome-base/gvfs - gnome-base/librsvg -" -BDEPEND=" - gtk-doc? ( - >=dev-util/gi-docgen-2021.1 - app-text/docbook-xml-dtd:4.3 - ) - dev-libs/appstream-glib - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - use X || append-cppflags -DGENTOO_GTK_HIDE_X11 - use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Ddevelopment=false - -Dplatform=gnome - - -Dviewer=true - -Dpreviewer=true - -Dthumbnailer=true - -Dnautilus=false - - -Dcomics=enabled - $(meson_feature djvu) - $(meson_feature dvi) - -Dpdf=enabled - $(meson_feature postscript ps) - $(meson_feature tiff) - $(meson_feature xps) - - $(meson_use gtk-doc gtk_doc) - -Duser_doc=true - $(meson_use introspection) - -Ddbus=true - $(meson_feature keyring) - $(meson_feature cups gtk_unix_print) - $(meson_feature gnome thumbnail_cache) - $(meson_feature gstreamer multimedia) - $(meson_feature spell gspell) - - -Dinternal_synctex=true - - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/{libevdocument,libevview} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/evince/evince-48.4.ebuild b/app-text/evince/evince-48.4.ebuild deleted file mode 100644 index ca584055672b..000000000000 --- a/app-text/evince/evince-48.4.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic gnome.org gnome2-utils meson systemd xdg - -DESCRIPTION="Simple document viewer for GNOME" -HOMEPAGE="https://apps.gnome.org/Evince/" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) -SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~x64-solaris" -IUSE="X cups djvu dvi gstreamer gnome keyring gtk-doc +introspection postscript spell tiff xps wayland" -REQUIRED_USE="gtk-doc? ( introspection )" - -# atk used in libview -# bundles unarr -DEPEND=" - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.44.0:2 - >=gui-libs/libhandy-1.5.0:1 - >=dev-libs/libxml2-2.5:2= - virtual/zlib:= - >=x11-libs/gdk-pixbuf-2.40:2 - >=x11-libs/gtk+-3.22.0:3[X?,cups?,introspection?,wayland?] - gnome-base/gsettings-desktop-schemas - >=x11-libs/cairo-1.10 - >=app-text/poppler-22.05.0:=[cairo] - >=app-arch/libarchive-3.6.0:= - djvu? ( >=app-text/djvu-3.5.29:= ) - dvi? ( - >=app-text/libspectre-0.2:= - dev-libs/kpathsea:= - ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/gst-plugins-good:1.0 ) - gnome? ( gnome-base/gnome-desktop:3= ) - keyring? ( >=app-crypt/libsecret-0.5 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - postscript? ( >=app-text/libspectre-0.2:= ) - spell? ( >=app-text/gspell-1.6.0:= ) - tiff? ( >=media-libs/tiff-4.0:= ) - xps? ( >=app-text/libgxps-0.2.1:= ) -" -RDEPEND="${DEPEND} - gnome-base/gvfs - gnome-base/librsvg -" -BDEPEND=" - gtk-doc? ( - >=dev-util/gi-docgen-2021.1 - app-text/docbook-xml-dtd:4.3 - ) - dev-libs/appstream-glib - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - use X || append-cppflags -DGENTOO_GTK_HIDE_X11 - use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Ddevelopment=false - -Dplatform=gnome - - -Dviewer=true - -Dpreviewer=true - -Dthumbnailer=true - -Dnautilus=false - - -Dcomics=enabled - $(meson_feature djvu) - $(meson_feature dvi) - -Dpdf=enabled - $(meson_feature postscript ps) - $(meson_feature tiff) - $(meson_feature xps) - - $(meson_use gtk-doc gtk_doc) - -Duser_doc=true - $(meson_use introspection) - -Ddbus=true - $(meson_feature keyring) - $(meson_feature cups gtk_unix_print) - $(meson_feature gnome thumbnail_cache) - $(meson_feature gstreamer multimedia) - $(meson_feature spell gspell) - - -Dinternal_synctex=true - - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/{libevdocument,libevview} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/evince/files/evince-48.1-CVE-2026-46529.patch b/app-text/evince/files/evince-48.1-CVE-2026-46529.patch deleted file mode 100644 index 32cdfda16eb5..000000000000 --- a/app-text/evince/files/evince-48.1-CVE-2026-46529.patch +++ /dev/null @@ -1,76 +0,0 @@ -https://bugs.gentoo.org/975515 -https://gitlab.gnome.org/GNOME/evince/-/commit/970c219e861a5fcc3e7b9e05bedf18cf0de39245 - -From 970c219e861a5fcc3e7b9e05bedf18cf0de39245 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Germ=C3=A1n=20Poo-Caama=C3=B1o?= <gpoo@gnome.org> -Date: Mon, 18 May 2026 16:25:13 -0400 -Subject: [PATCH] shell: quote strings in arguments used when calling ev_spawn - -When spawning a new instance, it is good practice to sanitize the -arguments given to Evince, as those arguments may come from an -untrusted source. We want to avoid those values could become -unintended flags by the child process. - -Fixes #2153 ---- - shell/ev-application.c | 20 ++++++++++++++------ - 1 file changed, 14 insertions(+), 6 deletions(-) - -diff --git a/shell/ev-application.c b/shell/ev-application.c -index 001d21438..e35a5ef5f 100644 ---- a/shell/ev-application.c -+++ b/shell/ev-application.c -@@ -154,7 +154,7 @@ ev_spawn (const char *uri, - guint timestamp) - { - GString *cmd; -- gchar *path, *cmdline; -+ gchar *path, *cmdline, *quoted; - GAppInfo *app; - GError *error = NULL; - -@@ -179,10 +179,13 @@ ev_spawn (const char *uri, - /* Page label */ - if (dest) { - switch (ev_link_dest_get_dest_type (dest)) { -- case EV_LINK_DEST_TYPE_PAGE_LABEL: -+ case EV_LINK_DEST_TYPE_PAGE_LABEL: { -+ quoted = g_shell_quote (ev_link_dest_get_page_label (dest)); - g_string_append_printf (cmd, " --page-label=%s", -- ev_link_dest_get_page_label (dest)); -+ quoted); -+ g_free (quoted); - break; -+ } - case EV_LINK_DEST_TYPE_PAGE: - case EV_LINK_DEST_TYPE_XYZ: - case EV_LINK_DEST_TYPE_FIT: -@@ -192,10 +195,13 @@ ev_spawn (const char *uri, - g_string_append_printf (cmd, " --page-index=%d", - ev_link_dest_get_page (dest) + 1); - break; -- case EV_LINK_DEST_TYPE_NAMED: -+ case EV_LINK_DEST_TYPE_NAMED: { -+ quoted = g_shell_quote (ev_link_dest_get_named_dest (dest)); - g_string_append_printf (cmd, " --named-dest=%s", -- ev_link_dest_get_named_dest (dest)); -+ quoted); -+ g_free (quoted); - break; -+ } - default: - break; - } -@@ -203,7 +209,9 @@ ev_spawn (const char *uri, - - /* Find string */ - if (search_string) { -- g_string_append_printf (cmd, " --find=%s", search_string); -+ quoted = g_shell_quote (search_string); -+ g_string_append_printf (cmd, " --find=%s", quoted); -+ g_free (quoted); - } - - /* Mode */ --- -GitLab diff --git a/app-text/evince/metadata.xml b/app-text/evince/metadata.xml deleted file mode 100644 index 0c508dbf91f3..000000000000 --- a/app-text/evince/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="dvi">Enable the built-in DVI viewer</flag> - <flag name="postscript" restrict=">=app-text/evince-3.26">Enable support for PostScript and Adobe Illustrator documents with <pkg>app-text/libspectre</pkg> - </flag> - <flag name="spell">Enable inline spell check for annotations via <pkg>app-text/gspell</pkg> - </flag> - <flag name="xps">Enable XPS viewer using <pkg>app-text/libgxps</pkg> - </flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:gnome:evince</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/expander/Manifest b/app-text/expander/Manifest deleted file mode 100644 index 7c86b02a73be..000000000000 --- a/app-text/expander/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nedit_expander_kit_2.05.tar.gz 92571 BLAKE2B 0b77640b87372003e873a9e9146aeec82220dfc86b4f6d57220807443c007b6f4f99da8da505d7b6d2f1350150698deed84c8cb710297c6d8646ed192d3ee04a SHA512 a9d5e97db95eec9f98d71360c6af5a6908f31f59221ac1f509ae4f661b0614610b9591b9e2f58bba1175a6b609407d720369ba99cecb5496133d889bf93788ee diff --git a/app-text/expander/expander-2.05-r3.ebuild b/app-text/expander/expander-2.05-r3.ebuild deleted file mode 100644 index b4d53d792b6c..000000000000 --- a/app-text/expander/expander-2.05-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Expander is a utility that acts as a filter for text editors" -HOMEPAGE="http://www.nedit.org" -SRC_URI="ftp://ftp.nedit.org/pub/contrib/misc/nedit_expander_kit_${PV}.tar.gz" -S="${WORKDIR}"/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-clang15.patch -) - -src_compile() { - emake -C src CC="$(tc-getCC)" -} - -src_install() { - dobin src/{expander,boxcomment,align_columns,align_comments,where_is} - dosym boxcomment /usr/bin/unboxcomment - - einstalldocs - dodoc USAGE - doman docs/*.1 - - insinto /usr/share/${P} - doins -r service defs macros misc templates -} - -pkg_postinst() { - elog - elog "Instructions for using expander with NEdit are in ${EROOT}/usr/share/doc/${PF}/INSTALL" - elog "Macro, definition and template files can be found in ${EROOT}/usr/share/${P}" - elog -} diff --git a/app-text/expander/files/expander-2.05-clang15.patch b/app-text/expander/files/expander-2.05-clang15.patch deleted file mode 100644 index a7ae9bed3ddf..000000000000 --- a/app-text/expander/files/expander-2.05-clang15.patch +++ /dev/null @@ -1,60 +0,0 @@ -https://bugs.gentoo.org/870898 ---- a/src/align_columns.c -+++ b/src/align_columns.c -@@ -28,6 +28,7 @@ - #include <string.h> - #include <stdlib.h> - #include <ctype.h> -+#include <unistd.h> - - /*============================================================================*/ - /* SYMBOL DEFINITIONS */ ---- a/src/align_comments.c -+++ b/src/align_comments.c -@@ -28,6 +28,7 @@ - #include <string.h> - #include <stdlib.h> - #include <ctype.h> -+#include <unistd.h> - - /*===========================================================================*/ - /* SYMBOL DEFINITIONS */ ---- a/src/boxcomment.c -+++ b/src/boxcomment.c -@@ -59,6 +59,7 @@ - #include <stdio.h> - #include <string.h> - #include <stdlib.h> -+#include <unistd.h> - - /*============================================================================*/ - /* SYMBOL DEFINITIONS */ ---- a/src/expander.c -+++ b/src/expander.c -@@ -114,6 +114,7 @@ - #include <string.h> - #include <time.h> - #include <ctype.h> -+#include <unistd.h> - - /*==========================================================================*/ - /* MACRO DEFINITIONS */ -@@ -1264,7 +1265,7 @@ bool_t locate_definition( - bool_t ignore_definition = FALSE; - int i; - char line[ MAXBUF ]; -- static level = 0; -+ static int level = 0; - - /*--------------------- - * Recursion protection. ---- a/src/where_is.c -+++ b/src/where_is.c -@@ -54,6 +54,7 @@ - #include <stdlib.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <unistd.h> - - typedef int bool_t; - diff --git a/app-text/expander/files/expander-2.05-gentoo.patch b/app-text/expander/files/expander-2.05-gentoo.patch deleted file mode 100644 index 460a8164cee5..000000000000 --- a/app-text/expander/files/expander-2.05-gentoo.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- a/src/Makefile -+++ b/src/Makefile -@@ -3,15 +3,14 @@ - bindir = $(BINDIR)/ - - copy = ln -fs --CFLAGS += -v -g # -DNEED_GETOPT_PROTO_TYPE --compiler = cc $(CFLAGS) -+compiler = $(CC) $(CFLAGS) - - executables = expander boxcomment align_columns align_comments where_is - - #-------------- - # Build Targets - #-------------- --all: verify $(executables) -+all: $(executables) - - verify: - @if [ "$(bindir)" = "/" ]; then \ -@@ -24,32 +23,31 @@ - # Abbreviation expansion filter program (with NEdit, language sensitive) - #----------------------------------------------------------------------- - expander: expander.c -- $(compiler) -o $(bindir)$@ $? -+ $(compiler) $(LDFLAGS) -o $@ $? - - #-------------------------------------------------------------------------- - # Surround given text with open ended box. (with NEdit, language sensitive) - #-------------------------------------------------------------------------- - boxcomment: boxcomment.c -- $(compiler) -o $(bindir)$@ $? -- @if [ ! -f $(bindir)un$@ ]; then $(copy) $(bindir)$@ $(bindir)un$@; fi -+ $(compiler) $(LDFLAGS) -o $@ $? - - #------------------------------------------------------------------------------- - # Align ragged looking 'C' style comments (good substitute for align_equals too) - #------------------------------------------------------------------------------- - align_comments: align_comments.c -- $(compiler) -o $(bindir)$@ $? -+ $(compiler) $(LDFLAGS) -o $@ $? - - #---------------------------- - # Align given text in columns - #---------------------------- - align_columns: align_columns.c -- $(compiler) -o $(bindir)$@ $? -+ $(compiler) $(LDFLAGS) -o $@ $? - - #---------------------------------------------- - # File locator (substitute for which, where...) - #---------------------------------------------- - where_is: where_is.c -- $(compiler) -o $(bindir)$@ $? -+ $(compiler) $(LDFLAGS) -o $@ $? - - #------------------------------------------------ - # Here is how to uninstall the executables built. diff --git a/app-text/expander/metadata.xml b/app-text/expander/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/expander/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/extract_url/Manifest b/app-text/extract_url/Manifest deleted file mode 100644 index 4d1741cbc813..000000000000 --- a/app-text/extract_url/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST extract_url-1.6.2.tar.gz 16296 BLAKE2B 63771d63fe9a93e340fb02788e12596003d0d7242578d9d39255a5e8b22e8ab3040e2aeed505f6342181422194ee80611092d891146ba2c5d0ad9b8c7f9c249b SHA512 c95c52c096569d4fb24da95480c8c5262ee29bfce8ddc9cb70af45d17f4977edff6d95eda8aa7976f82fc75e7de262fab21a3498590e1c212cf9cf6435d2c4f1 diff --git a/app-text/extract_url/extract_url-1.6.2.ebuild b/app-text/extract_url/extract_url-1.6.2.ebuild deleted file mode 100644 index e64257e765c4..000000000000 --- a/app-text/extract_url/extract_url-1.6.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="extracts URLs from correctly-encoded MIME email messages or plain text" -HOMEPAGE="https://www.memoryhole.net/~kyle/extract_url/ https://github.com/m3m0ryh0l3/extracturl/" -SRC_URI="https://github.com/m3m0ryh0l3/${PN/_/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/MIME-tools - dev-perl/HTML-Parser - dev-perl/URI-Find - dev-perl/Curses-UI - dev-perl/TermReadKey -" - -S=${WORKDIR}/${P/_/} - -src_install() { - default - dodoc extract_urlview.sample -} diff --git a/app-text/extract_url/metadata.xml b/app-text/extract_url/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/extract_url/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/fblog/Manifest b/app-text/fblog/Manifest deleted file mode 100644 index ff8409ff3dee..000000000000 --- a/app-text/fblog/Manifest +++ /dev/null @@ -1,118 +0,0 @@ -DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 -DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 -DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 -DIST anstream-0.6.14.crate 29160 BLAKE2B 1120895a51ed7a285c5d5a03d2f7e26dc956d95f39cf500ba9f547d71a62ed0326f519860ddcf8db77cb09e9119e914a62693369eca51cbf9c01ef874ade9112 SHA512 65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34 -DIST anstyle-1.0.7.crate 15709 BLAKE2B 872e0ed09e7e94c6f6b812349e39f949aff4d7cbb87744ab26fe49f57a7d330e0f79447213374f7f862ea276aab2dd1077dc8df3f7c5f34079ef30c4d17eeeba SHA512 e20d49f7d148e03f7b127be7802e0b6b7a2b05720614d46c2ade5e440ce322b44ddd3a9239b897886faa03ed1cb30f947ee27d3811fa83dffba10b3975eba7ed -DIST anstyle-parse-0.2.4.crate 23069 BLAKE2B e80bd81e351326a222238b3f559020a2430ac37293e61b6b6309b37bbb8bdb78ec11ca9c0fd270098af5e5ffb2f5660cfbfda949d20fd2efd336ed1c143215b2 SHA512 c1dac475df77d090a4d2041ba40ff418abe66e93e4ddda54653bf024fb4995e431166684343509a2337bc813fe06f362d3df8a1d7d05d177cec1a488bcb9942a -DIST anstyle-query-1.1.0.crate 9832 BLAKE2B de106e289c874bca806214e275647415bdd02e2878f3a80e7d337cfbcdb755d8c182b2879371f00f5cad97cdf68224ac11ca41cc89ad7ab3929f854a9f9e76a6 SHA512 321ddfa7b090142116c96bc8c70d81cec3e816922249ae0f07389e2d1b62c8b40636675ccfdfd23d52e29c162ae7d929637dfc7d697dafb79e596d04eb8cd90b -DIST anstyle-wincon-3.0.3.crate 12179 BLAKE2B 37793975a05ad60bb2b670c208db11c5cda8a2a456242cd118748709d0a220b541b6f088676eccd19870cfb8f910d4aa1e7764393785a6db0531af4a3ffc8047 SHA512 55217c65fc9ec674e5b4dd70716a221bd108b507dce9baaeb542f0e0a47027ec7fe61f9cd3cccfda43e4a4cd785b42f13400daf89884c32d3768e48bdff2d179 -DIST autocfg-1.3.0.crate 16524 BLAKE2B 7d5a03853d6b4f0da08d8e139fb200da21e47fa7e50d1956270d0ff0cc496f660f8f800122c95eee9ba98d9210ab200c3010b782097483d12d6be4ac0df0e7c9 SHA512 a5570b955d57a7183ba148b335837dc5af24b202e80681027536d33fe2822509ba644fc70c29f018c893285ced2bf6774f44ca6c59f7c7e2226d5349cf7c3635 -DIST bitflags-2.5.0.crate 43821 BLAKE2B 2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78 SHA512 75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9 -DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb -DIST bstr-1.9.1.crate 380305 BLAKE2B 52b45bd48874d052636c6b451cc36d8b012808ea5193e0188e5edd09f81d21b8306926cfebb405ad0650ec9aa710f609bacaa773bf854b21f4803dc38bb2eca7 SHA512 67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172 -DIST bumpalo-3.16.0.crate 85677 BLAKE2B 08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49 SHA512 a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1 -DIST cc-1.0.99.crate 76961 BLAKE2B d615f647bc5e4f7f580f878fc41baee172e9513f1157d421c491c36af2ca330dde2a6ddd4238c03aae27feed5e8cc042f4b790d7b145952a8676ac553f72e356 SHA512 2f6c9a0869b3b636b011390efade0085ed5fe616ecb33ff586c948779b9c9bea9169cb1c31441b0aeb63dbaa35cdb76b6e67ace38d561e2c150e06853a2b1757 -DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff -DIST chrono-0.4.38.crate 220559 BLAKE2B ab828bfeed56eb737a1797d5e1132cafe87a1e14bf7a1fe4a5098f50e6ceead50ca2e7f041cc2ff63d5f4e41e2853322f6c345bb31ff12a5b412e3e5202f5fea SHA512 858e47e3facebd5383e71898f26b27d92fe4a69027e2cc47da2af59975ead7767355e0b699f4228eabe76a3eff8b2519c7cecf8b60dc3fc60fbf9b28e2f3d4d9 -DIST clap-4.5.6.crate 56342 BLAKE2B 052762cb79e9b4bbbfdd1576e37d265d67511ff0aad5bde365337ca9f84a2d4654aaa0bc75331b908c07648bfcdc3c04e7d6deddb7b24e0badb518c59788e7fe SHA512 ed1ec9040dcbd6a79c0f6aefa4ea11c3528ecd902439345d79ca63710c2873b1db39a6a7559fe72004780ec93697a7cc06f3aef9467810ff6f8c5a37aef378aa -DIST clap_builder-4.5.6.crate 163952 BLAKE2B bbac218877610a3d33c5b6308800c5c6f0db908f3726c9862ab5feeb9efe799f2c075b19f3d1e58e3dcc79afc2010992dc70db82163dac151bc0e58776632b2b SHA512 3c8d609ea2a21752d36bfa745e8202fd7581639cd9ab5b9c054d4671f4345f4a2e313d881abb1bc8d9a58a6076743b54dc9940279149bc03fb42c0f8d71ee9d0 -DIST clap_complete-4.5.4.crate 38811 BLAKE2B f33ce10b374059b9bee0618fd9ee24390d1723bccd0acd1fd5f3aaf19497de732f7b548a2b94a941e4b01c009a730bed2dee969d4d448946f25de04f370a9d9e SHA512 82accfe54a9ba374e150cf86bb40fc6f8017ad22e692cdba392a7dfa5f789bf16edf92e85c2f63166a5e13dd8e8bac6986fd0c7f96d321122f920288ab0d7909 -DIST clap_derive-4.5.5.crate 30017 BLAKE2B 8525d8adba25ec0165936f72f78dec3cdffedc9de8e537b078944b1830640222013e335e86a2337ae9ea3b07dd655275705eeeb8c2155224dc0950ed00e47f7f SHA512 90c2110445c832d81cf66287ebe32155c6bd72a0a75cdbceef4e411d4b9d83268af244adab6755379b6970b5d40b39a9f89df9ef8786429fe73d95a3eee1c134 -DIST clap_lex-0.7.1.crate 12766 BLAKE2B e0e3a1a4a65bf9df3c21753f9298a7461046e6b34c7a8d26521efc551ef3511a7d202f25ebdddf285ff68c4073364f48cf739ff0bda32f41d4fd0c87c4cf02fb SHA512 4cdede5eb9fa527567e9f3f94fd8fe7e1022d9e9236e78d30b3068befbaadedd778b5464f800e74bf187c44af9df582365f4d41a0113f8ab0fe9abc936171fc2 -DIST colorchoice-1.0.1.crate 7895 BLAKE2B f1c841e74f01f33fa83cf41c5f0a1286ca3899239d9a188a838550abde507af374a4fe3e85934d10d28bd5eae2c7fa1f662307bd46d5dd4daa52249cb64ebb5b SHA512 3d216ba46cfcca5c52a56884ed09fe7d6d350ccb44144a60c75006582f7f9a28df21d44375a8cb304c721b9de615875675b3a03c485eb209b2a12d745fa609cd -DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8339f08bb4043f1d70a8588636eb5dbe6ebb3843e2a12d9a7e5fd1637a912c52a5aefbb8d44796330b09593e7adefd3babd8 SHA512 24a8958cb16b081862a9000affb0147b8b3be1a664b834c3dbddbff03e709de3f4060ff4800e5a35453f4392ccf33168e8b864be71b17be38cb264a39b915100 -DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093 SHA512 52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6 -DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f -DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c -DIST dirs-5.0.1.crate 12255 BLAKE2B eadd38e85211ed5aee7fab964e90342273320644c36262aa7b436e493512851a4751a09d22aa8bae0495f4b22df6e7395d13715ca8b8c6196107b1be03af9328 SHA512 cfc329518e85a25c296521b9aeb6e5d5f60b4525aa786ebfa8b9f198446a1ff5892160d1bb4790d7f3fc4a0abdb5921b2e4896e271a3fc3a3225897313b77bd1 -DIST dirs-sys-0.4.1.crate 10719 BLAKE2B 30334f2192698d7d03bd4e8bc8a682482da7d13baacb8547a132f55019d3727ac35579926ba4367fe0a5b7fa917945abc03e010cb7363683753c87440581df42 SHA512 53c7c8bc76d7211d08a0e6b25caaed12eeb7283cb4b352c12311db3c796794330943259a08e48ff9d3a280917920a088e5aede32677a4b2f9f819c2dca6adb9a -DIST either-1.12.0.crate 18974 BLAKE2B 9db82a8eb351dbc1643ccbe304796610f6090b263d9a991b4d7308a699bdc67d25096ed1e923f521fe3dbfe9195569c1297b46a4b1d0b74bcea4c11bc0a2c388 SHA512 88e1ac4053c39740cf643a8fd445f2d939a8398e952b4b66ab38bb48bd54bc7a976967c4bebab36fed66c4f5fb76082e9c6d40e146914283fca28f31af0e0138 -DIST equivalent-1.0.1.crate 6615 BLAKE2B 302d78069d9df05e78b53f0488a9e4eb98fa2bc1e21893dc8a0acf2234347ba7c4df4b9d6b380ae77d8ffb1074b9c790460fe2dae47318aa1c4fe4208244540a SHA512 b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140 -DIST errno-0.3.9.crate 10690 BLAKE2B 8deb19cf0c830ff2adebb733ab961558cb4463f256604f9c76d5c5952f34a79b70dce47e28f68f459977ef34d4821ab5d0f7e79a7a110693700f80b49ba56651 SHA512 777fbac5730d420d58275ef63b7579997d8e6c72106d483ee1e3b1f1ce3977f1f66c56870a05acaa4cfacacb820eaf963e9c763748759cff3668fa2e6f89f04a -DIST fblog-4.10.0.tar.gz 406814 BLAKE2B 80e82983e67aa66f306e33986d5c507fd655b0cded3236ae1f08bd9dae96dc7772cee9b4e6a3c1eafe9acaadfc28969fcb32d9dda4bb4db7fc9585a20c6c5543 SHA512 946d743a68f7e62bb77ab08bc8d65d41a7039c2188973534f8fcf83895c7b140f9f3d145f5b781e72a5a8d765079d866beee48630732667a2ad87213e8e54732 -DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d -DIST getrandom-0.2.15.crate 37163 BLAKE2B 7d534e799a4711d01c6553b8c9422dbf01e384a850fb0f7cd76e444628f2b96d28d0f5e8dae042f8081a2bf9340f57c558be50a6f22ed5fa6b0301a15898fb35 SHA512 04789a53d3f4a84862e1e8b2113641af67e471b468de1222470d5e6cef0015232463a2cf3c3518dc2a533b3983b175a7c8922da00665bcf71c1e4e279b67e6fb -DIST handlebars-5.1.2.crate 98550 BLAKE2B 5985c189a304b6363c59145da8381f2254b537e206cf29542bd11c1166708f20efa0ac13d253b4764b19e34c236c7a8f43c5724243fe70ae78d604f78f182206 SHA512 e007f51a2fca93b0b7af9d38a696e905ff3fd20286f94b512a1ecea2d204987fa332d477576bad797de967532a9c96fe84e08bcdae49062fcf74b59b12e9b1a1 -DIST hashbrown-0.14.5.crate 141498 BLAKE2B 7d7f31b6377c901de12f78f0004a347e3e3b948b1336a54b6abd8dd2210db0ac415efcdded421a00723f16563a7b833b5d1db3cad5c12cac916e273bf3e588b3 SHA512 215ea860bd3de80e2dd2d4647c9dd31c0ac895ea7c08b87256dc11d36407e412ffefaebc6cdbec024057dd4f24b3762b4fe427be307e15d1e68ccfde89a99742 -DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76 -DIST home-0.5.9.crate 8760 BLAKE2B 02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9 SHA512 3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1 -DIST iana-time-zone-0.1.60.crate 27074 BLAKE2B 6f534056e220e2f721fc7c7f3ed24152eea7f07d1f4cb3609ca734ade32a2d6b18fd0164ed831170cdff192cbe48653b2c4eb0903fb6f157292b3b5bf47299bb SHA512 5619b994d3277f56e65322a7903e4c5e03928a87bdb72831cbef88788aaf5573b8460abc0a4d5488c5df7052bb978531d973dd66002b0ec4a3af468928c9b722 -DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 -DIST indexmap-2.2.6.crate 82420 BLAKE2B fac5cf6339dc3c0a40b100035a5c874cc7b2efeafeb31c51488d25156e392dc9db86a497e76eead351d2126f69d060422faa9c55d73407a0de9f5be18d234123 SHA512 53211c4a9003d751feb6dcdf1a76495764cbf32d24bbfe2be7023946622ef4f2b07a6de57109e5d24ee01892f4b2be0e0692e10cd31fd39c4ffdff4d37abe9ea -DIST is_terminal_polyfill-1.70.0.crate 7451 BLAKE2B 9efe76f14d61a5af6d3cd30d5e64209971d4292d8d2c12f4a621ef65324a5bccbb7e1d79d5efa75ea7456431241d6325cdeaa0af802b1480c6cd9c1bc5a35994 SHA512 c07d5076978e4c5d8d6a191d8880fb62643161979c473564881feb17726cd9ac8da25c40094ff12727dbdb064fe88fbda1867120a2c3fda1051bcc39380645d6 -DIST itoa-1.0.11.crate 10563 BLAKE2B 94da07e0f7f2535d0b1491b3a3c64905274b315ffd35ec8e9a3e36e26cd7211733b462eefb5208963e388345f65be9694804c344a6132b2b595b0bc716c0b328 SHA512 7e22dffac34c9c9f432daef395e0ec710ed658164bc9cd9fc6445c9f984c912a10bac556214a026bcddbe27a3197b35b0c87d6709fd605062637d086b2d20311 -DIST js-sys-0.3.69.crate 81083 BLAKE2B 529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6 SHA512 506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9 -DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 -DIST libc-0.2.155.crate 743539 BLAKE2B 42cdcf8d4a187383548b1f09d404474f168916d626d614463fe10a1fd886e972e1caf6297e75445214af3f31fe631d0927e54ec1cdc63e20082b3587e38dce16 SHA512 05354bba532b8338bda1f88f12c7f3893429734a06e33925fca2b99d49548ae5216e2cd84e782d2368a2dfef20b0e035e2dcad8dd13ede7119462a8c639b2807 -DIST libredox-0.1.3.crate 6068 BLAKE2B cf09f261d3a945d290ecaaa724903e0042d66eca46dde8a40c261ccb1e82c0d6b9926898eadafc6313fdb9f19cde56377b8a9179935482559c4b9707e327511a SHA512 c62142fdca92388664eef83fc89b8607e2df318cbadff6edf9e3d927837853d5cfeb54445299a82054a0ca81853b0a33536966ab26f1f2e0fa43b39aaaf67c49 -DIST linux-raw-sys-0.4.14.crate 1826665 BLAKE2B 804af73daf396bb20da14f831f26ce06325181de14f0c277350bd22d21789f2bdd663a964cc0e7c5cbd2e084285d02a401a6bfbb3e8a8f079c120f9488b56f99 SHA512 28149660bd975ede05624af3582d5c78f498239f5d89713c2c32f5372fc16f4ca024dec35f81ea973a2cf986098890395dbda06ac6cf4ee29df3f9a0e11eaea7 -DIST log-0.4.21.crate 43442 BLAKE2B 8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba SHA512 0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b -DIST lua-src-546.0.2.crate 662628 BLAKE2B 01281c033e0562e66459908ccb6acee71c0286f2bf9959b8560956eeda0ae3ce52d7ee9a4ede6865923f8453a0aad3f21bea3adcbed4d9c7c664daebce6bf788 SHA512 861baf39127f8fde30e97202288e0c1ebbbc29efd7fe8c6886c391dfee6f21a8fe32d945059a8a00186fdf78c0b2099d38c748fef3f423e05083728ab1821450 -DIST luajit-src-210.5.8+5790d25.crate 1011781 BLAKE2B 685f6c6fee43d94bf382effce7ccbf0edc58e211a457c964ad2328ef41798ecec2f1ab3a6d912af26fda1cb5565909a981e546a13e2cd5274b0530c901cc356d SHA512 ca8fd155e9985e992c001c5f551263a3dedf84b7cfc46bfa73bc57824f7a88f8a56df2a097f3618490926190c1688864682141a2e63990a2b68b6c3939bcd29a -DIST memchr-2.7.2.crate 96220 BLAKE2B 2399064b6db21838d4aa0b25ed0bf04940ee3820741658cc6bf62e5ade08f41320df743ff13f99b2781da7b844e18deb1cfe25fe570f0e93f98ff03ca5d442e3 SHA512 cadcb4239c7f3aaab042592c5186770a225621e32f8583052fd3dbebb4a6d9b99be28f589b39b5ca36cb2d56fb3709e7d4ba91838ebb882e28e51280c02bbc40 -DIST mlua-0.9.8.crate 206503 BLAKE2B 145d0b3246c9fc443df09d8480ff2c4b6e38d65f69e3c091cdfe63e82ced4f0d188d59671193c95789bc09ed1a3cc9d20a9b74c5959feb884f3b57bdfe250a99 SHA512 1588747f2f5b400e160fb046bba9357dea2cd5d52064991528242e3a2450baeca2351afacf76acd593048eded8cc7d3a3206a9482c799015fc801130f2c1f459 -DIST mlua-sys-0.6.0.crate 25147 BLAKE2B 5555ee1b80262e770d42041bc98b6a76592f4209932df722f459e49d4fc1aff82665bcc88c7ea8347f6bf690fa5d6ac575e4e6773b2abcbeaa861ef05fb95821 SHA512 cc25643a0170dac21a40afff7564d3604d50f4237cdc6161ff4565f4065c93a83c00ed34ac39cda119af5613c92cae626165ea90faa1e4a94a774d9eea47bbea -DIST num-traits-0.2.19.crate 51631 BLAKE2B 78637360cbf32d172510a62bd9442708af9730c0296a2bb4ebd200c08facd49bc31bf8ddd58967e0df7273a938832b620265d9f8f4d26ad16049bf6dac1cb4e5 SHA512 180018a5eceb45085e4e8d103ff21bb4d5079cea874c42a0ad4c76c99d275d434bbc1cc289f0cdec172866daa89dbfe0871410b2cc3407233fe1129786905956 -DIST once_cell-1.19.0.crate 33046 BLAKE2B c14b374eaf4ac0f60acc2e02f7bba270a0e8e0a6978d749cd3cb0ab3eb26907e4fbea70dd5132982f90290381ed18ff8a87fd530f1415fabffac864f157ea380 SHA512 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c -DIST option-ext-0.2.0.crate 7345 BLAKE2B cbfc03e7c960fe3023512a4ad816d657b4f54f8ecbde9f9c4df4c5fee3b36b68ab463c67ad650778279e01c7ffaa63a0dacbd0c080c8c3d15b1611de0e71f92d SHA512 f8539f97b01af97e0b80fc96556002251befa60f8ddd19613311e62f9dc9834d71c22f5d8e7c53c4925046e38cdcf834c3c28042a4da862d6f6a21ddff8d8e56 -DIST pest-2.7.10.crate 123707 BLAKE2B df683c015ac230f2e51ded7f2400b68fb733845dd4601cba89052a2d1148c89d5ffc8ff7e15a42f1822d617c872b5a59fa0f1db88cc94edf5e1b8cbec57be44e SHA512 3facdb4a8bcf0356b702cbff4d314db32a80b33fb3512e52c31114a3f666414a49445a1f502c911cccfb28b7390fa058207570bf9127677815842b4988d1f34a -DIST pest_derive-2.7.10.crate 36221 BLAKE2B 5cbb80d894f501b282346520d900ac718b36724e46429b17d96ea91e6359f0115173a4331f0db48596e77b6bb2c605535c774231a0c19ff69b1c34ee0c7c0ced SHA512 c63ec4c6849b27946f68afeb0eed6d3f3bf6160bf73ef4228c3303b5b9271e30db8e93d01842ab3cf1ea6a987f33b1e4f55ef4bb62fdf7d9ec32220193ba2b89 -DIST pest_generator-2.7.10.crate 18411 BLAKE2B 67e4df45b33e6f7b212c2e1a0ca2e064359b9237fb94a2d3eb40a886ac761c55f198be734a3812b61915f75f6646cca277fae03faadc06f3cfcc6b3a36f36487 SHA512 8fd4678f445780cccdac73c51d75a823a9b71c9b9c52c9fd4dca32b2bc4e8a8b33e68d8d90bbe039e4fb2fd9eb8247bcb7911019325c1137ff4d9d835adb0f59 -DIST pest_meta-2.7.10.crate 41550 BLAKE2B 2a5799519a7032cfd3afd1c2cd23b6af2e9f317717613bb635128c578dc92bfb51706492a083bd6e46c737784c0a69017ecca0f09124786ea633377124ef1f36 SHA512 8c931690d025be0af8ef3ef997eb95d3ebcef47ce0672544a632c77281651f2d0c9c34f1b477426164b169bab638171853bfdad2696d32a90ac22a8bb143cf6e -DIST pkg-config-0.3.30.crate 20613 BLAKE2B e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66 SHA512 e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d -DIST proc-macro2-1.0.85.crate 48988 BLAKE2B 236f2a07c758d0d8628f003b70d4b25d5f0d2bd8cbd3955fc4262d7d9b271c6571eb0fc45c95fd816b426a84ed5ec5dfeb81d8041d4de955cce6f3b9fceda1f1 SHA512 54c61dd0581bb5802e077a58fa41f113aa1fab59026478268ece293f2643921b7649844c1675a21a3a21674cdb3ccf94928e5bd069a02bf6813ccc1114d37262 -DIST quote-1.0.36.crate 28507 BLAKE2B b93495163ed205e33543ed45f084870240d479071d643704b6e348fb9ada6e1d8401893c13348b9964f4b6b17ddb96cb5458eec540f0d761655fcb96a4cd9129 SHA512 f1f002a912692f7ffd4912ca980ec57ff4aca3a7d9e2e42e9e3409e2105c9f59d86c05719f6af309bccaef2f8843b0848a6e3afda3356e045d8e7cc5956ae685 -DIST redox_users-0.4.5.crate 15514 BLAKE2B 9fc9d9c4875ed711efb75fb08f345b5f4f0667717d37710143742e48251a709c53760bcbc31ce13e6432672f9417be429c38c2e77a6b786887841714290a1194 SHA512 7a25cc91c9d1bfe537f20b83255990681d136ced5aaa7aa0cdb1b1fc024ba36aa1fb75c335c768a85ee078019a9ca2460efd911cad8ae6fe8b0385fb171aa4b4 -DIST regex-1.10.4.crate 253191 BLAKE2B 08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447 SHA512 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b -DIST regex-automata-0.4.6.crate 617565 BLAKE2B 8f1e2a3cc1d2d50478776281d2bf10164ef441dcf7127994f4a0341ec40588ec8dc1c07fdf9f670da9e61a7753551500b80314df130370b61d2c03c2b2e3135a SHA512 b288e1facae2612f73d3de3fe9fd1af13d337107004f990263abe6277b31b948478ad9c2b807dcafa73fa565e48bdf2113139f5ca67eb73165b7d29e2ee5c9f1 -DIST regex-syntax-0.8.3.crate 347497 BLAKE2B 9ac2f63098ffa3fff51fe2bc0bcf9ef164cf9389a909a3f0cb668d2598e7ca65d573e47d571ee2e6bba3a1a96ef7c298b8d681e1ef89c8c53b7d590e0e22839b SHA512 925f7bcc50d94c65d34fcc770c6e58dd5b8a045541c0109e77b8efe842eef4c110087ac9c0f86c7c3022ed013abbc5c0a187d796dce292ad5361a0cdf7153d76 -DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 -DIST rustix-0.38.34.crate 365160 BLAKE2B 02513c2513ac45897b659f0d332a0dc32401d238b8fb64ad4a90ecc4d8952fb042c0bde4bf13d52630cef34e73e96dd32cf772a8601b4f6eb5e2961f0a394add SHA512 717cf26e2ec792b41819ff964888adb265a215d2b6c6e2b7a8ca1f7f793b713b853bba9cf03c2cc88b0f9a5eb1a0478faedbc05526f39bd81583e7b1f764756f -DIST ryu-1.0.18.crate 47713 BLAKE2B 409cdf4b4e77685394018371e91ad6fdb175ac57e1df9f902871f13208515e5a2ab1daa226fc1e7291278e64448332845be4cc9409bce3b2f3daed409259e104 SHA512 a9b2beac778ec47e6be303148d7512ee681bd2361f6e4ac6db32c8b4baf86a8c5eb5b0d02eacd6131ae88c7b5105c57018c3050676e0b3dd1ed9c4d2fd650e84 -DIST serde-1.0.203.crate 77935 BLAKE2B 3d3dd4f81f7d74b60483d6759879a9f87c0c7d615aec308bad1bc575fac4e2071dc86551c2789e87331dbf8089e923ae56fff82e6f5a9992cf850121b052ce1d SHA512 a8d302589244e41f6f675e8d199b2532b29f62b63e45aee141a93dad96033e4bbb27ed01c11e329ec2266cdcc6f2a40f41dfc7d1b9bada69aea81d35d2d82cec -DIST serde_derive-1.0.203.crate 55867 BLAKE2B 1bc8aa96328bb83e4e4ff527b1df855bbcefd333f0c43c96d1e0b93f98a46273dd88a21653bccc8f517c4fc06d17b9b44332a963d024796e0a2c18a5bfecc824 SHA512 b2aeeab33395ac11ebdbd922fcdbda29f2592e7a20e78aef250713baf269cacf497271be7aa407f657aba33da132df0e035be046fef070f915f234097d1dd392 -DIST serde_json-1.0.117.crate 146921 BLAKE2B fda4f87c300762c24163cceb449bb27fc96b089d5ee869b89f204dbeeec704231cdea7a14bc303cb40b621288fcb1a2b03f50552767e32a73c982d459762624b SHA512 363443af23e8e03dd17c0efc94b376f0d89b596c74d70d0437471e78bc20c6beb61da59404ff150af52000162f6df728ce73475feb828c453e58ea43e66ca056 -DIST serde_spanned-0.6.6.crate 9120 BLAKE2B 6748b04f30cc63297fe01cacdef743b688aa0777b600d603919d05676913133450c97a179c6cbd4a62534431b74c4bcf63a60c1185ba89cd8266411d3824aff9 SHA512 e07254723645c80d10c1ab9a7282251fcafa0b5144991568b1b1f85e7c8c8bbd82b5992f2ed73fc7a988f6a0175fd79fc927c6b28b7420e83269c3364d7ead4f -DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 -DIST strsim-0.11.1.crate 14266 BLAKE2B 252a9ede4241b165525486aa8855dece37af77f5b28e0e1858c4a5d2047db9fa958328db10989234aad69463ab51b2303785ec056c63ea8c95bf95e111ddabf2 SHA512 0cebe0155a92640e56db9a599ae62078cbb32e1d2da8bfa67ed0e8f410a7558dfcf7b3c2720ff5913282e291ecf076aed9fe9bf84c8d44e814a642b1bed3335c -DIST syn-2.0.66.crate 264855 BLAKE2B 5029091b2cfa88e5c739be913a647dc9492696398c09b891f84089350e6f09baafd9935b81e0f3519d5465eff2e1822ef6cdc96c15d6a40d1b6b8dd2f9e7d073 SHA512 60a617bfd37d74c52e4d4d63ef0a27a2f9b982469a6926922f2f6e96754a0c66affb0847b9a44d505c053cbd788b97e998efb8d1e558ea00ae4a0b7f15bed9b0 -DIST thiserror-1.0.61.crate 21264 BLAKE2B 97337830507c009dbb4cad84cdfc02bc097b9d39d0af2fdecfaa63f0c12229e60727244fa4e44c2d54daee67bf8b4e8492d94a5de55d1a90b8eeab8c0d082e80 SHA512 9c08b868eaa47178ee60733aaeeda60dc46d58d2b9c15985ba3dcae4923e8edf02b97556df52f508753b0ff52782f6ca3227e9ef6343066e5d5d3a89e03f3f15 -DIST thiserror-impl-1.0.61.crate 15786 BLAKE2B d63773424aa047c6eed8a6c9bcc8dfcee9841a2d4fdf6fc2c117695c09359371931722198b2e0b2bae32b0c54b6275f964e679b78b8bef1c365ca33aa41562c9 SHA512 b43bd2ba6b751b777e2fc78aac92a3e662a1876f704625c4e894019fc68a6b7628b9c3b7ddfbd2cb15fe6fdc0ff679ff94b0c47e2660a40919000ad2fe1cfeec -DIST toml-0.8.14.crate 50645 BLAKE2B 264a757d09f443e9d4d2cd7efa07bec4bfa382d1ca82e59d268c0099114547536858be323e8004fe7add72967b5c193bea176a823b688ad8be2bd71b186607f2 SHA512 31af40bb5d8a172f45b5f0ea7f089862cfec57bc9bcea6559932b045efefe9e8be349df24f55d6ebe536f414fc35950f6545a4703e13a202212eec9fed6ecf62 -DIST toml_datetime-0.6.6.crate 11698 BLAKE2B 8db35da8a3f6fec053bc82995f4abeb8d2855f2e94ed6ef4a4a6f47e956ea2cb6f8d0edd5c1b1cdebf83c7c218d9f2d80f48346e62fa7985532cba925891edd5 SHA512 710182bcca90f0d830423df41ff0f8e7bd10b866fd7ea1f6d37a315c7b4732a3b6fd61cf411b28051959034534010f24e250e10282c4e5a2539c2858f447aca0 -DIST toml_edit-0.22.14.crate 103761 BLAKE2B 54acbfda77cb071d280790bdf167a9a7a3fc6c8297ef96c5a82d55c93fb036c0ed167fcfd380d558fba3602bfad26080947e6477a6011819795d2debb74e8d14 SHA512 fef6ca35315482f635bfe35c2c6753d09f9bd33681d8f032f448fb9c6f494d30fc5789d96f99657879be9fdd7b35a640d52fce7722fc6ca05d8b9d5ed91903c4 -DIST typenum-1.17.0.crate 42849 BLAKE2B a6d1162050679e2c4ab2467f3a77d301f6861882eb7c9749f31d047f383dd5bd2ed5846ad63eed99ccc04d6ac36cc697a305861e1d65880b4d2ef04ee0a79b94 SHA512 99773d5d9f850c0602db4bb67dd062b0ade6f086e155216f1bb2fb6569461ba7e1b7c2f2af81ea8833bc3bfcf3fe5033edecb7c438adae63f59d3e30cf63a508 -DIST ucd-trie-0.1.6.crate 45790 BLAKE2B a6d47c903be6094423d89b8ec3ca899d0a84df6dbd6e76632bb6c9b9f40ad9c216f8fa400310753d392f85072756b43ac3892e0a2c4d55f87ab6463002554823 SHA512 00d9732797029c16d84fe518b2d90de841b87b5ed6c3628b9f097f5340f1e50778749db18f22e4ecc513f53624806ddc3484e5cc9ebffdbb6c0c800bef817e95 -DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac SHA512 bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920 -DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 -DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 -DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f -DIST wasm-bindgen-0.2.92.crate 184119 BLAKE2B ca256c686bb3854492bad6afe3cd27dab314561a1ea2e0205579820066b462bacdb2cc01075fb420bd20eb33b03a648ce1ff46feee04d8759ea8aa990ff8232a SHA512 6e46501276c0d4befbf930c816d6ae6c3764e3b5ce0ef4aafa627a6ea371f1a056ecc15970a817e9e9bf51c0a2ffa57df427d758b2d367beb6a474d75b8939a5 -DIST wasm-bindgen-backend-0.2.92.crate 28348 BLAKE2B 425497aa7a023b70549c55d5a15dfed80877c5503863b186c0a9d11b29551c4606c1cd5961c7dfdeee2eab5662952ad7ad215513e93abe727a33f84b30bd181e SHA512 22e4f5848d62bd1fd55f4f054ea1293e223b3cd6f916bde2523eec10388e733623492c3a3246d61831e696dffdec5d000b95e9aa1217be6e38dd6459872166aa -DIST wasm-bindgen-macro-0.2.92.crate 13835 BLAKE2B 1f2202fdaeb78c32813eaf08b2fbd7aa9c469228386df71b8ffd81a46374e39a7104b79991f702505f9b7e97957fda8574517fbb03e3f9e93098c4d6e1e46be3 SHA512 78d2ddac88a9ca3ca5eef8a7af81cdf2366187a67d844e69f65f6893d1949f9723ab5f2be762c2217a5c21aee2f3dbc2d5d55ef0c9cbf0dec0d52d67a6ba7462 -DIST wasm-bindgen-macro-support-0.2.92.crate 20092 BLAKE2B 8e274a4053e7afc680740e811c3941478caf5342e2206e3d28cdea9f9514bedbfa4f2b6bc608817306a1c455dd7134b7e17f0f04499f6bfb5302f29b041ac7ae SHA512 92543d2aad0b25798ec20e68832b823610c2c01401088cd9cac1684a86ddd1b567b3e2712acb862060f9c645a0df509b01d9834fd3e13cdaab97960f66d8daa7 -DIST wasm-bindgen-shared-0.2.92.crate 7263 BLAKE2B e54895486b9a31cc4651b7bb042059cc84421708346c06a9764315ebd4f440a1077520c7d325d6889a690b2c06aa185d40cede2dc4d061b363594cbde20fac31 SHA512 70e3a22731ed8aec428433bf30500eb3f62e3b7f4f1be34d8bb3b6f34f99690fc85d49eb413caecab807064494cfec64242c6a42709dffd638046e370bf86e07 -DIST which-6.0.1.crate 16542 BLAKE2B 20fc6e56405a9774569f315703b2d8f20029c225e7839ad620121aca7e1e0ee3a0295e402b6a0f504d18774f3266b98b56ffcafbda153321b1947f44205ae51e SHA512 6a80b7bf46a7fde1fd4ec6cddb7bafdf9b9878a493fc5fb6ed425827206100bb45850541b42113be43aa7b336a30f98e14a5fa20d09a6411e3f420b96f7273af -DIST windows-core-0.52.0.crate 42154 BLAKE2B 9670bf02261b4ab2a24eff97dad11e305deac823cacfae286965b62b11bc035f19a55ca710eaa4359c8a4905433a94fe62a836b77ddd68f244ad6ac2c9657f58 SHA512 0c8f1c7e63c11bdcf1361150ecc83abbfba8da2c6d28523799bd286bf8aa1df61ffed19175e8cb3ef516a9afb6248b640c2101a2e0c09a99bfd7a18c6741bd36 -DIST windows-sys-0.48.0.crate 2628884 BLAKE2B 551e900de4f67187ef034b60df9fd0e0d8f82a3100ef28e1eabd543ac129d882dc86ffcc1714071aba09e4cb2ae2d2f07ace1a32b99fd989ce525cf05991edab SHA512 bdf534bcf3face31e9ebe11427a911a53f89f4ff5eaea8cccd094e139bfe14b2aec602b1cab1df774794d999477439d9adc6b627a8e33c20334fc348ba2c47ed -DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 -DIST windows-targets-0.48.5.crate 6904 BLAKE2B 7396bb210f37bd51da86f39fca3425c8f6610721d5c4e94f9fafa0a8a8046303b3fcc6979146bcfaa32f4406d242a0455f6cbb220f84c6ff84650e755acf5223 SHA512 e079eeef255a046be7f8e6a31c14f7b230254ebcf05eed2944827bb3d2a0dc30940d87593cf544d5e7ef35f6312b99430efcfb01421d91b02bb9c4bef7d98709 -DIST windows-targets-0.52.5.crate 6376 BLAKE2B 1d39fd86380ab086c536d88e67b60956410b345790ccea62a25e6a700757b2a9cfa6dfeb7b86934cf47b981ea2e5f42dddf49780ad9829a551dc507fcf108641 SHA512 d00d7bc7eec3c10272e803ee5c9ea0d9b07c43311124dae975b4f5aae7408c5f2ccb2fe6e68228ea3d4e70b6b658382cac6992ea177f43a9cba2ef95c4fda0ee -DIST windows_aarch64_gnullvm-0.48.5.crate 418492 BLAKE2B 5c6f7d73ad05740f0bac304ed1ef9b2ea63b0d6ca8f875552ae299a0b73b1557e8fe996f1c2b69be9f2df350c9288690f49ee62239a2896991364331d6c55462 SHA512 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996 -DIST windows_aarch64_gnullvm-0.52.5.crate 433266 BLAKE2B dee1b69cdf1fbd4143136909e4df3adaa7b80d7630a01ca9a42fc5ad0d5a4d9a9e2873b43c6d8e55de59f237d9199fad0768c4e1cda3b1e5354847bd70d4c79e SHA512 b4cf511025458fe30d5b11368af285610e1654a8986ea9f78fa81b8bb87d38a00c4869441c62692534df66d06baf14c8a4d17f8eb06468eb260b99e2fda6439d -DIST windows_aarch64_msvc-0.48.5.crate 798483 BLAKE2B 60c466d6536426425a34b5ca20da97c8127ebeb4fb9b1363911165bada484f8913fcd50e90410b5661e0c27dbfe8f4eeaa62fb17d1f3566bfc82b6255e11619b SHA512 223f016c6f1a44dbc5c8a8428b39438f75380ea06951b7c26ed0877b19d79410c6fde5e4c7f2c839b6e76159131f39a1230e0e3a208dfc425ba9117e3665c4ff -DIST windows_aarch64_msvc-0.52.5.crate 827944 BLAKE2B 3bcb16d527be1dfdf18a9105ab259a064f00e949937ca423c8dcd1d2b90090d85aa7e42ca6ccc50c9baeee1aa144123d0a04643f9ff1147e62b2fce28b8a697b SHA512 c8974f81e37a43d92c4a8b142705e36b7acc58d9150d80ffa3997433da878044c467a2d9167ba792d37a183a0082d912500fea8c8fed743f395b63ca62a5758d -DIST windows_i686_gnu-0.48.5.crate 844891 BLAKE2B fdc37cd74a4982056bf22fdb7b84e1c55dc838f3cb19ff3648730a77e673ef4ecc0380b3e4277bb8df2fcfa25f57b69014713d9e3ed27c28e19b25b3ea2ab774 SHA512 931ba5c1e4eb8ae73248e00d9611298d1c4b4b0dae719fdeb9243930cd420a103a7bc2738e0a4887c42c8f25728d6c5d64ad141dc092bc3f1d0f35dbe37d303a -DIST windows_i686_gnu-0.52.5.crate 875699 BLAKE2B 528ea431d080c5326e4c6ed316d9ea3e38b40c2e1322a12a432506a2c11555a94537661a0941e90c20eff4a9ce42c12539876dae6e77a1df18b522529928b309 SHA512 cc3e0362fb62dd5e8a855bda3be0177708ec8629ee9685f1f9aaac3f71a8cb082387388bdf49b09d3f5ee24a636b0b4f933d2c8bb75db434ee0192c8ce0547d2 -DIST windows_i686_gnullvm-0.52.5.crate 473064 BLAKE2B abe41ee330c05ee1366b3a835d15c6db3964ffd7b340ee69d215056b0d4b65c67f2782b0c04a55db64001098de87c93e2d447e25ef2a27f2cfa6685b8cf20c88 SHA512 da45c882248070911bf55698f62c245cb081a23254cdcf578df053905adb9117454235e52dcf1dd97c0d2248f92ff1d2fd3e18844a7be8d93ba08590c1eca22b -DIST windows_i686_msvc-0.48.5.crate 864300 BLAKE2B 3d3ea8be55e2d6ced0eeda18abe1dffb925a1a78f456d683e4450d9f2fd287ad2e8494d65b2b770c677a12b3a60d10f0435e16c61880e3867c3657fd44892442 SHA512 70e2fb4fdb006a4cbd43ab2c7e940b277a15fb1790dfa2d1fc1f1fd18bead4886f6dc046e44326603e4894d988578917b8932aba5d9a6a4cc8424911cad9dc7e -DIST windows_i686_msvc-0.52.5.crate 895404 BLAKE2B 02555169f8c5b944231a877de8693fc871ea0d7d33f52f60e164bacb35cec13d463af07c57fec4667948047cc222d8bda7f6a0be01a07e7184b69e4adc2b4577 SHA512 08c96f8e9385ac121549bae8ed228741b32004be20b2955d163a98d4b62af464f1682cb813681fa22823d20646f19335cf0a66203a876b105e119e05a4db0634 -DIST windows_x86_64_gnu-0.48.5.crate 801619 BLAKE2B aa7e7e6a6ff9f9553ada3a0a39a9aa798e9d995a8eef36e0b6fdb2a0db93ddecee5548970575271fe43aec74797a420d0ee231d503b5bad1bd999059261e0e33 SHA512 1d6056fae430b3d042bdff3c6217c76be4b8b9f5dada9bad06beaac2db7d7ab9b0a82e44f498ec88e61afa73e99f56d84d445dc3847732b9ce5d947e08485f74 -DIST windows_x86_64_gnu-0.52.5.crate 831539 BLAKE2B 54f84c19988addeb7cbbbddb940e430e7345944589419592b99addf9b83bf6d801b18f4e80399b85bbb0b0ccf4608e36d9a50b79d8b1d6ce2b93745856e06eba SHA512 d9bf91765d02d2727344e42081f4bcfa73be97991495126f7e633f27e56a261ada3a8b865a559cfe71f9bc9aed5b14504f89138796766937b3521009726dfab8 -DIST windows_x86_64_gnullvm-0.48.5.crate 418486 BLAKE2B 12a2199d434617c1df1a839e9f435620ad64b40c579f6d0c3677553ad7a48e5765d12c266b04946402e15c92cff2e4ac4979ce2130750ef426e2672119680284 SHA512 c016d5b5e73832b61ff67929d92fa8c16e154656294357266ad29ce1f44db4ca2d2935dba31a6b571187dc838b1d22f1e3b41fefffd1d719a338439adf1646aa -DIST windows_x86_64_gnullvm-0.52.5.crate 433246 BLAKE2B f34328a6d100e092ecb34a6305daedf4fecd71840432f104e8707f049b60d784584ce4f02fabdd0281fdb8bc7ebed34b38fdacf3be9c8abd60084e9a4ee9fd56 SHA512 22a978c40df9705cd94e4c52f2b706e477e667b564c608d0adb144b38cb486c279c09d1eb1dd2d6c7bd3401b75a2dc5eafe0f7d642ffe6453f394d1f59483a08 -DIST windows_x86_64_msvc-0.48.5.crate 798412 BLAKE2B 8abc0721e2fb337fe17c91d278947d36122d9045b839ba0cf3e690202d242265b676f23cc301da5f9d98c56ca4ecb76f7d6f072ee71bf986a1deca87020b90e5 SHA512 fa1c5cd14ca2ff0082e2504cf59d317dc4dc6f7138d35c12f95d4476a9c13d8b7f5537d0ee251eee7c99411ad31b22263171b7fbd391daa5d3ea3488ceaa61a0 -DIST windows_x86_64_msvc-0.52.5.crate 827905 BLAKE2B fd5dac198bfbf29878cb461a7338c289c9af16ea80b3e5fa567980d2a6a5ea6a1cd83729ce6fd67e4da171873083dbeb1d6e16a287620f0245201f9cb29c29b4 SHA512 81176090dc725d7fe3867e6322fdc4a4065168580847b35e6f8da345f685c4f66a81e35cd1880dbaabdd4cdc82446dde9d6a0e583cf0b7fe47dda8bc8002f1c6 -DIST winnow-0.6.13.crate 162649 BLAKE2B f088396ccdc6e96e56b822c20ea483eaead57794e101bff3df6ea35fe039fa2dcf2eac98dabebc3decb4129c200490633f05ba5dd4325cec29d28c78887c3de1 SHA512 a8a94c26afc4cc4db6ec2e65e7bff325fbe6816d4a80fb97e2014e202af0f549a77518f0435157985822aa9fd8642b95258b6cf87a9e695f4b9a11b5fe514d86 -DIST winsafe-0.0.19.crate 492820 BLAKE2B 4eba26861f85f668e134b08c60e9522b698aed61eaa5e6d4e89ef31c1b97953fa08a5157add52d9a306075df4ad97e9aaf1767eea4208b72401ec0bc1c3eb0e9 SHA512 0555ec74c5acbb69ab08e54d920094e806258079bffaff3f90297bb94a000c7da36d6eba0eae445d425c781465235dd70a198437cf83a1f113438bfd9baf4c21 -DIST yansi-1.0.1.crate 75497 BLAKE2B c0d396c93a733ed6ec12aca3385d816f39b1f1fbed75da460f491f0cbfc30ba462842ebd1627fa8e5d2b7c0f37913a23747e5f5e23df1cb7c85d965e6c37159b SHA512 182c8c6c60a30a727d8f8b90bbf0527d91fa8ae9d8eb20e5414614b43ee6dc532f4b19241adbfb9299cb0004b39fe627036269b60b0c3860d9e1ea4413aca541 diff --git a/app-text/fblog/fblog-4.10.0-r1.ebuild b/app-text/fblog/fblog-4.10.0-r1.ebuild deleted file mode 100644 index 19cb0922d9dc..000000000000 --- a/app-text/fblog/fblog-4.10.0-r1.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" - aho-corasick@1.1.3 - android-tzdata@0.1.1 - android_system_properties@0.1.5 - anstream@0.6.14 - anstyle@1.0.7 - anstyle-parse@0.2.4 - anstyle-query@1.1.0 - anstyle-wincon@3.0.3 - autocfg@1.3.0 - bitflags@2.5.0 - block-buffer@0.10.4 - bstr@1.9.1 - bumpalo@3.16.0 - cc@1.0.99 - cfg-if@1.0.0 - chrono@0.4.38 - clap@4.5.6 - clap_builder@4.5.6 - clap_complete@4.5.4 - clap_derive@4.5.5 - clap_lex@0.7.1 - colorchoice@1.0.1 - core-foundation-sys@0.8.6 - cpufeatures@0.2.12 - crypto-common@0.1.6 - digest@0.10.7 - dirs@5.0.1 - dirs-sys@0.4.1 - either@1.12.0 - equivalent@1.0.1 - errno@0.3.9 - generic-array@0.14.7 - getrandom@0.2.15 - handlebars@5.1.2 - hashbrown@0.14.5 - heck@0.5.0 - home@0.5.9 - iana-time-zone@0.1.60 - iana-time-zone-haiku@0.1.2 - indexmap@2.2.6 - is_terminal_polyfill@1.70.0 - itoa@1.0.11 - js-sys@0.3.69 - lazy_static@1.4.0 - libc@0.2.155 - libredox@0.1.3 - linux-raw-sys@0.4.14 - log@0.4.21 - lua-src@546.0.2 - luajit-src@210.5.8+5790d25 - memchr@2.7.2 - mlua@0.9.8 - mlua-sys@0.6.0 - num-traits@0.2.19 - once_cell@1.19.0 - option-ext@0.2.0 - pest@2.7.10 - pest_derive@2.7.10 - pest_generator@2.7.10 - pest_meta@2.7.10 - pkg-config@0.3.30 - proc-macro2@1.0.85 - quote@1.0.36 - redox_users@0.4.5 - regex@1.10.4 - regex-automata@0.4.6 - regex-syntax@0.8.3 - rustc-hash@1.1.0 - rustix@0.38.34 - ryu@1.0.18 - serde@1.0.203 - serde_derive@1.0.203 - serde_json@1.0.117 - serde_spanned@0.6.6 - sha2@0.10.8 - strsim@0.11.1 - syn@2.0.66 - thiserror@1.0.61 - thiserror-impl@1.0.61 - toml@0.8.14 - toml_datetime@0.6.6 - toml_edit@0.22.14 - typenum@1.17.0 - ucd-trie@0.1.6 - unicode-ident@1.0.12 - utf8parse@0.2.1 - version_check@0.9.4 - wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen@0.2.92 - wasm-bindgen-backend@0.2.92 - wasm-bindgen-macro@0.2.92 - wasm-bindgen-macro-support@0.2.92 - wasm-bindgen-shared@0.2.92 - which@6.0.1 - windows-core@0.52.0 - windows-sys@0.48.0 - windows-sys@0.52.0 - windows-targets@0.48.5 - windows-targets@0.52.5 - windows_aarch64_gnullvm@0.48.5 - windows_aarch64_gnullvm@0.52.5 - windows_aarch64_msvc@0.48.5 - windows_aarch64_msvc@0.52.5 - windows_i686_gnu@0.48.5 - windows_i686_gnu@0.52.5 - windows_i686_gnullvm@0.52.5 - windows_i686_msvc@0.48.5 - windows_i686_msvc@0.52.5 - windows_x86_64_gnu@0.48.5 - windows_x86_64_gnu@0.52.5 - windows_x86_64_gnullvm@0.48.5 - windows_x86_64_gnullvm@0.52.5 - windows_x86_64_msvc@0.48.5 - windows_x86_64_msvc@0.52.5 - winnow@0.6.13 - winsafe@0.0.19 - yansi@1.0.1 -" - -inherit cargo - -DESCRIPTION="Small command-line JSON Log viewer" -HOMEPAGE="https://github.com/brocode/fblog" -SRC_URI=" - https://github.com/brocode/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - ${CARGO_CRATE_URIS} -" - -LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT MPL-2.0 unicode Unlicense WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" - -DOCS=( - README.md - default_config.toml - sample_{context,elastic}.log - sample{,_nested,_numbered}.json.log -) - -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_prepare() { - default - rm Cargo.lock || die -} - -src_install() { - cargo_src_install - einstalldocs -} diff --git a/app-text/fblog/metadata.xml b/app-text/fblog/metadata.xml deleted file mode 100644 index f3f92e657625..000000000000 --- a/app-text/fblog/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <bugs-to>https://github.com/brocode/fblog/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/fbpdf/Manifest b/app-text/fbpdf/Manifest deleted file mode 100644 index f7ba0c658e92..000000000000 --- a/app-text/fbpdf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fbpdf-0_p20250124-6a0d77f06f6f03085a5b786d1feb8a041318b30a.tar.gz 8987 BLAKE2B 84b702cee1717aead5fc74f5b780113464f0c9dc7e295fa2b2e1a0506eb81277163f41374d4794390ff4ab2daf84d2ee0f6d381d2421d5284f12e72189de4242 SHA512 993847de2dbf874fd7d4c37bd2ba320de9d9f2977cb770a83ffb82d7b5b602f6ac1e1b4ffb5a90573df2d4eeb4c2bcbbd93a79100e5af934f296cedfe158a378 diff --git a/app-text/fbpdf/fbpdf-0_p20250124.ebuild b/app-text/fbpdf/fbpdf-0_p20250124.ebuild deleted file mode 100644 index fb930525fea6..000000000000 --- a/app-text/fbpdf/fbpdf-0_p20250124.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -COMMIT_HASH="6a0d77f06f6f03085a5b786d1feb8a041318b30a" -DESCRIPTION="Framebuffer pdf and djvu viewer" -HOMEPAGE="https://github.com/aligrudi/fbpdf" -SRC_URI="https://github.com/aligrudi/fbpdf/archive/${COMMIT_HASH}.tar.gz -> ${P}-${COMMIT_HASH}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="BSD ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="djvu poppler" - -RDEPEND=" - djvu? ( app-text/djvu ) - !poppler? ( app-text/mupdf:= ) - poppler? ( app-text/poppler:=[cxx] ) - !>=media-gfx/fbida-2.14_p20241216[pdf] - !<media-gfx/fbida-2.14_p20241216[fbcon] -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-0_p20250124-use-pkg-config.patch -) - -src_compile() { - local targets=( - $(usev djvu fbdjvu) - $(usex poppler fbpdf2 fbpdf) - ) - local myemakeargs=( - CC="$(tc-getCC)" - CXX="$(tc-getCXX)" - CFLAGS="${CFLAGS}" - CXXFLAGS="${CXXFLAGS}" - LDFLAGS="${LDFLAGS}" - PKG_CONFIG="$(tc-getPKG_CONFIG)" - ) - emake "${myemakeargs[@]}" "${targets[@]}" -} - -src_install() { - use djvu && dobin fbdjvu - - if use poppler; then - dobin fbpdf2 - dosym fbpdf2 /usr/bin/fbpdf - else - dobin fbpdf - fi - - dodoc README - doman fbpdf.1 -} diff --git a/app-text/fbpdf/files/fbpdf-0_p20250124-use-pkg-config.patch b/app-text/fbpdf/files/fbpdf-0_p20250124-use-pkg-config.patch deleted file mode 100644 index bc8a3ed62fb9..000000000000 --- a/app-text/fbpdf/files/fbpdf-0_p20250124-use-pkg-config.patch +++ /dev/null @@ -1,32 +0,0 @@ -remove hardcoded pkg-config -use pkg-config for mupdf and libjpeg -use CXXFLAGS for poppler-cpp ---- a/Makefile -+++ b/Makefile -@@ -2,6 +2,7 @@ PREFIX = . - CC = cc - CFLAGS = -Wall -O2 -I$(PREFIX)/include - LDFLAGS = -L$(PREFIX)/lib -+PKG_CONFIG ?= pkg-config - - all: fbpdf - -@@ -12,14 +13,14 @@ clean: - - # PDF support using mupdf - fbpdf: fbpdf.o mupdf.o draw.o -- $(CC) -o $@ $^ $(LDFLAGS) -lmupdf -lmupdf-third -lmupdf-pkcs7 -lmupdf-threads -lm -+ $(CC) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs mupdf) -lm - - # DjVu support - fbdjvu: fbpdf.o djvulibre.o draw.o -- $(CXX) -o $@ $^ $(LDFLAGS) -ldjvulibre -ljpeg -lm -lpthread -+ $(CXX) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs ddjvuapi libjpeg) -lm -lpthread - - # PDF support using poppler - poppler.o: poppler.c -- $(CXX) -c $(CFLAGS) `pkg-config --cflags poppler-cpp` $< -+ $(CXX) -c $(CXXFLAGS) $(shell $(PKG_CONFIG) --cflags poppler-cpp) $< - fbpdf2: fbpdf.o poppler.o draw.o -- $(CXX) -o $@ $^ $(LDFLAGS) `pkg-config --libs poppler-cpp` -+ $(CXX) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs poppler-cpp) diff --git a/app-text/fbpdf/metadata.xml b/app-text/fbpdf/metadata.xml deleted file mode 100644 index d54be3a50ac2..000000000000 --- a/app-text/fbpdf/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="poppler">Use <pkg>app-text/poppler</pkg> instead of <pkg>app-text/mupdf</pkg> for rendering PDF files</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest deleted file mode 100644 index b3fcf558f8f1..000000000000 --- a/app-text/feathernotes/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST FeatherNotes-1.3.2.tar.xz 639068 BLAKE2B b042a835d41fcfc0772a2525eafd022904f75e9d16c220fc34e815f01a9ac73c7837a8bd712a08edc5b05e30be39f61ddd0d6a6ae1a011ab4f39eab23fe61ea2 SHA512 d5a5a64b8caa92163828c864b8debfbd6ae0288a75b79af425618dd6bdea701c63dca2cf832b6b1628d1159b7f6bd66692b888a33b6aa09d73596bf35d7e8a7b -DIST FeatherNotes-1.3.2.tar.xz.asc 862 BLAKE2B c90810048430de26e42fa0cbc2d62b8e0c62728ccbd20ccf5321f916c5b8727cbf9b46612cf07e6053638f52aa6cc4086da7a47083125157265d80f6d9f10e7d SHA512 acdabd41edd4869e11c4085ab0ee6ddb66bf3988ec9b168fdb2ed0270796f5220c40e424acaf52f7f3b05ddac760163f09f3d7a6c1b6a260f522ab934f9147e5 -DIST FeatherNotes-1.4.0.tar.xz 643768 BLAKE2B 58eae678992fc9fdb13a525fcaae6fa114a6a79c9f7fb628771887101395511760a645bda13ac42e4b4ebe15953e7dfb5648d26e490d088b2dc834e6b015e2b1 SHA512 878331da3ba53e2aa73ff34eb4a32fef45b0b4d881dcabcfbc4104474e6803036595e748161ffb270c2a36c96b0876cce548d521d03c1d6f3849d89e82517fd3 -DIST FeatherNotes-1.4.0.tar.xz.asc 862 BLAKE2B c23a66b87fb3447369b7b99e5c69656f47492648007c6e8038e29457b002736a432d593cb3c69a2c36a7e98b34d5306bb414cef4a89805f5c60d29972a55337d SHA512 c00c2b5426e738d952a669481bdce69db30818c4c91c04655969aed6f52949d8ce03f251ad5c2b0199a2b406858bdd90e2084b854587f03104c85e1480c7dcc1 diff --git a/app-text/feathernotes/feathernotes-1.3.2.ebuild b/app-text/feathernotes/feathernotes-1.3.2.ebuild deleted file mode 100644 index 1c8bbd62bd1f..000000000000 --- a/app-text/feathernotes/feathernotes-1.3.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake verify-sig xdg - -DESCRIPTION="Lightweight Qt Notes-Manager for Linux" -HOMEPAGE="https://github.com/tsujan/FeatherNotes" -SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz - https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc" -S="${WORKDIR}/FeatherNotes-${PV}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" -IUSE="spell X" - -RDEPEND=" - dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?] - dev-qt/qtsvg:6 - spell? ( app-text/hunspell:= ) - X? ( x11-libs/libX11 ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" -BDEPEND=" - dev-qt/qttools:6[linguist] - verify-sig? ( sec-keys/openpgp-keys-tsujan ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc" - -src_configure() { - local mycmakeargs=( - -DWITHOUT_X11=$(usex !X) - -DWITH_HUNSPELL=$(usex spell) - ) - cmake_src_configure -} diff --git a/app-text/feathernotes/feathernotes-1.4.0.ebuild b/app-text/feathernotes/feathernotes-1.4.0.ebuild deleted file mode 100644 index 6503b2274408..000000000000 --- a/app-text/feathernotes/feathernotes-1.4.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake verify-sig xdg - -DESCRIPTION="Lightweight Qt Notes-Manager for Linux" -HOMEPAGE="https://github.com/tsujan/FeatherNotes" -SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz - https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc" -S="${WORKDIR}/FeatherNotes-${PV}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" -IUSE="spell X" - -RDEPEND=" - >=dev-qt/qtbase-6.5.0:6[dbus,gui,network,widgets,xml,X?] - >=dev-qt/qtsvg-6.5.0:6 - spell? ( app-text/hunspell:= ) - X? ( x11-libs/libX11 ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" -BDEPEND=" - dev-qt/qttools:6[linguist] - verify-sig? ( sec-keys/openpgp-keys-tsujan ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc" - -src_configure() { - local mycmakeargs=( - -DWITHOUT_X11=$(usex !X) - -DWITH_HUNSPELL=$(usex spell) - ) - cmake_src_configure -} diff --git a/app-text/feathernotes/feathernotes-9999.ebuild b/app-text/feathernotes/feathernotes-9999.ebuild deleted file mode 100644 index c4efc426c079..000000000000 --- a/app-text/feathernotes/feathernotes-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 cmake xdg - -DESCRIPTION="Lightweight Qt Notes-Manager for Linux" -HOMEPAGE="https://github.com/tsujan/FeatherNotes" -EGIT_REPO_URI="https://github.com/tsujan/FeatherNotes" - -LICENSE="GPL-3+" -SLOT="0" -IUSE="spell X" - -RDEPEND=" - >=dev-qt/qtbase-6.5.0:6[dbus,gui,network,widgets,xml,X?] - >=dev-qt/qtsvg-6.5.0:6 - spell? ( app-text/hunspell:= ) - X? ( x11-libs/libX11 ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" -BDEPEND="dev-qt/qttools:6[linguist]" - -src_configure() { - local mycmakeargs=( - -DWITHOUT_X11=$(usex !X) - -DWITH_HUNSPELL=$(usex spell) - ) - cmake_src_configure -} diff --git a/app-text/feathernotes/metadata.xml b/app-text/feathernotes/metadata.xml deleted file mode 100644 index 4300056f8c38..000000000000 --- a/app-text/feathernotes/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arthurzam@gentoo.org</email> - <name>Arthur Zamarin</name> - </maintainer> - <use> - <flag name="X"> - Link application against X11 libraries which adds - support for virtual desktop awareness and tab DND - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/flpsed/Manifest b/app-text/flpsed/Manifest deleted file mode 100644 index 6cbbb39a7ea0..000000000000 --- a/app-text/flpsed/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flpsed-0.7.3.tar.gz 146788 BLAKE2B 5721d973b1efe02c8c014104d1ed4991dd630a8da86bc191b58df4a7ed469065e37b80248c7a7ab4946e636f869ecbfbfe457ed15a6cc7c4243642a48790ab67 SHA512 b0a8bf2ea08630d280f83f7c32b4574ba4cf7fd989943492e77d1b73c8d83c81a5df40e64bfff744b5518de845eba21119242ff752e16b20816b225ccb7c3321 diff --git a/app-text/flpsed/files/flpsed-0.7.2-desktop.patch b/app-text/flpsed/files/flpsed-0.7.2-desktop.patch deleted file mode 100644 index 55a402bf142c..000000000000 --- a/app-text/flpsed/files/flpsed-0.7.2-desktop.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- flpsed-0.7.2/flpsed.desktop -+++ flpsed-0.7.2/flpsed.desktop -@@ -11,4 +11,4 @@ - StartupNotify=true - Categories=Graphics; - MimeType=application/postscript;application/pdf; --Keywords=flpsed;pdf annotator;fltk -+Keywords=flpsed;pdf annotator;fltk; diff --git a/app-text/flpsed/flpsed-0.7.3-r1.ebuild b/app-text/flpsed/flpsed-0.7.3-r1.ebuild deleted file mode 100644 index 03d758514c35..000000000000 --- a/app-text/flpsed/flpsed-0.7.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg - -DESCRIPTION="Pseudo PostScript editor" -HOMEPAGE="https://flpsed.org/flpsed.html" -SRC_URI="https://flpsed.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/fltk:1= - app-text/ghostscript-gpl[X]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-0.7.2-desktop.patch ) - -src_install() { - default - - doicon ${PN}.png - doicon -s scalable ${PN}.svg - domenu ${PN}.desktop -} diff --git a/app-text/flpsed/metadata.xml b/app-text/flpsed/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/flpsed/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/foliate/Manifest b/app-text/foliate/Manifest deleted file mode 100644 index 66fc44eb996e..000000000000 --- a/app-text/foliate/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST foliate-3.3.0.tar.gz 7505565 BLAKE2B 3f14f83ed5d489efe4f5e6c3de34ca6f2125d8af2eee181f772c72092a24972b0a14f0953101cd31799d434c66b2471daab3326b214f20fdad776583843361b8 SHA512 9940f9e6494ba09488e1ebdcbf444b1510956038d926788e4eda774ad9d3d43ee0b839817ebcd8c1ec892bb56e45c543e66fe6d55952c7820b394cbef3b97645 -DIST foliate-js-3.3.0.tar.gz 3628155 BLAKE2B 902995b560ba38c7fdc77890638221dcd19afabb04df78551b673d7305d0a1e4f8430cd27f974dc5ad48ddc8e3f517299e0670a257e1b242b1d69f8516fcecd2 SHA512 9f93334af0060522556aad75881d34166aefdb48a72d59ad643451b2029a0c50f89447f8711b6f472fba109ae30d3cb7277a992faf563c86b691cb955bc6873d diff --git a/app-text/foliate/foliate-3.3.0-r1.ebuild b/app-text/foliate/foliate-3.3.0-r1.ebuild deleted file mode 100644 index e74b5d8e075f..000000000000 --- a/app-text/foliate/foliate-3.3.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PLOCALES="ar cs de el es eu fa_IR fr gl he hi hr hu id ie it ja ko nb nl nn oc pt_BR ru sr sv tr uk zh_CN zh_TW" -inherit meson plocale xdg gnome2-utils -DESCRIPTION="gtk ebook reader built with gjs" -HOMEPAGE="https://github.com/johnfactotum/foliate/" -FOLIATE_JS_VERSION="052123beafed921a9a2a45ef6330c235289a634e" -SRC_URI="https://github.com/johnfactotum/foliate/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/johnfactotum/${PN}-js/archive/${FOLIATE_JS_VERSION}.tar.gz -> ${PN}-js-${PV}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -BDEPEND="${MESON_DEPEND}" -RDEPEND="dev-libs/gjs - gui-libs/gtk - >=gui-libs/libadwaita-1.7.0 - net-libs/webkit-gtk:6[introspection] - sys-devel/gettext" - -src_unpack() { - default - mv ${PN}-js-${FOLIATE_JS_VERSION}/* ${P}/src/${PN}-js/ || die "move foliate-js failed" -} - -src_prepare() { - default - xdg_environment_reset - - plocale_find_changes "${S}"/po '' '.po' - - rm_po() { - rm po/${1}.po - sed -e "/^${1}/d" -i po/LINGUAS - } - - plocale_for_each_disabled_locale rm_po -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/foliate/metadata.xml b/app-text/foliate/metadata.xml deleted file mode 100644 index 8e488bf7c4bb..000000000000 --- a/app-text/foliate/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - </maintainer> - <longdescription lang="en"> - A simple and modern GTK eBook viewer, built with GJS and Epub.js. - Supported formats: - epub, epub3, azw, azw3, mobi, fb2, fb2.zip, cbr, cbz, cbt, cb7, txt - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/fzy/Manifest b/app-text/fzy/Manifest deleted file mode 100644 index 869f018157ad..000000000000 --- a/app-text/fzy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fzy-1.1.tar.gz 49070 BLAKE2B e9c91b28e87235eb694fae64a64ecde92bab772f6afc18c7dd00dc6156cf26c527cbcbd49cb2e1818cef521f49b6735736b878a12d37c1fe531ac5f9ad8fd63e SHA512 09a14c409f9c0000a0827c14007eeb919404e6b29b11b8d05c415575e678238a669c9fff7c8cd23ab330c9dc0341186c6c52347745813570cc4e0987e26d3781 diff --git a/app-text/fzy/files/fzy-1.1-cflags.patch b/app-text/fzy/files/fzy-1.1-cflags.patch deleted file mode 100644 index d365b7c4a722..000000000000 --- a/app-text/fzy/files/fzy-1.1-cflags.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/Makefile b/Makefile -index d7ef2f9..055b746 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,7 +1,7 @@ - VERSION=1.1 - - CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE --CFLAGS+=-MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -+CFLAGS+=-MD -Wall -Wextra -std=c99 -pedantic -Ideps -Werror=vla - PREFIX?=/usr/local - MANDIR?=$(PREFIX)/share/man - BINDIR?=$(PREFIX)/bin -@@ -19,7 +19,7 @@ TESTOBJECTS=test/fzytest.c test/test_properties.c test/test_choices.c test/test_ - all: fzy - - test/fzytest: $(TESTOBJECTS) -- $(CC) $(CFLAGS) $(CCFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS) -+ $(CC) $(CFLAGS) $(CCFLAGS) $(LDFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS) - - acceptance: fzy - cd test/acceptance && bundle --quiet && bundle exec ruby acceptance_test.rb -@@ -29,7 +29,7 @@ check: test/fzytest - $(DEBUGGER) ./test/fzytest - - fzy: $(OBJECTS) -- $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $(OBJECTS) $(LIBS) -+ $(CC) $(CFLAGS) $(CCFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS) - - %.o: %.c config.h - $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< diff --git a/app-text/fzy/fzy-1.1.ebuild b/app-text/fzy/fzy-1.1.ebuild deleted file mode 100644 index 9b9361d2c572..000000000000 --- a/app-text/fzy/fzy-1.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature savedconfig toolchain-funcs - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git" -else - SRC_URI="https://github.com/jhawthorn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" -fi - -DESCRIPTION="Fuzzy text selector (interactive grep) for console" -HOMEPAGE="https://github.com/jhawthorn/fzy" - -LICENSE="MIT" -SLOT="0" - -PATCHES=( - "${FILESDIR}"/${P}-cflags.patch -) - -src_prepare() { - default - restore_config config.h - tc-export CC -} - -src_install() { - local DOCS=( ALGORITHM.md CHANGELOG.md README.md ) - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install - dobin contrib/fzy-tmux - dobin contrib/fzy-dvtm - einstalldocs - save_config config.h -} - -pkg_postinst() { - savedconfig_pkg_postinst - optfeature "opening search results in dvtm pane with provided ${EPREFIX}/usr/bin/fzy-dvtm" app-misc/dvtm - optfeature "opening search results in tmux pane with provided ${EPREFIX}/usr/bin/fzy-tmux" app-misc/tmux -} diff --git a/app-text/fzy/fzy-9999.ebuild b/app-text/fzy/fzy-9999.ebuild deleted file mode 100644 index 6cd0c0699030..000000000000 --- a/app-text/fzy/fzy-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature savedconfig toolchain-funcs - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git" -else - SRC_URI="https://github.com/jhawthorn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="Fuzzy text selector (interactive grep) for console" -HOMEPAGE="https://github.com/jhawthorn/fzy" - -LICENSE="MIT" -SLOT="0" - -src_prepare() { - default - restore_config config.h - tc-export CC -} - -src_install() { - local DOCS=( ALGORITHM.md CHANGELOG.md README.md ) - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install - dobin contrib/fzy-tmux - dobin contrib/fzy-dvtm - einstalldocs - save_config config.h -} - -pkg_postinst() { - savedconfig_pkg_postinst - optfeature "opening search results in dvtm pane with provided ${EPREFIX}/usr/bin/fzy-dvtm" app-misc/dvtm - optfeature "opening search results in tmux pane with provided ${EPREFIX}/usr/bin/fzy-tmux" app-misc/tmux -} diff --git a/app-text/fzy/metadata.xml b/app-text/fzy/metadata.xml deleted file mode 100644 index 36feffe6fee1..000000000000 --- a/app-text/fzy/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <longdescription lang="en"> - Fuzzy text selector (interactive grep) for console. - It can be used to filter any list: - files, command history, processes, hostnames, bookmarks, git commits, etc. - It's designed to be used both as an editor plugin and on the command line. - Rather than clearing the screen, fzy displays its interface directly below - the current cursor position, scrolling the screen if necessary. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/gentoo-dtd/Manifest b/app-text/gentoo-dtd/Manifest deleted file mode 100644 index 77d39c1fa1bc..000000000000 --- a/app-text/gentoo-dtd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gentoo-dtd-20230914.tar.xz 6288 BLAKE2B 0b11fb7c34bf6be994242d93ae3a999d6490a177bcdd596d6b949a903c663fa66c75ea14d52e3d63ab19c806742be470570303c16ab656ce69e8a7406f38ef6c SHA512 29f8a12ddb2e9764c1d1eace26a4e7ae559c9001c32313e55708529a894a93a54c17c856e34589c016451a594deedb32279d282fbb9452b671089061a073bc71 diff --git a/app-text/gentoo-dtd/gentoo-dtd-20230914-r1.ebuild b/app-text/gentoo-dtd/gentoo-dtd-20230914-r1.ebuild deleted file mode 100644 index a9abcf430c89..000000000000 --- a/app-text/gentoo-dtd/gentoo-dtd-20230914-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -if [[ ${PV} == 99999999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://anongit.gentoo.org/git/data/dtd.git" -else - # git archive --prefix=${P}/ HEAD | xz >${P}.tar.xz - SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Document Type Definition for Gentoo-related XML files" -HOMEPAGE="https://gitweb.gentoo.org/data/dtd.git/" - -# Presumably these simple DTDs are not copyrightable, -# but repositories.dtd says GPL v2 or later. -LICENSE="public-domain GPL-2+" -SLOT="0" - -RDEPEND="dev-libs/libxml2" -IDEPEND="${RDEPEND}" - -src_install() { - insinto /usr/share/xml/gentoo/dtd - doins *.dtd -} - -pkg_postinst() { - ebegin "Installing catalog entry" - xmlcatalog --noout \ - --add rewriteSystem "https://www.gentoo.org/dtd/" \ - "file://${EPREFIX}/usr/share/xml/gentoo/dtd/" \ - "${EROOT}"/etc/xml/catalog - eend $? -} - -pkg_postrm() { - ebegin "Cleaning catalog" - xmlcatalog --noout \ - --del "https://www.gentoo.org/dtd/" \ - "${EROOT}"/etc/xml/catalog - eend $? -} diff --git a/app-text/gentoo-dtd/gentoo-dtd-99999999.ebuild b/app-text/gentoo-dtd/gentoo-dtd-99999999.ebuild deleted file mode 100644 index a9abcf430c89..000000000000 --- a/app-text/gentoo-dtd/gentoo-dtd-99999999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -if [[ ${PV} == 99999999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://anongit.gentoo.org/git/data/dtd.git" -else - # git archive --prefix=${P}/ HEAD | xz >${P}.tar.xz - SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Document Type Definition for Gentoo-related XML files" -HOMEPAGE="https://gitweb.gentoo.org/data/dtd.git/" - -# Presumably these simple DTDs are not copyrightable, -# but repositories.dtd says GPL v2 or later. -LICENSE="public-domain GPL-2+" -SLOT="0" - -RDEPEND="dev-libs/libxml2" -IDEPEND="${RDEPEND}" - -src_install() { - insinto /usr/share/xml/gentoo/dtd - doins *.dtd -} - -pkg_postinst() { - ebegin "Installing catalog entry" - xmlcatalog --noout \ - --add rewriteSystem "https://www.gentoo.org/dtd/" \ - "file://${EPREFIX}/usr/share/xml/gentoo/dtd/" \ - "${EROOT}"/etc/xml/catalog - eend $? -} - -pkg_postrm() { - ebegin "Cleaning catalog" - xmlcatalog --noout \ - --del "https://www.gentoo.org/dtd/" \ - "${EROOT}"/etc/xml/catalog - eend $? -} diff --git a/app-text/gentoo-dtd/metadata.xml b/app-text/gentoo-dtd/metadata.xml deleted file mode 100644 index b57a4c55c4ce..000000000000 --- a/app-text/gentoo-dtd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ulm@gentoo.org</email> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ghostscript-gpl/Manifest b/app-text/ghostscript-gpl/Manifest deleted file mode 100644 index f81f9d90a62d..000000000000 --- a/app-text/ghostscript-gpl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ghostscript-10.06.0.tar.xz 68955484 BLAKE2B fa885e4eb4c744526ae6aeadce54ec1e656fe93ad22d65ef514cd52c7e959650d05ad30ac34d310bf37b7d81a8b343c46e18af8c20c505fb0168c28e2cb30bc4 SHA512 e9efa6a334cf34703f565f5043dd794452270415b34c2bea260e9dac6c72ebbcbedfa2e4cb9029841f8f582bbce91be8160e135a190081f3262bcf04417f80f1 -DIST ghostscript-gpl-10.04.0-patches.tar.xz 3088 BLAKE2B 4bac1ebfc5f4be7e5174add2439ce4f4cf02f6c91929df9b03dc46c78b150d05cb5cade553303fc8b6795fe3b62ebc37dc5805da438c2f23578784e520a4c4a0 SHA512 f6973b4a9fc5722c49e9c088516accd6e91a3627eb554c58b37113392f8ed0cd1d27e2c65a8d0cce3bb2da5aa6beec726d4605fcb393162fd24256b92aa0ae67 diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.03.1-arm64-neon-tesseract.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.03.1-arm64-neon-tesseract.patch deleted file mode 100644 index 4b64fff16f5e..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.03.1-arm64-neon-tesseract.patch +++ /dev/null @@ -1,35 +0,0 @@ -https://bugs.gentoo.org/926891 -https://bugs.gentoo.org/924757 -https://src.fedoraproject.org/rpms/tesseract/raw/rawhide/f/tesseract_neon.patch -(See https://github.com/tesseract-ocr/tesseract/pull/4154 too) ---- a/tesseract/CMakeLists.txt -+++ b/tesseract/CMakeLists.txt -@@ -249,7 +249,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64|aarch64.*|AARCH64.*") - set(HAVE_AVX512F FALSE) - set(HAVE_FMA FALSE) - set(HAVE_SSE4_1 FALSE) -- set(HAVE_NEON TRUE) -+ check_cxx_compiler_flag("-mfpu=neon" HAVE_NEON) - - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm.*") - ---- a/tesseract/src/arch/simddetect.cpp -+++ b/tesseract/src/arch/simddetect.cpp -@@ -254,7 +254,7 @@ SIMDDetect::SIMDDetect() { - // SSE detected. - SetDotProduct(DotProductSSE, &IntSimdMatrix::intSimdMatrixSSE); - #endif --#if defined(HAVE_NEON) || defined(__aarch64__) -+#if defined(HAVE_NEON) - } else if (neon_available_) { - // NEON detected. - SetDotProduct(DotProductNEON, &IntSimdMatrix::intSimdMatrixNEON); -@@ -311,7 +311,7 @@ void SIMDDetect::Update() { - } else if (dotproduct == "accelerate") { - SetDotProduct(DotProductAccelerate, IntSimdMatrix::intSimdMatrix); - #endif --#if defined(HAVE_NEON) || defined(__aarch64__) -+#if defined(HAVE_NEON) - } else if (dotproduct == "neon" && neon_available_) { - // NEON selected by config variable. - SetDotProduct(DotProductNEON, &IntSimdMatrix::intSimdMatrixNEON); diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-32-bit.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-32-bit.patch deleted file mode 100644 index ce66c4019cf5..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-32-bit.patch +++ /dev/null @@ -1,62 +0,0 @@ -https://github.com/ArtifexSoftware/ghostpdl/commit/3c0be6e4fcffa63e4a5a1b0aec057cebc4d2562f - -From 3c0be6e4fcffa63e4a5a1b0aec057cebc4d2562f Mon Sep 17 00:00:00 2001 -From: Ken Sharp <Ken.Sharp@artifex.com> -Date: Wed, 10 Sep 2025 08:55:30 +0100 -Subject: [PATCH] Fix 32-bit build - -Bug #708824 "ghostscript 10.06.0 compilation failure on 32-bit archs" - -nbytes shiouldn't be an intptr_t, it doesn't get used for pointer -arithmetic. Previously it was a uint, should be a int64_t, to fit with -all the other devices. - -Checked other warnings, and found a (very minor) one in gdevdbit.c, fix -that while we're here (signed/unsigned mismatch, we don't really care). ---- - base/gdevdbit.c | 2 +- - base/gdevmpla.c | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/base/gdevdbit.c b/base/gdevdbit.c -index e07cc3f3b8..1b5c69325b 100644 ---- a/base/gdevdbit.c -+++ b/base/gdevdbit.c -@@ -191,7 +191,7 @@ gx_default_copy_alpha_hl_color(gx_device * dev, const byte * data, int data_x, - fit_copy(dev, data, data_x, raster, id, x, y, width, height); - row_alpha = data; - out_raster = bitmap_raster(width * (size_t)byte_depth); -- if (check_64bit_multiply(out_raster, ncomps, &product) != 0) -+ if (check_64bit_multiply(out_raster, ncomps, (int64_t *) &product) != 0) - return gs_note_error(gs_error_undefinedresult); - gb_buff = gs_alloc_bytes(mem, product, "copy_alpha_hl_color(gb_buff)"); - if (gb_buff == 0) { -diff --git a/base/gdevmpla.c b/base/gdevmpla.c -index 2f0d522561..ffc5ff42e6 100644 ---- a/base/gdevmpla.c -+++ b/base/gdevmpla.c -@@ -1954,12 +1954,12 @@ mem_planar_strip_copy_rop2(gx_device * dev, - int i; - int j; - intptr_t chunky_sraster; -- intptr_t nbytes; -+ int64_t nbytes; - byte **line_ptrs; - byte *sbuf, *buf; - - chunky_sraster = sraster * (intptr_t)mdev->num_planar_planes; -- if (check_64bit_multiply(height, chunky_sraster, (size_t *)&nbytes) != 0) -+ if (check_64bit_multiply(height, chunky_sraster, &nbytes) != 0) - return gs_note_error(gs_error_undefinedresult); - buf = gs_alloc_bytes(mdev->memory, nbytes, "mem_planar_strip_copy_rop(buf)"); - if (buf == NULL) { -@@ -2003,7 +2003,7 @@ mem_planar_strip_copy_rop2(gx_device * dev, - intptr_t i; - intptr_t chunky_t_raster; - int chunky_t_height; -- intptr_t nbytes; -+ int64_t nbytes; - byte **line_ptrs; - byte *tbuf, *buf; - gx_strip_bitmap newtex; - diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-arm-brotli.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-arm-brotli.patch deleted file mode 100644 index 5c257062a5a6..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-arm-brotli.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/966954#c7 ---- a/brotli/c/dec/decode.c -+++ b/brotli/c/dec/decode.c -@@ -434,13 +434,12 @@ static BROTLI_INLINE void PreloadSymbol( - BrotliBitReader* br, - brotli_reg_t* bits, - brotli_reg_t* value) { -- if (safe) { -- return; -+ if (!safe) { -+ BROTLI_HC_MARK_TABLE_FOR_FAST_LOAD(table); -+ BROTLI_HC_ADJUST_TABLE_INDEX(table, BrotliGetBits(br, HUFFMAN_TABLE_BITS)); -+ *bits = BROTLI_HC_FAST_LOAD_BITS(table); -+ *value = BROTLI_HC_FAST_LOAD_VALUE(table); - } -- BROTLI_HC_MARK_TABLE_FOR_FAST_LOAD(table); -- BROTLI_HC_ADJUST_TABLE_INDEX(table, BrotliGetBits(br, HUFFMAN_TABLE_BITS)); -- *bits = BROTLI_HC_FAST_LOAD_BITS(table); -- *value = BROTLI_HC_FAST_LOAD_VALUE(table); - } - - /* Decodes the next Huffman code using data prepared by PreloadSymbol. diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-bool-confusion.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-bool-confusion.patch deleted file mode 100644 index 875c366bfdd8..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-bool-confusion.patch +++ /dev/null @@ -1,44 +0,0 @@ -https://cgit.ghostscript.com/cgi-bin/cgit.cgi/ghostpdl.git/commit/?id=795c4a6db646 -Bug: https://bugs.gentoo.org/964040 - -From: Chris Liddell <chris.liddell@artifex.com> -Date: Wed, 26 Nov 2025 15:31:57 +0000 -Subject: Bug 708608: Fix confusion caused by modern C having a boolean type - -Because C99 and later have a proper, built-in boolean type, rather than a -typedef of an underlying integer type, the check for whether we're rendering -an image into a pattern accumulator was yielding an unexpected result. - -The default dev_spec_op method returns an "undefined" error when queried with the -gxdso_in_pattern_accumulator op, that is, a negative integer. When "bool" was -simply a typdefed integer value, that was fine, and the following lines -checked for and handled that. - -With an actual boolean type, false == 0, and true == !false, so any value other -than 0 became true. - -That then changed the decision on whether to gridfit images, meaning the user -space to device space rounding was handled differently. That then caused a -scanline of the image to be repeated. - -The value is now assigned based on a conditional, so it correctly assigns a -true/false value. ---- - base/gxipixel.c | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/base/gxipixel.c b/base/gxipixel.c -index 768a93114..cb3ff36a6 100644 ---- a/base/gxipixel.c -+++ b/base/gxipixel.c -@@ -319,9 +319,7 @@ gx_image_enum_begin(gx_device * dev, const gs_gstate * pgs, - */ - - /* Ask the device if we are in a pattern accumulator */ -- in_pattern_accumulator = (dev_proc(dev, dev_spec_op)(dev, gxdso_in_pattern_accumulator, NULL, 0)); -- if (in_pattern_accumulator < 0) -- in_pattern_accumulator = 0; -+ in_pattern_accumulator = ((dev_proc(dev, dev_spec_op)(dev, gxdso_in_pattern_accumulator, NULL, 0)) > 0); - - /* Figure out if we are orthogonal */ - if (mat.xy == 0 && mat.yx == 0) diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-gcc-14.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-gcc-14.patch deleted file mode 100644 index 1a4c226111d4..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-gcc-14.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.ghostscript.com/show_bug.cgi?id=708608#c4 -Bug: https://bugs.gentoo.org/971915 - ---- a/base/stdpre.h -+++ b/base/stdpre.h -@@ -343,7 +343,7 @@ typedef signed char schar; - */ - - /* C23 has bool as a builtin type. */ --#if !defined(__cplusplus) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 202311L) -+#if !defined(__cplusplus) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 202000L) - #ifdef __BEOS__ - typedef unsigned char bool; - #else diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-openmp.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-openmp.patch deleted file mode 100644 index 74af0ae3fd12..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-openmp.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/973234 -https://bugs.ghostscript.com/show_bug.cgi?id=709373 - ---- ghostscript-10.06.0/base/unixlink.mak -+++ ghostscript-10.06.0/base/unixlink.mak -@@ -45,6 +45,9 @@ GS_DOT_O=$(PSOBJ)gs.$(OBJ) - # and search paths for them - CONFLIBSTR=-pl "&-l%s&s&&" -pL "&-L%s&s&&" -l - -+# detect -fopenmp in CFLAGS -+HAVE_OPENMP := $(shell echo $(CFLAGS) | grep -o '\-fopenmp') -+ - libgs_a_tr=$(GLOBJ)libgs_a.tr - GS_A=$(BINDIR)$(D)$(GS).a - $(GS_A): $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) \ -@@ -165,7 +168,7 @@ ldt_tr=$(PSOBJ)ldt.tr - - $(GS_XE): $(ld_tr) $(gs_tr) $(ECHOGS_XE) $(XE_ALL) $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) \ - $(UNIXLINK_MAK) -- $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(GS_LDFLAGS) -o $(GS_XE) -+ $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(HAVE_OPENMP) $(GS_LDFLAGS) -o $(GS_XE) - $(ECHOGS_XE) -a $(ldt_tr) -n -s $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) $(GS_DOT_O) -s - cat $(gsld_tr) >> $(ldt_tr) - $(ECHOGS_XE) -a $(ldt_tr) -s - $(EXTRALIBS) $(STDLIBS) diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-stdint.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-stdint.patch deleted file mode 100644 index 40e86c4c3e9f..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-stdint.patch +++ /dev/null @@ -1,110 +0,0 @@ -diff -rup ghostscript-10.06.0/base/gsalloc.c ghostscript-10.06.0-fix/base/gsalloc.c ---- ghostscript-10.06.0/base/gsalloc.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/base/gsalloc.c 2026-04-02 20:49:47.663907312 +0200 -@@ -15,6 +15,7 @@ - - - /* Standard memory allocator */ -+#include <stdint.h> - #include "gx.h" - #include "memory_.h" - #include "gserrors.h" -diff -rup ghostscript-10.06.0/base/gsmchunk.c ghostscript-10.06.0-fix/base/gsmchunk.c ---- ghostscript-10.06.0/base/gsmchunk.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/base/gsmchunk.c 2026-04-02 20:36:07.054944826 +0200 -@@ -21,6 +21,7 @@ - * a top-down semi-splaying access scheme on lookups and - * insertions. */ - -+#include <stdint.h> - #include "memory_.h" - #include "gx.h" - #include "gsstruct.h" -diff -rup ghostscript-10.06.0/base/gsmisc.c ghostscript-10.06.0-fix/base/gsmisc.c ---- ghostscript-10.06.0/base/gsmisc.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/base/gsmisc.c 2026-04-02 20:35:38.579157437 +0200 -@@ -35,6 +35,7 @@ orig_sqrt(double x) - } - - /* Here is the real #include section. */ -+#include <stdint.h> - #include "ctype_.h" - #include "malloc_.h" - #include "math_.h" -diff -rup ghostscript-10.06.0/base/gxblend.h ghostscript-10.06.0-fix/base/gxblend.h ---- ghostscript-10.06.0/base/gxblend.h 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/base/gxblend.h 2026-04-02 20:33:39.431037868 +0200 -@@ -18,6 +18,7 @@ - #ifndef gxblend_INCLUDED - # define gxblend_INCLUDED - -+#include <stdint.h> - #include "gxcindex.h" - #include "gxcvalue.h" - #include "gxfrac.h" -diff -rup ghostscript-10.06.0/base/gxclmem.c ghostscript-10.06.0-fix/base/gxclmem.c ---- ghostscript-10.06.0/base/gxclmem.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/base/gxclmem.c 2026-04-02 20:36:39.973691086 +0200 -@@ -15,6 +15,7 @@ - - - /* RAM-based command list implementation */ -+#include <stdint.h> - #include "memory_.h" - #include "gx.h" - #include "gserrors.h" -diff -rup ghostscript-10.06.0/psi/idebug.c ghostscript-10.06.0-fix/psi/idebug.c ---- ghostscript-10.06.0/psi/idebug.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/psi/idebug.c 2026-04-02 20:37:46.665170371 +0200 -@@ -18,6 +18,7 @@ - /* This file must always be compiled with DEBUG set. */ - #undef DEBUG - #define DEBUG -+#include <stdint.h> - #include "string_.h" - #include "ghost.h" - #include "gxalloc.h" /* for procs for getting struct type */ -diff -rup ghostscript-10.06.0/psi/idict.c ghostscript-10.06.0-fix/psi/idict.c ---- ghostscript-10.06.0/psi/idict.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/psi/idict.c 2026-04-02 20:37:22.277362728 +0200 -@@ -15,6 +15,7 @@ - - - /* Dictionary implementation */ -+#include <stdint.h> - #include "math_.h" /* for frexp */ - #include "string_.h" /* for strlen */ - #include "ghost.h" -diff -rup ghostscript-10.06.0/psi/idstack.c ghostscript-10.06.0-fix/psi/idstack.c ---- ghostscript-10.06.0/psi/idstack.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/psi/idstack.c 2026-04-02 20:38:40.001719693 +0200 -@@ -15,6 +15,7 @@ - - - /* Implementation of dictionary stacks */ -+#include <stdint.h> - #include "ghost.h" - #include "idict.h" - #include "idictdef.h" -diff -rup ghostscript-10.06.0/psi/interp.c ghostscript-10.06.0-fix/psi/interp.c ---- ghostscript-10.06.0/psi/interp.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/psi/interp.c 2026-04-02 20:39:06.601472602 +0200 -@@ -15,6 +15,7 @@ - - - /* Ghostscript language interpreter */ -+#include <stdint.h> - #include "memory_.h" - #include "string_.h" - #include "ghost.h" -diff -rup ghostscript-10.06.0/psi/iutil.c ghostscript-10.06.0-fix/psi/iutil.c ---- ghostscript-10.06.0/psi/iutil.c 2025-09-09 11:36:39.000000000 +0200 -+++ ghostscript-10.06.0-fix/psi/iutil.c 2026-04-02 20:38:35.765759042 +0200 -@@ -15,6 +15,7 @@ - - - /* Utilities for Ghostscript interpreter */ -+#include <stdint.h> - #include "math_.h" /* for fabs */ - #include "memory_.h" - #include "string_.h" diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-tesseract-fPIC.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-tesseract-fPIC.patch deleted file mode 100644 index 17f0420387fe..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-10.06.0-tesseract-fPIC.patch +++ /dev/null @@ -1,25 +0,0 @@ -ld: ./soobj/tesseract_api_pagerenderer.o: warning: relocation against `_ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEE' in read-only section `.text._ZNSt17_Function_handlerIFbcENSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEEE10_M_managerERSt9_Any_dataRKS8_St18_Manager_operation[_ZNSt17_Function_handlerIFbcENSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEEE10_M_managerERSt9_Any_dataRKS8_St18_Manager_operation]' -ld: ./soobj/tessocr.o: relocation R_X86_64_PC32 against symbol `leptonica_free' can not be used when making a shared object; recompile with -fPIC -ld: final link failed: bad value ---- a/base/ocr.mak -+++ b/base/ocr.mak -@@ -20,7 +20,7 @@ - - # Define the name of this makefile. - LIBOCR_MAK=$(GLSRC)ocr.mak $(TOP_MAKEFILES) --OCRCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCXXFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -+OCRCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCXXFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -fPIC - - # Tesseract veneer. - $(GLGEN)tessocr.$(OBJ) : $(GLSRC)tessocr.cpp $(GLSRC)tessocr.h $(LIBOCR_MAK) \ ---- a/base/tesseract.mak -+++ b/base/tesseract.mak -@@ -42,7 +42,7 @@ TESSINCLUDES=\ - # this conflicts with Tesseract's use of a CLUSTER type. We work around this - # here by undefining CLUSTER for the tesseract portion of the build. - --TESSCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCXXFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DDISABLED_LEGACY_ENGINE -+TESSCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCXXFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DDISABLED_LEGACY_ENGINE -fPIC - TESSOBJ = $(GLOBJDIR)$(D)tesseract_ - TESSO_ = $(O_)$(TESSOBJ) - diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0-r2.ebuild deleted file mode 100644 index bdca788372e9..000000000000 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0-r2.ebuild +++ /dev/null @@ -1,231 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -inherit autotools flag-o-matic toolchain-funcs - -MY_PN=${PN/-gpl} -MY_P="${MY_PN}-${PV/_}" -PVM=$(ver_cut 1-2) -PVM_S=$(ver_rs 1-2 "") - -# Use https://gitweb.gentoo.org/proj/codec/ghostscript-gpl-patches.git/ for patches -# See 'index' branch for README -MY_PATCHSET="ghostscript-gpl-10.04.0-patches.tar.xz" - -DESCRIPTION="Interpreter for the PostScript language and PDF" -HOMEPAGE="https://ghostscript.com/ https://cgit.ghostscript.com/cgi-bin/cgit.cgi/ghostpdl.git/" -SRC_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz" -if [[ -n "${MY_PATCHSET}" ]] ; then - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCHSET}" -fi -S="${WORKDIR}/${MY_P}" - -LICENSE="AGPL-3 CPL-1.0" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="cups cpu_flags_arm_neon dbus gtk l10n_de openmp static-libs unicode X" - -LANGS="ja ko zh-CN zh-TW" -for X in ${LANGS} ; do - IUSE="${IUSE} l10n_${X}" -done - -DEPEND=" - app-text/libpaper:= - media-libs/fontconfig - >=media-libs/freetype-2.4.9:2= - >=media-libs/jbig2dec-0.19:= - >=media-libs/lcms-2.6:2 - >=media-libs/libpng-1.6.2:= - media-libs/libjpeg-turbo:= - >=media-libs/openjpeg-2.1.0:2= - >=media-libs/tiff-4.0.1:= - >=virtual/zlib-1.2.7:= - cups? ( >=net-print/cups-1.3.8 ) - dbus? ( sys-apps/dbus ) - gtk? ( x11-libs/gtk+:3 ) - unicode? ( net-dns/libidn:= ) - X? ( x11-libs/libXt x11-libs/libXext ) -" -BDEPEND="virtual/pkgconfig" -# bug #844115 for newer poppler-data dep -RDEPEND=" - ${DEPEND} - >=app-text/poppler-data-0.4.11-r2 - >=media-fonts/urw-fonts-2.4.9 - l10n_ja? ( media-fonts/kochi-substitute ) - l10n_ko? ( media-fonts/baekmuk-fonts ) - l10n_zh-CN? ( media-fonts/arphicfonts ) - l10n_zh-TW? ( media-fonts/arphicfonts ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-10.03.1-arm64-neon-tesseract.patch - "${FILESDIR}"/${PN}-10.06.0-tesseract-fPIC.patch - "${FILESDIR}"/${PN}-10.06.0-32-bit.patch - "${FILESDIR}"/${PN}-10.06.0-arm-brotli.patch - "${FILESDIR}"/${PN}-10.06.0-bool-confusion.patch - "${FILESDIR}"/${PN}-10.06.0-gcc-14.patch - "${FILESDIR}"/${PN}-10.06.0-stdint.patch - "${FILESDIR}"/${PN}-10.06.0-openmp.patch -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - if [[ -n ${MY_PATCHSET} ]] ; then - # apply various patches, many borrowed from Fedora - # https://src.fedoraproject.org/rpms/ghostscript - # and Debian - # https://salsa.debian.org/printing-team/ghostscript/-/tree/debian/latest/debian/patches - eapply "${WORKDIR}"/${MY_PATCHSET%%.tar*} - fi - - default - - # Remove internal copies of various libraries - rm -r cups/libs || die - rm -r freetype || die - rm -r jbig2dec || die - rm -r jpeg || die - rm -r lcms2mt || die - rm -r libpng || die - rm -r tiff || die - rm -r zlib || die - rm -r openjpeg || die - # Remove internal CMaps (CMaps from poppler-data are used instead) - rm -r Resource/CMap || die - - if ! use gtk ; then - sed -e "s:\$(GSSOX)::" \ - -e "s:.*\$(GSSOX_XENAME)$::" \ - -i base/unix-dll.mak || die "sed failed" - fi - - # Force the include dirs to a neutral location. - sed -e "/^ZLIBDIR=/s:=.*:=${T}:" \ - -i configure.ac || die - # Some files depend on zlib.h directly. Redirect them. #573248 - # Also make sure to not define OPJ_STATIC to avoid linker errors due to - # hidden symbols (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203327#c1) - sed -e '/^zlib_h/s:=.*:=:' \ - -e 's|-DOPJ_STATIC ||' \ - -i base/lib.mak || die - - # Search path fix - # put LDFLAGS after BINDIR, bug #383447 - sed -e "s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PV}/$(get_libdir):" \ - -e "s:exdir=.*:exdir=@datarootdir@/doc/${PF}/examples:" \ - -e "s:docdir=.*:docdir=@datarootdir@/doc/${PF}/html:" \ - -e "s:GS_DOCDIR=.*:GS_DOCDIR=@datarootdir@/doc/${PF}/html:" \ - -e 's:-L$(BINDIR):& $(LDFLAGS):g' \ - -i Makefile.in base/*.mak || die "sed failed" - - # Remove incorrect symlink, bug 590384 - rm ijs/ltmain.sh || die - eautoreconf - - cd ijs || die - eautoreconf -} - -src_configure() { - # Unsupported upstream, bug #884841 - filter-lto - - # bug #971940 - append-flags -fno-strict-aliasing - - # bug #899952 - append-lfs-flags - - # bug #973234 - use openmp && append-flags -fopenmp || filter-flags -fopenmp* - - local FONTPATH - for path in \ - "${EPREFIX}"/usr/share/fonts/urw-fonts \ - "${EPREFIX}"/usr/share/fonts/Type1 \ - "${EPREFIX}"/usr/share/fonts - do - FONTPATH="${FONTPATH}${FONTPATH:+:}${EPREFIX}${path}" - done - - # Do not add --enable-dynamic here, it's not supported fully upstream - # https://bugs.ghostscript.com/show_bug.cgi?id=705895 - # bug #884707 - # - # leptonica and tesseract are bundled but modified upstream, like in - # mujs/mupdf. - # - # There is --without-local-brotli but it wants a non-existent -lbrotli. - # Fixed in https://bugs.ghostscript.com/show_bug.cgi?id=708832 for next - # release. - PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) econf \ - --enable-freetype \ - --enable-fontconfig \ - --enable-openjpeg \ - --disable-compile-inits \ - --with-drivers=ALL \ - --with-fontpath="${FONTPATH}" \ - --with-ijs \ - --with-jbig2dec \ - --with-libpaper \ - --with-system-libtiff \ - $(use_enable cups) \ - $(use_enable dbus) \ - $(use_enable gtk) \ - $(use_enable cpu_flags_arm_neon neon) \ - $(use_with cups pdftoraster) \ - $(use_with unicode libidn) \ - $(use_with X x) \ - DARWIN_LDFLAGS_SO_PREFIX="${EPREFIX}/usr/lib/" \ - CFLAGS="${CFLAGS} -std=gnu17" \ - CXXFLAGS="${CXXFLAGS} -std=gnu++17" - - pushd "${S}/ijs" >/dev/null || die - econf \ - --enable-shared \ - $(use_enable static-libs static) \ - CFLAGS="${CFLAGS} -std=gnu17" \ - CXXFLAGS="${CXXFLAGS} -std=gnu++17" - popd >/dev/null || die -} - -src_compile() { - # Build system passes CFLAGS to C++ compiler, so force CFLAGS and CXXFLAGS: - # bugs #943857, #945826 - emake so all CFLAGS="${CFLAGS} -std=gnu17" CXXFLAGS="${CXXFLAGS} -std=gnu++17" - emake -C ijs CFLAGS="${CFLAGS} -std=gnu17" CXXFLAGS="${CXXFLAGS} -std=gnu++17" -} - -src_install() { - emake DESTDIR="${D}" install-so install - - # move gsc to gs, bug #343447 - # gsc collides with gambit, bug #253064 - mv -f "${ED}"/usr/bin/{gsc,gs} || die - - cd "${S}/ijs" || die - emake DESTDIR="${D}" install - - # Sometimes the upstream versioning deviates from the tarball(!) - # bug #844115#c32 - local my_gs_version=$(find "${ED}"/usr/share/ghostscript/ -maxdepth 1 -mindepth 1 -type d || die) - my_gs_version=${my_gs_version##*/} - - # Install the CMaps from poppler-data properly, bug #409361 - dosym -r /usr/share/poppler/cMaps /usr/share/ghostscript/${my_gs_version}/Resource/CMap - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi -} diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild deleted file mode 100644 index ce671c1f7e79..000000000000 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild +++ /dev/null @@ -1,211 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -MY_PN=${PN/-gpl} -MY_P="${MY_PN}-${PV/_}" -PVM=$(ver_cut 1-2) -PVM_S=$(ver_rs 1-2 "") - -# Use https://gitweb.gentoo.org/proj/codec/ghostscript-gpl-patches.git/ for patches -# See 'index' branch for README -MY_PATCHSET="ghostscript-gpl-10.04.0-patches.tar.xz" - -DESCRIPTION="Interpreter for the PostScript language and PDF" -HOMEPAGE="https://ghostscript.com/ https://git.ghostscript.com/?p=ghostpdl.git;a=summary" -SRC_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz" -if [[ -n "${MY_PATCHSET}" ]] ; then - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCHSET}" -fi -S="${WORKDIR}/${MY_P}" - -LICENSE="AGPL-3 CPL-1.0" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="cups cpu_flags_arm_neon dbus gtk l10n_de static-libs unicode X" - -LANGS="ja ko zh-CN zh-TW" -for X in ${LANGS} ; do - IUSE="${IUSE} l10n_${X}" -done - -DEPEND=" - app-text/libpaper:= - media-libs/fontconfig - >=media-libs/freetype-2.4.9:2= - >=media-libs/jbig2dec-0.19:= - >=media-libs/lcms-2.6:2 - >=media-libs/libpng-1.6.2:= - media-libs/libjpeg-turbo:= - >=media-libs/openjpeg-2.1.0:2= - >=media-libs/tiff-4.0.1:= - >=virtual/zlib-1.2.7:= - cups? ( >=net-print/cups-1.3.8 ) - dbus? ( sys-apps/dbus ) - gtk? ( x11-libs/gtk+:3 ) - unicode? ( net-dns/libidn:= ) - X? ( x11-libs/libXt x11-libs/libXext ) -" -BDEPEND="virtual/pkgconfig" -# bug #844115 for newer poppler-data dep -RDEPEND=" - ${DEPEND} - >=app-text/poppler-data-0.4.11-r2 - >=media-fonts/urw-fonts-2.4.9 - l10n_ja? ( media-fonts/kochi-substitute ) - l10n_ko? ( media-fonts/baekmuk-fonts ) - l10n_zh-CN? ( media-fonts/arphicfonts ) - l10n_zh-TW? ( media-fonts/arphicfonts ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-10.03.1-arm64-neon-tesseract.patch - "${FILESDIR}"/${PN}-10.06.0-tesseract-fPIC.patch - "${FILESDIR}"/${PN}-10.06.0-32-bit.patch - "${FILESDIR}"/${PN}-10.06.0-arm-brotli.patch -) - -src_prepare() { - if [[ -n ${MY_PATCHSET} ]] ; then - # apply various patches, many borrowed from Fedora - # https://src.fedoraproject.org/rpms/ghostscript - # and Debian - # https://salsa.debian.org/printing-team/ghostscript/-/tree/debian/latest/debian/patches - eapply "${WORKDIR}"/${MY_PATCHSET%%.tar*} - fi - - default - - # Remove internal copies of various libraries - rm -r cups/libs || die - rm -r freetype || die - rm -r jbig2dec || die - rm -r jpeg || die - rm -r lcms2mt || die - rm -r libpng || die - rm -r tiff || die - rm -r zlib || die - rm -r openjpeg || die - # Remove internal CMaps (CMaps from poppler-data are used instead) - rm -r Resource/CMap || die - - if ! use gtk ; then - sed -e "s:\$(GSSOX)::" \ - -e "s:.*\$(GSSOX_XENAME)$::" \ - -i base/unix-dll.mak || die "sed failed" - fi - - # Force the include dirs to a neutral location. - sed -e "/^ZLIBDIR=/s:=.*:=${T}:" \ - -i configure.ac || die - # Some files depend on zlib.h directly. Redirect them. #573248 - # Also make sure to not define OPJ_STATIC to avoid linker errors due to - # hidden symbols (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203327#c1) - sed -e '/^zlib_h/s:=.*:=:' \ - -e 's|-DOPJ_STATIC ||' \ - -i base/lib.mak || die - - # Search path fix - # put LDFLAGS after BINDIR, bug #383447 - sed -e "s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PV}/$(get_libdir):" \ - -e "s:exdir=.*:exdir=@datarootdir@/doc/${PF}/examples:" \ - -e "s:docdir=.*:docdir=@datarootdir@/doc/${PF}/html:" \ - -e "s:GS_DOCDIR=.*:GS_DOCDIR=@datarootdir@/doc/${PF}/html:" \ - -e 's:-L$(BINDIR):& $(LDFLAGS):g' \ - -i Makefile.in base/*.mak || die "sed failed" - - # Remove incorrect symlink, bug 590384 - rm ijs/ltmain.sh || die - eautoreconf - - cd ijs || die - eautoreconf -} - -src_configure() { - # Unsupported upstream, bug #884841 - filter-lto - - # bug #943857 - # Build system passes CFLAGS to C++ compiler (bug #945826) - tc-export CC - CC+=" -std=gnu17" - - # bug #899952 - append-lfs-flags - - local FONTPATH - for path in \ - "${EPREFIX}"/usr/share/fonts/urw-fonts \ - "${EPREFIX}"/usr/share/fonts/Type1 \ - "${EPREFIX}"/usr/share/fonts - do - FONTPATH="${FONTPATH}${FONTPATH:+:}${EPREFIX}${path}" - done - - # Do not add --enable-dynamic here, it's not supported fully upstream - # https://bugs.ghostscript.com/show_bug.cgi?id=705895 - # bug #884707 - # - # leptonica and tesseract are bundled but modified upstream, like in - # mujs/mupdf. - # - # There is --without-local-brotli but it wants a non-existent -lbrotli. - # Fixed in https://bugs.ghostscript.com/show_bug.cgi?id=708832 for next - # release. - PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) econf \ - --enable-freetype \ - --enable-fontconfig \ - --enable-openjpeg \ - --disable-compile-inits \ - --with-drivers=ALL \ - --with-fontpath="${FONTPATH}" \ - --with-ijs \ - --with-jbig2dec \ - --with-libpaper \ - --with-system-libtiff \ - $(use_enable cups) \ - $(use_enable dbus) \ - $(use_enable gtk) \ - $(use_enable cpu_flags_arm_neon neon) \ - $(use_with cups pdftoraster) \ - $(use_with unicode libidn) \ - $(use_with X x) \ - DARWIN_LDFLAGS_SO_PREFIX="${EPREFIX}/usr/lib/" - - cd "${S}/ijs" || die - econf \ - --enable-shared \ - $(use_enable static-libs static) -} - -src_compile() { - emake so all - emake -C ijs -} - -src_install() { - emake DESTDIR="${D}" install-so install - - # move gsc to gs, bug #343447 - # gsc collides with gambit, bug #253064 - mv -f "${ED}"/usr/bin/{gsc,gs} || die - - cd "${S}/ijs" || die - emake DESTDIR="${D}" install - - # Sometimes the upstream versioning deviates from the tarball(!) - # bug #844115#c32 - local my_gs_version=$(find "${ED}"/usr/share/ghostscript/ -maxdepth 1 -mindepth 1 -type d || die) - my_gs_version=${my_gs_version##*/} - - # Install the CMaps from poppler-data properly, bug #409361 - dosym -r /usr/share/poppler/cMaps /usr/share/ghostscript/${my_gs_version}/Resource/CMap - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi -} diff --git a/app-text/ghostscript-gpl/metadata.xml b/app-text/ghostscript-gpl/metadata.xml deleted file mode 100644 index 6ade3089dc87..000000000000 --- a/app-text/ghostscript-gpl/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>codec@gentoo.org</email> - <name>Gentoo Codec Project</name> - </maintainer> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <slots> - <subslots>Reflect ABI of libgs.so.</subslots> - </slots> - <upstream> - <remote-id type="cpe">cpe:/a:artifex:gpl_ghostscript</remote-id> - <bugs-to>https://bugs.ghostscript.com/</bugs-to> - </upstream> - <use> - <flag name="unicode">Add support for unicode passwords via <pkg>net-dns/libidn</pkg> - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest deleted file mode 100644 index a0889b63e8c2..000000000000 --- a/app-text/grip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST grip-4.6.2.tar.gz 152280 BLAKE2B 02a5fb21190fe167428fb36390a087094c064fc11bc2016579391b3568bd421c8f0920f7b325e5be8140ebd8e7f7a0c0e20085f9d8899daf3ee85f27f33ffa9d SHA512 e4dc38d25198a1670df7ecf950fc2c815c3e8507571d54d3df844547ee7db0d1a7cbbbaa23fd7daa1391eea12a2788890d5cee09aa64b8bf1039beeb78a5d25f diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild deleted file mode 100644 index fc52da892d94..000000000000 --- a/app-text/grip/grip-4.6.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" -HOMEPAGE="https://github.com/joeyespo/grip" -LICENSE="MIT" - -SLOT="0" - -KEYWORDS="amd64" - -RDEPEND=" - !media-sound/grip - >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}] - >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}] - >=dev-python/pygments-1.6[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] -" diff --git a/app-text/grip/metadata.xml b/app-text/grip/metadata.xml deleted file mode 100644 index 5d076c5281ef..000000000000 --- a/app-text/grip/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bkohler@gentoo.org</email> - <name>Ben Kohler</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/groonga-normalizer-mysql/Manifest b/app-text/groonga-normalizer-mysql/Manifest deleted file mode 100644 index 8c97f3f999b7..000000000000 --- a/app-text/groonga-normalizer-mysql/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST groonga-normalizer-mysql-1.1.1.tar.gz 548788 BLAKE2B c2f06ffa4aaf52266dabf1397d592b772a10a45fe8b9184ffb7fc5f30a8db3c81011c19a80d3d14a228ea47b4b6ba21b7ab7f81e283533beef4596065d0c4b6b SHA512 40686a50133149b614057907c58f5b37d596fcaf697b4a6f3e68b776ac8c728cdd4c8a6e7c5676fe92ff96a4358b623f2b3740f6b72d317f1650c006cfb34369 diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1-r1.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1-r1.ebuild deleted file mode 100644 index c2a7aacdc072..000000000000 --- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers" -HOMEPAGE="https://groonga.org/" -SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-text/groonga" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( README.md ) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # ruby is only used for tests - econf --without-ruby -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - rm -r "${ED}"/usr/share/doc/${PN} || die -} diff --git a/app-text/groonga-normalizer-mysql/metadata.xml b/app-text/groonga-normalizer-mysql/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/groonga-normalizer-mysql/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/groonga/Manifest b/app-text/groonga/Manifest deleted file mode 100644 index 0b895b4b400b..000000000000 --- a/app-text/groonga/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST groonga-16.0.0.tar.gz 98489769 BLAKE2B 3a6bf3e07640b0a42f6c1b9efd86ef83e97277559d91b0840de5855d02bc816fdefa2a728853f546e73ae453bcff18eec982755dd6b9a7e24ea30044920e5adc SHA512 07302ae8b9be29a5a68c5d97e6e4967cfefc69938f1239a47e3d841f3cd94636825d1c93109b3d3194821177ad4b2e0f80d315090d8d956951ba5af88bb0affd -DIST groonga-16.0.1.tar.gz 101743993 BLAKE2B 93f4905d874ffd4c94ddb3ce6a8e01290b72382ceaac89414865cd555e0e3e5de33b69146e19572ba4dd9fbde666791b714507773c12d009c37e7aa0b0351e3e SHA512 11cf2ad2a5430b231f46b1a2625309d56943c013ae4dc632c1bf71ed1b1fb8613077ac5784b17d28238045ca0a8fc4b046905ea5edd53b71761c4f9ba8c69b1c diff --git a/app-text/groonga/files/groonga-16.0.1-blosc2_detection.patch b/app-text/groonga/files/groonga-16.0.1-blosc2_detection.patch deleted file mode 100644 index fcfda0b04332..000000000000 --- a/app-text/groonga/files/groonga-16.0.1-blosc2_detection.patch +++ /dev/null @@ -1,30 +0,0 @@ -PR pending https://github.com/groonga/groonga/pull/2799.patch -fix https://bugs.gentoo.org/973576 -Blosc2's CMake file only accepts a requested version when the major -version matches the installed one. Requesting 2.10.0 fails even if 3.X -system version is installed and compiled fine. Rework the detection -logic. ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1446,16 +1446,15 @@ if(NOT "${GRN_WITH_BLOSC}" STREQUAL "no") - if("${GRN_WITH_BLOSC}" STREQUAL "bundled") - set(Blosc2_FOUND FALSE) - else() -- if("${GRN_WITH_BLOSC}" STREQUAL "system") -- find_package(Blosc2 ${GRN_BLOSC_REQUIRED_VERSION} REQUIRED) -- else() -- find_package(Blosc2 ${GRN_BLOSC_REQUIRED_VERSION}) -- endif() -+ find_package(Blosc2 QUIET) - endif() -- if(Blosc2_FOUND) -+ if(Blosc2_FOUND AND Blosc2_VERSION VERSION_GREATER_EQUAL GRN_BLOSC_REQUIRED_VERSION) - set(GRN_WITH_BLOSC TRUE) - target_link_libraries(grn_dependencies INTERFACE Blosc2::blosc2_shared) - message(STATUS "Blosc: system") -+ elseif("${GRN_WITH_BLOSC}" STREQUAL "system") -+ message(FATAL_ERROR -+ "Blosc2 >=${GRN_BLOSC_REQUIRED_VERSION} not found!") - elseif(NOT FETCHCONTENT_FULLY_DISCONNECTED) - # FETCHCONTENT_FULLY_DISCONNECTED isn't for disabling network - # access but deb uses it... diff --git a/app-text/groonga/files/groonga-16.0.1-cmakelists.patch b/app-text/groonga/files/groonga-16.0.1-cmakelists.patch deleted file mode 100644 index 591411235b52..000000000000 --- a/app-text/groonga/files/groonga-16.0.1-cmakelists.patch +++ /dev/null @@ -1,23 +0,0 @@ -respect compiler and flags from system ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -110,7 +110,7 @@ else() - set(GRN_BUNDLED TRUE) - endif() - --if(NOT GRN_BUNDLED) -+if(NOT GRN_BUNDLED AND GRN_CCACHE) - find_program(CCACHE ccache) - if(CCACHE) - if(NOT CMAKE_C_COMPILER_LAUNCHER) -@@ -239,10 +239,6 @@ if(GRN_C_COMPILER_GNU_LIKE) - set(GRN_C_COMPILE_FLAGS "${GRN_C_COMPILE_FLAGS} $<$<CONFIG:Debug>:-g3 -O0>") - set(GRN_CXX_COMPILE_FLAGS - "${GRN_CXX_COMPILE_FLAGS} $<$<CONFIG:Debug>:-g3 -O0>") -- set(GRN_C_COMPILE_FLAGS -- "${GRN_C_COMPILE_FLAGS} $<$<CONFIG:RelWithDebInfo>:-g3>") -- set(GRN_CXX_COMPILE_FLAGS -- "${GRN_CXX_COMPILE_FLAGS} $<$<CONFIG:RelWithDebInfo>:-g3>") - endif() - - # /Ob1 is used with RelWithDebInfo by default but it's slower than /Ob2 which is diff --git a/app-text/groonga/files/groonga-16.0.1-fix_lto.patch b/app-text/groonga/files/groonga-16.0.1-fix_lto.patch deleted file mode 100644 index dd4aee30c48e..000000000000 --- a/app-text/groonga/files/groonga-16.0.1-fix_lto.patch +++ /dev/null @@ -1,36 +0,0 @@ -PR merged: https://github.com/groonga/groonga/pull/2790.patch -The ODR violation happens because function pointer types like `grn_tokenizer_init_func` take `grn_tokenizer_query` as an argument, -and `grn_tokenizer_query` has two different definitions. -Include `grn_tokenizer.h` from `grn_db.h` so that the non-deprecated definition is always used. ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -562,6 +562,18 @@ if(GRN_WITH_UBSAN) - endif() - endif() - -+option(GRN_WITH_LTO "Enable link-time optimization" OFF) -+if(GRN_WITH_LTO) -+ include(CheckIPOSupported) -+ check_ipo_supported(RESULT lto_supported OUTPUT lto_error) -+ if(lto_supported) -+ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON) -+ else() -+ message(FATAL_ERROR "LTO not supported: ${lto_error}") -+ endif() -+ check_build_flag("-Werror=odr") -+endif() -+ - if(WIN32) - target_link_libraries(grn_dependencies INTERFACE dbghelp.lib) - target_link_libraries(grn_dependencies INTERFACE psapi.lib) ---- a/lib/grn_db.h -+++ b/lib/grn_db.h -@@ -21,6 +21,8 @@ - - #include "grn.h" - -+#include "grn_tokenizer.h" -+ - #include "grn_ctx.h" - #include "grn_options.h" - #include "grn_rset.h" diff --git a/app-text/groonga/files/groonga.confd b/app-text/groonga/files/groonga.confd deleted file mode 100644 index 53672b0102a3..000000000000 --- a/app-text/groonga/files/groonga.confd +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2026 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -#GROONGA_USER=groonga -#GROONGA_GROUP=groonga -#GROONGA_CONFIG=/etc/groonga/groonga.conf -GROONGA_DATABASE=/var/lib/groonga/db diff --git a/app-text/groonga/files/groonga.initd b/app-text/groonga/files/groonga.initd deleted file mode 100644 index a10516d4efda..000000000000 --- a/app-text/groonga/files/groonga.initd +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2026 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -command="/usr/bin/groonga" -pidfile="/run/${RC_SVCNAME}.pid" - -# Groonga can't drop permissions on its own so there's no safe way to -# use the PID file that it would create if we started it as an -# unprivileged user and let it daemonize itself (and write its own PID -# file). Run it in "server" (i.e. foreground) mode instead, and have -# OpenRC background it and manage its PID file. -command_args="-s - --config-path=${GROONGA_CONFIG:-/etc/groonga/groonga.conf} - ${GROONGA_DATABASE}" -command_user="${GROONGA_USER:-groonga}:${GROONGA_GROUP:-groonga}" -command_background="true" - -depend() { - use net -} - -start_pre() { - if [ ! -e "${GROONGA_DATABASE}" ] ; then - einfo "Creating database ${GROONGA_DATABASE}" - su -s /bin/sh -c "${command} -n ${GROONGA_DATABASE} quit" ${GROONGA_USER:-groonga} - fi -} diff --git a/app-text/groonga/groonga-16.0.0-r2.ebuild b/app-text/groonga/groonga-16.0.0-r2.ebuild deleted file mode 100644 index 4012d0950e60..000000000000 --- a/app-text/groonga/groonga-16.0.0-r2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 libtool - -DESCRIPTION="An Embeddable Fulltext Search Engine" -HOMEPAGE="https://groonga.org/" -SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="benchmark debug doc +exact-alloc-count examples futex libedit libevent lzo +mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib zstd" - -DEPEND=" - acct-group/groonga - acct-user/groonga - >=dev-libs/onigmo-6.1.1:0= - dev-libs/rapidjson - dev-libs/xxhash - benchmark? ( >=dev-libs/glib-2.8 ) - libedit? ( >=dev-libs/libedit-3 ) - libevent? ( dev-libs/libevent:0= ) - lzo? ( dev-libs/lzo ) - mecab? ( >=app-text/mecab-0.80 ) - msgpack? ( dev-libs/msgpack:= ) - sphinx? ( >=dev-python/sphinx-1.0.1 ) - zeromq? ( net-libs/zeromq:0= ) - zlib? ( virtual/zlib:= ) - zstd? ( app-arch/zstd:0= ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -distutils_enable_sphinx doc/source \ - dev-python/myst-parser \ - dev-python/pydata-sphinx-theme - -src_prepare() { - default - - elibtoolize -} - -src_configure() { - # httpd is a bundled copy of nginx; disabled for security reasons - # prce only is used with httpd - # Apache arrow, kytea and libstemmer are not available in Gentoo repo - # ruby is only used for an http test - local econfopts=( - --disable-groonga-httpd - --without-pcre - --without-kytea - --without-libstemmer - --disable-apache-arrow - --with-log-path="${EPREFIX}"/var/log/${PN}.log - --without-luajit - --without-ruby - --with-shared-onigmo - --with-onigmo=system - --with-xxhash - --without-jemalloc - $(use_enable benchmark) - $(use_enable debug memory-debug) - $(use_enable doc document) - $(use_enable exact-alloc-count) - $(use_enable futex) - $(use_enable libedit) - $(use_with libevent) - $(use_with lzo) - $(use_with mecab) - $(use_enable msgpack message-pack) - $(use_with msgpack message-pack "${ESYSROOT}/usr") - $(use_enable nfkc) - $(use_with sphinx sphinx-build) - $(use_enable static-libs static) - $(use_enable uyield) - $(use_enable zeromq) - $(use_with zlib) - $(use_with zstd) - ) - - econf "${econfopts[@]}" -} - -src_compile() { - use doc && MAKEOPTS+=" -j1" # docs fail with parallel build. Bug: 904135 - default -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - - keepdir /var/{log,lib}/${PN} - fowners groonga:groonga /var/{log,lib}/${PN} - - if ! use examples ; then - rm -r "${ED}/usr/share/${PN}" || die - fi -} diff --git a/app-text/groonga/groonga-16.0.1.ebuild b/app-text/groonga/groonga-16.0.1.ebuild deleted file mode 100644 index 4933a4d20782..000000000000 --- a/app-text/groonga/groonga-16.0.1.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CMAKE_QA_COMPAT_SKIP=1 # unused bundled rapidjson -inherit cmake - -DESCRIPTION="Embeddable Fulltext Search Engine" -HOMEPAGE="https://groonga.org/" -SRC_URI="https://packages.groonga.org/source/groonga/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="apache-arrow blosc curl debug json libedit lz4 +mecab msgpack stemmer suggest-learner xxhash zstd" -CPU_USE=( - cpu_flags_x86_{avx,avx2,avx512dq} -) -IUSE+=" ${CPU_USE[@]}" -REQUIRED_USE="suggest-learner? ( msgpack )" - -RDEPEND=" - acct-group/groonga - acct-user/groonga - dev-libs/onigmo:= - virtual/zlib:= - apache-arrow? ( dev-libs/apache-arrow:= ) - blosc? ( >=dev-libs/c-blosc2-2.10.0:= ) - curl? ( net-misc/curl ) - libedit? ( dev-libs/libedit ) - lz4? ( app-arch/lz4:= ) - mecab? ( app-text/mecab ) - msgpack? ( dev-libs/msgpack:= ) - stemmer? ( dev-libs/snowball-stemmer:= ) - suggest-learner? ( - dev-libs/libevent:= - net-libs/zeromq:= - ) - xxhash? ( >=dev-libs/xxhash-0.8.0 ) - zstd? ( app-arch/zstd:= ) -" -DEPEND=" - ${RDEPEND} - amd64? ( dev-cpp/xsimd ) - json? ( dev-libs/rapidjson:= ) -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-16.0.1-cmakelists.patch - "${FILESDIR}"/${PN}-16.0.1-blosc2_detection.patch - - # PR merged - "${FILESDIR}"/${P}-fix_lto.patch -) - -src_prepare() { - cmake_src_prepare - cmake_comment_add_subdirectory vendor -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_SKIP_RPATH=TRUE - -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" - -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" - - -DGRN_ALLOW_WARNING=ON # avoid -Werror - -DGRN_EMBED=OFF # static - -DGRN_FOR_RHEL=OFF # TODO: adapt systemd unit - -DGRN_LOG_PATH="${EPREFIX}/var/log/${PN}.log" - - # always OFF - -DGRN_WITH_BENCHMARKS=OFF # install nothing - -DGRN_WITH_BUNDLED_ONIGMO=OFF - -DGRN_WITH_BUNDLED_MESSAGE_PACK=OFF - -DGRN_WITH_LTO=OFF # handled by userflags - -DGRN_WITH_SIMDJSON=no # prefer rapidjson, unlike upstream - -DGRN_WITH_SIMSIMD=OFF # masked, old 3.8.0 bundled - -DGRN_WITH_UBSAN=OFF # it requires clang - -DGRN_WITH_WINDOWS_BACK_TRACE=OFF # only for windows - - # always ON - -DGRN_WITH_DOC=ON # precompiled - -DGRN_WITH_EXAMPLES=ON # nothing to build - -DGRN_WITH_NFKC=ON # required for libgroonga #946976 - -DGRN_WITH_TOOLS=ON # install ruby and bash scripts - -DGRN_WITH_ZLIB=ON # try to find zlib anyway - - -DGRN_WITH_APACHE_ARROW=$(usex apache-arrow) - -DGRN_WITH_BLOSC=$(usex blosc system no) - -DGRN_WITH_CURL=$(usex curl system no) - -DGRN_WITH_MEMORY_DEBUG=$(usex debug) - -DGRN_WITH_RAPIDJSON=$(usex json system no) - -DGRN_WITH_LIBEDIT=$(usex libedit system no) - -DGRN_WITH_LZ4=$(usex lz4 system no) - -DGRN_WITH_MECAB=$(usex mecab) - -DGRN_WITH_MESSAGE_PACK=$(usex msgpack) - -DGRN_WITH_LIBSTEMMER=$(usex stemmer) - -DGRN_WITH_LIBEVENT=$(usex suggest-learner) - -DGRN_WITH_ZEROMQ=$(usex suggest-learner) - -DGRN_WITH_XXHASH=$(usex xxhash system no) - -DGRN_WITH_ZSTD=$(usex zstd system no) - - # TODO - -DGRN_WITH_MRUBY=OFF - -DGRN_WITH_MUNIN_PLUGINS=OFF - - # not packaged in ::gentoo - -DGRN_WITH_BASE64=no # aklomp/base64 - -DGRN_WITH_FAISS=no # facebookresearch/faiss - -DGRN_WITH_H3=no # uber/h3 - -DGRN_WITH_KYTEA=no # neubig/kytea - -DGRN_WITH_LLAMA_CPP=no # ::guru - -DGRN_WITH_OPENZL=no # facebook/openzl - -DGRN_WITH_ROARING_BITMAPS=no # RoaringBitmap/CRoaring - -DGRN_WITH_USEARCH=no # unum-cloud/USearch - ) - - # xsimd profiles - if use amd64; then - mycmakeargs+=( - -DGRN_WITH_XSIMD=system - -DGRN_HAVE_AVX_FLAG=$(usex cpu_flags_x86_avx) - -DGRN_HAVE_AVX2_FLAG=$(usex cpu_flags_x86_avx2) - -DGRN_HAVE_AVX512DQ_FLAG=$(usex cpu_flags_x86_avx512dq) - ) - #elif use arm64 - # mycmakeargs+=( - # -DGRN_WITH_XSIMD=system - # -DGRN_HAVE_ARCH_ARMV8_A_FLAG=$(usex cpu_flags_arm_v8) - # ) - else - mycmakeargs+=( -DGRN_WITH_XSIMD=no ) - fi - - cmake_src_configure -} - -src_install() { - cmake_src_install - - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - - keepdir /var/{log,lib}/${PN} - fowners groonga:groonga /var/{log,lib}/${PN} -} diff --git a/app-text/groonga/metadata.xml b/app-text/groonga/metadata.xml deleted file mode 100644 index c6768be52f62..000000000000 --- a/app-text/groonga/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="apache-arrow">Enable support for Apache Arrow</flag> - <flag name="blosc">Allow using blosc compression via <pkg>dev-libs/c-blosc2</pkg> - </flag> - <flag name="benchmark">Build benchmark programs</flag> - <flag name="exact-alloc-count">Atomic counting for memory alloc count</flag> - <flag name="futex">Use futex</flag> - <flag name="json">Enable JSON processing using <pkg>dev-libs/rapidjson</pkg> - </flag> - <flag name="libevent">Enable <pkg>dev-libs/libevent</pkg> used for suggestion</flag> - <flag name="mecab">Use <pkg>app-text/mecab</pkg> for morphological analysis</flag> - <flag name="msgpack">Enable <pkg>dev-libs/msgpack</pkg> used for suggestion</flag> - <flag name="nfkc">Use nfkc based utf8 normalization</flag> - <flag name="sphinx">Enable document generation by <pkg>app-misc/sphinx</pkg> - </flag> - <flag name="stemmer">Enable stemming token filter using <pkg>dev-libs/snowball-stemmer</pkg> - </flag> - <flag name="suggest-learner">Build groonga-suggest-learner to learn suggest result from groonga-suggest-httpd or query logs</flag> - <flag name="uyield">Build for detecting race conditions</flag> - <flag name="xxhash">Enable drilldown by hashed key using <pkg>dev-libs/xxhash</pkg> - </flag> - <flag name="zeromq">Enable <pkg>net-libs/zeromq</pkg> used for suggestion</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/grutatxt/Manifest b/app-text/grutatxt/Manifest deleted file mode 100644 index e9bd0d97025a..000000000000 --- a/app-text/grutatxt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST grutatxt-2.200.0.tar.gz 20751 BLAKE2B 1df00316b4379f7922348fa6a90e53ed0a34e5498558b00a7dde09e7eea53098ce9b66e44260a95575b52180baff5b78073339d0f47370e30b8c61042ae40c4b SHA512 2ecf5145c42efbfde69278ecd9a7bbddceef79aed036a659e126f02ba2c20968c10425004298f6fb786b0e9407b4c78f25885ea4f112dbca111b6bf8b7e834c0 diff --git a/app-text/grutatxt/grutatxt-2.200.0.ebuild b/app-text/grutatxt/grutatxt-2.200.0.ebuild deleted file mode 100644 index 3b17874c397f..000000000000 --- a/app-text/grutatxt/grutatxt-2.200.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_NAME="Grutatxt" -DIST_VERSION="2.20" - -inherit perl-module - -DESCRIPTION="A converter from plain text to HTML and other markup languages" -HOMEPAGE="https://triptico.com/software/grutatxt.html" -# upstream no longer versions the tarballs -SRC_URI="https://triptico.com/download/${PN}.tar.gz -> ${P}.tar.gz" -LICENSE="public-domain" - -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" diff --git a/app-text/grutatxt/metadata.xml b/app-text/grutatxt/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/grutatxt/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest deleted file mode 100644 index 159d7eeafc4a..000000000000 --- a/app-text/gspell/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gspell-1.14.0.tar.xz 116624 BLAKE2B ca42448dcb99b0d2d4563fff6c9209eeaae0f50dc00d8d3b3032b3d6fa332aea083ce737f15665a2cf2977ed715837a6c850bea0d3eaa82c7f01429ef92ab7ed SHA512 d2e9931f4c37170b483ece9ee50b0af8aa281cf1bde5ac009d2a0c7dd2dbfc90e591df13dd555465c04cccdc2864b788d372625be9f71d6541e6e6b0fd3c4370 -DIST gspell-1.14.3.tar.xz 118848 BLAKE2B a1c43258270c17dc250d946a083573ca411ce7af77083f5fcb98f60ce1445d019f09de524bc92d22a8c9c0c036a058f2b2d81e22d9c9373ce35842185e25dcdb SHA512 fd22f6c60e46976697619385b6c7f32c399126b3c057f929c9a504eb8ee8a8376e240cff67fc94e0ccf20b832556f0e3362ddf2771a5d7616264841113d6da26 diff --git a/app-text/gspell/gspell-1.14.0-r1.ebuild b/app-text/gspell/gspell-1.14.0-r1.ebuild deleted file mode 100644 index 0a373b5a35b1..000000000000 --- a/app-text/gspell/gspell-1.14.0-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 meson vala virtualx - -DESCRIPTION="Spell check library for GTK+ applications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gspell" - -LICENSE="LGPL-2.1+" -SLOT="0/3" # subslot = libgspell-1 soname version -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" - -IUSE="gtk-doc +introspection test +vala" -RESTRICT="!test? ( test )" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - >=app-text/enchant-2.2:2 - >=dev-libs/glib-2.44:2 - >=x11-libs/gtk+-3.20:3[introspection?] - dev-libs/icu:= - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -" -DEPEND="${RDEPEND} - test? ( sys-apps/dbus ) -" -BDEPEND=" - dev-libs/libxml2:2 - dev-util/glib-utils - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig - gtk-doc? ( dev-util/gtk-doc ) - vala? ( $(vala_depend) ) - test? ( - app-text/enchant:2[hunspell] - || ( - app-dicts/myspell-en[l10n_en(+)] - app-dicts/myspell-en[l10n_en-US(+)] - ) - ) -" -# Tests require a en_US dictionary and fail with deprecated enchant aspell backend: -# So enchant[hunspell] + myspell-en ensure they pass (hunspell is ordered before aspell), -# however a different backend like hspell or nuspell + their en_US dict might be fine too, -# but we don't support them at this time (2020-04-12) in enchant:2 - -src_prepare() { - use vala && vala_setup - gnome2_src_prepare -} - -src_configure() { - local emesonargs=( - -Dinstall_tests=false - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection gobject_introspection) - $(meson_use test tests) - $(meson_use vala vapi) - ) - - meson_src_configure -} - -src_test() { - virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} diff --git a/app-text/gspell/gspell-1.14.3.ebuild b/app-text/gspell/gspell-1.14.3.ebuild deleted file mode 100644 index 603b91868f0f..000000000000 --- a/app-text/gspell/gspell-1.14.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 meson vala virtualx - -DESCRIPTION="Spell check library for GTK+ applications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gspell" - -LICENSE="LGPL-2.1+" -SLOT="0/3" # subslot = libgspell-1 soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" - -IUSE="gtk-doc +introspection test +vala" -RESTRICT="!test? ( test )" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - >=app-text/enchant-2.2:2 - >=dev-libs/glib-2.44:2 - >=x11-libs/gtk+-3.20:3[introspection?] - dev-libs/icu:= - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -" -DEPEND="${RDEPEND} - test? ( sys-apps/dbus ) -" -BDEPEND=" - dev-libs/libxml2:2 - dev-util/glib-utils - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig - gtk-doc? ( dev-util/gtk-doc ) - vala? ( $(vala_depend) ) - test? ( - app-text/enchant:2[hunspell] - || ( - app-dicts/myspell-en[l10n_en(+)] - app-dicts/myspell-en[l10n_en-US(+)] - ) - ) -" -# Tests require a en_US dictionary and fail with deprecated enchant aspell backend: -# So enchant[hunspell] + myspell-en ensure they pass (hunspell is ordered before aspell), -# however a different backend like hspell or nuspell + their en_US dict might be fine too, -# but we don't support them at this time (2020-04-12) in enchant:2 - -src_prepare() { - use vala && vala_setup - gnome2_src_prepare -} - -src_configure() { - local emesonargs=( - -Dinstall_tests=false - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection gobject_introspection) - $(meson_use test tests) - $(meson_use vala vapi) - ) - - meson_src_configure -} - -src_test() { - virtx dbus-run-session meson test -C "${BUILD_DIR}" --print-errorlogs || die -} diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml deleted file mode 100644 index f6b6cde5f785..000000000000 --- a/app-text/gspell/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest deleted file mode 100644 index 020f9dce8a9a..000000000000 --- a/app-text/gtkspell/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtkspell-2.0.16.tar.gz 351277 BLAKE2B ccb49b99c4f9059ed4461bb5ffda4dbeb691c5a062184ba7b51d8464d2461c5be0d648e4f69dbc36fe345be2addbc271af9701a0a387975265585dd3a7926e99 SHA512 7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d -DIST gtkspell3-3.0.10.tar.xz 300968 BLAKE2B aa167e9e5068e9c6c5fcf6933a28246de0be8386be43ab3af80a45dfbc092e1381503822d09742d20dde2e0b8dae77210001c955e37a8dab263b832ee52675a1 SHA512 3b1ceaa9ffa06bd3f6dae39c95db951588e5cf2edf4f551cac6972822ba230af3415c5045fa24f7a4dfe05c2e386ab3f67cb80cb779576b4e54293b7b9fbc28e diff --git a/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild b/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild deleted file mode 100644 index 87646213c0a4..000000000000 --- a/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Spell checking widget for GTK" -HOMEPAGE="http://gtkspell.sourceforge.net/" -# gtkspell doesn't use sourceforge mirroring system it seems. -SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" - -RDEPEND=" - x11-libs/gtk+:2 - >=app-text/enchant-1.1.6:0" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-build/gtk-doc-am - >=dev-util/intltool-0.35.0 - virtual/pkgconfig" - -src_prepare() { - default - - # Fix intltoolize broken file, see upstream #577133 - sed -i -e "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" po/Makefile.in.in || die -} - -src_configure() { - econf --disable-gtk-doc -} - -src_install() { - default - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/app-text/gtkspell/gtkspell-3.0.10-r1.ebuild b/app-text/gtkspell/gtkspell-3.0.10-r1.ebuild deleted file mode 100644 index 36333fc4d18b..000000000000 --- a/app-text/gtkspell/gtkspell-3.0.10-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 vala - -MY_P="${PN}3-${PV}" - -DESCRIPTION="Spell checking widget for GTK" -HOMEPAGE="http://gtkspell.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="3/0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="+introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - app-text/enchant:2 - app-text/iso-codes - dev-libs/glib:2 - x11-libs/gtk+:3[introspection?] - >=x11-libs/pango-1.8.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-build/gtk-doc-am-1.17 - >=dev-util/intltool-0.35.0 - virtual/pkgconfig - vala? ( $(vala_depend) )" - -src_configure() { - use vala && vala_setup - - gnome2_src_configure \ - $(use_enable introspection) \ - $(use_enable vala) -} diff --git a/app-text/gtkspell/metadata.xml b/app-text/gtkspell/metadata.xml deleted file mode 100644 index f6b6cde5f785..000000000000 --- a/app-text/gtkspell/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/gtranslator/Manifest b/app-text/gtranslator/Manifest deleted file mode 100644 index 30e65deed279..000000000000 --- a/app-text/gtranslator/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtranslator-47.1.tar.xz 1251964 BLAKE2B abfc76c1bb08ce103fb97f13bc2d08f6798b4d23b0c236f9e937feef6c0b3151971c1e27f5faada59ebf70f07258f69de7700432c5b4dfb1056879f8887e315f SHA512 3b26a90cc4a7c25a32fa2158b016fda39577aacc303f63432c6fc87d0ed4aea11200308f9bc502d14b60119d5ebd2d23572050dfcab4a82208f7d1801386fe79 -DIST gtranslator-48.0.tar.xz 1251364 BLAKE2B 02d06fa45e180e9576d0b3cb436e88d37f6b8f2e7239128f7bfd3e5865adccdd3b3f86f5e87d2ec0a83df25803d01fe714c51d24755486336b4c6e47bf35d0a8 SHA512 2925c7c36c5daf6ee85afecbe40ff856f353c09d8934acabb0f2626dbe268c9a58f2e7092102a38fa2ce5f0b4ddb0f2bb5fa32c61f772cc5f2016ad1f1081f59 diff --git a/app-text/gtranslator/files/gtranslator-45.2-Revert-Add-GDA-6-compatibility.patch b/app-text/gtranslator/files/gtranslator-45.2-Revert-Add-GDA-6-compatibility.patch deleted file mode 100644 index 78a7ac9b67d1..000000000000 --- a/app-text/gtranslator/files/gtranslator-45.2-Revert-Add-GDA-6-compatibility.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://gitlab.gnome.org/GNOME/gtranslator/-/merge_requests/127 - -From 9d8f92d37a7af3eca6985de72f52b45a21f9c91d Mon Sep 17 00:00:00 2001 -From: Daniel Garcia Moreno <daniel.garcia@suse.com> -Date: Thu, 22 Sep 2022 08:20:11 +0200 -Subject: [PATCH] Revert "Add GDA 6 compatibility" - -This reverts commit 27c3f164422c193246aa4f71facf77d2a97ee94c ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index 076812bd..f734e496 100644 ---- a/meson.build -+++ b/meson.build -@@ -119,7 +119,7 @@ gtr_deps = [ - gtk_dep, - libadwaita_dep, - libspell_dep, -- dependency('libgda-6.0'), -+ dependency('libgda-5.0'), - dependency('gio-2.0', version: '>= 2.36.0'), - dependency('gsettings-desktop-schemas'), - dependency('gthread-2.0', version: '>= 2.13.0'), --- -2.35.1 - diff --git a/app-text/gtranslator/gtranslator-47.1-r1.ebuild b/app-text/gtranslator/gtranslator-47.1-r1.ebuild deleted file mode 100644 index e7b8039776ea..000000000000 --- a/app-text/gtranslator/gtranslator-47.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="GNOME Translation Editor" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gtranslator/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND=" - >=dev-libs/glib-2.71.3:2 - >=gui-libs/gtk-4.12.0:4 - >=gui-libs/libadwaita-1.6_alpha - gnome-extra/libgda:5= - gnome-base/gsettings-desktop-schemas - >=gui-libs/gtksourceview-5.4.0:5 - >=dev-libs/libxml2-2.4.12:2= - net-libs/libsoup:3.0 - >=dev-libs/json-glib-1.2.0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-45.2-Revert-Add-GDA-6-compatibility.patch -) - -src_configure() { - local emesonargs=( - -Dprofile=default - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/gtranslator/gtranslator-48.0.ebuild b/app-text/gtranslator/gtranslator-48.0.ebuild deleted file mode 100644 index 703f294c2500..000000000000 --- a/app-text/gtranslator/gtranslator-48.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="GNOME Translation Editor" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gtranslator/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND=" - >=dev-libs/glib-2.71.3:2 - >=gui-libs/gtk-4.12.0:4 - >=gui-libs/libadwaita-1.6_alpha - gnome-extra/libgda:5=[-http] - gnome-base/gsettings-desktop-schemas - >=gui-libs/gtksourceview-5.4.0:5 - >=dev-libs/libxml2-2.4.12:2= - net-libs/libsoup:3.0 - >=dev-libs/json-glib-1.2.0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-45.2-Revert-Add-GDA-6-compatibility.patch -) - -src_configure() { - local emesonargs=( - -Dprofile=default - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/gtranslator/metadata.xml b/app-text/gtranslator/metadata.xml deleted file mode 100644 index 549c4a1affea..000000000000 --- a/app-text/gtranslator/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <longdescription lang="en"> - Gtranslator is an enhanced gettext po file editor for the GNOME desktop - environment. - It handles all forms of gettext po files and includes very useful features - like find/replace, translation memory, different translator profiles, - messages table (for having an overview of the translations/messages in the - po file), easy navigation and editing of translation messages and comments - of the translation where accurate. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest deleted file mode 100644 index 9ff605c2881d..000000000000 --- a/app-text/gv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gv-3.7.4.tar.gz 759287 BLAKE2B 2f18309d16a3c11dc0da0fa507f43c8128a4cabff8c1675895fac011702db677ef51989d2536bcbc7d3b4aa3e3cdf470a2a3e4699109b501141caffeb7e532a8 SHA512 f6dc072b6b72b6c543733501c719aa38c81a2e2fc63fbf1459b8a3a50a1a70eca9fc9def2fbeb51cb7bb81cfc3b20f136732d935740693bf541d7135975df648 diff --git a/app-text/gv/files/gv-3.7.4-bounding-box.patch b/app-text/gv/files/gv-3.7.4-bounding-box.patch deleted file mode 100644 index b55ddbd4a3ee..000000000000 --- a/app-text/gv/files/gv-3.7.4-bounding-box.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix bounding box recognition -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-bounding-box.patch - -diff a/src/ps.c b/src/ps.c ---- a/src/ps.c -+++ b/src/ps.c -@@ -357,7 +357,7 @@ static int parse_boundingbox(const char *l, int *boundingbox) { - while (*p == ' ' || *p == '\t') - p++; - fury = strtod(p, &pe); -- if (*pe != '\n' && *pe != '\0' && *pe != ' ' && *pe != '\t') { -+ if (*pe != '\n' && *pe != '\r'&& *pe != '\0' && *pe != ' ' && *pe != '\t') { - return 0; - } - diff --git a/app-text/gv/files/gv-3.7.4-bug1071238.patch b/app-text/gv/files/gv-3.7.4-bug1071238.patch deleted file mode 100644 index d50f67c79cb8..000000000000 --- a/app-text/gv/files/gv-3.7.4-bug1071238.patch +++ /dev/null @@ -1,22 +0,0 @@ -Fix NULL access segfault -https://bugzilla.redhat.com/show_bug.cgi?id=1071238 -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-bug1071238.patch - -diff a/src/zoom.c b/src/zoom.c ---- a/src/zoom.c -+++ b/src/zoom.c -@@ -104,12 +104,12 @@ zoom_createZoom(Widget w _GL_UNUSED, XtP - - BEGINMESSAGE(zoom_createZoom) - -- if (!(gv_psfile != NULL || (gv_gs_arguments && *gv_gs_arguments))) { -+ if (!gv_psfile) { - INFMESSAGE(no file) ENDMESSAGE(zoom_createZoom) - return; - } - -- if (strcmp(gv_filename, "-")) { -+ if (gv_filename != NULL && strcmp(gv_filename, "-")) { - stat(gv_filename, &sbuf); - if (mtime != sbuf.st_mtime) { - INFMESSAGE1(file has changed) ENDMESSAGE1(zoom_createZoom)return; diff --git a/app-text/gv/files/gv-3.7.4-bz1536211.patch b/app-text/gv/files/gv-3.7.4-bz1536211.patch deleted file mode 100644 index 94808a8b8ea8..000000000000 --- a/app-text/gv/files/gv-3.7.4-bz1536211.patch +++ /dev/null @@ -1,28 +0,0 @@ -Fix PDF printing -https://bugzilla.redhat.com/show_bug.cgi?id=1536211 -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-bz1536211.patch - -diff -up a/src/Makefile.am b/src/Makefile.am ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -198,7 +198,7 @@ gv_intern_res_unix.dat : - @echo "" >> gv_intern_res_unix.dat - @echo "GV.gsInterpreter: gs" >> gv_intern_res_unix.dat - @echo "GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quit" >> gv_intern_res_unix.dat -- @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat -+ @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=ps2write -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat - @echo "GV.gsX11Device: -sDEVICE=x11" >> gv_intern_res_unix.dat - @echo "GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTS" >> gv_intern_res_unix.dat - @echo "GV.gsSafeDir: True" >> gv_intern_res_unix.dat -diff -up a/src/Makefile.in b/src/Makefile.in ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -1134,7 +1134,7 @@ gv_intern_res_unix.dat : - @echo "" >> gv_intern_res_unix.dat - @echo "GV.gsInterpreter: gs" >> gv_intern_res_unix.dat - @echo "GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quit" >> gv_intern_res_unix.dat -- @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat -+ @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=ps2write -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat - @echo "GV.gsX11Device: -sDEVICE=x11" >> gv_intern_res_unix.dat - @echo "GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTS" >> gv_intern_res_unix.dat - @echo "GV.gsSafeDir: True" >> gv_intern_res_unix.dat diff --git a/app-text/gv/files/gv-3.7.4-dat.patch b/app-text/gv/files/gv-3.7.4-dat.patch deleted file mode 100644 index aeaea246d029..000000000000 --- a/app-text/gv/files/gv-3.7.4-dat.patch +++ /dev/null @@ -1,15 +0,0 @@ -Change tab to space in gv_user_res.dat -http://savannah.gnu.org/patch/?7998 -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-dat.patch - ---- a/src/gv_user_res.dat -+++ b/src/gv_user_res.dat -@@ -39,7 +39,7 @@ - save_marked - GV.scale: 0 - GV.scaleBase: 1 --GV.scales: Natural size, 1.000, screen \n\ -+GV.scales: Natural size, 1.000, screen \n\ - Pixel based, 1.000, pixel \n\ - Arbitrary magnification, -2 \n\ - Fit height to window, -3 \n\ diff --git a/app-text/gv/files/gv-3.7.4-overflow.patch b/app-text/gv/files/gv-3.7.4-overflow.patch deleted file mode 100644 index 05cbda055f63..000000000000 --- a/app-text/gv/files/gv-3.7.4-overflow.patch +++ /dev/null @@ -1,27 +0,0 @@ -Fix buffer overflows in resource.c -https://savannah.gnu.org/patch/?10096 -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-overflow.patch - -diff a/src/resource.c b/src/resource.c ---- a/src/resource.c -+++ b/src/resource.c -@@ -230,15 +230,15 @@ resource_buildDatabase ( - s = resource_getResource(db,app_class,app_name, "international",0); - if (s == NULL || !strcasecmp(s, "False")) - { -- sprintf(locale1, "noint:%s%s", loc_lang, loc_terr); -- sprintf(locale2, "noint:%s", loc_lang); -+ snprintf(locale1, 100, "noint:%s%s", loc_lang, loc_terr); -+ snprintf(locale2, 100, "noint:%s", loc_lang); - strcpy(locale3, "C"); - } - else - { - strcpy(locale1, locale); -- sprintf(locale2, "%s%s%s", loc_lang, loc_terr, loc_cs); -- sprintf(locale3, "%s%s", loc_lang, loc_cs); -+ snprintf(locale2, 100, "%s%s%s", loc_lang, loc_terr, loc_cs); -+ snprintf(locale3, 100, "%s%s", loc_lang, loc_cs); - } - - if (debug_p) diff --git a/app-text/gv/files/gv-3.7.4-remove-aliasing-violation.patch b/app-text/gv/files/gv-3.7.4-remove-aliasing-violation.patch deleted file mode 100644 index 540d590e4520..000000000000 --- a/app-text/gv/files/gv-3.7.4-remove-aliasing-violation.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/855011 - -diff -ruN a/src/Scrollbar.c b/src/Scrollbar.c ---- a/src/Scrollbar.c -+++ b/src/Scrollbar.c -@@ -1364,12 +1364,6 @@ - INFMESSAGE(returning due to LookAhead) ENDMESSAGE(NotifyThumb) - return; - } -- /* -- thumbProc is not pretty, but is necessary for backwards -- compatibility on those architectures for which it work{s,ed}; -- the intent is to pass a (truncated) float by value. -- */ -- XtCallCallbacks (w, XtNthumbProc, *(XtPointer*)&TOP); - XtCallCallbacks (w, XtNjumpProc, (XtPointer)&TOP); - ENDMESSAGE(NotifyThumb) - } diff --git a/app-text/gv/files/gv-3.7.4-resource.patch b/app-text/gv/files/gv-3.7.4-resource.patch deleted file mode 100644 index 15c39e3cbdae..000000000000 --- a/app-text/gv/files/gv-3.7.4-resource.patch +++ /dev/null @@ -1,33 +0,0 @@ -Check for null pointers in resource requests -https://savannah.gnu.org/bugs/?38727 -https://src.fedoraproject.org/rpms/gv/blob/rawhide/f/gv-resource.patch - ---- a/src/main.c -+++ b/src/main.c -@@ -1449,7 +1449,7 @@ - if (s) gv_gs_arguments = s; - - s = resource_getResource(db,gv_class,gv_name,"gsSafeDir",NULL); -- if (!strcasecmp(s,"true")) gv_gs_safeDir = 1; else gv_gs_safeDir = 0; -+ if (s && !strcasecmp(s,"true")) gv_gs_safeDir = 1; else gv_gs_safeDir = 0; - - s = resource_getResource(db,gv_class,gv_name,"gsSafer",NULL); - if (s && !strcasecmp(s,"true")) gv_gs_safer = 1; else gv_gs_safer = 0; -@@ -1468,13 +1468,13 @@ - } - - s = resource_getResource(db,gv_class,gv_name,"infoVerbose",NULL); -- if (!strcasecmp(s, "Silent")) gv_infoVerbose=0; -- else if (!strcasecmp(s, "Errors")) gv_infoVerbose=1; -- else if (!strcasecmp(s, "All")) gv_infoVerbose=2; -+ if (!s || !strcasecmp(s, "Errors")) gv_infoVerbose=1; -+ else if (!strcasecmp(s, "Silent")) gv_infoVerbose=0; -+ else if (!strcasecmp(s, "All")) gv_infoVerbose=2; - else gv_infoVerbose = 1; - - s = resource_getResource(db,gv_class,gv_name,"xinerama",NULL); -- if (!strcasecmp(s, "Off")) gv_xinerama=0; -+ if (!s || !strcasecmp(s, "Off")) gv_xinerama=0; - else if (!strcasecmp(s, "On")) gv_xinerama=1; - else if (!strcasecmp(s, "Auto")) gv_xinerama=-1; - else gv_xinerama = 0; diff --git a/app-text/gv/files/gv_icon.xpm b/app-text/gv/files/gv_icon.xpm deleted file mode 100644 index a4a8fb4693be..000000000000 --- a/app-text/gv/files/gv_icon.xpm +++ /dev/null @@ -1,58 +0,0 @@ -/* XPM */ -static char *gv_icon[] = { -/* columns rows colors chars-per-pixel */ -"50 50 2 1", -" c #FFFFFF", -". c #000000", -/* pixels */ -" . . . . . . . . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . .", -". . . . . . ...... . . . . . . ", -" . . . . . .. ... . . . . . .", -". . . . . .. .. . . . . . ", -" . . . . . .. . . . . . . . . .", -". . . . . .. . . . . ", -" . . . . . .. . . . . . . .", -". . . . . .. .. . . . . ", -" . . . ... .. . . . . . .", -". . . . .... .. .. . . . . ", -" . . . .. .. ... . .... . . . .", -". . . . ... . .. . .. .. . . . . ", -" . . . ... ... . . .. . . . . . .", -". . . ... ..... .. .. ... . . . . ", -" . . . ... .... .. . . . . .", -". . . . .... .. . . . . ", -" . . . ... .. . . . . .", -". . . . .. . ... .. . . . . ", -" . . . ... .. . . . .", -". . . . .. .. . . . . . ", -" . . . . . . ... .. . . . .", -". . . . . ... .. . . . . . ", -" . . . . .. . . . . .", -". . . . . ... .. . . . . . ", -" . . . . . ... . . . . . . .", -". . . . . .. .. . . . . . ", -" . . . . . ... .. . . . . . .", -". . . ... . . . . . ", -" . . . . . . ... .. .. . . . . . .", -". . . . . ... ....... . . . . ", -" . . . . . . ... .... . . . . . .", -". . . . . ... .. . . . . . ", -" . . . . . . . .... .. . . . .", -". . . . . . .......... . . . . . . ", -" . . . . . . . ....... . . . .", -". . . . . . . . . . . . . . ", -" . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . . . . . . . . ", -" . . . . . . . . . . . . . . . . . . . . . . . . .", -". . . . . . . . . . . . . . . . . . . . . . . . . " -}; diff --git a/app-text/gv/gv-3.7.4.ebuild b/app-text/gv/gv-3.7.4.ebuild deleted file mode 100644 index b06340092549..000000000000 --- a/app-text/gv/gv-3.7.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop gnuconfig toolchain-funcs - -DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" -HOMEPAGE="https://www.gnu.org/software/gv/" -SRC_URI="https://ftp.gnu.org/gnu/gv/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86" -IUSE="xinerama" - -RDEPEND=" - app-text/ghostscript-gpl - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - >=x11-libs/libXaw3d-1.6-r1[unicode(+)] - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-resource.patch - "${FILESDIR}"/${P}-dat.patch - "${FILESDIR}"/${P}-bounding-box.patch - "${FILESDIR}"/${P}-bug1071238.patch - "${FILESDIR}"/${P}-bz1536211.patch - "${FILESDIR}"/${P}-overflow.patch - "${FILESDIR}"/${P}-remove-aliasing-violation.patch -) - -src_prepare() { - default - gnuconfig_update -} - -src_configure() { - export ac_cv_lib_Xinerama_main=$(usex xinerama) - econf --enable-scrollbar-code -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - rm README.{I18N,TRANSLATION} || die - default - - doicon "${FILESDIR}"/gv_icon.xpm - make_desktop_entry gv GhostView gv_icon 'Graphics;Viewer' -} diff --git a/app-text/gv/metadata.xml b/app-text/gv/metadata.xml deleted file mode 100644 index 0e8082c316eb..000000000000 --- a/app-text/gv/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:gnu:gv</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/halibut/Manifest b/app-text/halibut/Manifest deleted file mode 100644 index f285e42d4109..000000000000 --- a/app-text/halibut/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST halibut-1.3.tar.gz 995916 BLAKE2B 78a4409ff1f787134f7cd4eb307e77c81865a2591b55b359b0ef7a45b303cd361f85d344972714dfe8b3e823345de715d99ea542bf3cdf63d6d92548d027c27b SHA512 872f0cdb398002843d7e1b19f6eaf80ff848ce5ffee8653fa88da63c57e89efcbfaadc09b476280d25d38136f7d8af286fa98b9b36598515e0eb50f1945ee34a diff --git a/app-text/halibut/files/halibut-1.3-cmake-4.patch b/app-text/halibut/files/halibut-1.3-cmake-4.patch deleted file mode 100644 index 371001fbd1cf..000000000000 --- a/app-text/halibut/files/halibut-1.3-cmake-4.patch +++ /dev/null @@ -1,59 +0,0 @@ -https://bugs.gentoo.org/952807 -https://git.tartarus.org/?p=simon/halibut.git;a=commit;h=570407a40bdde2a9bb50c16aa47711202ade8923 -https://git.tartarus.org/?p=simon/halibut.git;a=commit;h=cb8a083d084b3464d72c4d3d247085389b2e5874 - -From: Simon Tatham <anakin@pobox.com> -Date: Wed, 23 Apr 2025 07:44:47 +0000 (+0100) -Subject: Merge libcharset updates, including CMake version fix. -X-Git-Url: https://git.tartarus.org/?p=simon%2Fhalibut.git;a=commitdiff_plain;h=570407a40bdde2a9bb50c16aa47711202ade8923;hp=ce14e373b7e6532c0dfa1908fe6030c5667cf79a - -Merge libcharset updates, including CMake version fix. ---- - -diff --git a/charset/CMakeLists.txt b/charset/CMakeLists.txt -index 06eae77..4613cb4 100644 ---- a/charset/CMakeLists.txt -+++ b/charset/CMakeLists.txt -@@ -5,7 +5,7 @@ - # string handling abilities to read the list out of Makefile.am - # alongside it. - --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.7...3.28) - project(libcharset LANGUAGES C) - - file(READ ${CMAKE_CURRENT_SOURCE_DIR}/Makefile.am MAKEFILE_AM) -diff --git a/charset/internal.h b/charset/internal.h -index 1d1f0ea..bb41e0b 100644 ---- a/charset/internal.h -+++ b/charset/internal.h -@@ -121,7 +121,7 @@ bool unicode_to_jisx0212(long int unicode, int *r, int *c); - #define UNUSEDARG(x) ( (x) = (x) ) - - #ifdef __GNUC__ --#define DELIBERATE_FALLTHROUGH __attribute__ ((fallthrough)); -+#define DELIBERATE_FALLTHROUGH __attribute__ ((fallthrough)) - #else - #define DELIBERATE_FALLTHROUGH ((void)0) - #endif - -From cb8a083d084b3464d72c4d3d247085389b2e5874 Mon Sep 17 00:00:00 2001 -From: Simon Tatham <anakin@pobox.com> -Date: Wed, 23 Apr 2025 08:45:36 +0100 -Subject: [PATCH] Update CMake version spec to 3.7...3.28. - -This allows building on distros as far back as Debian stretch (the -earliest Debian still just-about in support, with CMake 3.7) and as -far forward as current sid (running 3.31) without provoking any -warning of the form "Compatibility with CMake < 3.x will be removed -from a future version of CMake." ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.7...3.28) - project(halibut LANGUAGES C) - - set(LIBCHARSET_LIBRARY_ONLY ON) --- -2.20.1 diff --git a/app-text/halibut/halibut-1.3-r1.ebuild b/app-text/halibut/halibut-1.3-r1.ebuild deleted file mode 100644 index 14e554dfbaa9..000000000000 --- a/app-text/halibut/halibut-1.3-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="yet another free document preparation system" -HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/halibut/" -SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" - -PATCHES=( - "${FILESDIR}"/${P}-cmake-4.patch -) diff --git a/app-text/halibut/metadata.xml b/app-text/halibut/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/halibut/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/hd2u/Manifest b/app-text/hd2u/Manifest deleted file mode 100644 index a5f3d704fdbb..000000000000 --- a/app-text/hd2u/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hd2u-1.0.3.tgz 60024 BLAKE2B 9dd57f2e15add3643aa92747836164b18c9c6554c435b718cea6b4e8d1455bbd775f9d4eda0f10a9bfe3ccb5dbd634a99b367ae849bce2145d9b1114400a2b1b SHA512 d354964f0ad5392315767b96438d843a5f1d6afe78da5b0c5ea65a3b0b2a61beabff3ecac89df81b9271a14ca443f23dfffeb51815e02b724ad287e42fc2d6cc diff --git a/app-text/hd2u/files/hd2u-1.0.3-build.patch b/app-text/hd2u/files/hd2u-1.0.3-build.patch deleted file mode 100644 index de788e8aa774..000000000000 --- a/app-text/hd2u/files/hd2u-1.0.3-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/Makefile.in b/Makefile.in -index 2a67b3c..651323d 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -42,7 +42,7 @@ LIBS= @LIBS@ - all: $(TARGET) - - $(TARGET): $(TARGET).c config.h -- $(CC) $(CFLAGS) -o $@ $(@:%=%.c) $(LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(@:%=%.c) $(LIBS) - - - all-optimized: $(TARGET)-optimized -@@ -98,9 +98,10 @@ cleanall: clean - mrproper: cleanall - distclean: cleanall - -+BUILD_ROOT=$(DESTDIR) - install: - $(INSTALL) -d -m 755 $(BUILD_ROOT)$(BIN_DIR) -- $(INSTALL) -m 755 -s $(TARGET) $(BUILD_ROOT)$(BIN_DIR) -+ $(INSTALL) -m 755 $(TARGET) $(BUILD_ROOT)$(BIN_DIR) - - tarball: - $(INSTALL) -d -m 755 ./$(PACKAGE_NAME)-$(PACKAGE_VERSION) diff --git a/app-text/hd2u/hd2u-1.0.3.ebuild b/app-text/hd2u/hd2u-1.0.3.ebuild deleted file mode 100644 index f3c613ef1f26..000000000000 --- a/app-text/hd2u/hd2u-1.0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Dos2Unix like text file converter" -HOMEPAGE="http://www.megaloman.com/~hany/software/hd2u/" -SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" - -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=" - dev-libs/popt" -RDEPEND="${DEPEND} - !app-text/dos2unix" - -PATCHES=( "${FILESDIR}"/${P}-build.patch ) diff --git a/app-text/hd2u/metadata.xml b/app-text/hd2u/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/hd2u/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest deleted file mode 100644 index b0e4e51488fa..000000000000 --- a/app-text/highlight/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST highlight-4.12.tar.bz2 1501961 BLAKE2B 39b8ded3588a65e3a570a11c007ecbaf3ec61bf79bd412f1c29a5d130007a1b9fe8ab0d6b32876891f55cf5ec5d69448632c1b4ed38dd127b6cbbda7850d0b92 SHA512 6174f00adb28182b2eddf087458c04e0914f74d515615f36f11181225ab4d964bc7c9d08145f58f285fbd3c30759248f99df1274f80cfda8c53a1f3f0016cb0f -DIST highlight-4.12.tar.bz2.asc 488 BLAKE2B 7a63fcee8093c5cd9d2d1da26f4c6f20e7319ab6ea2b2fb7d56e8c0a72165495a823f7d767e65261179393cf9b67452c8cc1b1f84bf80cabccb5c67b0f3cd90f SHA512 c14ee33b4ded0fd1a0d936c839ca87152660d1f8ad3c32b0c693bb845b510e482cba745149d1df1f8ce526fa009db4031b3843aa30ac30c7a0bf3a7f0fdb6438 -DIST highlight-test-suite-a3479468672cdbc570a17ae84e047fe8f0b88798.tar.bz2 33310 BLAKE2B a06f2503fc571f5978f648fdc677f58f3fdfa759f9b5cf31a85d03589bbbfd2b56c7055517c59292369653503047af63d9c3bfbbe541a50bd2ea2adede28f60c SHA512 9583fe0af315e0dd1e37e137adf5c97a83832885a5a8a12b91790d7d7b0758c03fd76c02fbda368a2481eaec98f7b010a530bc31da98337d6fa7201aadb023ce diff --git a/app-text/highlight/files/highlight-3.57-qt_libs_lua.patch b/app-text/highlight/files/highlight-3.57-qt_libs_lua.patch deleted file mode 100644 index 02009164f4e9..000000000000 --- a/app-text/highlight/files/highlight-3.57-qt_libs_lua.patch +++ /dev/null @@ -1,13 +0,0 @@ -Unnecessary (the linker gets the right library from pkgconfig anyway) -and breaks slotted Lua. See Bug #761511 for details. - ---- a/src/gui-qt/highlight.pro -+++ b/src/gui-qt/highlight.pro -@@ -39,7 +39,6 @@ - unix { - DESTDIR = ../ - LIBS += -L.. -lhighlight -- LIBS += -llua - CONFIG += link_pkgconfig - PKGCONFIG += lua - diff --git a/app-text/highlight/highlight-4.12.ebuild b/app-text/highlight/highlight-4.12.ebuild deleted file mode 100644 index 5a95c94f5138..000000000000 --- a/app-text/highlight/highlight-4.12.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/andresimon.asc -inherit lua-single qmake-utils toolchain-funcs verify-sig xdg - -DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" -HOMEPAGE="http://andre-simon.de/" -# This is arbitrary; upstream uses master. Update when possible. -TESTSUITE_COMMIT="a3479468672cdbc570a17ae84e047fe8f0b88798" -SRC_URI=" - http://andre-simon.de/zip/${P}.tar.bz2 - test? ( https://gitlab.com/tajmone/${PN}-test-suite/-/archive/${TESTSUITE_COMMIT}/${PN}-test-suite-${TESTSUITE_COMMIT}.tar.bz2 ) - verify-sig? ( http://www.andre-simon.de/zip/${P}.tar.bz2.asc ) -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="examples gui test" - -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND="${LUA_DEPS} - gui? ( dev-qt/qtbase:6[gui,widgets] ) -" -DEPEND="${RDEPEND} - dev-libs/boost -" -BDEPEND=" - virtual/pkgconfig - gui? ( dev-qt/qttools:6[linguist] ) - verify-sig? ( sec-keys/openpgp-keys-andresimon ) -" - -PATCHES=( "${FILESDIR}"/${PN}-3.57-qt_libs_lua.patch ) - -myhlopts=( - CXX="$(tc-getCXX)" - AR="$(tc-getAR)" - LDFLAGS="${LDFLAGS}" - CFLAGS="${CXXFLAGS} -DNDEBUG" - DESTDIR="${D}" - PREFIX="${EPREFIX}/usr" - HL_CONFIG_DIR="${EPREFIX}/etc/highlight/" - HL_DATA_DIR="${EPREFIX}/usr/share/highlight/" - doc_dir="${EPREFIX}/usr/share/doc/${PF}/" - conf_dir="${EPREFIX}/etc/highlight/" - examples_dir="${EPREFIX}/usr/share/doc/${PF}/extras" -) - -src_unpack() { - if use verify-sig ; then - # Needed because the testsuite tarball is unsigned - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.bz2{,.asc} - fi - - default -} - -src_prepare() { - default - - # Disable man page compression - sed \ - -e "/GZIP/d" \ - -e "/COPYING/d" \ - -i makefile || die - - sed -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ - -i src/core/datadir.cpp || die - - sed -r -i \ - -e "/^LUA_.*pkg-config/s,\<lua\>,${ELUA},g" \ - "${S}"/extras/tcl/makefile \ - "${S}"/extras/swig/makefile \ - || die "Failed to set Lua implementation" - - # We set it via eqmake6, otherwise it forces clang... - sed -e "s/QMAKE_CC/#QMAKE_CC/g" \ - -e "s/QMAKE_CXX /#QMAKE_CXX /g" \ - -i src/gui-qt/highlight.pro || die -} - -src_configure() { - if use gui ; then - pushd src/gui-qt > /dev/null || die - eqmake6 \ - 'DEFINES+=DATA_DIR=\\\"'"${EPREFIX}"'/usr/share/${PN}/\\\" CONFIG_DIR=\\\"'"${EPREFIX}"'/etc/${PN}/\\\" DOC_DIR=\\\"'"${EPREFIX}"'/usr/share/doc/${PF}/\\\"' - popd > /dev/null || die - fi -} - -src_compile() { - emake -f makefile LUA_PKG_NAME="${ELUA}" "${myhlopts[@]}" - if use gui ; then - emake -C src/gui-qt - fi -} - -src_test() { - find "../${PN}-test-suite-${TESTSUITE_COMMIT}" -mindepth 1 -maxdepth 1 -type d | sort | while read line - do - "${SHELL}" "${line}/regression.sh" || die "Regression tests failed for language $(basename "${line}")" - done -} - -src_install() { - emake -f makefile "${myhlopts[@]}" install - - if use gui; then - emake -f makefile "${myhlopts[@]}" install-gui - docompress -x /usr/share/doc/${PF}/{ChangeLog,COPYING,README,README_PLUGINS} - fi - - if ! use examples ; then - rm -r "${ED}"/usr/share/doc/${PF}/extras || die - fi -} diff --git a/app-text/highlight/metadata.xml b/app-text/highlight/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/highlight/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/hnb/Manifest b/app-text/hnb/Manifest deleted file mode 100644 index 6b983f0dbd40..000000000000 --- a/app-text/hnb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hnb-1.9.18.tar.gz 166043 BLAKE2B 9d4257a4b76fb1458ed5df2743997bdfa416faad9ac328693a636250c0f3c8bf9fe6244436c36a4c5efaec254da1d89afb5e5d1afc8c438309851091530a43cc SHA512 9919a5d6512b6da3d19cc8efbed21d4452a2f6a343a38758c36728f73415b6e8ad57e24ff3eec17eb4e1e53b458d579c165ae1ad906f5b75f2fd42897159a30f diff --git a/app-text/hnb/files/hnb-1.9.18-flags.patch b/app-text/hnb/files/hnb-1.9.18-flags.patch deleted file mode 100644 index 4111b7078d70..000000000000 --- a/app-text/hnb/files/hnb-1.9.18-flags.patch +++ /dev/null @@ -1,83 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,19 +1,19 @@ - - src/hnb: src/*.c src/*.h src/*.inc src/hnbrc.inc -- (cd src;make) -+ (cd src;$(MAKE)) - install: src/hnb - install -D src/hnb /usr/local/bin/hnb - install -D -m444 doc/hnb.1 /usr/local/man/man1/hnb.1 - clean: -- (cd src;make clean) -- (cd util;make clean) -+ (cd src;$(MAKE) clean) -+ (cd util;$(MAKE) clean) - rm -f *~ - - rcupdate: updaterc - updaterc: src/hnbrc.inc - - src/hnbrc.inc: doc/hnbrc -- (cd util;make) -+ (cd util;$(MAKE)) - echo -n "\"">src/hnbrc.inc - cat doc/hnbrc | util/asc2c >> src/hnbrc.inc - echo "\"">>src/hnbrc.inc ---- a/src/Makefile -+++ b/src/Makefile -@@ -1,5 +1,6 @@ --LIBS=-lncurses libcli/libcli.a --CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -+LIBS=$(shell ${PKG_CONFIG} --libs ncurses) libcli/libcli.a -+CFLAGS+=-Wall -pedantic -+CPPFLAGS+=-I.. -Ilibcli -DHAVE_CONFIG_H - - CFILES=$(wildcard *.c) - OBJS=$(patsubst %.c,%.o,$(CFILES)) -@@ -8,22 +9,22 @@ - $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< - - hnb: libcli/libcli.a Makefile $(OBJS) init_subsystems.c *.h *.inc -- $(CC) -o hnb $(OBJS) $(LIBS) $(CFLAGS) -+ $(CC) -o hnb $(OBJS) $(LIBS) $(CFLAGS) $(LDFLAGS) - # strip hnb - libcli/libcli.a: libcli/*.c -- (cd libcli;make libcli.a) -+ (cd libcli;$(MAKE) libcli.a) - libcli/libcli_p.a: libcli/*.c -- (cd libcli;make libcli_p.a) --init_subsystems.c: *.c -+ (cd libcli;$(MAKE) libcli_p.a) -+init_subsystems.c: $(CFILES) - echo "/* this file is autogenerated, do not edit */">init_subsystems.c -- cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/void /g">>init_subsystems.c -+ cat $(CFILES) | grep "^\!init_" | sort | sed -e "s/^\!/void /g">>init_subsystems.c - echo "">>init_subsystems.c - echo "void init_subsystems(){">>init_subsystems.c -- cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/ /g">>init_subsystems.c -+ cat $(CFILES) | grep "^\!init_" | sort | sed -e "s/^\!/ /g">>init_subsystems.c - echo "}">>init_subsystems.c - clean: - rm -f xml_debug hnb $(OBJS) *~ cli_*.inc -- (cd libcli;make clean) -+ (cd libcli;$(MAKE) clean) - hnb_p: *.c libcli/libcli_p.a init_subsystems.c - $(CC) -o hnb_p *.c -pg -lncurses_p libcli/libcli_p.a -I.. -Ilibcli -DHAVE_CONFIG_H - ---- a/src/libcli/Makefile -+++ b/src/libcli/Makefile -@@ -7,11 +7,11 @@ - clean: - rm -f *.o *.a *.so test-s* *~ - libcli.a: $(OBJS) -- ar rc libcli.a cli*.o -+ $(AR) rc libcli.a cli*.o - libcli_p.a: - $(CC) -pg -c cli.c - $(CC) -pg -c cli_history.c -- ar rcs libcli_p.a cli*.o -+ $(AR) rcs libcli_p.a cli*.o - libcli.so: $(OBJS) - $(CC) -shared cli*.o -o libcli.so $(CFLAGS) $(LIBS) - test-static: test.o libcli.a diff --git a/app-text/hnb/files/hnb-1.9.18-fno-common.patch b/app-text/hnb/files/hnb-1.9.18-fno-common.patch deleted file mode 100644 index 89a4321c4144..000000000000 --- a/app-text/hnb/files/hnb-1.9.18-fno-common.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- a/src/ui.h -+++ b/src/ui.h -@@ -38,6 +38,9 @@ extern int hnb_edit_posup; - extern int hnb_edit_posdown; - - extern int ui_inited; -+extern int nodes_above; -+extern int active_line; -+extern int nodes_below; - - void ui_getstr (char *prompt, char *datastorage); - ---- a/src/ui_draw.c -+++ b/src/ui_draw.c -@@ -39,9 +39,9 @@ - - #define KEEPLINES 5 - --int nodes_above; --int active_line; --int nodes_below; -+extern int nodes_above; -+extern int active_line; -+extern int nodes_below; - - static Node *up (Node *sel, Node *node) - { diff --git a/app-text/hnb/files/hnb-1.9.18-include.patch b/app-text/hnb/files/hnb-1.9.18-include.patch deleted file mode 100644 index 9ee57a351d51..000000000000 --- a/app-text/hnb/files/hnb-1.9.18-include.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/expanded.c -+++ b/src/expanded.c -@@ -18,9 +18,9 @@ - * Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <string.h> - #include "tree.h" - #include "cli.h" --#define NULL 0 - - #include "evilloop.h" - #include "ctype.h" diff --git a/app-text/hnb/files/hnb-1.9.18-printf.patch b/app-text/hnb/files/hnb-1.9.18-printf.patch deleted file mode 100644 index d8ac27efb643..000000000000 --- a/app-text/hnb/files/hnb-1.9.18-printf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/libcli/cli.c -+++ b/src/libcli/cli.c -@@ -57,7 +57,7 @@ - wp=word; - *wp='\0'; - } else { -- printf(tbuf);printf("\n"); -+ printf("%s\n", tbuf); - bp=tbuf; - *bp='\0'; - strcpy(bp,word); diff --git a/app-text/hnb/hnb-1.9.18-r1.ebuild b/app-text/hnb/hnb-1.9.18-r1.ebuild deleted file mode 100644 index db244c6aa460..000000000000 --- a/app-text/hnb/hnb-1.9.18-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A program to organize many kinds of data in one place" -HOMEPAGE="http://hnb.sourceforge.net/" -SRC_URI="http://hnb.sourceforge.net/.files/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-flags.patch - "${FILESDIR}"/${P}-include.patch - "${FILESDIR}"/${P}-printf.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_prepare() { - default - - rm -r ${P} || die - rm src/cli_history.o || die - - tc-export AR CC PKG_CONFIG - - # bug #532552 - export LC_ALL=C -} - -src_install() { - dodoc README doc/hnbrc - doman doc/hnb.1 - dobin src/hnb -} diff --git a/app-text/hnb/metadata.xml b/app-text/hnb/metadata.xml deleted file mode 100644 index c91dd8837ab5..000000000000 --- a/app-text/hnb/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - hnb is a program to organize many kinds of data in one place, including - addresses, TODO lists, ideas, book reviews, brainstorming, speech - outlines, etc. It stores data in XML format, and is capable of native - export to ASCII and HTML. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htag/Manifest b/app-text/htag/Manifest deleted file mode 100644 index 8ad0447cca4e..000000000000 --- a/app-text/htag/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htag-0.0.24.tar.gz 33602 BLAKE2B a391660b27a2821374225748df5063ed9e29be5d9c5b97429094b95f75872eb3675cd73de75a30a83b99f9245a83cb032f7899a11d59eda1d6ae7ad70bb142eb SHA512 28f3cae3bbaaecc2f61ca1d50b4d2e56e4bcddf2644aa37566019bd116ab653b019a5b048aac2b8a07faf6b906ac94164c81ac082c675602bd921dff62bf4858 diff --git a/app-text/htag/htag-0.0.24-r1.ebuild b/app-text/htag/htag-0.0.24-r1.ebuild deleted file mode 100644 index 4a62922a36ea..000000000000 --- a/app-text/htag/htag-0.0.24-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit perl-module - -DESCRIPTION="random signature maker" -HOMEPAGE="http://www.earth.li/projectpurple/progs/htag.html" -SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ~sparc x86" - -src_install() { - newbin htag.pl htag - # establish "${D}"/usr/share/doc/${PF}, mv 2 folders in 1 line - perl-module_src_install - mv ./{example-scripts,docs/sample-config/} "${ED}"/usr/share/doc/${PF}/ || die - dodoc docs/{MACRO_DESCRIPTION,README} - - insinto /usr/share/htag/plugins - doins plugins/* - - insinto "${VENDOR_LIB}" - doins HtagPlugin/HtagPlugin.pm -} diff --git a/app-text/htag/metadata.xml b/app-text/htag/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/htag/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest deleted file mode 100644 index 6ec1e70c53de..000000000000 --- a/app-text/html-xml-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST html-xml-utils-8.7.tar.gz 426378 BLAKE2B fe485559138895f49c4451c50367cd77aeb05102610c3d532521f7cee7c045c0cb08fd142b7f28e0eac078d043e15d284291063c3545af812c1d54351d43c398 SHA512 dc3896c6d5b15cf7363ebdc1cb373f762d99f7eb7c37d5f36669b3c8e026a840d2045adef65a4e6067315f2cf8fc97961fa1f63f309525eb2665ef8b69df4be3 diff --git a/app-text/html-xml-utils/files/html-xml-utils-8.7-fix-dtd-declaration.patch b/app-text/html-xml-utils/files/html-xml-utils-8.7-fix-dtd-declaration.patch deleted file mode 100644 index d37529c823e1..000000000000 --- a/app-text/html-xml-utils/files/html-xml-utils-8.7-fix-dtd-declaration.patch +++ /dev/null @@ -1,15 +0,0 @@ -Patch taken from -https://build.opensuse.org/projects/openSUSE:Factory/packages/html-xml-utils/files/fix-dtd-declaration.patch?rev=ea956870c438d781dcc28522afb4abf9 - ---- html-xml-utils-8.7/dtd.c 2025-06-28 10:44:08.062000908 +0200 -+++ html-xml-utils-8.7/dtd.c 2025-06-28 10:44:31.310766962 +0200 -@@ -74,8 +74,7 @@ - } ElementType; - - /* lookup_element -- look up the string in the hash table */ --EXPORT const ElementType * lookup_element(/* register const char *str, -- register unsigned int len */); -+EXPORT const ElementType * lookup_element(register const char *str, register size_t len); - - /* Different kinds of parent elements: */ - #define PHRASE "abbr", "acronym", "b", "bdi", "bdo", "big", "cite", "code", "dfn", "em", "i", "kbd", "q", "s", "samp", "small", "span", "strong", "sub", "sup", "time", "tt", "u", "var" diff --git a/app-text/html-xml-utils/html-xml-utils-8.7-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-8.7-r1.ebuild deleted file mode 100644 index 272ec4e870e1..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-8.7-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files" -HOMEPAGE="https://www.w3.org/Tools/HTML-XML-utils/" -SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND=" - net-dns/libidn2:= - net-misc/curl -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-fix-dtd-declaration.patch" -) - -src_prepare() { - default - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die -} - -src_test() { - # Lots of tests lack a shebang and use bashisms - # (seems to be better wrt bashisms as of 8.6, but still no shebang. recheck?) - # (as of 8.7 4 tests fail with app-shells/dash) - emake check SHELL="${BROOT}"/bin/bash -} diff --git a/app-text/html-xml-utils/metadata.xml b/app-text/html-xml-utils/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/html-xml-utils/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest deleted file mode 100644 index bb584ec55d89..000000000000 --- a/app-text/html2text/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST html2text-2.2.3.tar.gz 329841 BLAKE2B 311defd6aa6affc6f1ad59d9971f0315b6f2d748b4ae26e2c5f61cbd090ff76f0f0df7155acb1ec5c0114a6b6253eb27fc73d327162dca2a144afae74cdf4afa SHA512 ff851abdc0f672d6bf8de494d6595362d5b71eeb03f4f761e32afb50bb75fe12c0cede8c7ca4ca7290b1c9e0f08aaff9821946dd272e1a30ce3b585e452cf6ec -DIST html2text-2.4.0.tar.gz 385497 BLAKE2B baccdd053d686d8a5918bb70971e71d9d705ec1743aeed74b3d84f316017412e3446508097078e8bfef3aa94c287913800d521fe6e564b6b49fd064d80a59b6b SHA512 ebb9817de03fb3c38d96cf4eacde656d2cb030a4df3fc7dd8bc065b8fdc3250eb4d644993b52b46fd2e37e5c3b867600601631e251a56cebe450fbf4ce28a9fc diff --git a/app-text/html2text/html2text-2.2.3-r1.ebuild b/app-text/html2text/html2text-2.2.3-r1.ebuild deleted file mode 100644 index b0d307e13bca..000000000000 --- a/app-text/html2text/html2text-2.2.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/grobian/html2text.git" -else - SRC_URI="https://github.com/grobian/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -fi - -DESCRIPTION="HTML to text converter" -HOMEPAGE="https://github.com/grobian/html2text" - -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/libiconv" -RDEPEND="${DEPEND}" - -src_test() { - emake check -} diff --git a/app-text/html2text/html2text-2.4.0.ebuild b/app-text/html2text/html2text-2.4.0.ebuild deleted file mode 100644 index 7021e80f5f4f..000000000000 --- a/app-text/html2text/html2text-2.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/grobian/html2text.git" -else - SRC_URI="https://gitlab.com/-/project/48313341/uploads/8526650dd42218b3493ce7ca0a3eeb1e/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" -fi - -DESCRIPTION="HTML to text converter, aimed at email for clients like Mutt" -HOMEPAGE="https://gitlab.com/grobian/html2text" - -LICENSE="GPL-2" -SLOT="0" -IUSE="+curl" - -DEPEND="virtual/libiconv - curl? ( net-misc/curl )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with curl libcurl) || die -} - -src_test() { - emake check -} diff --git a/app-text/html2text/metadata.xml b/app-text/html2text/metadata.xml deleted file mode 100644 index 54612510c31f..000000000000 --- a/app-text/html2text/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grobian@gentoo.org</email> - <name>Fabian Groffen</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/html401/Manifest b/app-text/html401/Manifest deleted file mode 100644 index 2cf1e391f56c..000000000000 --- a/app-text/html401/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST html40.tgz 369830 BLAKE2B c6fc0f65a9c65df34f534ce1db3cc53ba6ded4481df78f168c1b05b7e3b81fad7ddf3ee519ff1a901f0256af89285eefb39400ebc5b4089c1a16dfe935c6cf21 SHA512 f7423b55f8a5ad2806555700f450e1f46ba4370d1e47f1332e18b01ecd5a41217fc4426ad29c852b6e17100dc4c0a7add9961df35e87660df0e087ad03e4918e diff --git a/app-text/html401/files/html401-decl.diff b/app-text/html401/files/html401-decl.diff deleted file mode 100644 index e5c5bd4b22d9..000000000000 --- a/app-text/html401/files/html401-decl.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- a/HTML4.cat 2004-11-06 20:25:39.000000000 +0900 -+++ b/HTML4.cat 2004-11-06 21:16:08.543377286 +0900 -@@ -1,5 +1,9 @@ - OVERRIDE YES - -+DTDDECL "-//W3C//DTD HTML 4.01//EN" HTML4.decl -+DTDDECL "-//W3C//DTD HTML 4.01 Transitional//EN" HTML4.decl -+DTDDECL "-//W3C//DTD HTML 4.01 Frameset//EN" HTML4.decl -+ - PUBLIC "-//W3C//DTD HTML 4.01//EN" strict.dtd - PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" loose.dtd - PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" frameset.dtd diff --git a/app-text/html401/html401-19991224-r4.ebuild b/app-text/html401/html401-19991224-r4.ebuild deleted file mode 100644 index 9bbe1470eba2..000000000000 --- a/app-text/html401/html401-19991224-r4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -DESCRIPTION="DTDs for the HyperText Markup Language 4.01" -HOMEPAGE="https://www.w3.org/TR/html401/" -SRC_URI="https://www.w3.org/TR/1999/REC-html401-${PV}/html40.tgz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="amd64 ppc ~s390 x86" -IUSE="" - -S=${WORKDIR} -PATCHES=( "${FILESDIR}"/${PN}-decl.diff ) - -src_install() { - insinto /usr/share/sgml/${PN} - doins HTML4.cat HTML4.decl *.dtd *.ent - - insinto /etc/sgml - newins - html401.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/html401/HTML4.cat" - EOF - - docinto html - local dirs=( */ ) - dodoc -r *.html "${dirs[@]%/}" -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/html401.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/html401.cat - local real=${EROOT}/etc/sgml/html401.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst -} diff --git a/app-text/html401/metadata.xml b/app-text/html401/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/html401/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest deleted file mode 100644 index aec781289683..000000000000 --- a/app-text/htmldoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htmldoc-1.9.16-source.tar.gz 3389563 BLAKE2B 1c83e37313fb0a1196d4db3ddca47d4a418ab7aeb8f910c9a27178312a1b0239beddaf81f322b24dcf75dff7e838278fcfa0eed17b5aa493790de2393bcddebf SHA512 c901ed259ef8c0520ed03e314149e7a2fc3b5bffa9c8e9c6c3b023a8c9de1e37b7fa72d224fa7d072f3a5d4b379635d7cfaa016df672da296be8395b49fa935b diff --git a/app-text/htmldoc/htmldoc-1.9.16-r1.ebuild b/app-text/htmldoc/htmldoc-1.9.16-r1.ebuild deleted file mode 100644 index 24d6c32998e9..000000000000 --- a/app-text/htmldoc/htmldoc-1.9.16-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs xdg - -DESCRIPTION="Convert HTML pages into a PDF document" -HOMEPAGE="https://www.msweet.org/htmldoc/" -SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86" -IUSE="fltk ssl" - -BDEPEND="virtual/pkgconfig" -DEPEND=" - media-libs/libjpeg-turbo:= - >=media-libs/libpng-1.4:0= - virtual/zlib:= - ssl? ( net-libs/gnutls:= ) - fltk? ( x11-libs/fltk:1= ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf - - # Fix the documentation path in a few places. Some Makefiles aren't - # autotoolized =( - for file in configure doc/Makefile doc/htmldoc.man; do - sed -i "${file}" \ - -e "s:/doc/htmldoc:/doc/${PF}/html:g" \ - || die "failed to fix documentation path in ${file}" - done -} - -src_configure() { - local myeconfargs=( - $(use_with fltk gui) - $(use_enable ssl) - $(use_enable ssl gnutls) - ) - - CC="$(tc-getCC)" CXX="$(tc-getCXX)" econf "${myeconfargs[@]}" -} - -src_install() { - emake STRIPPROG="true" DSTROOT="${ED}" install -} diff --git a/app-text/htmldoc/metadata.xml b/app-text/htmldoc/metadata.xml deleted file mode 100644 index 838887c88067..000000000000 --- a/app-text/htmldoc/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="cpe">cpe:/a:htmldoc_project:htmldoc</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htmlinc/Manifest b/app-text/htmlinc/Manifest deleted file mode 100644 index 625afb5d3f71..000000000000 --- a/app-text/htmlinc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htmlinc-1.0_beta1.tar.gz 17042 BLAKE2B 07c9333599876c17846dec8d40c0eba31f1f9321cfa463e4c5dd2698a120c878c6b2d0e6593eb78d22a15fa5333e0fb26ed064a9cccf6b95641cd9a7e3a13a53 SHA512 2bdb7a5df4a8152d9a23f7b740995bd565e92998ef199cfb7d08b1f5e8ae4390c5179f78da71dfa4b7ce18a2a0bfe6002d465b0fa8d860a25afdec5eb4f3ee4c diff --git a/app-text/htmlinc/files/htmlinc-1.0_beta1-fix-build-system.patch b/app-text/htmlinc/files/htmlinc-1.0_beta1-fix-build-system.patch deleted file mode 100644 index 3d0fff8d86f7..000000000000 --- a/app-text/htmlinc/files/htmlinc-1.0_beta1-fix-build-system.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,28 +1,9 @@ --CC=g++ --INSTDIR=/usr/local/bin --CFLAGS=-Wall --STRINGLIB=bytevector.o stringlist.o -- --htmlinc :htmlinc.o -- $(CC) $(STRINGLIB) htmlinc.o -o htmlinc $(CFLAGS) -- --htmlinc.o: htmlinc.cc stringlist.o bytevector.o -- $(CC) -c htmlinc.cc $(CFLAGS) -+htmlinc: bytevector.o stringlist.o - - headers: text2h - text2h help <help.txt >help.h - --text2h: text2h.o bytevector.o stringlist.o -- $(CC) $(STRINGLIB) text2h.o -o text2h $(CFLAGS) -- --text2h.o: text2h.cc -- $(CC) -c text2h.cc $(CFLAGS) -- --bytevector.o: bytevector.h bytevector.cc -- ${CC} -c bytevector.cc $(CFLAGS) -- --stringlist.o: bytevector.o stringlist.h stringlist.cc -- $(CC) -c stringlist.cc $(CFLAGS) -+text2h: bytevector.o stringlist.o - - clean: - rm *.o text2h htmlinc diff --git a/app-text/htmlinc/files/htmlinc-gcc3-gentoo.patch b/app-text/htmlinc/files/htmlinc-gcc3-gentoo.patch deleted file mode 100644 index eb92c07ff51b..000000000000 --- a/app-text/htmlinc/files/htmlinc-gcc3-gentoo.patch +++ /dev/null @@ -1,129 +0,0 @@ -diff -u htmlinc/bytevector.cc htmlinc-1/bytevector.cc ---- htmlinc/bytevector.cc 2000-08-07 10:56:23.000000000 +0200 -+++ htmlinc-1/bytevector.cc 2002-09-11 13:55:25.000000000 +0200 -@@ -119,7 +119,7 @@ - } - - bool Bytevector::freadln(int file,char seperator){ -- vector<Bytevector*> v; -+ std::vector<Bytevector*> v; - Bytevector *b; - int index=0; - int status; -@@ -152,7 +152,7 @@ - - - void Bytevector::freadeof(int file){ -- vector<Bytevector*> v; -+ std::vector<Bytevector*> v; - Bytevector *b; - int index=0; - int status; -diff -u htmlinc/bytevector.h htmlinc-1/bytevector.h ---- htmlinc/bytevector.h 2000-08-07 10:56:23.000000000 +0200 -+++ htmlinc-1/bytevector.h 2002-09-11 13:54:50.000000000 +0200 -@@ -54,7 +54,7 @@ - - - --class VectorIndexList : public vector<int> { -+class VectorIndexList : public std::vector<int> { - }; - - -diff -u htmlinc/stringlist.cc htmlinc-1/stringlist.cc ---- htmlinc/stringlist.cc 2000-08-07 10:56:23.000000000 +0200 -+++ htmlinc-1/stringlist.cc 2002-09-11 13:57:47.000000000 +0200 -@@ -283,7 +283,7 @@ - for (Stringlist::iterator i=begin(); i!=end(); i++){ - delete *i; - } -- vector<Bytevector *>::clear(); -+ std::vector<Bytevector *>::clear(); - } - - -@@ -373,7 +373,7 @@ - - void Stringlist::insert(Bytevector *b, int pos){ - iterator i=begin()+pos; -- vector<Bytevector *>::insert(i,b); -+ std::vector<Bytevector *>::insert(i,b); - } - - void Stringlist::insert(Bytevector &b, int pos){ -@@ -417,7 +417,7 @@ - - - Bytevector& Stringlist::operator[](int i){ -- return *(vector<Bytevector *>::operator[](i)); -+ return *(std::vector<Bytevector *>::operator[](i)); - } - - -diff -u htmlinc/stringlist.h htmlinc-1/stringlist.h ---- htmlinc/stringlist.h 2000-08-07 10:56:23.000000000 +0200 -+++ htmlinc-1/stringlist.h 2002-09-11 13:56:32.000000000 +0200 -@@ -57,12 +57,12 @@ - } - }; - --class MatrixIndexList: public vector<MatrixIndex> { -+class MatrixIndexList: public std::vector<MatrixIndex> { - }; - - - --class Stringlist : public vector<Bytevector*> { -+class Stringlist : public std::vector<Bytevector*> { - private: - Stringlist::iterator getID(Bytevector id); - -diff -Naur htmlinc-old/help.h htmlinc/help.h ---- htmlinc/help.h 2000-08-08 09:04:28.000000000 -0400 -+++ htmlinc-1/help.h 2004-03-01 19:43:43.770233421 -0500 -@@ -4,25 +4,25 @@ - - char * helpV[]= - { --{"HTML INCLUDE SYSTEM Version 1.0 beta1 - Compatible to Phase 5"}, --{"Copyright (C) 2000 , Ulli Meybohm, www.meybohm.de (GNU General Public License)"}, --{""}, --{"Start: "}, --{" htmlinc <include_dir> <htmlfile_1> <htmlfile_2> ... <htmlfile_n>"}, --{""}, --{"Options:"}, --{" <include_dir> = Directory of the Includefiles"}, --{" <htmlfile_i> = HTML-Files in which the includes should be updated"}, --{""}, --{"Examples:"}, --{" 1: htmlinc ~/www/inc/ *.html"}, --{""}, --{" 2: cd ~/www"}, --{" htmlinc inc/ `find * | grep \"\\\\.\"html` (recursive)"}, --{" "}, --{""}, --{"Report bugs to ulli@meybohm.de."}, --{""} -+"HTML INCLUDE SYSTEM Version 1.0 beta1 - Compatible to Phase 5", -+"Copyright (C) 2000 , Ulli Meybohm, www.meybohm.de (GNU General Public License)", -+"", -+"Start: ", -+" htmlinc <include_dir> <htmlfile_1> <htmlfile_2> ... <htmlfile_n>", -+"", -+"Options:", -+" <include_dir> = Directory of the Includefiles", -+" <htmlfile_i> = HTML-Files in which the includes should be updated", -+"", -+"Examples:", -+" 1: htmlinc ~/www/inc/ *.html", -+"", -+" 2: cd ~/www", -+" htmlinc inc/ `find * | grep \"\\\\.\"html` (recursive)", -+" ", -+"", -+"Report bugs to ulli@meybohm.de.", -+"" - }; - - int helpC=18; diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild deleted file mode 100644 index 8bae79b25c3d..000000000000 --- a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="HTML Include System by Ulli Meybohm" -HOMEPAGE="http://www.meybohm.de/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" - -S="${WORKDIR}/${PN}" -PATCHES=( - "${FILESDIR}"/${PN}-gcc3-gentoo.patch - "${FILESDIR}"/${P}-fix-build-system.patch -) - -src_configure() { - tc-export CXX - append-cxxflags -Wall -} - -src_install() { - dobin htmlinc - einstalldocs -} diff --git a/app-text/htmlinc/metadata.xml b/app-text/htmlinc/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/htmlinc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest deleted file mode 100644 index d0994af3df88..000000000000 --- a/app-text/htmlmin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htmlmin-0.1.13.gh.tar.gz 134136 BLAKE2B a8ee4fc7ce8dba5225f912550a6d6d397e9152d742acc931d7a62855bc064d8546f24f3f779261174160a46d28da3e2a057ae0cf4f2d812dcec9f12552e95857 SHA512 f4b066bcd874ec8dbc65ba2b92bd33c4122376d124d93eb46e2c7aae960bc7d8860faa3247775aea9e7cbea81b5f58a435112ee328eb4e6fef3285173352c73f diff --git a/app-text/htmlmin/htmlmin-0.1.13.ebuild b/app-text/htmlmin/htmlmin-0.1.13.ebuild deleted file mode 100644 index 230ee86913cd..000000000000 --- a/app-text/htmlmin/htmlmin-0.1.13.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="A configurable HTML Minifier with safety features (htmlmin2 fork)" -HOMEPAGE=" - https://github.com/wilhelmer/htmlmin/ - https://pypi.org/project/htmlmin2/ -" -SRC_URI=" - https://github.com/wilhelmer/htmlmin/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" - -distutils_enable_tests unittest diff --git a/app-text/htmlmin/metadata.xml b/app-text/htmlmin/metadata.xml deleted file mode 100644 index c5ee4ae57d18..000000000000 --- a/app-text/htmlmin/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <maintainer type="person"> - <email>titanofold@gentoo.org</email> - <name>Aaron W. Swenson</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htmlrecode/Manifest b/app-text/htmlrecode/Manifest deleted file mode 100644 index 4f4c3df573c4..000000000000 --- a/app-text/htmlrecode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htmlrecode-1.3.1.tar.bz2 51387 BLAKE2B 7aee0e5c6c5c3c599ccaff76c7bd2e36b63857e96429c582eeda5f16cce6c1ceeb1bff929c4ea03f8bb6ad0154b92a90e53132334c7e59f365e5541b87c65e97 SHA512 180b9c2a1214007bd3163d5df7bcf15c299f452b78f0383a01d85d48212d8ae32c2b5598f44c40ce54b332c26f3ee5c448c614fbae383ec9a326e44f69b0ad10 diff --git a/app-text/htmlrecode/files/htmlrecode-1.3.1-ar.patch b/app-text/htmlrecode/files/htmlrecode-1.3.1-ar.patch deleted file mode 100644 index 57e080c8a378..000000000000 --- a/app-text/htmlrecode/files/htmlrecode-1.3.1-ar.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/argh/Makefile -+++ b/argh/Makefile -@@ -21,7 +21,7 @@ - $(CXX) $(CXXFLAGS) $(CPPFLAGS) -fpic -o $@ -c $< - - libargh.a: argh.o -- ar -rc $@ $^ -+ $(AR) -rc $@ $^ - - include depfun.mak - diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild deleted file mode 100644 index 1f436003b80a..000000000000 --- a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Recodes HTML file using a new character set" -HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html" -SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -BDEPEND="dev-lang/perl" - -PATCHES=( "${FILESDIR}/${P}-ar.patch" ) - -src_prepare() { - touch .depend argh/.depend || die - default -} - -src_configure() { :; } - -src_compile() { - local makeopts=( - AR="$(tc-getAR)" - CPPDEBUG= - CXX="$(tc-getCXX)" - CXXFLAGS="${CXXFLAGS}" - LDFLAGS="${LDFLAGS}" - ) - emake "${makeopts[@]}" -C argh libargh.a - emake "${makeopts[@]}" htmlrecode -} - -src_install() { - dobin htmlrecode - dodoc README.html -} diff --git a/app-text/htmlrecode/metadata.xml b/app-text/htmlrecode/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/htmlrecode/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htmltidy/Manifest b/app-text/htmltidy/Manifest deleted file mode 100644 index 4df9f10537d4..000000000000 --- a/app-text/htmltidy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htmltidy-5.8.0.tar.gz 1015303 BLAKE2B e8e48cfdcfffb7c7ac494f71ba709361e21fcbe5cfbd56c29d9d67ffe11fcdc20aa03aace65e6dc5315988dc0dd1fc148be616549f4f84f37928e662633bd7ec SHA512 f352165bdda5d1fca7bba3365560b64d6f70a4e010821cd246cde43bed5c23cea3408d461d3f889110fd35ec9b68aa2b4e95412b07775eb852b7ee1745007a44 diff --git a/app-text/htmltidy/files/htmltidy-5.8.0-cmake4.patch b/app-text/htmltidy/files/htmltidy-5.8.0-cmake4.patch deleted file mode 100644 index f310c370ab69..000000000000 --- a/app-text/htmltidy/files/htmltidy-5.8.0-cmake4.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 237d8b4e96b36d1818f9d9322d25aaa2a58f4dc8 Mon Sep 17 00:00:00 2001 -From: "Douglas R. Reno" <renodr@linuxfromscratch.org> -Date: Wed, 2 Apr 2025 18:58:02 -0500 -Subject: [PATCH] CMakeLists: Adjust for CMake 4.0's removal of deprecated - syntax. - -CMake 4.0 is more strict than previous versions, and has enforced -removals of deprecated syntax. Compatibility with versions of CMake -prior to 3.5 is no longer permitted either, so we'll change it to say -4.0 to fix that problem. After that, the custom commands for generating -the manual page need to be adjusted as CMake now needs to know when to -run commands, so we will generate the manual page after the package is -built by passing POST_BUILD to the custom commands. - -Tested with CMake 4.0 and 3.31.6. - -* asturm 2025-04-13: Just raise minimum to 3.10 instead. - ---- - CMakeLists.txt | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a01240e8..20997e7d 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -17,7 +17,7 @@ - # @date Consult git log. - ############################################################################## - --cmake_minimum_required (VERSION 2.8.12) -+cmake_minimum_required (VERSION 3.10) - - set(LIB_NAME tidy) - set(LIBTIDY_DESCRIPTION "${LIB_NAME} - HTML syntax checker") -@@ -528,6 +528,7 @@ if (UNIX AND SUPPORT_CONSOLE_APP) - - # Run the built EXE to generate xml output . - add_custom_command( -+ POST_BUILD - TARGET man - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -xml-help > ${TIDYHELP} - COMMENT "Generate ${TIDYHELP}" -@@ -536,6 +537,7 @@ if (UNIX AND SUPPORT_CONSOLE_APP) - - # Run the built EXE to generate more xml output. - add_custom_command( -+ POST_BUILD - TARGET man - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -xml-config > ${TIDYCONFIG} - COMMENT "Generate ${TIDYCONFIG}" -@@ -544,8 +546,8 @@ if (UNIX AND SUPPORT_CONSOLE_APP) - - # Run xsltproc to generate the install files. - add_custom_command( -+ POST_BUILD - TARGET man -- DEPENDS ${TIDYHELP} - COMMAND xsltproc ARGS ${TIDY1XSL} ${TIDYHELP} > ${CMAKE_CURRENT_BINARY_DIR}/${TIDY_MANFILE} - COMMENT "Generate ${TIDY_MANFILE}" - VERBATIM diff --git a/app-text/htmltidy/files/htmltidy-5.8.0-no_static_lib.patch b/app-text/htmltidy/files/htmltidy-5.8.0-no_static_lib.patch deleted file mode 100644 index 476db036730f..000000000000 --- a/app-text/htmltidy/files/htmltidy-5.8.0-no_static_lib.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -393,34 +393,7 @@ - endif () - - --#------------------------------------------------------------------------ --# Static Library --# The static library always builds. --#------------------------------------------------------------------------ --set(name tidy-static) --add_library ( ${name} STATIC ${CFILES} ${HFILES} ${LIBHFILES} ) --if (WIN32) -- set_target_properties( ${name} PROPERTIES -- OUTPUT_NAME ${LIB_NAME}_static ) --else () -- set_target_properties( ${name} PROPERTIES -- OUTPUT_NAME ${LIB_NAME} ) -- --endif () --if (NOT TIDY_CONSOLE_SHARED) # user wants default static linkage -- list ( APPEND add_LIBS ${name} ) --endif () --install(TARGETS ${name} -- RUNTIME DESTINATION ${BIN_INSTALL_DIR} -- ARCHIVE DESTINATION ${LIB_INSTALL_DIR} -- LIBRARY DESTINATION ${LIB_INSTALL_DIR} -- ) - install( FILES ${HFILES} DESTINATION ${INCLUDE_INSTALL_DIR} ) --if(MSVC) -- # install(FILES $<TARGET_PDB_FILE:${name}> DESTINATION lib OPTIONAL) -- INSTALL(FILES ${PROJECT_BINARY_DIR}/${name}.dir/Debug/${name}.pdb -- DESTINATION lib CONFIGURATIONS Debug ) --endif() - - #------------------------------------------------------------------------ - # Dynamic Library diff --git a/app-text/htmltidy/files/htmltidy-5.8.0-ol_type.patch b/app-text/htmltidy/files/htmltidy-5.8.0-ol_type.patch deleted file mode 100644 index 22d716f01561..000000000000 --- a/app-text/htmltidy/files/htmltidy-5.8.0-ol_type.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://github.com/htacg/tidy-html5/issues/1012 -https://bugs.gentoo.org/916074 - -commit e411ad0d2582471fe0961900b2789ee8b5b9cc4c -Author: Markus Pister <pister@absint.com> -Date: Wed Jan 5 08:30:10 2022 +0100 - - Attribute 'type' in tag 'ol' allowed for (X)HTML5 - - Mark the attribute 'type' as allowed for tag 'ol' in (X)HTML5. - - The attribute type was deprecated in HTML4. This decision was reverted - for HTML5, see - - https://www.w3.org/TR/2014/NOTE-html5-diff-20141209/#changed-attributes - - This fixes htacg#1012. - ---- a/src/attrdict.c -+++ b/src/attrdict.c -@@ -2321,7 +2321,7 @@ const AttrVersion TY_(W3CAttrsFor_OL)[] = - { TidyAttr_START, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ -- { TidyAttr_TYPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, -+ { TidyAttr_TYPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ - INCLUDE_CORE_ATTRIBS diff --git a/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild deleted file mode 100644 index 88c37a23aec8..000000000000 --- a/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32" -RUBY_OPTIONAL="yes" - -MY_PN="tidy-html5" -MY_P="${MY_PN}-${PV}" -inherit cmake ruby-ng - -DESCRIPTION="Tidy the layout and correct errors in HTML and XML documents" -HOMEPAGE="https://www.html-tidy.org/" -SRC_URI="https://github.com/htacg/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="BSD" -SLOT="0/58" # subslot is SOVERSION -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="deprecated test" - -RESTRICT="!test? ( test )" -ruby_add_bdepend "test? ( dev-ruby/thor dev-ruby/tty-editor )" - -DOCS=( README.md README/CHANGELOG.md ) - -PATCHES=( - "${FILESDIR}"/${P}-no_static_lib.patch - "${FILESDIR}"/${P}-ol_type.patch - "${FILESDIR}"/${P}-cmake4.patch # bug 951860 -) - -pkg_setup() { - use test && ruby-ng_pkg_setup -} - -src_unpack() { - # suppress ruby-ng export - default -} - -src_prepare() { - # suppress ruby-ng export - cmake_src_prepare -} - -src_compile() { - # suppress ruby-ng export - cmake_src_compile -} - -src_configure() { - local mycmakeargs=( - -DTIDY_CONSOLE_SHARED=ON - ) - use deprecated && mycmakeargs+=( - -DBUILD_TAB2SPACE=ON - -DTIDY_COMPAT_HEADERS=ON - ) - cmake_src_configure -} - -src_test() { - cd regression_testing || die - rm -f Gemfile.lock || die - ${RUBY} ./test.rb test -t "${BUILD_DIR}/tidy" || die "Test execution failed" -} - -src_install() { - cmake_src_install - use deprecated && dobin "${BUILD_DIR}"/tab2space -} diff --git a/app-text/htmltidy/metadata.xml b/app-text/htmltidy/metadata.xml deleted file mode 100644 index 73d02acf5dd0..000000000000 --- a/app-text/htmltidy/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="cpe">cpe:/a:htacg:tidy</remote-id> - </upstream> - <use> - <flag name="deprecated">Install tools and header files which are now considered deprecated</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest deleted file mode 100644 index 4542df73951f..000000000000 --- a/app-text/htp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htp-1.19.tar.gz 208683 BLAKE2B 86837290a2f14b8a0337d9eb6a0fa4ad553c5c51074d5df903ee19aa7ba441898199f0649b39b93c35fa3707e4084a284e02d8802c014bf5c0277e3f18d02c98 SHA512 32d82bb42ef877bd815fe45fa81599a1428ad6d3269cbe53a4e686bcfe6d1c12ac2af280462768d488b1983ca67cc521da4ed78cc82d904575ffeff08c7eec1d diff --git a/app-text/htp/files/htp-1.19-fix-perl-5.26.patch b/app-text/htp/files/htp-1.19-fix-perl-5.26.patch deleted file mode 100644 index b3adff7db2be..000000000000 --- a/app-text/htp/files/htp-1.19-fix-perl-5.26.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.gentoo.org/668250 ---- a/homepage/ref/pphtp.pl -+++ b/homepage/ref/pphtp.pl -@@ -6,7 +6,7 @@ - # -n include line numbers - # -s include EBNF like syntax - --require "hlhtp.pl"; -+require "./hlhtp.pl"; - - - while ($ARGV[0] =~ /^-(.*)/) { diff --git a/app-text/htp/files/htp-1.19-no-prestrip.patch b/app-text/htp/files/htp-1.19-no-prestrip.patch deleted file mode 100644 index c47b9e4d4241..000000000000 --- a/app-text/htp/files/htp-1.19-no-prestrip.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/Makefile.sub -+++ b/src/Makefile.sub -@@ -46,7 +46,7 @@ install: install-bin - - install-bin: $(HTP) - mkdir -p $(bindir) -- $(INSTALL) -s $(HTP) $(bindir) -+ $(INSTALL) $(HTP) $(bindir) - - # - # explicit dependency: final executable diff --git a/app-text/htp/files/htp-1.19-parallel-make.patch b/app-text/htp/files/htp-1.19-parallel-make.patch deleted file mode 100644 index 850b1d18e330..000000000000 --- a/app-text/htp/files/htp-1.19-parallel-make.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/827173 -https://sources.debian.org/patches/htp/1.19-8/0004-Parallel-ftbfs.patch/ - -Description: Fix occasional parallel FTBFS - Various source files indirectly include $(d)/version.inc, - don't regenerate it in the middle of the build. -Author: Adrian Bunk <bunk@debian.org> - ---- htp-1.19.orig/src/Makefile.sub -+++ htp-1.19/src/Makefile.sub -@@ -57,14 +57,12 @@ $(HTP) : $(OBJ$(d)) - # - # implicit dependencies for source code - # --$(OBJ$(d)) : %.$(OBJEXT) : %.c -+$(OBJ$(d)) : %.$(OBJEXT) : %.c $(d)/version.inc - ifdef WIN32DMC - cd $(dir $<); $(CC) $(CCOPT) $(DEFINES) $(notdir $<) - else - $(CC) $(CCOPT) $(DEFINES) -o $*.$(OBJEXT) $< - endif - --$(d)/htp.$(OBJEXT) $(d)/ver.$(OBJEXT): $(d)/version.inc -- - # restore parent dir - d := $(p$(d)) - diff --git a/app-text/htp/htp-1.19-r1.ebuild b/app-text/htp/htp-1.19-r1.ebuild deleted file mode 100644 index d3c122748ce8..000000000000 --- a/app-text/htp/htp-1.19-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="An HTML preprocessor" -HOMEPAGE="http://htp.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="Clarified-Artistic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" - -PATCHES=( - "${FILESDIR}"/${PN}-1.19-no-prestrip.patch - "${FILESDIR}"/${PN}-1.19-parallel-make.patch - "${FILESDIR}"/${PN}-1.19-fix-perl-5.26.patch -) - -src_compile() { - # TODO: Tests are always run by the Makefile right now - emake \ - CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF -DHAVE_VASPRINTF -DHAVE_ASPRINTF" \ - CC="$(tc-getCC)" \ - LINK='$(CC) $(LDFLAGS)' -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix='$(DESTDIR)/usr' \ - pkgdocdir='$(DESTDIR)/usr/share/doc/${PF}/html' \ - install -} diff --git a/app-text/htp/metadata.xml b/app-text/htp/metadata.xml deleted file mode 100644 index 375c42e8c709..000000000000 --- a/app-text/htp/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/hunspell/Manifest b/app-text/hunspell/Manifest deleted file mode 100644 index 6cdfe356aec2..000000000000 --- a/app-text/hunspell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hunspell-1.7.2.tar.gz 1536202 BLAKE2B dba8b2b505a040e3a4df488f702dafe4fd226271e67a68e1c1f9c953cc86dfa6f0049d205a8c6616b779d559b82cc8595bf2b4e86ed63e3b42cc9e20b1fecc18 SHA512 49b3619bff12e111b6cc3f3d9463612b116f9b2a976896718e65f5bc4a83ece11100aaf56a4d18127ea39107446c495e12affe5ff3c9159ae8aba70e512f44ac diff --git a/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch b/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch deleted file mode 100644 index 121c53e4595e..000000000000 --- a/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch +++ /dev/null @@ -1,61 +0,0 @@ -From b9a07b1ff100d5efeb5698d0ffe1c56935c681b8 Mon Sep 17 00:00:00 2001 -From: zimous <zimous@matfyz.cz> -Date: Mon, 2 Sep 2019 12:46:53 +0200 -Subject: [PATCH] Fix build against ncurses with separate tinfo lib - -Gentoo-bug: https://bugs.gentoo.org/692614 ---- - configure.ac | 22 ++++++++++++++++++---- - 1 file changed, 18 insertions(+), 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 9426a94..958375f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -52,11 +52,23 @@ AC_ARG_WITH( - AS_IF([test "x$with_ui" != xno], [ - AC_CHECK_LIB([ncursesw],[tparm],[ - CURSESLIB=-lncursesw -+ AC_CHECK_LIB([tinfow],[tgetent], [ -+ CURSESLIB="$CURSESLIB -ltinfow" -+ ]) - ],[AC_CHECK_LIB([curses],[tparm],[ - CURSESLIB=-lcurses -+ AC_CHECK_LIB([tinfo],[tgetent], [ -+ CURSESLIB="$CURSESLIB -ltinfo" -+ ]) - ],[AC_CHECK_LIB([ncurses],[tparm],[ - CURSESLIB=-lncurses -- ])])]) -+ AC_CHECK_LIB([tinfo],[tgetent], [ -+ CURSESLIB="$CURSESLIB -ltinfo" -+ ]) -+ ], -+ [-ltinfo])], -+ [-ltinfo])], -+ [-ltinfow]) - if test "$CURSESLIB" != "" ; then - echo Compiling with curses user interface. - AC_CHECK_HEADERS([curses.h]) -@@ -78,13 +90,15 @@ AC_ARG_WITH( - ) - READLINELIB="" - AS_IF([test "x$with_readline" != xno], -- [AC_CHECK_LIB([tinfo],[tgetent], [ -+ [AC_CHECK_LIB([tinfow],[tgetent], [ -+ TERMLIB=-ltinfow -+ ],[AC_CHECK_LIB([tinfo],[tgetent], [ - TERMLIB=-ltinfo -- ],[AC_CHECK_LIB([curses],[tparm],[ -+ ],[AC_CHECK_LIB([curses],[tparm],[ - TERMLIB=-lncurses - ],[AC_CHECK_LIB([termcap],[tgetent],[ - TERMLIB=-ltermcap -- ])])]) -+ ])])])]) - LDSAVE=$LDFLAGS - LDFLAGS="$LDFLAGS $TERMLIB" - AC_CHECK_LIB([readline],[readline],[ --- -2.24.1 - diff --git a/app-text/hunspell/files/hunspell-1.7.2-renameexes.patch b/app-text/hunspell/files/hunspell-1.7.2-renameexes.patch deleted file mode 100644 index 52696b968608..000000000000 --- a/app-text/hunspell/files/hunspell-1.7.2-renameexes.patch +++ /dev/null @@ -1,149 +0,0 @@ -From d3e2d1d29615f4861fd3354353d426bd8701389d Mon Sep 17 00:00:00 2001 -From: Lars Wendler <polynomial-c@gentoo.org> -Date: Tue, 13 Nov 2018 10:37:42 +0100 -Subject: [PATCH] Rename some executables which have too generic names - -to be placed in /usr/bin - this patch prefixes them with 'hunspell-' - -Real authorship is a bit unclear as Gentoo is using this kind of patch since -hunspell-1.1.3 which was added to Gentoo back in 2006-01-29 and the -corresponding bug report didn't mention the patch at all: - -https://bugs.gentoo.org/114482 -https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/hunspell/files/hunspell-1.1.3-renameexes.patch?hideattic=0&view=log ---- - src/tools/Makefile.am | 14 +++++++------- - src/tools/chmorph.cxx | 6 +++--- - src/tools/munch.cxx | 4 ++-- - src/tools/unmunch.cxx | 4 ++-- - tests/Makefile.am | 2 +- - tests/test.sh | 2 +- - 7 files changed, 18 insertions(+), 18 deletions(-) - -diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am -index 1786e8e..190bffe 100644 ---- a/src/tools/Makefile.am -+++ b/src/tools/Makefile.am -@@ -1,4 +1,4 @@ --bin_PROGRAMS=analyze chmorph hunspell munch unmunch hzip hunzip -+bin_PROGRAMS=hunspell-analyze hunspell-chmorph hunspell hunspell-munch hunspell-unmunch hzip hunzip - - AM_CPPFLAGS=-I${top_builddir}/src/hunspell -I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers - -@@ -6,8 +6,8 @@ hzip_SOURCES=hzip.cxx - hunzip_SOURCES=hunzip.cxx - hunzip_LDADD = ../hunspell/libhunspell-1.7.la - --munch_SOURCES=munch.cxx munch.h --unmunch_SOURCES=unmunch.cxx unmunch.h -+hunspell_munch_SOURCES=munch.cxx munch.h -+hunspell_unmunch_SOURCES=unmunch.cxx unmunch.h - - example_SOURCES=example.cxx - example_LDADD = ../hunspell/libhunspell-1.7.la -@@ -17,11 +17,11 @@ nodist_hunspell_SOURCES= ../../config.h - hunspell_LDADD = @LIBINTL@ @LIBICONV@ ../parsers/libparsers.a \ - ../hunspell/libhunspell-1.7.la @CURSESLIB@ @READLINELIB@ - --analyze_SOURCES=analyze.cxx --analyze_LDADD = ../hunspell/libhunspell-1.7.la -+hunspell_analyze_SOURCES=analyze.cxx -+hunspell_analyze_LDADD = ../hunspell/libhunspell-1.7.la - --chmorph_SOURCES=chmorph.cxx --chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell-1.7.la -+hunspell_chmorph_SOURCES=chmorph.cxx -+hunspell_chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell-1.7.la - - noinst_PROGRAMS=example - -diff --git a/src/tools/chmorph.cxx b/src/tools/chmorph.cxx -index 6e5add6..163186d 100644 ---- a/src/tools/chmorph.cxx -+++ b/src/tools/chmorph.cxx -@@ -55,11 +55,11 @@ int main(int, char** argv) { - if (!argv[i]) { - fprintf( - stderr, -- "chmorph - change affixes by morphological analysis and generation\n" -- "correct syntax is:\nchmorph affix_file " -+ "hunspell-chmorph - change affixes by morphological analysis and generation\n" -+ "correct syntax is:\nhunspell-chmorph affix_file " - "dictionary_file file_to_convert STRING1 STRING2\n" - "STRINGS may be arbitrary parts of the morphological descriptions\n" -- "example: chmorph hu.aff hu.dic hu.txt SG_2 SG_3 " -+ "example: hunspell-chmorph hu.aff hu.dic hu.txt SG_2 SG_3 " - " (convert informal Hungarian second person texts to formal third " - "person texts)\n"); - exit(1); -diff --git a/src/tools/munch.cxx b/src/tools/munch.cxx -index 5f51fc6..c8f8beb 100644 ---- a/src/tools/munch.cxx -+++ b/src/tools/munch.cxx -@@ -78,14 +78,14 @@ int main(int argc, char** argv) { - wf = mystrdup(argv[1]); - } else { - fprintf(stderr, "correct syntax is:\n"); -- fprintf(stderr, "munch word_list_file affix_file\n"); -+ fprintf(stderr, "hunspell-munch word_list_file affix_file\n"); - exit(1); - } - if (argv[2]) { - af = mystrdup(argv[2]); - } else { - fprintf(stderr, "correct syntax is:\n"); -- fprintf(stderr, "munch word_list_file affix_file\n"); -+ fprintf(stderr, "hunspell-munch word_list_file affix_file\n"); - exit(1); - } - -diff --git a/src/tools/unmunch.cxx b/src/tools/unmunch.cxx -index 82c2f9d..663e8ea 100644 ---- a/src/tools/unmunch.cxx -+++ b/src/tools/unmunch.cxx -@@ -73,14 +73,14 @@ int main(int argc, char** argv) { - wf = mystrdup(argv[1]); - } else { - fprintf(stderr, "correct syntax is:\n"); -- fprintf(stderr, "unmunch dic_file affix_file\n"); -+ fprintf(stderr, "hunspell-unmunch dic_file affix_file\n"); - exit(1); - } - if (argv[2]) { - af = mystrdup(argv[2]); - } else { - fprintf(stderr, "correct syntax is:\n"); -- fprintf(stderr, "unmunch dic_file affix_file\n"); -+ fprintf(stderr, "hunspell-unmunch dic_file affix_file\n"); - exit(1); - } - -diff --git a/tests/Makefile.am b/tests/Makefile.am -index 6dc3e93..88d882c 100644 ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -4,7 +4,7 @@ SUBDIRS = suggestiontest - - TEST_EXTENSIONS = .dic - AM_TESTS_ENVIRONMENT = export HUNSPELL=$(top_builddir)/src/tools/hunspell; \ -- export ANALYZE=$(top_builddir)/src/tools/analyze; \ -+ export ANALYZE=$(top_builddir)/src/tools/hunspell-analyze; \ - export LIBTOOL=$(top_builddir)/libtool; - DIC_LOG_COMPILER = $(top_srcdir)/tests/test.sh - -diff --git a/tests/test.sh b/tests/test.sh -index 3fcf42c..8580d09 100755 ---- a/tests/test.sh -+++ b/tests/test.sh -@@ -64,7 +64,7 @@ fi - shopt -s expand_aliases - - [[ "$HUNSPELL" = "" ]] && HUNSPELL="$(dirname $0)"/../src/tools/hunspell --[[ "$ANALYZE" = "" ]] && ANALYZE="$(dirname $0)"/../src/tools/analyze -+[[ "$ANALYZE" = "" ]] && ANALYZE="$(dirname $0)"/../src/tools/hunspell-analyze - [[ "$LIBTOOL" = "" ]] && LIBTOOL="$(dirname $0)"/../libtool - alias hunspell='"$LIBTOOL" --mode=execute "$HUNSPELL"' - alias analyze='"$LIBTOOL" --mode=execute "$ANALYZE"' --- -2.19.1 - diff --git a/app-text/hunspell/hunspell-1.7.2-r1.ebuild b/app-text/hunspell/hunspell-1.7.2-r1.ebuild deleted file mode 100644 index 36fcf7449aa6..000000000000 --- a/app-text/hunspell/hunspell-1.7.2-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LANGS="af bg ca cs cy da de de-1901 el en eo es et fo fr ga gl he hr hu ia id is -it kk km ku lt lv mi mk ms nb nl nn pl pt pt-BR ro ru sk sl sq sv sw tn uk zu" -inherit autotools flag-o-matic - -DESCRIPTION="Spell checker, morphological analyzer library and command-line tool" -HOMEPAGE="https://hunspell.github.io/" -SRC_URI="https://github.com/hunspell/hunspell/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" -SLOT="0/$(ver_cut 1-2)" -IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - virtual/libiconv - ncurses? ( sys-libs/ncurses:= ) - readline? ( sys-libs/readline:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=sys-devel/gettext-0.18 -" - -PDEPEND="" -for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" - case ${lang} in - de-1901) dict="de_1901" ;; - pt-BR) dict="pt-br" ;; - *) dict="${lang}" ;; - esac - PDEPEND+=" l10n_${lang}? ( app-dicts/myspell-${dict} )" -done -unset dict lang LANGS - -DOCS=( AUTHORS ChangeLog NEWS THANKS license.{hunspell,myspell} README ) - -PATCHES=( - # Upstream package creates some executables which names are too generic - # to be placed in /usr/bin - this patch prefixes them with 'hunspell-'. - # It modifies a Makefile.am file, hence eautoreconf. - "${FILESDIR}/hunspell-1.7.2-renameexes.patch" - - "${FILESDIR}/hunspell-1.7.0-tinfo.patch" # bug #692614 -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # Missing somehow... - [[ ${CHOST} == *-darwin* ]] && append-libs -liconv - - # I wanted to put the include files in /usr/include/hunspell. - # You can do that, libreoffice can find them anywhere, just - # ping me when you do so ; -- scarabeus - local myeconfargs=( - "$(use_enable nls)" - "$(use_with ncurses ui)" - "$(use_with readline readline)" - "$(use_enable static-libs static)" - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die - einstalldocs - - # Bug #908872 - keepdir "/usr/share/myspell" -} diff --git a/app-text/hunspell/hunspell-1.7.2.ebuild b/app-text/hunspell/hunspell-1.7.2.ebuild deleted file mode 100644 index 71128b1e9633..000000000000 --- a/app-text/hunspell/hunspell-1.7.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LANGS="af bg ca cs cy da de de-1901 el en eo es et fo fr ga gl he hr hu ia id is -it kk km ku lt lv mi mk ms nb nl nn pl pt pt-BR ro ru sk sl sq sv sw tn uk zu" -inherit autotools flag-o-matic - -DESCRIPTION="Spell checker, morphological analyzer library and command-line tool" -HOMEPAGE="https://hunspell.github.io/" -SRC_URI="https://github.com/hunspell/hunspell/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" -SLOT="0/$(ver_cut 1-2)" -IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - ncurses? ( sys-libs/ncurses:= ) - readline? ( sys-libs/readline:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -PDEPEND="" -for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" - case ${lang} in - de-1901) dict="de_1901" ;; - pt-BR) dict="pt-br" ;; - *) dict="${lang}" ;; - esac - PDEPEND+=" l10n_${lang}? ( app-dicts/myspell-${dict} )" -done -unset dict lang LANGS - -DOCS=( AUTHORS ChangeLog NEWS THANKS license.{hunspell,myspell} README ) - -PATCHES=( - # Upstream package creates some executables which names are too generic - # to be placed in /usr/bin - this patch prefixes them with 'hunspell-'. - # It modifies a Makefile.am file, hence eautoreconf. - "${FILESDIR}/hunspell-1.7.2-renameexes.patch" - - "${FILESDIR}/hunspell-1.7.0-tinfo.patch" # bug #692614 -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # Missing somehow... - [[ ${CHOST} == *-darwin* ]] && append-libs -liconv - - # I wanted to put the include files in /usr/include/hunspell. - # You can do that, libreoffice can find them anywhere, just - # ping me when you do so ; -- scarabeus - local myeconfargs=( - $(use_enable nls) - $(use_with ncurses ui) - $(use_with readline readline) - $(use_enable static-libs static) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - einstalldocs - - find "${ED}" -type f -name '*.la' -delete || die - - # bug #342449 - pushd "${ED}"/usr/$(get_libdir)/ >/dev/null || die - ln -s lib${PN}{-$(ver_cut 1).$(ver_cut 2).so.0.0.1,.so} || die - popd >/dev/null || die -} diff --git a/app-text/hunspell/metadata.xml b/app-text/hunspell/metadata.xml deleted file mode 100644 index 3b18d62646c5..000000000000 --- a/app-text/hunspell/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>zurabid2016@gmail.com</email> - <name>Zurab Kvachadze</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:hunspell_project:hunspell</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/hyperestraier/Manifest b/app-text/hyperestraier/Manifest deleted file mode 100644 index b50702f089b6..000000000000 --- a/app-text/hyperestraier/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hyperestraier-1.4.13.tar.gz 1014600 BLAKE2B 02be7cd374c47094dedd239e967dbbe5045a77302125861541dbf4d5fc60d488968718fd6b9ca57b88aac96cf2cfe73397af6bbc3d53ff6e983063ed98748e70 SHA512 ec97f487bb0e085f74222106fc5fab227c8c02ee8d736c0b4adef57ec0e4310f829ac59fff5a1c92321786e89bbc2a059a0acff6ab0e5844b83627567bb265fc diff --git a/app-text/hyperestraier/files/hyperestraier-configure.patch b/app-text/hyperestraier/files/hyperestraier-configure.patch deleted file mode 100644 index 0daee36183c6..000000000000 --- a/app-text/hyperestraier/files/hyperestraier-configure.patch +++ /dev/null @@ -1,322 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -67,6 +67,7 @@ - SKLIBS = @MYSKLIBS@ - APPLIBS = @MYAPPLIBS@ - LDENV = LD_RUN_PATH=/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@:. -+AR = @AR@ - RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@ - MYPOSTCMD = @MYPOSTCMD@ - ---- a/configure.in -+++ b/configure.in -@@ -24,24 +24,6 @@ - MYRUNPATH="" - MYPOSTCMD="true" - --# Building paths --pathtmp="$PATH" --PATH="$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - - - #================================================================ -@@ -60,7 +42,6 @@ - then - MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g" - MYDEFS="" -- MYLDOPTS="-static" - enables="$enables (debug)" - stable="yes" - fi -@@ -180,26 +161,28 @@ - then - MYCFLAGS="-Wall -fPIC -fsigned-char -O1" - fi -- if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 -+ if $CC --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then - MYCFLAGS="-Wall -fPIC -fsigned-char -O1" - fi - fi -+AC_CHECK_TOOL(AR, ar) - - # Underlying libraries -+PKG_PROG_PKG_CONFIG - AC_CHECK_LIB(c, main) - AC_CHECK_LIB(m, main) - AC_CHECK_LIB(regex, main) - AC_CHECK_LIB(iconv, main) --if test "$enable_zlib" != "no" || pkg-config --libs qdbm 2>&1 | grep '\-lz' > /dev/null 2>&1 -+if test "$enable_zlib" != "no" || $PKG_CONFIG --libs qdbm 2>&1 | grep '\-lz' > /dev/null 2>&1 - then - AC_CHECK_LIB(z, main) - fi --if test "$enable_lzo" = "yes" || pkg-config --libs qdbm 2>&1 | grep '\-llzo2' > /dev/null 2>&1 -+if test "$enable_lzo" = "yes" || $PKG_CONFIG --libs qdbm 2>&1 | grep '\-llzo2' > /dev/null 2>&1 - then - AC_CHECK_LIB(lzo2, main) - fi --if test "$enable_bzip" = "yes" || pkg-config --libs qdbm 2>&1 | grep '\-lbz2' > /dev/null 2>&1 -+if test "$enable_bzip" = "yes" || $PKG_CONFIG --libs qdbm 2>&1 | grep '\-lbz2' > /dev/null 2>&1 - then - AC_CHECK_LIB(bz2, main) - fi -@@ -227,15 +210,15 @@ - fi - - # Checking the version of QDBM with pkg-config --if type pkg-config > /dev/null 2>&1 -+if true - then - printf 'checking the version of QDBM ... ' -- if pkg-config --atleast-version=1.8.75 qdbm -+ if $PKG_CONFIG --atleast-version=1.8.75 qdbm - then -- printf 'ok (%s)\n' `pkg-config --modversion qdbm` -- MYCPPOPTS="$MYCPPOPTS -I`pkg-config --variable=includedir qdbm`" -- MYLDOPTS="$MYLDOPTS -L`pkg-config --variable=libdir qdbm`" -- MYRUNPATH="$MYRUNPATH:`pkg-config --variable=libdir qdbm`" -+ printf 'ok (%s)\n' `$PKG_CONFIG --modversion qdbm` -+ MYCPPOPTS="$MYCPPOPTS -I`$PKG_CONFIG --variable=includedir qdbm`" -+ MYLDOPTS="$MYLDOPTS -L`$PKG_CONFIG --variable=libdir qdbm`" -+ MYRUNPATH="$MYRUNPATH:`$PKG_CONFIG --variable=libdir qdbm`" - else - printf 'no (maybe not installed or too old)\n' - fi ---- a/javanative/configure.in -+++ b/javanative/configure.in -@@ -27,28 +27,6 @@ - MYSKLIBS="" - MYRUNPATH="" - --# Building paths --pathtmp="$PATH" --PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="..:$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - - - #================================================================ -@@ -134,7 +112,7 @@ - then - MYCFLAGS="-Wall -fPIC -fsigned-char -O1" - fi --if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 -+if $CC --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then - MYCFLAGS="-Wall -fPIC -fsigned-char -O1" - fi -@@ -158,7 +136,7 @@ - AC_CHECK_LIB(lzo2, main) - AC_CHECK_LIB(bz2, main) - AC_CHECK_LIB(qdbm, main) --AC_CHECK_LIB(estraier, main) -+LIBS="$LIBS -lestraier" - - # For libraries of pthreads - AC_CHECK_LIB(pthread, main, MYMTLIBS="-lpthread $MYMTLIBS", -@@ -170,11 +148,12 @@ - AC_CHECK_LIB(resolv, main, MYSKLIBS="-lresolv $MYSKLIBS") - - # Checking the version of QDBM with pkg-config --if type pkg-config > /dev/null 2>&1 && pkg-config --atleast-version=1.0.0 qdbm -+PKG_PROG_PKG_CONFIG -+if $PKG_CONFIG --atleast-version=1.0.0 qdbm - then -- MYCPPOPTS="$MYCPPOPTS -I`pkg-config --variable=includedir qdbm`" -- MYLDOPTS="$MYLDOPTS -L`pkg-config --variable=libdir qdbm`" -- MYRUNPATH="$MYRUNPATH:`pkg-config --variable=libdir qdbm`" -+ MYCPPOPTS="$MYCPPOPTS -I`$PKG_CONFIG --variable=includedir qdbm`" -+ MYLDOPTS="$MYLDOPTS -L`$PKG_CONFIG --variable=libdir qdbm`" -+ MYRUNPATH="$MYRUNPATH:`$PKG_CONFIG --variable=libdir qdbm`" - fi - - ---- a/javapure/configure.in -+++ b/javapure/configure.in -@@ -21,28 +21,6 @@ - JAVADOC="javadoc" - JAVARUN="java" - --# Building paths --pathtmp="$PATH" --PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="..:$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - - - #================================================================ ---- a/perlnative/configure.in -+++ b/perlnative/configure.in -@@ -17,28 +17,6 @@ - MYPLLIBDIR=/usr/lib/perl5/site_perl - MYRUNPATH="" - --# Building paths --pathtmp="$PATH" --PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="..:$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - # Setting the default prefix - if test "$prefix" = NONE - then -@@ -100,12 +78,13 @@ - AC_CHECK_LIB(lzo2, main) - AC_CHECK_LIB(bz2, main) - AC_CHECK_LIB(qdbm, main) --AC_CHECK_LIB(estraier, main) -+LIBS="$LIBS -lestraier" - - # Checking the version of QDBM with pkg-config --if type pkg-config > /dev/null 2>&1 && pkg-config --atleast-version=1.0.0 qdbm -+PKG_PROG_PKG_CONFIG -+if $PKG_CONFIG --atleast-version=1.0.0 qdbm - then -- MYRUNPATH="$MYRUNPATH:`pkg-config --variable=libdir qdbm`" -+ MYRUNPATH="$MYRUNPATH:`$PKG_CONFIG --variable=libdir qdbm`" - fi - - ---- a/rubynative/configure.in -+++ b/rubynative/configure.in -@@ -16,28 +16,6 @@ - MYRBLIBDIR=/usr/local/lib/ruby/site_ruby - MYRUNPATH="" - --# Building paths --pathtmp="$PATH" --PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="..:$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - # Setting the default prefix - if test "$prefix" = NONE - then -@@ -74,10 +52,11 @@ - MYRBLIBDIR="$myrblibdir" - fi - --# Checking the version of QDBM with pkg-config --if type pkg-config > /dev/null 2>&1 && pkg-config --atleast-version=1.0.0 qdbm -+# Checking the version of QDBM with $PKG_CONFIG -+PKG_PROG_PKG_CONFIG -+if $PKG_CONFIG --atleast-version=1.0.0 qdbm - then -- MYRUNPATH="$MYRUNPATH:`pkg-config --variable=libdir qdbm`" -+ MYRUNPATH="$MYRUNPATH:`$PKG_CONFIG --variable=libdir qdbm`" - fi - - ---- a/rubypure/configure.in -+++ b/rubypure/configure.in -@@ -15,28 +15,6 @@ - RDOC="rdoc" - MYRBLIBDIR=/usr/local/lib/ruby/site_ruby - --# Building paths --pathtmp="$PATH" --PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp" --LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --CPATH="..:$HOME/include:/usr/local/include:$CPATH" --PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir qdbm`" -- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`" -- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`" -- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`" -- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH --fi -- - # Setting the default prefix - if test "$prefix" = NONE - then diff --git a/app-text/hyperestraier/files/hyperestraier-java-11.patch b/app-text/hyperestraier/files/hyperestraier-java-11.patch deleted file mode 100644 index fa143fb23872..000000000000 --- a/app-text/hyperestraier/files/hyperestraier-java-11.patch +++ /dev/null @@ -1,78 +0,0 @@ ---- a/javanative/Database.java -+++ b/javanative/Database.java -@@ -135,7 +135,7 @@ - /** last happened error code */ - private int ecode; - /** callback function to inform of database events */ -- private DatabaseInformer informer; -+ private long informer; - //---------------------------------------------------------------- - // constructors and finalizers - //---------------------------------------------------------------- ---- a/javanative/database.c -+++ b/javanative/database.c -@@ -19,7 +19,7 @@ - - - /* global variables */ --JNIEnv *infoenv = NULL; -+static JavaVM* jvm = NULL; - - - /* private function prototypes */ -@@ -181,8 +181,8 @@ - err = TRUE; - } - (*env)->SetLongField(env, obj, fid, 0); -- fid = (*env)->GetFieldID(env, cls, "informer", "L" CLSDBINFO ";"); -- if((infoobj = (*env)->GetObjectField(env, obj, fid)) != NULL) -+ fid = (*env)->GetFieldID(env, cls, "informer", "J"); -+ if((infoobj = (jobject)(*env)->GetLongField(env, obj, fid)) != NULL) - (*env)->DeleteGlobalRef(env, infoobj); - (*env)->SetObjectField(env, obj, fid, NULL); - return err ? FALSE : TRUE; -@@ -735,16 +735,17 @@ - throwillarg(env); - return; - } -- fid = (*env)->GetFieldID(env, cls, "informer", "L" CLSDBINFO ";"); -- if((oldobj = (*env)->GetObjectField(env, obj, fid)) != NULL) -+ fid = (*env)->GetFieldID(env, cls, "informer", "J"); -+ if((oldobj = (jobject)(*env)->GetLongField(env, obj, fid)) != NULL) - (*env)->DeleteGlobalRef(env, oldobj); - (*env)->SetObjectField(env, obj, fid, NULL); - if(!(informer = (*env)->NewGlobalRef(env, informer))){ - throwoutmem(env); - return; - } -- (*env)->SetObjectField(env, obj, fid, informer); -- infoenv = env; -+ (*env)->SetLongField(env, obj, fid, (PTRNUM)informer); -+ if(jvm == NULL) -+ (*env)->GetJavaVM(env, &jvm); - est_mtdb_set_informer((ESTMTDB *)(PTRNUM)coreptr, dbinform, informer); - } - -@@ -767,10 +768,12 @@ - - /* callback function for database events */ - static void dbinform(const char *message, void *opaque){ -+ JNIEnv *infoenv; - jstring msgobj; - jobject opobj; - jclass cls; - jmethodID mid; -+ (*jvm)->GetEnv(jvm, (void **)&infoenv, JNI_VERSION_1_8); - if(!(msgobj = (*infoenv)->NewStringUTF(infoenv, message))) return; - opobj = (jobject)opaque; - cls = (*infoenv)->GetObjectClass(infoenv, opobj); ---- a/javanative/myconf.h -+++ b/javanative/myconf.h -@@ -69,7 +69,6 @@ - #define CLSDOC "estraier/Document" - #define CLSCOND "estraier/Condition" - #define CLSDB "estraier/Database" --#define CLSDBINFO "estraier/DatabaseInformer" - #define CLSRES "estraier/Result" - - diff --git a/app-text/hyperestraier/files/hyperestraier-perl.patch b/app-text/hyperestraier/files/hyperestraier-perl.patch deleted file mode 100644 index dbafd483d926..000000000000 --- a/app-text/hyperestraier/files/hyperestraier-perl.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/perlnative/Makefile.in -+++ b/perlnative/Makefile.in -@@ -29,10 +29,10 @@ - # Building binaries - PERL = @PERL@ - POD2HTML = @POD2HTML@ --CC = gcc -+CC = @CC@ - INC = -I. -I../.. -I$(MYHEADDIR) -I$(HOME)/include -I/usr/local/include - OPTIMIZE = @MYOPTIMIZE@ --LD = gcc -+LD = @CC@ - LIBS = -L../.. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @LIBS@ - RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@ - -@@ -46,7 +46,7 @@ - all : - ( cd src && if ! [ -f Makefile ] ; \ - then $(RUNENV) $(PERL) Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \ -- LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; fi ) -+ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS="vendor" ; fi ) - ( cd src && make ) - @printf '\n' - @printf '#================================================================\n' diff --git a/app-text/hyperestraier/files/hyperestraier-ruby-varargs.patch b/app-text/hyperestraier/files/hyperestraier-ruby-varargs.patch deleted file mode 100644 index bcf2753f3a0a..000000000000 --- a/app-text/hyperestraier/files/hyperestraier-ruby-varargs.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/rubynative/src/estraier.c 2025-01-19 09:16:41.340299738 +0100 -+++ b/rubynative/src/estraier.c 2025-01-19 09:17:18.404701204 +0100 -@@ -125,7 +125,7 @@ - static CBMAP *objtocbmap(VALUE obj); - static void db_informer(const char *message, void *opaque); - static VALUE db_informer_process(VALUE arg); --static VALUE db_informer_resque(VALUE arg); -+static VALUE db_informer_resque(VALUE arg1, VALUE arg2); - - - -@@ -1259,7 +1259,7 @@ - } - - --static VALUE db_informer_resque(VALUE arg){ -+static VALUE db_informer_resque(VALUE arg1, VALUE arg2){ - return Qnil; - } - diff --git a/app-text/hyperestraier/files/hyperestraier-ruby19.patch b/app-text/hyperestraier/files/hyperestraier-ruby19.patch deleted file mode 100644 index 25d8ffad7daa..000000000000 --- a/app-text/hyperestraier/files/hyperestraier-ruby19.patch +++ /dev/null @@ -1,146 +0,0 @@ ---- a/rubynative/Makefile.in -+++ b/rubynative/Makefile.in -@@ -82,21 +82,21 @@ - - check : - rm -rf casket -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test001.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test002.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test003.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test004.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test005.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb put casket ../misc/test006.est -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb edit casket 1 "@title" "java" -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb get casket 1 -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb get casket 1 "@title" -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb out casket 1 -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb inform casket -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb optimize casket -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb search \ -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test001.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test002.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test003.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test004.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test005.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb put casket ../misc/test006.est -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb edit casket 1 "@title" "java" -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb get casket 1 -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb get casket 1 "@title" -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb out casket 1 -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb inform casket -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb optimize casket -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb search \ - -vf -cd casket "estraier" > check.out -- $(RUNENV) $(RUBY) -I./src -w -d estcmd.rb search \ -+ $(RUNENV) $(RUBY) -I./src -I. -w -d estcmd.rb search \ - -vs -gs -attr "@uri" -ord "@mdate NUMD" -max 1 casket "estraier OR mikio" > check.out - rm -rf casket - ---- a/rubynative/configure.in -+++ b/rubynative/configure.in -@@ -41,7 +41,7 @@ - # Setting the default prefix - if test "$prefix" = NONE - then -- prefix=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("prefix"))'` -+ prefix=`ruby -rrbconfig -e 'puts(RbConfig::CONFIG.fetch("prefix"))'` - fi - - -@@ -68,7 +68,7 @@ - printf '%s\n' "$RDOC" - - # Librarh path --myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'` -+myrblibdir=`ruby -rrbconfig -e 'puts(RbConfig::CONFIG.fetch("sitelibdir"))'` - if test -n "$myrblibdir" - then - MYRBLIBDIR="$myrblibdir" ---- a/rubynative/src/estraier.c -+++ b/rubynative/src/estraier.c -@@ -24,6 +24,16 @@ - #define VNINFO "@informer" - #define VNCOND "@cond" - -+#ifndef RSTRING_PTR -+# define RSTRING_PTR(s) (RSTRING(s)->ptr) -+#endif -+#ifndef RSTRING_LEN -+# define RSTRING_LEN(s) (RSTRING(s)->len) -+#endif -+#ifndef RARRAY_LEN -+# define RARRAY_LEN(a) (RARRAY(a)->len) -+#endif -+ - typedef struct { - int *ids; - int *dbidxs; -@@ -351,7 +361,7 @@ - vdoc = rb_iv_get(vself, VNDATA); - Data_Get_Struct(vdoc, ESTDOC, doc); - Check_Type(vwords, T_ARRAY); -- len = RARRAY(vwords)->len; -+ len = RARRAY_LEN(vwords); - for(i = 0; i < len; i++){ - Check_Type(rb_ary_entry(vwords, i), T_STRING); - } -@@ -764,7 +774,7 @@ - CBMAP *hints; - int i, dnum, *res, rnum; - Check_Type(vdbs, T_ARRAY); -- dnum = RARRAY(vdbs)->len; -+ dnum = RARRAY_LEN(vdbs); - dbs = cbmalloc(dnum * sizeof(ESTMTDB *) + 1); - for(i = 0; i < dnum; i++){ - vdb = rb_ary_entry(vdbs, i); -@@ -1189,10 +1199,10 @@ - VALUE str; - int i, len; - list = cblistopen(); -- len = RARRAY(obj)->len; -+ len = RARRAY_LEN(obj); - for(i = 0; i < len; i++){ - str = rb_ary_entry(obj, i); -- cblistpush(list, RSTRING(str)->ptr, RSTRING(str)->len); -+ cblistpush(list, RSTRING_PTR(str), RSTRING_LEN(str)); - } - return list; - } -@@ -1218,14 +1228,14 @@ - int i, len; - map = cbmapopenex(31); - keys = rb_funcall(obj, rb_intern("keys"), 0); -- len = RARRAY(keys)->len; -+ len = RARRAY_LEN(keys); - for(i = 0; i < len; i++){ - key = rb_ary_entry(keys, i); - val = rb_hash_aref(obj, key); - key = rb_String(key); - val = rb_String(val); -- cbmapput(map, RSTRING(key)->ptr, RSTRING(key)->len, -- RSTRING(val)->ptr, RSTRING(val)->len, 0); -+ cbmapput(map, RSTRING_PTR(key), RSTRING_LEN(key), -+ RSTRING_PTR(val), RSTRING_LEN(val), 0); - } - return map; - } ---- a/rubypure/configure.in -+++ b/rubypure/configure.in -@@ -40,7 +40,7 @@ - # Setting the default prefix - if test "$prefix" = NONE - then -- prefix=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("prefix"))'` -+ prefix=`ruby -rrbconfig -e 'puts(RbConfig::CONFIG.fetch("prefix"))'` - fi - - -@@ -67,7 +67,7 @@ - printf '%s\n' "$RDOC" - - # Librarh path --myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'` -+myrblibdir=`ruby -rrbconfig -e 'puts(RbConfig::CONFIG.fetch("sitelibdir"))'` - if test -n "$myrblibdir" - then - MYRBLIBDIR="$myrblibdir" diff --git a/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild b/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild deleted file mode 100644 index 4e155af87b00..000000000000 --- a/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild +++ /dev/null @@ -1,202 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -USE_RUBY="ruby31 ruby32" -RUBY_OPTIONAL="yes" - -inherit autotools java-pkg-opt-2 perl-functions ruby-ng - -DESCRIPTION="a full-text search system for communities" -HOMEPAGE="https://fallabs.com/hyperestraier/" -SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86" -SLOT="0" -IUSE="bzip2 debug java lzo mecab perl ruby static-libs +zlib" - -RDEPEND="dev-db/qdbm - bzip2? ( app-arch/bzip2 ) - java? ( >=virtual/jre-1.8:* ) - lzo? ( dev-libs/lzo ) - mecab? ( app-text/mecab ) - perl? ( dev-lang/perl ) - ruby? ( $(ruby_implementations_depend) ) - zlib? ( virtual/zlib:= )" -DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.8:* )" -BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/all/${P}" - -PATCHES=( - "${FILESDIR}"/${PN}-configure.patch - "${FILESDIR}"/${PN}-java-11.patch - "${FILESDIR}"/${PN}-perl.patch - "${FILESDIR}"/${PN}-ruby19.patch - "${FILESDIR}"/${PN}-ruby-varargs.patch -) -HTML_DOCS=( doc/. ) - -AT_NOELIBTOOLIZE="yes" - -pkg_setup() { - java-pkg-opt-2_pkg_setup - use ruby && ruby-ng_pkg_setup -} - -he_foreach_api() { - local u d - for u in java perl ruby; do - if ! use "${u}"; then - continue - fi - if [[ "${u}" != "ruby" ]]; then - for d in ${u}native ${u}pure; do - if [[ ! -d "${d}" ]]; then - continue - fi - einfo "${EBUILD_PHASE} ${d}" - cd "${d}" - case "${EBUILD_PHASE}" in - prepare) - mv configure.{in,ac} - eautoreconf - ;; - configure) - econf - ;; - compile) - emake - ;; - test) - if [[ "${d}" == "${u}native" ]]; then - emake check - fi - ;; - install) - if [[ "${u}" != "java" ]]; then - emake DESTDIR="${D}" install - else - java-pkg_dojar *.jar - if [[ "${d}" == "${u}native" ]]; then - dolib.so lib*.so* - fi - fi - ;; - esac - cd - >/dev/null - done - else - PATCHES= ruby-ng_src_${EBUILD_PHASE} - fi - done -} - -he_foreach_ruby_api() { - local d - for d in rubynative rubypure; do - cd "${d}" - case "${EBUILD_PHASE}" in - prepare) - sed -i \ - -e "/RUBY=/cRUBY=\"${RUBY}\"" \ - -e "/=\`.*ruby/s|ruby|${RUBY}|" \ - configure.in - - mv configure.{in,ac} - eautoreconf - ;; - configure) - econf - ;; - compile) - emake - ;; - test) - if [[ "${d}" == "${u}native" ]]; then - emake check - fi - ;; - install) - emake DESTDIR="${D}" install - ;; - esac - cd - >/dev/null - done -} - -src_prepare() { - default - java-pkg-opt-2_src_prepare - - sed -i \ - -e "/^CFLAGS/s|$| ${CFLAGS}|" \ - -e "/^JAVACFLAGS/s|$| ${JAVACFLAGS}|" \ - -e '/^LDENV/d' \ - -e 's/make\( \|$\)/$(MAKE)\1/g' \ - Makefile.in {java,perl,ruby}*/Makefile.in - - mv configure.{in,ac} - eautoreconf - he_foreach_api # prepare -} - -all_ruby_prepare() { - sed -i "/^RUNENV /s|\.\.|${WORKDIR}/all/${P}|" ruby*/Makefile.in - sed -i "s|\.\./\.\.|${WORKDIR}/all/${P}|" rubynative/src/extconf.rb -} - -each_ruby_prepare() { - he_foreach_ruby_api -} - -src_configure() { - econf \ - $(use_enable bzip2 bzip) \ - $(use_enable debug) \ - $(use_enable lzo) \ - $(use_enable mecab) \ - $(use_enable zlib) - he_foreach_api -} - -each_ruby_configure() { - he_foreach_ruby_api -} - -src_compile() { - default - he_foreach_api -} - -each_ruby_compile() { - he_foreach_ruby_api -} - -src_test() { - default - he_foreach_api -} - -each_ruby_test() { - he_foreach_ruby_api -} - -src_install() { - emake DESTDIR="${D}" MYDOCS= install - einstalldocs - he_foreach_api - use static-libs || find "${ED}" -name '*.a' -delete || die - - if use perl; then - perl_delete_module_manpages - perl_fix_packlist - fi - - rm -f "${D}"/usr/bin/*test -} - -each_ruby_install() { - he_foreach_ruby_api -} diff --git a/app-text/hyperestraier/metadata.xml b/app-text/hyperestraier/metadata.xml deleted file mode 100644 index c3242ba18ea5..000000000000 --- a/app-text/hyperestraier/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hattya@gentoo.org</email> - <name>Akinori Hattori</name> - </maintainer> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <use> - <flag name="mecab">Enable <pkg>app-text/mecab</pkg> support for Estraier</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/idnits/Manifest b/app-text/idnits/Manifest deleted file mode 100644 index 44069ce0add6..000000000000 --- a/app-text/idnits/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST idnits-2.17.1.tar.gz 60480 BLAKE2B b2248236590bf025f9e06a4d804ac9d0cd207406809f17a2393dfbce2d0712c60aef58c8a4d7388c61495956ce0d2b0c5c491e290b178b7c46dcbc711615a847 SHA512 deed0c73e95e292443ec3e2ca447d2e6ceb9cbafd0775163e247185c158e74b7a4cd1e906474ca45ab40d92eac6e881e417df4c6e84a15277c71c711c590f55a diff --git a/app-text/idnits/idnits-2.17.1.ebuild b/app-text/idnits/idnits-2.17.1.ebuild deleted file mode 100644 index 87ff6c1483d2..000000000000 --- a/app-text/idnits/idnits-2.17.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A tool to check internet-drafts (IDs) for submission nits" -HOMEPAGE="https://www.ietf.org/tools/idnits/" -SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" - -SLOT="0" - -KEYWORDS="amd64 x86" - -RDEPEND=" - app-shells/bash - sys-apps/coreutils - app-alternatives/awk -" - -src_install() { - dobin idnits - dodoc about changelog todo -} diff --git a/app-text/idnits/metadata.xml b/app-text/idnits/metadata.xml deleted file mode 100644 index 5a54444ca974..000000000000 --- a/app-text/idnits/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Florian Schmaus</name> - <email>flow@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest deleted file mode 100644 index df186a98aa06..000000000000 --- a/app-text/iso-codes/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST iso-codes-v4.18.0.tar.gz 15535810 BLAKE2B 9d382682b1491d9470a536e3bd63e892c8901ab80f911c78cdcf33ed6f40a0f2da84464369f3ac82297ef72433124c9b486f658be351162f0ad5e730fb4ef897 SHA512 4f9766b3e73a155df3213d5684f0b4c2aefe3efcdc30b2a969913a90deb73e1cbd32a63c2f00c736517c1feed790944d12155410d3c4d381749c39ecd1f71f96 -DIST iso-codes-v4.19.0.tar.gz 16246520 BLAKE2B 18d2bce972108b92fcfada95274f784f2ab1f1c84921e0569d814c42f779598194562aa816d31596113aeee66789ea20d068ca8d47ed7bbe8c322ed93ad42f32 SHA512 3085144ad9936109495a497bb7cfb55ee89ff809525d8e9b56299902335b3cfaf0992643cb3f9d4f1770d71737e6a5a59554be6fc1547b487949dd4bd6b541c1 -DIST iso-codes-v4.20.1.tar.gz 16408049 BLAKE2B b3c4c53ae90ccd5baa66977bb42f10406fe50df34cd29f02ac9e77264543f6c4d5004e7d29bafc086bd05d437a26465c65e0308853c3e84a26042535d1449651 SHA512 2b5690b109da3d4f969c62f1a9653f6a12f6529794b97d0c834d708ff9a407bc0193047992b2acea7525f4638a68dbd9a6dceec8b0b0d08f23a2fd2e3124b1d2 diff --git a/app-text/iso-codes/iso-codes-4.18.0.ebuild b/app-text/iso-codes/iso-codes-4.18.0.ebuild deleted file mode 100644 index 7f56cdd04bcb..000000000000 --- a/app-text/iso-codes/iso-codes-4.18.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai mhr mi mk ml mn mr ms mt my na nah nb_NO ne nl nn nso nv oc or pa pa_PK pap pi pl ps pt pt_BR ro ro_MD ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_TW zu" - -inherit python-any-r1 - -DESCRIPTION="ISO language, territory, currency, script codes and their translations" -HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes" -SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos" - -BDEPEND="${PYTHON_DEPS} - sys-devel/gettext -" - -# This ebuild does not install any binaries. -RESTRICT="binchecks strip" - -DOCS=( CHANGELOG.md README.md ) - -# plocale_find_changes doesn't support multiple directories, -# so need to do the update scan ourselves. -check_existing_locales() { - local std loc all_locales=() - - ebegin "Looking for new locales" - for std in "${all_stds[@]}"; do - pushd "${std}" >/dev/null || die - for loc in *.po; do - all_locales+=( "${loc%.po}" ) - done - popd >/dev/null - done - - all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C sort -u)) - if [[ ${PLOCALES} != "${all_locales}" ]]; then - eend 1 - eerror "There are changes in locales! This ebuild should be updated to:" - eerror "PLOCALES=\"${all_locales}\"" - die "Update PLOCALES in the ebuild" - else - eend 0 - fi -} - -src_prepare() { - default - - local std loc mylinguas - local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} ) - - check_existing_locales - - # Modify the Makefiles so they only install requested locales. - for std in "${all_stds[@]}"; do - einfo "Preparing ${std} ..." - pushd "${std}" >/dev/null || die - mylinguas=() - for loc in *.po; do - if has ${loc%.po} ${LINGUAS-${loc%.po}}; then - mylinguas+=( "${loc}" ) - fi - done - - sed \ - -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \ - -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \ - -i Makefile.am Makefile.in || die "sed in ${std} folder failed" - popd >/dev/null - done -} diff --git a/app-text/iso-codes/iso-codes-4.19.0.ebuild b/app-text/iso-codes/iso-codes-4.19.0.ebuild deleted file mode 100644 index 6a02cc5f6480..000000000000 --- a/app-text/iso-codes/iso-codes-4.19.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai mhr mi mk ml mn mr ms mt my na nah nb_NO ne nl nn nso nv oc or ota pa pa_PK pap pi pl ps pt pt_BR ro ro_MD ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_TW zu" - -inherit python-any-r1 - -DESCRIPTION="ISO language, territory, currency, script codes and their translations" -HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes" -SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" - -BDEPEND="${PYTHON_DEPS} - sys-devel/gettext -" - -# This ebuild does not install any binaries. -RESTRICT="binchecks strip" - -DOCS=( CHANGELOG.md README.md ) - -# plocale_find_changes doesn't support multiple directories, -# so need to do the update scan ourselves. -check_existing_locales() { - local std loc all_locales=() - - ebegin "Looking for new locales" - for std in "${all_stds[@]}"; do - pushd "${std}" >/dev/null || die - for loc in *.po; do - all_locales+=( "${loc%.po}" ) - done - popd >/dev/null - done - - all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C sort -u)) - if [[ ${PLOCALES} != "${all_locales}" ]]; then - eend 1 - eerror "There are changes in locales! This ebuild should be updated to:" - eerror "PLOCALES=\"${all_locales}\"" - die "Update PLOCALES in the ebuild" - else - eend 0 - fi -} - -src_prepare() { - default - - local std loc mylinguas - local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} ) - - check_existing_locales - - # Modify the Makefiles so they only install requested locales. - for std in "${all_stds[@]}"; do - einfo "Preparing ${std} ..." - pushd "${std}" >/dev/null || die - mylinguas=() - for loc in *.po; do - if has ${loc%.po} ${LINGUAS-${loc%.po}}; then - mylinguas+=( "${loc}" ) - fi - done - - sed \ - -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \ - -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \ - -i Makefile.am Makefile.in || die "sed in ${std} folder failed" - popd >/dev/null - done -} diff --git a/app-text/iso-codes/iso-codes-4.20.1.ebuild b/app-text/iso-codes/iso-codes-4.20.1.ebuild deleted file mode 100644 index 264ea7ebd903..000000000000 --- a/app-text/iso-codes/iso-codes-4.20.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit meson python-any-r1 - -DESCRIPTION="ISO language, territory, currency, script codes and their translations" -HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes" -SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" - -BDEPEND="${PYTHON_DEPS} - sys-devel/gettext -" - -# This ebuild does not install any binaries. -RESTRICT="binchecks strip" - -DOCS=( CHANGELOG.md README.md TODO.md ) diff --git a/app-text/iso-codes/metadata.xml b/app-text/iso-codes/metadata.xml deleted file mode 100644 index e6ce35b5b67c..000000000000 --- a/app-text/iso-codes/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <stabilize-allarches /> - <longdescription lang="en"> - This package provides the ISO-639 Language code list, the ISO-3166 - Territory code list, and ISO-3166-2 sub-territory lists, and all their - translations in gettext .po form. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/itex2mml/Manifest b/app-text/itex2mml/Manifest deleted file mode 100644 index 9adc3f1a1118..000000000000 --- a/app-text/itex2mml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST itexToMML-1.6.1.tar.gz 513185 BLAKE2B d3bf94a0eb95b7c448e0691e4ae5bd6ba37de97f86331ebaad5dea034d0bb259514b3acee0c926b711500ce0f7069ec95838a172385d9459167a7a3b29200d77 SHA512 6d35c5d2b5c5bbf8e1a938c5a7005dd32af85896df812e305931b4d8aafd57c2c4b31311495477109d53a6447ddfa9ffa2af3c92fb8176157d651851a2383409 diff --git a/app-text/itex2mml/itex2mml-1.6.1.ebuild b/app-text/itex2mml/itex2mml-1.6.1.ebuild deleted file mode 100644 index 4b5b27122fed..000000000000 --- a/app-text/itex2mml/itex2mml-1.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="LaTeX to XHTML/MathML converter" -HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html" -SRC_URI="https://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz" -S="${WORKDIR}/itexToMML/itex-src" - -LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -src_configure() { - # fix bug #719070 - sed -i -e "s/\$(CXX) \$(CFLAGS)/ \$(CXX) ${CFLAGS} ${LDFLAGS}/" Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -} - -src_install() { - dobin itex2MML - dodoc ../README -} diff --git a/app-text/itex2mml/metadata.xml b/app-text/itex2mml/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/itex2mml/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest deleted file mode 100644 index c6c186302fcb..000000000000 --- a/app-text/jabref-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST JabRef-3.8.2.jar 37003442 BLAKE2B 7414128603c8a3c41c0f88003b504636fa64865fbdc0ed82b23b54855750d56631f55e371382209f331579f47ac4b3d3b1ed1d389f50f168dcc2468dff3a411c SHA512 84546987ffdef106643b3aba3216041809ac42464ff37fb63dbe806e282c19c25139d8532b695a4f5ca8ad638eb23860b32bd3806e82409e2d38425d5a42e830 -DIST JabRef-4.3.1.jar 56868438 BLAKE2B d970599f6bfd4fef7ceda656fafeea77b5c2860ece1b5086bf895cbf212c49bb5e573f5573c483a7fc62431266899dbac7a9bd8e20308d51f5ba2d0c8814319f SHA512 6ff466e91d827254271e5728a9af9c46ac811c2e4fe01c01a2ec6ef9cc75d20978803f18e49365c8a695b0d2db7009ecf05f69f446b9e9136dad5526d5e83f19 diff --git a/app-text/jabref-bin/jabref-bin-3.8.2-r1.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2-r1.ebuild deleted file mode 100644 index 5c18657e730a..000000000000 --- a/app-text/jabref-bin/jabref-bin-3.8.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop java-pkg-2 - -MY_PV_1="${PV/_beta/b}" -MY_PV="${MY_PV_1/_rc/}" -MY_URI_PV_1="${PV/rc/}" -MY_URI_PV="${MY_URI_PV_1//_/%20}" - -DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" -HOMEPAGE="https://www.jabref.org/" -# SRC_URI="https://downloads.sourceforge.net/jabref/JabRef-${MY_PV}.jar" -SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" -S="${WORKDIR}" - -LICENSE="MIT JSON" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="virtual/jre:1.8" -BDEPEND="app-arch/unzip" - -src_unpack() { - cp -v "${DISTDIR}/${A}" . || die - unzip ${A} images/icons/JabRef-icon-48.png || die -} - -src_install() { - java-pkg_newjar "JabRef-${MY_PV}.jar" - java-pkg_dolauncher "${PN}" --jar "${PN}.jar" - newicon images/icons/JabRef-icon-48.png JabRef-bin-icon.png - make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office -} diff --git a/app-text/jabref-bin/jabref-bin-4.3.1-r1.ebuild b/app-text/jabref-bin/jabref-bin-4.3.1-r1.ebuild deleted file mode 100644 index ce903d0506ad..000000000000 --- a/app-text/jabref-bin/jabref-bin-4.3.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_WANT_TARGET=1.8 - -inherit desktop java-pkg-2 - -MY_PV_1="${PV/_beta/b}" -MY_PV="${MY_PV_1/_rc/}" -MY_URI_PV_1="${PV/rc/}" -MY_URI_PV="${MY_URI_PV_1//_/%20}" - -DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" -HOMEPAGE="https://www.jabref.org/" -SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" -S="${WORKDIR}" - -LICENSE="MIT JSON" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-java/openjdk:8[javafx] - virtual/jre:1.8 -" -BDEPEND="app-arch/unzip" - -src_unpack() { - cp -v "${DISTDIR}/${A}" . || die - unzip ${A} images/external/JabRef-icon-128.png || die -} - -src_install() { - java-pkg_newjar "JabRef-${MY_PV}.jar" - java-pkg_dolauncher "${PN}" --jar "${PN}.jar" - newicon images/external/JabRef-icon-128.png JabRef-bin-icon.png - make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office - ewarn "Jabref 4.x will convert old 3.x format .bib databases to a new format." - ewarn "The conversion is irreversible, backup .bib files before starting Jabref." - ewarn "Jabref 4.x is under heavy development and very unstable." -} diff --git a/app-text/jabref-bin/metadata.xml b/app-text/jabref-bin/metadata.xml deleted file mode 100644 index 6edfea4266db..000000000000 --- a/app-text/jabref-bin/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>nicolasbock@gentoo.org</email> - <name>Nicolas Bock</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - JabRef is an open source bibliography reference manager. The native - file format used by JabRef is BibTeX, the standard LaTeX bibliography - format. - </longdescription> - <upstream> - <changelog>https://github.com/JabRef/jabref/blob/main/CHANGELOG.md</changelog> - <doc>https://docs.jabref.org/</doc> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/jabref/Manifest b/app-text/jabref/Manifest deleted file mode 100644 index 958641b53928..000000000000 --- a/app-text/jabref/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST jabref-5.15-abbrv.tar.gz 1044290 BLAKE2B 0aeaf5307849fe8a7822e6a1bffbd1db7e3f14b6e5d5c4923084777c91dad7a42c4e6cbdd53197d6e454cab12fd9e6472369cec5a91ec783bd94f377a7b9c3d4 SHA512 8604451e685a943b8a8c9c212dc083bfd314435c5484c3d694b428b22d03093579ea3e576980f313d110ac98baaa3d24fa05eb8094f735bf5222e0f96447f631 -DIST jabref-5.15-fix-11517.patch 762 BLAKE2B 319e81d292be30d390bb5866d74c9a3c7851ebef4d9b938060d6352af968093833e97312c79e96dc3d60018181a35955b1dc3dd9cf854ba103970a891d826a23 SHA512 a2a724b37fcfac731152d5f790585f2ea994f5b4754df2dacf4249ddfe4417633c5fe37e982ef4260417faae39a5c36314b067ac782db18b7de01e96bfc3f60e -DIST jabref-5.15-fix-11544.patch 1337 BLAKE2B 612296d8efb28f6efd4bf000ea774e7538ec29d02e6c5d345ed065355f5c8e7130bc44b2a9b8fa00a42c716c9e405868803beda62d5f0d9afa8e5d7d44e41221 SHA512 95785e7d0df7cb3789c6785a25db6ba0c742f1067ede3a920d9474de03da149883961dae53c387151cadcb94f6f287d7e128bfcc1f3667214c29c4b963ff4704 -DIST jabref-5.15-gradle-deps.tar.xz 152137652 BLAKE2B 7a5b60f6c3470fea6c9121ca744e21edf7a4d57f2f90159d4615dd9ab6212a08488ae0eb3f6d177c79aa449f238e554737cccfd31e24ab2286b5796409d55b85 SHA512 b6753ed109b26d06574d9d568474775270a9d82b99a763d8270cd62272df1d864e8284861cb7d63c192cd21b105367b3cd70efe1cc608479311c1d2f389734dd -DIST jabref-5.15-locales.tar.gz 109775 BLAKE2B cfb48ec1eac1407ab84db782d669e62df98201f8d01051a1cc54a972665da23f049d9ee66e6260efe0d6e60ec51efe98c25a409b7cbcb61c7b243fcdbf7e25a0 SHA512 9f46e5d3f62c65510deb0bfc33cb94a2ead59a72d14fa5d5562ddb33216646d7fcbcca4583a95995326b92668b08f2cbfea1bf8fc141bebb548ff3bd6fe461df -DIST jabref-5.15-styles.tar.gz 3970487 BLAKE2B 00036cc517b43c0d0c514ef1f99187824cea6b4b130c67074e1c0c2a16a133af76fc7455e0ab4e534858d3ef3af0b0e01822c97967874e64e11da1654b0f5a93 SHA512 f86ada293304be147969c2b88646bbef774d60b865f8625a7a7dcf5064d7a42fc41f49f2f105ad51a39a3dd5627d012e48719ba5d2be1b338225f27170ffc8e0 -DIST jabref-5.15.tar.gz 26875537 BLAKE2B b5a13416a6b07410434e68032507b5104bddb89317c25392ac0371707ce75c0aff62aa5173e7d24aa7e6ceeba73db08ab44dc0a57f6c3bff139e73cd33d30aee SHA512 69170c254085b355c565ce11c5434049f1c961607a93c8a39792f1a7dacb57530065bcd80f5eb2050de0d09960d300702f61e14e6a815515fb83c14509e31f3a diff --git a/app-text/jabref/files/jabref-5.15-gradle9-reporting.patch b/app-text/jabref/files/jabref-5.15-gradle9-reporting.patch deleted file mode 100644 index c113f81fa8fc..000000000000 --- a/app-text/jabref/files/jabref-5.15-gradle9-reporting.patch +++ /dev/null @@ -1,29 +0,0 @@ -Fix build.gradle compatibility with Gradle 9: remove the Java toolchain -block so Gradle uses the system JDK, and replace the removed reporting.baseDir -property with layout.buildDirectory.dir(). - ---- a/build.gradle -+++ b/build.gradle -@@ -52,12 +52,2 @@ - modularity.inferModulePath.set(false) -- -- toolchain { -- // If this is updated, also update -- // - .gitpod.Dockerfile -- // - .devcontainer/devcontainer.json#L34 and -- // - .github/workflows/deployment-jdk-ea.yml#L53 -- languageVersion = JavaLanguageVersion.of(21) -- // See https://docs.gradle.org/current/javadoc/org/gradle/jvm/toolchain/JvmVendorSpec.html for a full list -- // vendor = JvmVendorSpec.AMAZON -- } - } -@@ -545,7 +535,7 @@ - tasks.withType(Test).configureEach { -- reports.html.outputLocation.set(file("${reporting.baseDir}/${name}")) -+ reports.html.outputLocation.set(layout.buildDirectory.dir("reports/${name}").get().asFile) - // Enable parallel tests (on desktop). - // See https://docs.gradle.org/8.1/userguide/performance.html#execute_tests_in_parallel for details. - if (!providers.environmentVariable("CI").isPresent()) { - maxParallelForks = Math.max(Runtime.runtime.availableProcessors() - 1, 1) - } - } diff --git a/app-text/jabref/files/jabref.desktop b/app-text/jabref/files/jabref.desktop deleted file mode 100644 index 7661d2723c52..000000000000 --- a/app-text/jabref/files/jabref.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=JabRef -GenericName=BibTeX Editor -Comment=Graphical Java application for managing BibTeX and biblatex (.bib) databases -Type=Application -Terminal=false -Icon=jabref -Exec=JabRef %U -Keywords=bibtex;biblatex;latex;bibliography -Categories=Office; -StartupWMClass=org.jabref.gui.JabRefGUI -MimeType=text/x-bibtex; diff --git a/app-text/jabref/files/jabref.sh b/app-text/jabref/files/jabref.sh deleted file mode 100644 index 51f06e2d1712..000000000000 --- a/app-text/jabref/files/jabref.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -# JabRef may need some custom options to work and look properly on certain -# systems. You can set them via the JABREF_OPTIONS environment variable. -# -Dglass.gtk.uiScale=144dpi scale up the UI to look better on high DPI displays -# -Djdk.gtk.version=2 workaround for misbehaving menus, e.g. on i3wm -# You can for example run JabRef as follows: -# JABREF_OPTIONS="-Dglass.gtk.uiScale=144dpi -Djdk.gtk.version=2" jabref - -# This script has been created based on the instructions at -# https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace, -# the output of `./gradlew -d run` and the contents of build/scripts/JabRef in the build -# directory. - -ROOT=/usr/share/jabref - -exec java \ - --add-exports javafx.controls/com.sun.javafx.scene.control=org.controlsfx.controls \ - --add-exports org.controlsfx.controls/impl.org.controlsfx.skin=org.jabref \ - --add-exports javafx.graphics/com.sun.javafx.scene=org.controlsfx.controls \ - --add-exports javafx.graphics/com.sun.javafx.scene.traversal=org.controlsfx.controls \ - --add-exports javafx.graphics/com.sun.javafx.css=org.controlsfx.controls \ - --add-exports javafx.controls/com.sun.javafx.scene.control.behavior=org.controlsfx.controls \ - --add-exports javafx.controls/com.sun.javafx.scene.control.inputmap=org.controlsfx.controls \ - --add-exports javafx.base/com.sun.javafx.event=org.controlsfx.controls \ - --add-exports javafx.base/com.sun.javafx.collections=org.controlsfx.controls \ - --add-exports javafx.base/com.sun.javafx.runtime=org.controlsfx.controls \ - --add-exports javafx.web/com.sun.webkit=org.controlsfx.controls \ - --add-opens javafx.controls/javafx.scene.control=org.jabref \ - --add-opens org.controlsfx.controls/org.controlsfx.control.textfield=org.jabref \ - --add-opens javafx.controls/com.sun.javafx.scene.control=org.jabref \ - --add-opens javafx.controls/javafx.scene.control.skin=org.controlsfx.controls \ - --add-opens javafx.graphics/javafx.scene=org.controlsfx.controls \ - --module-path ${ROOT}/lib \ - --patch-module org.jabref=${ROOT}/resources/main \ - ${JABREF_OPTIONS} \ - --module org.jabref/org.jabref.Launcher \ - "$@" diff --git a/app-text/jabref/jabref-5.15.ebuild b/app-text/jabref/jabref-5.15.ebuild deleted file mode 100644 index d57149483dd0..000000000000 --- a/app-text/jabref/jabref-5.15.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop edo multiprocessing xdg - -VER_ABBRV=7f27d794befacdb279039c3bae807ea0f3faacca -VER_LOCALES=606fa26be1d87837c4e607362b28ed58a7576875 -VER_STYLES=616763159e5fbedcfb574ac02648e727b8166dad - -DESCRIPTION="Graphical Java application for managing BibTeX and biblatex (.bib) databases" -HOMEPAGE="https://www.jabref.org/ https://github.com/JabRef/jabref" -SRC_URI=" - https://github.com/JabRef/jabref/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~arthurzam/distfiles/app-text/${PN}/${P}-gradle-deps.tar.xz - https://github.com/JabRef/abbrv.jabref.org/archive/${VER_ABBRV}.tar.gz -> ${P}-abbrv.tar.gz - https://github.com/citation-style-language/locales/archive/${VER_LOCALES}.tar.gz -> ${P}-locales.tar.gz - https://github.com/citation-style-language/styles/archive/${VER_STYLES}.tar.gz -> ${P}-styles.tar.gz - https://github.com/JabRef/jabref/commit/a64bb070259dd93de8cb88188e4c5bf892f2af2b.patch -> ${P}-fix-11517.patch - https://github.com/JabRef/jabref/commit/e2ab9c016e41902d867da1d7e13ce0e5da44615f.patch -> ${P}-fix-11544.patch -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=virtual/jdk-21:*" -RDEPEND=">=virtual/jre-21" -BDEPEND=" - >=dev-java/gradle-bin-8 - dev-java/java-config -" - -PATCHES=( - "${DISTDIR}/${P}-fix-11517.patch" - "${DISTDIR}/${P}-fix-11544.patch" - "${FILESDIR}/${P}-gradle9-reporting.patch" -) - -src_unpack() { - default - cp -a "${WORKDIR}"/abbrv.jabref.org-${VER_ABBRV}/* "${S}"/buildres/abbrv.jabref.org/ || die - cp -a "${WORKDIR}"/locales-${VER_LOCALES}/* "${S}"/src/main/resources/csl-locales/ || die - cp -a "${WORKDIR}"/styles-${VER_STYLES}/* "${S}"/src/main/resources/csl-styles/ || die -} - -src_compile() { - local -x JAVA_HOME="$(java-config --jdk-home || die)" - local -x HOME="${T}/home" - mkdir -p "${HOME}" || die - local -x JAVA_TOOL_OPTIONS="-Duser.home=${HOME}" - einfo "Using JAVA_HOME: ${JAVA_HOME}" - - local GRADLE_ARGS=( - --offline - --no-daemon - --no-watch-fs - --parallel --max-workers="$(get_makeopts_jobs)" - --gradle-user-home="${WORKDIR}/gradle-deps" - -PprojVersion="${PV}" - -PprojVersionInfo="${PV}--Gentoo" - ) - edo gradle "${GRADLE_ARGS[@]}" assemble -} - -src_install() { - doicon -s scalable src/main/resources/icons/jabref.svg - domenu "${FILESDIR}"/jabref.desktop - newbin "${FILESDIR}"/jabref.sh JabRef - dosym "JabRef" "/usr/bin/jabref" - - dodir /usr/share/${PN} - cp -r build/resources "${ED}"/usr/share/${PN} || die - tar -xf build/distributions/JabRef-${PV}.tar -C "${ED}"/usr/share/${PN} --strip-components=1 || die -} diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml deleted file mode 100644 index b82a9d768074..000000000000 --- a/app-text/jabref/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arthurzam@gentoo.org</email> - <name>Arthur Zamarin</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/jo/Manifest b/app-text/jo/Manifest deleted file mode 100644 index df9e1bd765b2..000000000000 --- a/app-text/jo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jo-1.6.tar.gz 151941 BLAKE2B 13d7d68c33d7f89ebb4a5cdb448082bd4d245060ebf8c85149c39f2a184f03f1ac1c380833a742894c37c0815e3627569cfe29f202f9aa3dcec7fa089f99b918 SHA512 a2cb1327c8255e0f8d1b6e6056bbce081d7703192bdb974e908549b863d7db645531dbeff87629a6ed53626295ab7ca8a72816d104f9188846ef175c8a9acb07 diff --git a/app-text/jo/jo-1.6.ebuild b/app-text/jo/jo-1.6.ebuild deleted file mode 100644 index 162d12aebd86..000000000000 --- a/app-text/jo/jo-1.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 - -DESCRIPTION="JSON output from a shell" -HOMEPAGE="https://github.com/jpmens/jo" -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jpmens/${PN}" -else - SRC_URI="https://github.com/jpmens/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - export bashcompdir=$(get_bashcompdir) - default -} - -src_install() { - default - mv "${D}"$(get_bashcompdir)/jo{.bash,} || die -} diff --git a/app-text/jo/jo-9999.ebuild b/app-text/jo/jo-9999.ebuild deleted file mode 100644 index 162d12aebd86..000000000000 --- a/app-text/jo/jo-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 - -DESCRIPTION="JSON output from a shell" -HOMEPAGE="https://github.com/jpmens/jo" -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jpmens/${PN}" -else - SRC_URI="https://github.com/jpmens/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - export bashcompdir=$(get_bashcompdir) - default -} - -src_install() { - default - mv "${D}"$(get_bashcompdir)/jo{.bash,} || die -} diff --git a/app-text/jo/metadata.xml b/app-text/jo/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/jo/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/katarakt/Manifest b/app-text/katarakt/Manifest deleted file mode 100644 index 5fd4b3d7350d..000000000000 --- a/app-text/katarakt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST katarakt-v0.3.tar.bz2 44635 BLAKE2B 078863376b6677d610620c4a8f3b1b2714398b8454d754e0fa1000795b940a020d5b4d16570d21bc7395de1368b74fcb739ffa00e58a7e136a689345a854d644 SHA512 393e827e124c618b53939884751f23db0bfaf7ccbe45093797bc1f2931bd697bac20c01967dc10e41e60709abd7f1001267b5aaa921446bb3e88d7024551f963 diff --git a/app-text/katarakt/files/katarakt-0.3-install.patch b/app-text/katarakt/files/katarakt-0.3-install.patch deleted file mode 100644 index 1db396d5b48e..000000000000 --- a/app-text/katarakt/files/katarakt-0.3-install.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 4801619c7752b317da8d57183f590d9c3cce42e1 Mon Sep 17 00:00:00 2001 -From: Kurt Kanzenbach <kurt@kmk-computers.de> -Date: Thu, 30 Jan 2020 19:22:05 +0100 -Subject: [PATCH] build: Install binary - -Add an install target for the binary. - -Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> ---- - katarakt.pro | 3 +++ - 1 file changed, 3 insertions(+) - ---- a/katarakt.pro -+++ b/katarakt.pro -@@ -59,3 +59,6 @@ web.depends = $$website.target - web.CONFIG = phony - - QMAKE_EXTRA_TARGETS += documentation website doc web -+ -+target.path = $$INSTALL_ROOT/$$PREFIX/bin/ -+INSTALLS += target diff --git a/app-text/katarakt/files/katarakt-0.3-unused-dep.patch b/app-text/katarakt/files/katarakt-0.3-unused-dep.patch deleted file mode 100644 index 1b88a925cd74..000000000000 --- a/app-text/katarakt/files/katarakt-0.3-unused-dep.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 610841f58abed7217375c9836ffa05be9282e808 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sun, 2 Nov 2025 18:50:42 +0100 -Subject: [PATCH] Drop unused QtXml dependency - -Use of QDomNode/QDomDocument was cleaned up in Qt6 porting commit -e306cf222a31388910ab0b2ec601976d97fad468 - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - katarakt.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/katarakt.pro b/katarakt.pro -index babb6d9..d136e72 100644 ---- a/katarakt.pro -+++ b/katarakt.pro -@@ -3,7 +3,7 @@ TARGET = katarakt - DEPENDPATH += . - INCLUDEPATH += . - CONFIG += qt --QT += widgets network xml dbus -+QT += widgets network dbus - DEFINES += QT_DEPRECATED_WARNINGS - - POPPLER = poppler-qt$$QT_MAJOR_VERSION --- -2.51.2 - diff --git a/app-text/katarakt/katarakt-0.3.ebuild b/app-text/katarakt/katarakt-0.3.ebuild deleted file mode 100644 index 163936df2339..000000000000 --- a/app-text/katarakt/katarakt-0.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -MY_P="${PN}-v${PV}" - -DESCRIPTION="A simple PDF viewer designed to use as much available screen space as possible" -HOMEPAGE="https://gitlab.cs.fau.de/Qui_Sum/katarakt" -SRC_URI="https://gitlab.cs.fau.de/Qui_Sum/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - app-text/asciidoc - virtual/pkgconfig -" -RDEPEND=" - app-text/poppler:=[qt6] - dev-qt/qtbase:6[dbus,gui,network,widgets] -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-install.patch" - "${FILESDIR}/${P}-unused-dep.patch" -) - -src_configure() { - eqmake6 PREFIX="${EPREFIX}/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install doc - doman doc/katarakt.1 -} diff --git a/app-text/katarakt/metadata.xml b/app-text/katarakt/metadata.xml deleted file mode 100644 index dc331f383eb5..000000000000 --- a/app-text/katarakt/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>kurt@kmk-computers.de</email> - <name>Kurt Kanzenbach</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - katarakt is a simple PDF viewer. It is designed to use as much available - screen space as possible. - - There are currently two layouts. The presentation layout is very simple and - only supports scrolling on a per page basis. As the name suggests the - current page is displayed in the center and zoomed to fit the window. It is - active by default. - - The grid layout is much more advanced and offers continuous (smooth, per - pixel) scrolling, zooming and adjusting the column count. Pages keep their - correct relative size and are shown in a grid. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest deleted file mode 100644 index e395520fe46b..000000000000 --- a/app-text/kbibtex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kbibtex-0.10.50_pre20251011-128216c0.tar.gz 5533152 BLAKE2B 35b804e6b6606b466cdcc4499c07055df92e5b3111524555881130b1b70587b818324ecf6384ef6cec7ed066d4b67eee51f31313432a97df1ff27c338d6bf1f3 SHA512 6d90ef4ce88318bbf61f21bd6e4535c51881fd7b4b1345dcd41c75caecd8a9ef604a6cda9f95d1256eaa8666ee614cabf0704d3f854d10985ff6a40422404afd diff --git a/app-text/kbibtex/kbibtex-0.10.50_pre20251011.ebuild b/app-text/kbibtex/kbibtex-0.10.50_pre20251011.ebuild deleted file mode 100644 index 2aa2884557f0..000000000000 --- a/app-text/kbibtex/kbibtex-0.10.50_pre20251011.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -ECM_TEST="true" -KDE_ORG_COMMIT=128216c02d66638a4d8185c11ad7d89dd5bf008d -PYTHON_COMPAT=( python3_{13..14} ) -KFMIN=6.16.0 -QTMIN=6.8.1 -inherit ecm kde.org optfeature python-any-r1 xdg - -DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" -HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX" -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/kde/${KDE_ORG_NAME}-${PV}-${KDE_ORG_COMMIT:0:8}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="webengine" - -RESTRICT="test" - -COMMON_DEPEND=" - app-text/poppler[qt6] - dev-libs/icu:= - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] - >=dev-qt/qtnetworkauth-${QTMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 - >=kde-frameworks/kparts-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/ktexteditor-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwallet-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - virtual/tex-base - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[widgets] ) -" -RDEPEND="${COMMON_DEPEND} - !${CATEGORY}/${PN}:5 - dev-tex/bibtex2html -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - >=dev-qt/qtbase-${QTMIN}:6[concurrent] -" - -src_configure() { - local mycmakeargs=( - -DQT_MAJOR_VERSION=6 - $(cmake_use_find_package webengine Qt6WebEngineWidgets) - ) - - ecm_src_configure -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "PDF or PostScript document previews" "kde-apps/okular:6" - fi - xdg_pkg_postinst -} diff --git a/app-text/kbibtex/metadata.xml b/app-text/kbibtex/metadata.xml deleted file mode 100644 index 2864defeac46..000000000000 --- a/app-text/kbibtex/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <bugs-to>https://bugs.kde.org/</bugs-to> - </upstream> - <use> - <flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for HTML previews</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/kramdown-rfc/Manifest b/app-text/kramdown-rfc/Manifest deleted file mode 100644 index 71e1dc4c27af..000000000000 --- a/app-text/kramdown-rfc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kramdown-rfc2629-1.7.22.gem 69120 BLAKE2B b75ed143db8667e41f592a26c7e62f5e27114693b40e13c836cc47c01f537ffa431ae766102fdd24bd9c338bfb5e2a389297f91c9830677bc956fda4b7438420 SHA512 553f4be33df687a045d3a8450a24c62de4c0e12e4a4dfd796897bf07be6c4c0ac73746f63698beefa06990fef84d3c407f641294326e4b4ae7d965e3a0262a1d -DIST kramdown-rfc2629-1.7.38.gem 153088 BLAKE2B 15f2a70351e95686a653ac527325ce748dfdb905cc71b3ea433412b94363e9516b035e08fa08108d525666a8ca1de0bcf44047c18e1beba80588b5da6297dc16 SHA512 33e8104426e89bc882b2e63e5fdaa9ba7a3827e5f5b03a6bbcd6d662dd936d9436112a877820ab84081c5c05e95532729a9d5ce014f4cc8717a0c6317f126468 diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.6.27-Drop-dependency-on-certified.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.6.27-Drop-dependency-on-certified.patch deleted file mode 100644 index 65a5fbed234f..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.6.27-Drop-dependency-on-certified.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 8e7bd5a8b95e06568af75f3268529434ea989b2b Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Mon, 27 Mar 2023 11:18:37 +0200 -Subject: [PATCH] Drop dependency on certified - ---- a/kramdown-rfc2629.gemspec -+++ b/kramdown-rfc2629.gemspec -@@ -6,7 +6,6 @@ spec = Gem::Specification.new do |s| - "kramdown" markdown parser. Mostly useful for RFC writers.} - s.add_dependency('kramdown', '~> 2.4.0') - s.add_dependency('kramdown-parser-gfm', '~> 1.1') -- s.add_dependency('certified', '~> 1.0') - s.add_dependency('json_pure', '~> 2.0') - s.add_dependency('unicode-name', '~> 1.0') - s.add_dependency('unicode-blocks', '~> 1.0') ---- a/lib/kramdown-rfc/command.rb -+++ b/lib/kramdown-rfc/command.rb -@@ -134,9 +134,7 @@ def do_the_tls_dance - warn "** Configuration problem with OpenSSL certificate store." - warn "** You may want to examine #{OpenSSL::X509::DEFAULT_CERT_FILE}" - warn "** and #{OpenSSL::X509::DEFAULT_CERT_DIR}." -- warn "** Activating suboptimal workaround." -- warn "** Occasionally run `certified-update` to maintain that workaround." -- require 'certified' -+ exit 1 - end - end - end --- -2.39.2 - diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.22-remove-bin-echars.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.22-remove-bin-echars.patch deleted file mode 100644 index 89c9b60a6f00..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.22-remove-bin-echars.patch +++ /dev/null @@ -1,43 +0,0 @@ -From c8a037975c71cd0c99896c69b07d72d63f07797b Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Thu, 17 Oct 2024 09:37:45 +0200 -Subject: [PATCH] Remove bin/echars - ---- - kramdown-rfc2629.gemspec | 8 ++------ - 1 file changed, 2 insertions(+), 6 deletions(-) - -diff --git a/kramdown-rfc2629.gemspec b/kramdown-rfc2629.gemspec -index 5d148d5adbba..f9e306bb3502 100644 ---- a/kramdown-rfc2629.gemspec -+++ b/kramdown-rfc2629.gemspec -@@ -8,16 +8,12 @@ spec = Gem::Specification.new do |s| - s.add_dependency('kramdown-parser-gfm', '~> 1.1') - s.add_dependency('certified', '~> 1.0') - s.add_dependency('json_pure', '~> 2.0') -- s.add_dependency('unicode-name', '~> 1.0') -- s.add_dependency('unicode-blocks', '~> 1.0') -- s.add_dependency('unicode-scripts', '~> 1.0') - s.add_dependency('net-http-persistent', '~> 4.0') -- s.add_dependency('differ', '~> 0.1') - s.add_dependency('base64', '>= 0.1') - s.files = Dir['lib/**/*.rb'] + - %w(README.md LICENSE kramdown-rfc2629.gemspec - bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 -- bin/doilit bin/echars bin/kramdown-rfc-extract-markdown -+ bin/doilit bin/kramdown-rfc-extract-markdown - bin/kramdown-rfc-extract-sourcecode - bin/kramdown-rfc-extract-figures-tables - bin/kramdown-rfc-lsr data/kramdown-rfc2629.erb -@@ -27,7 +23,7 @@ spec = Gem::Specification.new do |s| - bin/de-gfm - bin/kramdown-rfc-clean-svg-ids) - s.require_path = 'lib' -- s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', 'echars', -+ s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', - 'kramdown-rfc-extract-markdown', - 'kramdown-rfc-extract-sourcecode', - 'kramdown-rfc-extract-figures-tables', --- -2.45.3 - diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch deleted file mode 100644 index df7ddb52f23d..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 2eb1afe7822b198b340096b63586ae1f9a9287ea Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Fri, 8 May 2026 11:33:39 +0200 -Subject: [PATCH] Do not perform the TLS dance - -Gentoo's ruby has DEFAULT_CERT_FILE set to /etc/ssl/cert.pem, which -does not exist: - -$ ruby -ropenssl -e 'File.open(OpenSSL::X509::DEFAULT_CERT_FILE)' --e:1:in `initialize': No such file or directory @ rb_sysopen - /etc/ssl/cert.pem (Errno::ENOENT) - from -e:1:in `open' - from -e:1:in `<main>' ---- a/lib/kramdown-rfc/command.rb -+++ b/lib/kramdown-rfc/command.rb -@@ -180,17 +180,6 @@ RFC7942 - end - end - --def do_the_tls_dance -- begin -- require 'openssl' -- File.open(OpenSSL::X509::DEFAULT_CERT_FILE) do end -- # This guards against having an unreadable cert file (yes, that appears to happen a lot). -- rescue -- warn "*** Configuration problem with OS certificate store." -- exit 71 # EX_OSERR -- end --end -- - RE_NL = /(?:\r\n|\n|\r)/ - RE_SECTION = /---(?: +(\w+)(-?))? *#{RE_NL}(.*?#{RE_NL})(?=---(?:\s+\w+-?)?\s*#{RE_NL}|\Z)/m - -@@ -683,7 +672,6 @@ if input =~ /[\t]/ - end - - if input =~ /\A---/ # this is a sectionized file -- do_the_tls_dance unless ENV["KRAMDOWN_DONT_VERIFY_HTTPS"] - input, options, coding_override = xml_from_sections(input, input_filename) - else - options = process_kramdown_options # all default --- -2.53.0 - diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch deleted file mode 100644 index 26a179b26795..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch +++ /dev/null @@ -1,38 +0,0 @@ -From e04a1da48afdde6e86645c713d60c6f262e6b372 Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Mon, 27 Mar 2023 11:26:09 +0200 -Subject: [PATCH] Remove bin/echars - ---- a/kramdown-rfc2629.gemspec -+++ b/kramdown-rfc2629.gemspec -@@ -7,17 +7,13 @@ spec = Gem::Specification.new do |s| - s.add_dependency('kramdown', '~> 2.4.0') - s.add_dependency('kramdown-parser-gfm', '~> 1.1') - s.add_dependency('json_pure', '~> 2.0') -- s.add_dependency('unicode-name', '~> 1.0') -- s.add_dependency('unicode-blocks', '~> 1.0') -- s.add_dependency('unicode-scripts', '~> 1.0') - s.add_dependency('net-http-persistent', '~> 4.0') -- s.add_dependency('differ', '~> 0.1') - s.add_dependency('base64', '~> 0.2') - s.add_dependency('ostruct', '~> 0.6') - s.files = Dir['lib/**/*.rb'] + - %w(README.md LICENSE kramdown-rfc2629.gemspec - bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 -- bin/doilit bin/echars bin/kramdown-rfc-extract-markdown -+ bin/doilit bin/kramdown-rfc-extract-markdown - bin/kramdown-rfc-extract-sourcecode - bin/kramdown-rfc-extract-figures-tables - bin/kramdown-rfc-lsr data/kramdown-rfc2629.erb -@@ -27,7 +23,7 @@ spec = Gem::Specification.new do |s| - bin/de-gfm - bin/kramdown-rfc-clean-svg-ids) - s.require_path = 'lib' -- s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', 'echars', -+ s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', - 'kramdown-rfc-extract-markdown', - 'kramdown-rfc-extract-sourcecode', - 'kramdown-rfc-extract-figures-tables', --- -2.53.0 - diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.7.22.ebuild b/app-text/kramdown-rfc/kramdown-rfc-1.7.22.ebuild deleted file mode 100644 index ec4ec8bc0da8..000000000000 --- a/app-text/kramdown-rfc/kramdown-rfc-1.7.22.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -# The software got renamed from kramdown-rfc2629 to kramdown-rfc, -# however the gem coordinate is still kramdown-rfc2629. -RUBY_FAKEGEM_NAME="${PN}2629" -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_EXTRAINSTALL="data" -# Explicitly use the gemspec file over the metadata file of the gem, as -# the latter contains dependencies that we patched out. -RUBY_FAKEGEM_GEMSPEC="${RUBY_FAKEGEM_NAME}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser" -HOMEPAGE="https://github.com/cabo/kramdown-rfc" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.27-Drop-dependency-on-certified.patch - "${FILESDIR}"/${PN}-1.7.22-remove-bin-echars.patch -) - -ruby_add_rdepend " - >=dev-ruby/json-2.0.0 - >=dev-ruby/kramdown-2.4.0 - >=dev-ruby/kramdown-parser-gfm-1.1.0 - >=dev-ruby/net-http-persistent-4.0 -" - -all_ruby_prepare() { - sed -i 's/json_pure/json/' "${RUBY_FAKEGEM_GEMSPEC}" || die -} diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.7.38.ebuild b/app-text/kramdown-rfc/kramdown-rfc-1.7.38.ebuild deleted file mode 100644 index 5854cf8d5d3e..000000000000 --- a/app-text/kramdown-rfc/kramdown-rfc-1.7.38.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -# The software got renamed from kramdown-rfc2629 to kramdown-rfc, -# however the gem coordinate is still kramdown-rfc2629. -RUBY_FAKEGEM_NAME="${PN}2629" -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_EXTRAINSTALL="data" -# Explicitly use the gemspec file over the metadata file of the gem, as -# the latter contains dependencies that we patched out. -RUBY_FAKEGEM_GEMSPEC="${RUBY_FAKEGEM_NAME}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser" -HOMEPAGE="https://github.com/cabo/kramdown-rfc" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}"/${PN}-1.7.38-remove-bin-echars.patch - "${FILESDIR}"/${PN}-1.7.38-do-not-perform-tls-dance.patch -) - -ruby_add_rdepend " - >=dev-ruby/json-2.0.0 - >=dev-ruby/kramdown-2.4.0 - <dev-ruby/kramdown-2.5 - >=dev-ruby/kramdown-parser-gfm-1.1.0 - >=dev-ruby/net-http-persistent-4.0 -" - -all_ruby_prepare() { - sed -i 's/json_pure/json/' "${RUBY_FAKEGEM_GEMSPEC}" || die -} diff --git a/app-text/kramdown-rfc/metadata.xml b/app-text/kramdown-rfc/metadata.xml deleted file mode 100644 index 1a98598e6213..000000000000 --- a/app-text/kramdown-rfc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Florian Schmaus</name> - <email>flow@gentoo.org</email> - </maintainer> - <upstream> - <bugs-to>https://github.com/cabo/kramdown-rfc/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ktikz/Manifest b/app-text/ktikz/Manifest deleted file mode 100644 index 5696a936e5a1..000000000000 --- a/app-text/ktikz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ktikz-0.13.2_p20250728.tar.gz 2272429 BLAKE2B 20558fb29927f27b0c6851d643fb0a2d3d272f3fd6e186ea39a1650263e5bd6d6a14bc7ef0569c36d8b4a70d611e8bd344fac567b003d4e3d9ef506e23079e6c SHA512 f8268d2c4ee2da4d922de6dfe3ae027ef4cf1d2c5aca4b62a6891111bb5fd6b5d5250222259a8c2e24192b11e8f872c24dfd748a0d2f14249d27d596fa048a78 diff --git a/app-text/ktikz/ktikz-0.13.2_p20250728-r1.ebuild b/app-text/ktikz/ktikz-0.13.2_p20250728-r1.ebuild deleted file mode 100644 index a703bdafc995..000000000000 --- a/app-text/ktikz/ktikz-0.13.2_p20250728-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.9.0 -QTMIN=6.5.0 -inherit ecm xdg - -COMMIT="0a575c2246556adeecbc7b41be56e6d2e7eb6a42" - -DESCRIPTION="editor for the TikZ drawing language" -HOMEPAGE="https://github.com/fhackenberger/ktikz" -SRC_URI="https://github.com/fhackenberger/ktikz/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/ktikz-${COMMIT} - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-text/poppler[qt6] - >=dev-qt/qt5compat-${QTMIN}:6 - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] - >=kde-frameworks/kdoctools-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - >=kde-frameworks/ktexteditor-${KFMIN}:6 - >=kde-frameworks/kparts-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND} - dev-texlive/texlive-latexextra - dev-texlive/texlive-pictures -" -BDEPEND=" - dev-qt/qttools:6[assistant,linguist] - sys-devel/gettext -" - -DOCS=( README.md ) - -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}"/usr/share - ) - ecm_src_configure -} diff --git a/app-text/ktikz/metadata.xml b/app-text/ktikz/metadata.xml deleted file mode 100644 index bc5f3cef55a2..000000000000 --- a/app-text/ktikz/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arthurzam@gentoo.org</email> - <name>Arthur Zamarin</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/fhackenberger/ktikz/issues</bugs-to> - <changelog>https://github.com/fhackenberger/ktikz/blob/master/Changelog</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/languagetool/Manifest b/app-text/languagetool/Manifest deleted file mode 100644 index 936bd85a429f..000000000000 --- a/app-text/languagetool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST LanguageTool-6.3.zip 231674701 BLAKE2B 1499f28602de9eaa41760e7329394f8c9ee26022ec97e0fb63944a7ad5002a829dcb6377d33df5a4668359a498907a2df06722a38869fbde190f2b3c95523e8c SHA512 c5c3726ef358ad6ad5e984c7b65192ff6f2858bd5bd6e9d3ad935409b17135d84eec5e660accd097de93fbd16ecfc428d70458d2ea28a6875361d87a0219cefc diff --git a/app-text/languagetool/files/languagetool.desktop b/app-text/languagetool/files/languagetool.desktop deleted file mode 100644 index fb65a04d7495..000000000000 --- a/app-text/languagetool/files/languagetool.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=LanguageTool -Exec=languagetool-gui -Type=Application -Terminal=false -GenericName=LanguageTool -Comment=LanguageTool -StartupNotify=false -Icon=languagetool -Categories=Office; diff --git a/app-text/languagetool/files/languagetool.initd b/app-text/languagetool/files/languagetool.initd deleted file mode 100644 index 79568f20051a..000000000000 --- a/app-text/languagetool/files/languagetool.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Distributed under the terms of the GNU General Public License v2 - -depend() { - after modules -} - -start() { - ebegin "Starting languagetool [server]" - start-stop-daemon --start --background --exec /bin/bash -- /usr/bin/languagetool-server \ - --config "/etc/languagetool.cfg" --allow-origin "*" --port 8081 - eend $? -} - -stop() { - ebegin "Stopping languagetool [server]" - start-stop-daemon --stop --exec /bin/bash -- /usr/bin/languagetool-server - eend $? -} diff --git a/app-text/languagetool/files/logo.svg b/app-text/languagetool/files/logo.svg deleted file mode 100644 index 3bc5b679c1f7..000000000000 --- a/app-text/languagetool/files/logo.svg +++ /dev/null @@ -1,14 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45"> - <g fill="none" fill-rule="evenodd"> - <circle cx="22.5" cy="22.5" r="22.5" fill="#FFF"/> - <g fill="#005BEA" fill-rule="nonzero"> - <path d="M10.32 33.613c.545-.363 1.088-1.105 1.79-1.616.467-.339 1.107-.56 1.488-.56.39 0 .657.07.906.211.226.128.415.286.88.723.672.635 1.02.924 1.583 1.242.794.45 1.677.683 2.695.683 1.017 0 1.9-.234 2.694-.683.564-.318.91-.607 1.584-1.242.464-.437.653-.595.88-.723.248-.14.515-.21.905-.21s.657.07.906.21c.226.128.415.286.88.723.672.635 1.02.924 1.583 1.242.793.45 1.677.683 2.694.683 1.018 0 1.901-.234 2.695-.683a7.666 7.666 0 0 0 1.68-1.242c.05-.048 2.025-2.47 2.053-2.496l-3.004-1.55c.113-.115-.054.05-.107.1-.384.508-1.43 1.706-1.978 1.972a2.45 2.45 0 0 1-1.053.223 3.14 3.14 0 0 1-.919-.178 3.19 3.19 0 0 1-1.152-.722c-.673-.635-1.02-.924-1.583-1.243-.794-.449-1.677-.682-2.695-.682-1.018 0-1.9.233-2.695.682-.563.32-.91.608-1.583 1.243-.464.437-.654.595-.88.722-.248.141-.516.212-.905.212-.39 0-.658-.07-.906-.212-.226-.127-.416-.285-.88-.722-.673-.635-1.02-.924-1.583-1.243-.794-.449-1.677-.682-2.695-.682-1.755 0-3.506.445-6.283 4.202l3.006 1.616z"/> - <path d="M15.383 32.371c.673.635 1.02.924 1.584 1.242.794.45 1.677.683 2.695.683 1.017 0 1.9-.234 2.694-.683.564-.318.91-.607 1.584-1.242.464-.437.653-.595.88-.723.248-.14.515-.21.905-.21s.657.07.906.21c.226.128.415.286.88.723.672.635 1.02.924 1.583 1.242.793.45 1.677.683 2.694.683 1.018 0 1.946-.235 2.737-.683 1.834-.922 3.658-3.712 3.685-3.738-1.543 1.411-2.975 2.12-4.295 2.125-1.958.008-3.448-1.843-3.912-2.28-.673-.635-1.02-.924-1.583-1.243-.794-.449-1.677-.682-2.695-.682-1.018 0-1.9.233-2.695.682-.563.32-.91.608-1.583 1.243-.464.437-.654.595-.88.722-.248.141-.516.212-.905.212-.39 0-.658-.07-.906-.212-.226-.127-.416-.285-.88-.722-.673-.635-1.02-.924-1.583-1.243-.794-.449-1.677-.682-2.695-.682-.74 0-3.317-.087-6.284 4.205 1.584-1.35 3.03-1.95 4.339-1.797 1.961.228 3.515 1.965 3.73 2.168z"/> - </g> - <g fill="#252525"> - <path fill-rule="nonzero" d="M31.104 13.922v1.43h3.145v-1.666c0-1.037-1.075-2.004-3.225-2.9l.08 3.136zM23.066 13.922l-.24-3.136c-1.936.675-2.905 1.56-2.905 2.656v1.91h3.145v-1.43z"/> - <path fill-rule="nonzero" d="M28.744 13.922v11.102h-3.136V13.922h-2.55c-.953 0-1.648.12-2.083.36-.435.241-.789.598-1.062 1.07v-1.91c0-1.644 1.49-2.656 2.906-2.656h8.224c2.036 0 3.225 1.344 3.225 2.9 0 .37-.004.926-.012 1.667-.327-.473-.695-.83-1.104-1.07-.409-.241-1.085-.361-2.029-.361h-2.38z"/> - <path d="M13.612 22.316v-.003-8.48h-2.028v-3.145h1.792c2.941 0 3.372 2.203 3.372 2.985v8.224l-.001.004h5.863v3.145h-6.3a.15.15 0 0 1-.038-.005c-1.77-.064-2.656-.97-2.66-2.717a87.655 87.655 0 0 1-.006-.007l.006-.001z"/> - </g> - </g> -</svg> diff --git a/app-text/languagetool/languagetool-6.3-r2.ebuild b/app-text/languagetool/languagetool-6.3-r2.ebuild deleted file mode 100644 index 1cbd44a67277..000000000000 --- a/app-text/languagetool/languagetool-6.3-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit java-pkg-2 desktop xdg-utils - -MY_PN=LanguageTool -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A proof-reading tool for many languages" -HOMEPAGE="https://languagetool.org/" -SRC_URI="https://languagetool.org/download/${MY_P}.zip" - -S=${WORKDIR}/${MY_P} - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -CP_DEPEND=" - dev-java/commons-cli:0 - dev-java/commons-collections:4 - >=dev-java/commons-io-2.19.0:0 - dev-java/commons-lang:3.6 - dev-java/commons-logging:0 - dev-java/hamcrest-core:1.3 - dev-java/jcommander:0 - >=dev-java/jna-5.17.0:0 - dev-java/slf4j-api:0 -" - -RDEPEND=" - >=virtual/jre-1.8 - ${CP_DEPEND}" - -BDEPEND="app-arch/unzip" - -src_prepare() { - default - rm libs/commons-{cli,collections4,io,lang3,logging}.jar || die - rm libs/{hamcrest-core,jcommander,junit,slf4j-api}.jar || die - - # Loads of bundled stuff :( - #java-pkg-2_src_prepare -} - -src_compile() { :; } - -src_install() { - java-pkg_dojar *.jar libs/*.jar - - local DIR=/usr/share/${PN}/lib/language-modules - java-pkg_addcp "${EPREFIX}${DIR}" - insinto ${DIR} - doins -r org META-INF - - java-pkg_dolauncher ${PN} --main org.${PN}.commandline.Main - java-pkg_dolauncher ${PN}-gui --main org.${PN}.gui.Main - java-pkg_dolauncher ${PN}-server --main org.${PN}.server.HTTPServer --config /etc/languagetool.cfg - newicon -s scalable "${FILESDIR}"/logo.svg ${PN}.svg - domenu "${FILESDIR}"/${PN}.desktop - newinitd "${FILESDIR}/languagetool.initd" languagetool - - dodoc CHANGES.md README.md - - unset MY_DEPEND - java-pkg_gen-cp MY_DEPEND - java-pkg_register-dependency "${MY_DEPEND}" -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/app-text/languagetool/metadata.xml b/app-text/languagetool/metadata.xml deleted file mode 100644 index 847dbd09b68d..000000000000 --- a/app-text/languagetool/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest deleted file mode 100644 index 200a8eac4637..000000000000 --- a/app-text/lcdf-typetools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lcdf-typetools-2.110.tar.gz 674355 BLAKE2B 17bd88039648285d7010cd3e2d20aa0192c3dfb9343ebb60e988ae50c8cd22d7690d538760e3e503ed8cfa30218b048b317e8f5c01e7f7adc74ed9140a557fb4 SHA512 691c2a6c7aadace4741ad8d991575ea81fa56f243cf8eb37a8639dfced06daf565c82a1601f0d7e4490f868179ce7a83551000395fa17da214b7eb1344738c0c diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild deleted file mode 100644 index 5dd01ab58e7a..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Font utilities for eg manipulating OTF" -HOMEPAGE=" - https://lcdf.org/type/#typetools - https://github.com/kohler/lcdf-typetools -" -SRC_URI="https://lcdf.org/type/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="+kpathsea" - -RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea:= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( NEWS.md README.md ONEWS ) - -src_configure() { - # gcc ICE with LTO: https://gcc.gnu.org/PR100010 - filter-flags -fdevirtualize-at-ltrans - - if use kpathsea; then - has_version 'dev-libs/kpathsea' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - fi - econf $(use_with kpathsea) -} diff --git a/app-text/lcdf-typetools/metadata.xml b/app-text/lcdf-typetools/metadata.xml deleted file mode 100644 index 227682973f25..000000000000 --- a/app-text/lcdf-typetools/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>fonts@gentoo.org</email> - <name>Fonts</name> - </maintainer> - <longdescription lang="en"> - The LCDF Typetools package contains several programs for manipulating - PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType - fonts. LCDF Typetools includes the mmafm and mmpfb programs, which were - formerly distributed as part of a different package (mminstance). -</longdescription> - <use> - <flag name="kpathsea">Enable integration with kpathsea search library - (TeX related)</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest deleted file mode 100644 index 936d407f9e76..000000000000 --- a/app-text/lesspipe/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lesspipe-2.11.tar.gz 171212 BLAKE2B aa7cf35f00d9db4ad7cb48ae89089a4d0c5d6c6e41ec902bc7ba6d4fd218f8ea90e1fdf3d6fcbac1dd1f86eb841a0daa6838b0086905fd4b0535d91040ef85aa SHA512 ed75d8529bd24876b11a50d0ada476299569d0fe716c390de84a0630ae475594f96370ffbed64fc5d9e2417dcbaa7b2f68630e32f665dff799667c2653b0265f -DIST lesspipe-2.12.tar.gz 171915 BLAKE2B b1181cc5ca6ec8ca918bff31def6d6fde5f6bcfde9d48e0a23a088ee9ff178e3e9ff330b1c27a3d74b63d227c94292141414bec8c25d0035f9fec01c6760b8b9 SHA512 9c6945b0f5a5672e3b9b0035ebc63ab3197c1b3d1dfc3d4a2280c1f11421d98ccc5c016273a308a96f61a47f4da6d6658502534284fff81fd75365a4ba91c27e -DIST lesspipe-2.13.tar.gz 173413 BLAKE2B 06752c71822233bf7f5f9f55b416222963a05cb9b7ce60d204b989d5d7052e5d24ca26f0ddc9e2520789e89cf8e2be456a77f616adefe65e637d0761948a734d SHA512 e4e2448f9d001c1da3ca2d9ad029598cc51bd3ce381f77d4b77093d8df8162111726af09690611f91542b2f8f437dcc448b95505adfc92a724bff151490ddd3d diff --git a/app-text/lesspipe/files/all-completions.patch b/app-text/lesspipe/files/all-completions.patch deleted file mode 100644 index dfd8ed90dd34..000000000000 --- a/app-text/lesspipe/files/all-completions.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 621e2897c19155df8d0a5931a0c862bfdac22a0a Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Wed, 17 Jan 2024 22:08:29 -0500 -Subject: [PATCH] add configure option to always install all completions - -This is useful for distro packaging. Many distros have a policy that -shell completions shall always be installed, even if the shell they are -for is not installed at the time. - -This is useful because buildbot chroots often don't have additional -shells installed, so users will *never* get zsh completions. ---- - configure | 9 +++++---- - 1 file changed, 5 insertions(+), 4 deletions(-) - -diff --git a/configure b/configure -index 68d03a1..d521962 100755 ---- a/configure -+++ b/configure -@@ -10,10 +10,10 @@ use Getopt::Long; - # find sxw2txt and other scripts in current dir, if scripts not installed yet - $ENV{PATH} .= ':.'; - --use vars qw($opt_help $opt_prefix $opt_nomake $opt_shell); -+use vars qw($opt_help $opt_prefix $opt_nomake $opt_shell $opt_all_completions); - - Getopt::Long::Configure("prefix_pattern=--"); --my $result = GetOptions('help+', 'prefix=s', 'shell=s', 'nomake+'); -+my $result = GetOptions('help+', 'prefix=s', 'shell=s', 'nomake+', 'all-completions+'); - if ( $ARGV[0] or ! $result or $opt_help) { - print << 'EOF'; - Usage: configure [options] -@@ -21,6 +21,7 @@ Options: - --help print this message - --shell=<filename> specify an alternative shell path (zsh/bash) to use - --nomake do not generate a Makefile -+ --all-completions always install all completions - Directory and file names: - --prefix=PREFIX install lesspipe.sh in PREFIX/bin (/usr/local) - -@@ -47,8 +48,8 @@ if ( $opt_shell and -f $opt_shell and $opt_shell =~ /^\// ) { - my @bad = (); - my $shell = check_shell_vers(); - if ( ! $opt_nomake ) { -- my $no_bash = grep {/bash/} @bad; -- my $no_zsh = grep {/zsh/} @bad; -+ my $no_bash = (grep {/bash/} @bad and ! $opt_all_completions); -+ my $no_zsh = (grep {/zsh/} @bad and ! $opt_all_completions); - open OUT, ">Makefile"; - while (<DATA>) { - next if /bash_complete_dir/ and $no_bash; diff --git a/app-text/lesspipe/lesspipe-2.11-r1.ebuild b/app-text/lesspipe/lesspipe-2.11-r1.ebuild deleted file mode 100644 index a807b2e710ee..000000000000 --- a/app-text/lesspipe/lesspipe-2.11-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -DESCRIPTION="Preprocessor for less" -HOMEPAGE="https://github.com/wofr06/lesspipe" -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="test" - -# Please check again on bumps! (bug #734896) -RESTRICT="!test? ( test ) test" - -RDEPEND="dev-lang/perl" -BDEPEND=" - ${RDEPEND} - virtual/pkgconfig - test? ( app-editors/vim ) -" - -PATCHES=( - # Backport patch to allow installing completions for shells that aren't - # yet installed. - # - # https://github.com/wofr06/lesspipe/pull/142 - "${FILESDIR}"/all-completions.patch -) - -src_configure() { - # Not an autoconf script. - # - # PG0301 - # By default, only completions for installed shells are installed. - # Unconditionally install zsh too. - edo ./configure --prefix="${EPREFIX}"/usr --all-completions -} - -src_compile() { - # Nothing to build (avoids the "all" target) - : -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - einstalldocs - - # The upstream Makefile intentionally installs to the wrong directory, then prints: - # In bash, please preload the completion, dynamic invocation does not work - # . /usr/share/bash-completion/less_completion - # Or consider installing the file less_completion in /etc/bashcompletion.d - rm "${ED}"/usr/share/bash-completion/less_completion || die - rmdir "${ED}"/usr/share/bash-completion || die - insinto /etc/bash_completion.d - doins less_completion -} - -pkg_preinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'." - elog "The latter is the Gentoo-specific version. Make sure to update your" - elog "LESSOPEN environment variable if you wish to use this copy." - fi -} diff --git a/app-text/lesspipe/lesspipe-2.12.ebuild b/app-text/lesspipe/lesspipe-2.12.ebuild deleted file mode 100644 index 7307d297c38b..000000000000 --- a/app-text/lesspipe/lesspipe-2.12.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -DESCRIPTION="Preprocessor for less" -HOMEPAGE="https://github.com/wofr06/lesspipe" -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="test" - -# Please check again on bumps! (bug #734896) -RESTRICT="!test? ( test ) test" - -RDEPEND=" - dev-lang/perl - dev-perl/Text-CSV -" -BDEPEND=" - ${RDEPEND} - virtual/pkgconfig - test? ( app-editors/vim ) -" - -src_configure() { - # Not an autoconf script. - # - # PG0301 - # By default, only completions for installed shells are installed. - # Unconditionally install zsh too. - edo ./configure --prefix="${EPREFIX}"/usr --all-completions -} - -src_compile() { - # Nothing to build (avoids the "all" target) - : -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - einstalldocs - - # The upstream Makefile intentionally installs to the wrong directory, then prints: - # In bash, please preload the completion, dynamic invocation does not work - # . /usr/share/bash-completion/less_completion - # Or consider installing the file less_completion in /etc/bashcompletion.d - rm "${ED}"/usr/share/bash-completion/less_completion || die - rmdir "${ED}"/usr/share/bash-completion || die - insinto /etc/bash_completion.d - doins less_completion -} - -pkg_preinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'." - elog "The latter is the Gentoo-specific version. Make sure to update your" - elog "LESSOPEN environment variable if you wish to use this copy." - fi -} diff --git a/app-text/lesspipe/lesspipe-2.13.ebuild b/app-text/lesspipe/lesspipe-2.13.ebuild deleted file mode 100644 index 7307d297c38b..000000000000 --- a/app-text/lesspipe/lesspipe-2.13.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -DESCRIPTION="Preprocessor for less" -HOMEPAGE="https://github.com/wofr06/lesspipe" -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="test" - -# Please check again on bumps! (bug #734896) -RESTRICT="!test? ( test ) test" - -RDEPEND=" - dev-lang/perl - dev-perl/Text-CSV -" -BDEPEND=" - ${RDEPEND} - virtual/pkgconfig - test? ( app-editors/vim ) -" - -src_configure() { - # Not an autoconf script. - # - # PG0301 - # By default, only completions for installed shells are installed. - # Unconditionally install zsh too. - edo ./configure --prefix="${EPREFIX}"/usr --all-completions -} - -src_compile() { - # Nothing to build (avoids the "all" target) - : -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - einstalldocs - - # The upstream Makefile intentionally installs to the wrong directory, then prints: - # In bash, please preload the completion, dynamic invocation does not work - # . /usr/share/bash-completion/less_completion - # Or consider installing the file less_completion in /etc/bashcompletion.d - rm "${ED}"/usr/share/bash-completion/less_completion || die - rmdir "${ED}"/usr/share/bash-completion || die - insinto /etc/bash_completion.d - doins less_completion -} - -pkg_preinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'." - elog "The latter is the Gentoo-specific version. Make sure to update your" - elog "LESSOPEN environment variable if you wish to use this copy." - fi -} diff --git a/app-text/lesspipe/metadata.xml b/app-text/lesspipe/metadata.xml deleted file mode 100644 index f5c6bc60e723..000000000000 --- a/app-text/lesspipe/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:lesspipe_project:lesspipe</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/letterize/Manifest b/app-text/letterize/Manifest deleted file mode 100644 index da948413558c..000000000000 --- a/app-text/letterize/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST letterize-1.4.tar.gz 7464 BLAKE2B 2739388697a462884826e4b0ac2f1d48bd12f903cc9cc11302104c3e27f56479b1494609c3dee5671bf5464a034a0e5cf6da7255f2ad265590054111022cd1b7 SHA512 7e57c6ebe8c5a1bfa16e6cf3f1b01f7e27127c32a1ea373a5221d807d5926b7064153c16c0081a83fec64bdb72379fc18540dedb639d7ec3cf318747438e414a diff --git a/app-text/letterize/files/letterize-1.4-clang16.patch b/app-text/letterize/files/letterize-1.4-clang16.patch deleted file mode 100644 index 82a1258a60d3..000000000000 --- a/app-text/letterize/files/letterize-1.4-clang16.patch +++ /dev/null @@ -1,8 +0,0 @@ -https://bugs.gentoo.org/870775 ---- a/letterize.c -+++ b/letterize.c -@@ -234,3 +234,3 @@ - --main(int argc, char **argv) -+int main(int argc, char **argv) - { diff --git a/app-text/letterize/letterize-1.4.ebuild b/app-text/letterize/letterize-1.4.ebuild deleted file mode 100644 index d28a490c6729..000000000000 --- a/app-text/letterize/letterize-1.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Generate English-plausible alphabetic mnemonics for a phone number" -HOMEPAGE="http://www.catb.org/~esr/letterize/" -SRC_URI="http://www.catb.org/~esr/letterize/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-clang16.patch -) - -src_configure() { - tc-export CC - default -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README -} diff --git a/app-text/letterize/metadata.xml b/app-text/letterize/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/letterize/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest deleted file mode 100644 index ad0a14117aa3..000000000000 --- a/app-text/libabw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libabw-0.1.3.tar.xz 318808 BLAKE2B 234ff797bf3798bc7f14f2b3f0d0cc2d80eda2a6ba2d656288c26e58d53b9798003d7f45ad7c9a0f504da36c8c8ba367f8fe5b565a85fbc6a1f1627d89e7e353 SHA512 0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289 diff --git a/app-text/libabw/libabw-0.1.3-r1.ebuild b/app-text/libabw/libabw-0.1.3-r1.ebuild deleted file mode 100644 index 46434df00c03..000000000000 --- a/app-text/libabw/libabw-0.1.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library parsing abiword documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw" -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="doc" - -BDEPEND=" - dev-util/gperf - virtual/pkgconfig - doc? ( app-text/doxygen ) -" -RDEPEND=" - dev-libs/librevenge - dev-libs/libxml2:= - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-libs/boost - dev-build/libtool -" - -src_configure() { - local myeconfargs=( $(use_with doc docs) ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/libabw/metadata.xml b/app-text/libabw/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libabw/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest deleted file mode 100644 index 105c5030daaf..000000000000 --- a/app-text/libebook/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libe-book-0.1.3.tar.xz 416268 BLAKE2B 569bb68603bec5635a7ecdc8312f759816aff3d8e45e0ea9a14dc8c291ebb4dfd8ed430994d255e6be95a6ef4407f459c8d9c3d3945d4fd63841e0401f1c70a2 SHA512 56dfa93816b8a1b7e223bda517ff81547fd7b311c3fe2bea64b12c4290642d4b9ed3778df06c4ee7a65f2b9db57702c00c32aec819efb7820115165af3d5ebdc diff --git a/app-text/libebook/files/libebook-0.1.3-icu-68.patch b/app-text/libebook/files/libebook-0.1.3-icu-68.patch deleted file mode 100644 index 964b8b7e195d..000000000000 --- a/app-text/libebook/files/libebook-0.1.3-icu-68.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 9ea3b4c2552770b66b83d44b6e6ccdd338296316 Mon Sep 17 00:00:00 2001 -From: Lars Wendler <polynomial-c@gentoo.org> -Date: Fri, 30 Oct 2020 10:52:10 +0100 -Subject: [PATCH] Fix build with icu-68.0 - -icu-68.1 removed public macro definitions for TRUE and FALSE - -Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> ---- - src/lib/EBOOKCharsetConverter.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/lib/EBOOKCharsetConverter.cpp b/src/lib/EBOOKCharsetConverter.cpp -index 0d85fa3..c9f8be0 100644 ---- a/src/lib/EBOOKCharsetConverter.cpp -+++ b/src/lib/EBOOKCharsetConverter.cpp -@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *const in, const unsigned le - m_converterToUTF8.get(), m_converterToUnicode.get(), - &outText, outText + out.size(), &inText, inText + length, - nullptr, nullptr, nullptr, nullptr, -- TRUE, TRUE, &status) -+ true, true, &status) - ; - if (status==U_BUFFER_OVERFLOW_ERROR) - { --- -2.29.2 diff --git a/app-text/libebook/libebook-0.1.3-r4.ebuild b/app-text/libebook/libebook-0.1.3-r4.ebuild deleted file mode 100644 index cc5531cb328f..000000000000 --- a/app-text/libebook/libebook-0.1.3-r4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="libe-book-${PV}" -inherit autotools - -DESCRIPTION="Library parsing various ebook formats" -HOMEPAGE="https://sourceforge.net/projects/libebook/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="doc test tools" - -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/liblangtag - dev-libs/icu:= - dev-libs/librevenge - dev-libs/libxml2:= - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-libs/boost - dev-util/gperf -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) - test? ( dev-util/cppunit ) -" - -PATCHES=( "${FILESDIR}/${P}-icu-68.patch" ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-werror - $(use_with doc docs) - $(use_enable test tests) - $(use_with tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libebook/metadata.xml b/app-text/libebook/metadata.xml deleted file mode 100644 index a7e8c51ffcd1..000000000000 --- a/app-text/libebook/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="tools">Build file conversion tools</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libepubgen/Manifest b/app-text/libepubgen/Manifest deleted file mode 100644 index 8ec7b19fa621..000000000000 --- a/app-text/libepubgen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libepubgen-0.1.1.tar.xz 324380 BLAKE2B f2dd4ee4987aa69f3972f83fe6348e8f0d4ba2d5c2f8f871e81d7e9dd5dcc00e10fc2be27fcbbb6170f5a673b86c62261fb8d25ff3bf788cda726e64a254ec7d SHA512 9d911384672b5394ff1df3280a5c9fe12888530c41f177aa100f135954e2ec279b64193f8388f12c96f6a6e587483ce853e74fe45b29fb748a930512dd011c2b diff --git a/app-text/libepubgen/libepubgen-0.1.1-r1.ebuild b/app-text/libepubgen/libepubgen-0.1.1-r1.ebuild deleted file mode 100644 index 8a42b9ad5d22..000000000000 --- a/app-text/libepubgen/libepubgen-0.1.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="EPUB generator for librevenge" -HOMEPAGE="https://sourceforge.net/projects/libepubgen/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="debug doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/librevenge -" -DEPEND="${RDEPEND} - dev-libs/boost - test? ( - dev-util/cppunit - dev-libs/libxml2:2 - ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_configure() { - econf \ - --disable-weffc \ - $(use_enable debug) \ - $(use_with doc docs) \ - $(use_enable test tests) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/libepubgen/metadata.xml b/app-text/libepubgen/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libepubgen/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest deleted file mode 100644 index 623b3d109f52..000000000000 --- a/app-text/libetonyek/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libetonyek-0.1.13.tar.xz 1514256 BLAKE2B 1ed81b1c6720a75c9ba9005e763da3a00705794d427a0edeb895e1f9feac69656c5870cb35bb864612fbd0e4fed5ef7f0d7e4a411c1db8622bbea06eb7435281 SHA512 4ef485cc816ca570ec976b63783f457f7e3b2308c46b22712ce888fe668474c9670677d5dc93bd6ada477db9c2039d8c1bfec30c6c396d3c65a4e0292c168d36 diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild b/app-text/libetonyek/libetonyek-0.1.13.ebuild deleted file mode 100644 index 0a1d8e4a3fc4..000000000000 --- a/app-text/libetonyek/libetonyek-0.1.13.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git" - inherit git-r3 -else - SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -fi - -DESCRIPTION="Library parsing Apple Keynote presentations" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" - -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/liblangtag - dev-libs/librevenge - dev-libs/libxml2:= - >=dev-util/mdds-2.1:1= - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-libs/boost - media-libs/glm - dev-build/libtool - test? ( dev-util/cppunit ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - [[ -d m4 ]] || mkdir "m4" || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-werror - --with-mdds=2.1 - $(use_with doc docs) - $(use_enable test tests) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libetonyek/libetonyek-9999-r1.ebuild b/app-text/libetonyek/libetonyek-9999-r1.ebuild deleted file mode 100644 index 677f4b35be7d..000000000000 --- a/app-text/libetonyek/libetonyek-9999-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MDDS_VER="3.0" - -inherit autotools - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git" - inherit git-r3 -else - SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="Library parsing Apple Keynote presentations" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" - -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/liblangtag - dev-libs/librevenge - dev-libs/libxml2:= - dev-util/mdds:1/${MDDS_VER} - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-libs/boost - media-libs/glm - dev-build/libtool - test? ( dev-util/cppunit ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - [[ -d m4 ]] || mkdir "m4" || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-werror - --with-mdds="${MDDS_VER}" - $(use_with doc docs) - $(use_enable test tests) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libetonyek/metadata.xml b/app-text/libetonyek/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libetonyek/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest deleted file mode 100644 index 16f844a8ca24..000000000000 --- a/app-text/libexttextcat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libexttextcat-3.4.7.tar.xz 1122804 BLAKE2B 45d4fab17d66ede2a32cf65a8ee79c85ccb9993b1b5a5260f77a468c67478a28a9a45bf5fc9c5e6f6eb9f21407dff861d08649c6398373f00b036dd49f9cd4ee SHA512 ccd95061419aedd651c3b899fade6d3cc8ebf87ddfea622edecacd810798de8257829255e3cb3325fa2a0b9f54bc20d4e24b6596ae37891ed3fbe7c0425ff864 diff --git a/app-text/libexttextcat/files/libexttextcat-3.4.7-lto.patch b/app-text/libexttextcat/files/libexttextcat-3.4.7-lto.patch deleted file mode 100644 index 7b5e351b5491..000000000000 --- a/app-text/libexttextcat/files/libexttextcat-3.4.7-lto.patch +++ /dev/null @@ -1,36 +0,0 @@ -https://github.com/LibreOffice/libexttextcat/pull/5 - -From 96abcf3a68c7b3b089c256eb749e689879a61b10 Mon Sep 17 00:00:00 2001 -From: Alessandro Astone <alessandro.astone@canonical.com> -Date: Fri, 28 Mar 2025 14:46:28 +0100 -Subject: [PATCH] Fix type mismatch between declaration and definition - -Compiling with LTO otherwise fails with: - -wg_mempool.h:91:18: error: type of 'wgmempool_Init' does not match original declaration [-Werror=lto-type-mismatch] - 91 | extern void *wgmempool_Init(uint4 blocksize, size_t maxstrsize); - | ^ -wg_mempool.c:86:14: note: type mismatch in parameter 1 - 86 | extern void *wgmempool_Init(size_t blocksize, size_t maxstrsize) - | ^ -wg_mempool.c:86:14: note: type 'size_t' should match type 'uint4' -wg_mempool.c:86:14: note: 'wgmempool_Init' was previously declared here -wg_mempool.c:86:14: note: code may be misoptimized unless '-fno-strict-aliasing' is used ---- - src/wg_mempool.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/wg_mempool.c b/src/wg_mempool.c -index 89d35a1..51ca894 100644 ---- a/src/wg_mempool.c -+++ b/src/wg_mempool.c -@@ -83,7 +83,7 @@ static void addblock(mempool_t * h) - } - - --extern void *wgmempool_Init(size_t blocksize, size_t maxstrsize) -+extern void *wgmempool_Init(uint4 blocksize, size_t maxstrsize) - { - mempool_t *result = (mempool_t *) malloc(sizeof(mempool_t)); - - diff --git a/app-text/libexttextcat/libexttextcat-3.4.7-r1.ebuild b/app-text/libexttextcat/libexttextcat-3.4.7-r1.ebuild deleted file mode 100644 index 282596ad2fdc..000000000000 --- a/app-text/libexttextcat/libexttextcat-3.4.7-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -DESCRIPTION="Library implementing N-gram-based text categorization" -HOMEPAGE="https://wiki.documentfoundation.org/Libexttextcat" -SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -PATCHES=( - "${FILESDIR}"/${PN}-3.4.7-lto.patch -) - -src_prepare() { - default - - # Needed for LTO flags to be passed down to the linker - elibtoolize -} - -src_configure() { - econf \ - --disable-werror -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/libexttextcat/libexttextcat-3.4.7.ebuild b/app-text/libexttextcat/libexttextcat-3.4.7.ebuild deleted file mode 100644 index b62dfe4d5e3b..000000000000 --- a/app-text/libexttextcat/libexttextcat-3.4.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library implementing N-gram-based text categorization" -HOMEPAGE="https://wiki.documentfoundation.org/Libexttextcat" -SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -src_configure() { - econf \ - --disable-werror -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/libexttextcat/metadata.xml b/app-text/libexttextcat/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libexttextcat/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest deleted file mode 100644 index b0a6a6ba5e04..000000000000 --- a/app-text/libgepub/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libgepub-0.7.3.tar.xz 27220 BLAKE2B e0b929f4b5701ad2c3697d26dfe264f9a439aaedcf1e6466157a4be78ace3d2d0c576a590735389f93c1162691735e38b3734414f4a012351348deead5cc8244 SHA512 dd4ee829e6262ce0428f0af21cb766a9b5911fe9378610806b750311388fd70338155df53fce5995f0700ebcedc015dbda0b9d9844de10dcd87ea2900aa7b958 diff --git a/app-text/libgepub/libgepub-0.7.3.ebuild b/app-text/libgepub/libgepub-0.7.3.ebuild deleted file mode 100644 index 5c26c19d6d10..000000000000 --- a/app-text/libgepub/libgepub-0.7.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson xdg - -DESCRIPTION="GObject based library for handling and rendering epub documents" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libgepub" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="+introspection webkit" - -RDEPEND=" - net-libs/libsoup:3.0 - dev-libs/glib:2 - dev-libs/libxml2:= - app-arch/libarchive:= - webkit? ( >=net-libs/webkit-gtk-2.38.0:4.1[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - # Tests are not executed by `meson test` and they require GTK+3 - sed -i -e "/subdir('tests')/d" meson.build || die -} - -src_configure() { - local emesonargs=( - $(meson_use introspection) - $(meson_use webkit widget) - ) - meson_src_configure -} diff --git a/app-text/libgepub/metadata.xml b/app-text/libgepub/metadata.xml deleted file mode 100644 index 4f7ae421dfa2..000000000000 --- a/app-text/libgepub/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="webkit">Build with GepubWidget based on Webkit</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest deleted file mode 100644 index bd5ab04d1740..000000000000 --- a/app-text/libgxps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libgxps-0.3.2.tar.xz 79956 BLAKE2B 4e41361a90fe24816aff33e90dc1084d0c1c799a4c9368364e73d9a5df34a45be75bb9906ee272cd1956b3631894d4be63070cce57983e2401dc1496f08c3e33 SHA512 d3d56e4906477b68d088bf83bde666f9ea8bf383add592772aad53dd571e727f1bc0410dd020e12212ede5ff8e26cb46150a9860a6f7af29c4d195f03e946fe9 diff --git a/app-text/libgxps/libgxps-0.3.2-r3.ebuild b/app-text/libgxps/libgxps-0.3.2-r3.ebuild deleted file mode 100644 index bd4bc843a185..000000000000 --- a/app-text/libgxps/libgxps-0.3.2-r3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome.org meson xdg-utils - -DESCRIPTION="Library for handling and rendering XPS documents" -HOMEPAGE="https://wiki.gnome.org/Projects/libgxps" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="gtk-doc +introspection jpeg lcms tiff" - -RDEPEND=" - >=app-arch/libarchive-2.8 - >=dev-libs/glib-2.36:2 - media-libs/freetype:2 - media-libs/libpng:0 - >=x11-libs/cairo-1.10[svg(+)] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - jpeg? ( media-libs/libjpeg-turbo:= ) - lcms? ( media-libs/lcms:2 ) - tiff? ( media-libs/tiff:=[zlib] ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - gtk-doc? ( dev-util/gtk-doc ) - virtual/pkgconfig -" - -# There is no automatic test suite, only an interactive test application -RESTRICT="test" - -src_configure() { - local emesonargs=( - -Denable-test=false - $(meson_use gtk-doc enable-gtk-doc) - -Denable-man=true - -Ddisable-introspection=$(usex introspection false true) - $(meson_use lcms with-liblcms2) - $(meson_use jpeg with-libjpeg) - $(meson_use tiff with-libtiff) - ) - - xdg_environment_reset - meson_src_configure -} diff --git a/app-text/libgxps/metadata.xml b/app-text/libgxps/metadata.xml deleted file mode 100644 index 573f8a3df702..000000000000 --- a/app-text/libgxps/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:gnome:libgxps</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest deleted file mode 100644 index 582c9d63c201..000000000000 --- a/app-text/liblangtag/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST liblangtag-0.6.8.tar.bz2 768482 BLAKE2B 815ba3cffc4532efb04c7e30c61d44cda31aff4cec33389026e24b91f0490ad98f1769bb1e1db47a38293d14ee6350e3abc89bc22b40c4cb2355fc87299fc665 SHA512 3072527ff6b2030d632d406ff6af854bf136112619d463c189f08a7f56bd68ffceb47fdce54ccee54a0199a017c800e68a78f8d90cc110aa6a81f9ad0a2fa69d diff --git a/app-text/liblangtag/liblangtag-0.6.8.ebuild b/app-text/liblangtag/liblangtag-0.6.8.ebuild deleted file mode 100644 index c4f7e4b2952d..000000000000 --- a/app-text/liblangtag/liblangtag-0.6.8.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Interface library to access tags for identifying languages" -HOMEPAGE="https://bitbucket.org/tagoh/liblangtag" -SRC_URI="https://gitlab.com/tagoh/liblangtag/-/releases/${PV}/downloads/${P}.tar.bz2" - -LICENSE="|| ( LGPL-3 MPL-2.0 )" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" -IUSE="debug doc introspection test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/libxml2:= - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) -" -DEPEND="${RDEPEND} - test? ( dev-libs/check ) -" -BDEPEND=" - sys-devel/gettext - dev-build/libtool - doc? ( dev-util/gtk-doc ) - introspection? ( dev-libs/gobject-introspection-common ) -" - -src_prepare() { - default - xdg_environment_reset - if [[ -d docs/html ]]; then - rm -r docs/html || die "Failed to remove existing gtk-doc" - fi -} - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_enable doc gtk-doc) - $(use_enable introspection) - $(use_enable test) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/liblangtag/metadata.xml b/app-text/liblangtag/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/liblangtag/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libmspub/Manifest b/app-text/libmspub/Manifest deleted file mode 100644 index a7a60bc8a861..000000000000 --- a/app-text/libmspub/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libmspub-0.1.4.tar.xz 377472 BLAKE2B 89bd994a5aa2b3a22681dfe78fcea19561ea6057210e61630fa904ded12cca4694d715dd8f2fe8f687a91951bfa2f7aec1ff11d0b978a517476545bb07f654dd SHA512 7275f890645961b3fd56df4584788962e8c064fe3f99f5834c6ba6177ce76d00d544fbe9a25b7ab2f4180d2f3a90c609fe0bb68d61ea24e95b086190390fff31 diff --git a/app-text/libmspub/files/libmspub-0.1.4-gcc10.patch b/app-text/libmspub/files/libmspub-0.1.4-gcc10.patch deleted file mode 100644 index 5e5d60e2b097..000000000000 --- a/app-text/libmspub/files/libmspub-0.1.4-gcc10.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 698bed839c9129fa7a90ca1b5a33bf777bc028d1 Mon Sep 17 00:00:00 2001 -From: Stephan Bergmann <sbergman@redhat.com> -Date: Tue, 11 Jun 2019 12:15:28 +0200 -Subject: missing include - -Change-Id: I3c5c085f55223688cdc7b972f7c7981411881263 -Reviewed-on: https://gerrit.libreoffice.org/73814 -Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> -Tested-by: Michael Stahl <Michael.Stahl@cib.de> ---- - src/lib/MSPUBMetaData.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/MSPUBMetaData.h b/src/lib/MSPUBMetaData.h -index 9167f4f..27bdd4f 100644 ---- a/src/lib/MSPUBMetaData.h -+++ b/src/lib/MSPUBMetaData.h -@@ -13,6 +13,7 @@ - #include <map> - #include <utility> - #include <vector> -+#include <stdint.h> - - #include <librevenge/librevenge.h> - --- -cgit v1.2.1 diff --git a/app-text/libmspub/files/libmspub-0.1.4-gcc15.patch b/app-text/libmspub/files/libmspub-0.1.4-gcc15.patch deleted file mode 100644 index 31377b852de4..000000000000 --- a/app-text/libmspub/files/libmspub-0.1.4-gcc15.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 06cd691e6d9664847d0fb5f096e296be85bedc59 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz@gentoo.org> -Date: Thu, 15 Aug 2024 20:55:25 -0400 -Subject: [PATCH] fix missing include - -int64_t comes from stdint.h, but it was never included. This is -transitively provided by some headers, on some versions of GCC, but in -GCC 15 a bit of routine cleanup means this header is no longer silently -exposed to arbitrary codebases without asking. - -As such, it fails to build. - -In upstream libmspub commit 28c545e7d04d58af998bcf4af5d1bb326d29836c, -the boost cstdint header was added as part of other work. I am not sure -why -- maybe to fix this missing header? :D But using all of boost for -this is a bit odd and unnecessary, especially when not backporting an -entire commit. - -Add in the correct stdlib header as a local backport while distros wait -for libmspub to release a new version. - -Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> ---- - src/lib/Coordinate.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/lib/Coordinate.h b/src/lib/Coordinate.h -index bec3fe2..b87608d 100644 ---- a/src/lib/Coordinate.h -+++ b/src/lib/Coordinate.h -@@ -10,6 +10,8 @@ - #ifndef INCLUDED_COORDINATE_H - #define INCLUDED_COORDINATE_H - -+#include <cstdint> -+ - #include "MSPUBConstants.h" - - namespace libmspub --- -2.44.2 - diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild deleted file mode 100644 index 6e715929b533..000000000000 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://git.libreoffice.org/libmspub.git" - inherit git-r3 -else - SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" -fi -DESCRIPTION="Library parsing Microsoft Publisher documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc static-libs" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-build/libtool - dev-libs/boost -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -PATCHES=( - # upstream backport - "${FILESDIR}/${P}-gcc10.patch" - # manually backported - "${FILESDIR}/${P}-gcc15.patch" -) - -src_prepare() { - default - [[ -d m4 ]] || mkdir "m4" - - # Needed for Clang: stale libtool. bug #832764 - eautoreconf -} - -src_configure() { - # bug 619044, 932494 - append-cxxflags -std=c++17 - - local myeconfargs=( - --disable-werror - $(use_with doc docs) - $(use_enable static-libs static) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libmspub/libmspub-9999-r1.ebuild b/app-text/libmspub/libmspub-9999-r1.ebuild deleted file mode 100644 index e17ab4163876..000000000000 --- a/app-text/libmspub/libmspub-9999-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://git.libreoffice.org/libmspub.git" - inherit git-r3 -else - SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~sparc ~x86" -fi -DESCRIPTION="Library parsing Microsoft Publisher documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc static-libs" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge - virtual/zlib:= -" -DEPEND="${RDEPEND} - dev-build/libtool - dev-libs/boost -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - [[ -d m4 ]] || mkdir "m4" - - # Needed for Clang: stale libtool. bug #832764 - eautoreconf -} - -src_configure() { - # bug 619044, 932494 - append-cxxflags -std=c++17 - - local myeconfargs=( - --disable-werror - $(use_with doc docs) - $(use_enable static-libs static) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libmspub/metadata.xml b/app-text/libmspub/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libmspub/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest deleted file mode 100644 index e0a19edb5676..000000000000 --- a/app-text/libmwaw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libmwaw-0.3.22.tar.xz 1476620 BLAKE2B 8133dbd06fdde5caabe9284fd0535e97335385a96ceea4ea9bc1d6f2a28f14f22f6943d71ee6631cb8d67c8791b56ed3d928bb18c723c7aec0b8cf7faf8427d7 SHA512 8682e7006430764cb825cd0bf4822ff42ea3035606e13a804afb9fa3c6dc583f34ae24cea226c1d31eae95224525289801c0afa3853adc6ab396bb9df34a60b4 diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild b/app-text/libmwaw/libmwaw-0.3.22.ebuild deleted file mode 100644 index 2c83e2987377..000000000000 --- a/app-text/libmwaw/libmwaw-0.3.22.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw" - inherit git-r3 -else - SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -fi - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc tools" - -DEPEND=" - dev-libs/librevenge - virtual/zlib:= -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-build/libtool - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - - # Refresh stale libtool, bug #814512 - eautoreconf -} - -src_configure() { - # zip is hard enabled as the zlib is dep on the rdeps anyway - local myeconfargs=( - --enable-zip - --disable-werror - $(use_with doc docs) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild deleted file mode 100644 index 1ac08ef5784c..000000000000 --- a/app-text/libmwaw/libmwaw-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw" - inherit git-r3 -else - SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="Library parsing many pre-OSX MAC text formats" -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc tools" - -DEPEND=" - dev-libs/librevenge - virtual/zlib:= -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-build/libtool - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - - # Refresh stale libtool, bug #814512 - eautoreconf -} - -src_configure() { - # zip is hard enabled as the zlib is dep on the rdeps anyway - local myeconfargs=( - --enable-zip - --disable-werror - $(use_with doc docs) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libmwaw/metadata.xml b/app-text/libmwaw/metadata.xml deleted file mode 100644 index 9276e3a3750a..000000000000 --- a/app-text/libmwaw/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:libmwaw_project:libmwaw</remote-id> - </upstream> - <use> - <flag name="tools">Build file conversion tools</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest deleted file mode 100644 index 375b0acbf16f..000000000000 --- a/app-text/libnumbertext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libnumbertext-1.0.11.tar.xz 302676 BLAKE2B 48fae62c95c20991c9fe7012a0ad59b5a2ffd88d0866714e88f8d4d72e94f3d6c0edb0977da324a26c83ee1af73367fae88bbf7ad0792be371ad4bfbe63ef8d5 SHA512 0c4d2b98d8cef46a2c51c4265f96ac2af6e58d3b8e63e7b6a40134e86d1dc7bec38e048abf227d1ebad7774ba8a6d68a1fac464739914b2d14786c309819c836 diff --git a/app-text/libnumbertext/libnumbertext-1.0.11.ebuild b/app-text/libnumbertext/libnumbertext-1.0.11.ebuild deleted file mode 100644 index 7784c1d2d893..000000000000 --- a/app-text/libnumbertext/libnumbertext-1.0.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Number to number name and money text conversion libraries" -HOMEPAGE="https://github.com/Numbertext/libnumbertext" -SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="" - -src_configure() { - econf \ - --disable-werror -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libnumbertext/metadata.xml b/app-text/libnumbertext/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libnumbertext/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libodfgen/Manifest b/app-text/libodfgen/Manifest deleted file mode 100644 index 065f4991de86..000000000000 --- a/app-text/libodfgen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libodfgen-0.1.8.tar.xz 386156 BLAKE2B 8cc55cd6ad39927ca1fec459cb484362877f0eb0a044d806a93ec573ca2d840fece17fdbb58b0b30869af945fe9ddaa23a88729c1802b2b1321d5551f94a32c5 SHA512 e4a15aa7f1db483cdbb9c531bfb234b4794890cc583c70e8aa3374771be8928e7917105d48dab80d1ab6d57e43fa78415097d9b897cb12fb2a609f4647ee99d6 diff --git a/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch b/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch deleted file mode 100644 index 1fcf58d88e8a..000000000000 --- a/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.gentoo.org/937527 -https://sourceforge.net/p/libwpd/tickets/27/ ---- a/src/OdfGenerator.cxx -+++ b/src/OdfGenerator.cxx -@@ -33,6 +33,7 @@ - #include <math.h> - - #include <cctype> -+#include <cstdint> - #include <limits> - #include <memory> - #include <string> diff --git a/app-text/libodfgen/libodfgen-0.1.8-r1.ebuild b/app-text/libodfgen/libodfgen-0.1.8-r1.ebuild deleted file mode 100644 index 47768917c389..000000000000 --- a/app-text/libodfgen/libodfgen-0.1.8-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen" - inherit autotools git-r3 -else - SRC_URI="https://downloads.sourceforge.net/libwpd/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -fi - -DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" -HOMEPAGE="http://libwpd.sourceforge.net/" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/librevenge - dev-libs/libxml2:2= -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -PATCHES=( "${FILESDIR}"/${P}-gcc15-cstdint.patch ) - -src_prepare() { - default - [[ ${PV} == *9999* ]] && eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with doc docs) - $(use_enable test) - ) - econf "${myeconfargs[@]}" -} - -src_test() { - cd test || die - - # TODO: send patch upstream to have 'make check' run these - while read -r test_name ; do - edo "${test_name}" - done < <(find . -maxdepth 1 -type f -executable || die) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/libodfgen/libodfgen-9999.ebuild b/app-text/libodfgen/libodfgen-9999.ebuild deleted file mode 100644 index e4305bb0c82e..000000000000 --- a/app-text/libodfgen/libodfgen-9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen" - inherit autotools git-r3 -else - SRC_URI="https://downloads.sourceforge.net/libwpd/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" -HOMEPAGE="http://libwpd.sourceforge.net/" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/librevenge - dev-libs/libxml2:2= -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_prepare() { - default - [[ ${PV} == *9999* ]] && eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with doc docs) - $(use_enable test) - ) - econf "${myeconfargs[@]}" -} - -src_test() { - cd test || die - - while read -r test_name ; do - edo "${test_name}" - done < <(find . -maxdepth 1 -type f -executable || die) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/libodfgen/metadata.xml b/app-text/libodfgen/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/libodfgen/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest deleted file mode 100644 index 767098787771..000000000000 --- a/app-text/libpaper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libpaper-2.1.3.tar.gz 1263513 BLAKE2B 920fa9857cef5773a3570bd613152f09726cfeb8e07f8152460b37ee863b76ea28ef4c2d80d010e10368e952281e5138b1412c22e1cbfa27053bb3b6067bbcbf SHA512 7ebd469b7d6f22cd98e5811cf87403d066974dc2624d35653803c318258cb68506dc2abeb7129b03231aa32c36a7461275b20f4a43c51f0cd70b2db59a1a2988 diff --git a/app-text/libpaper/libpaper-2.1.3.ebuild b/app-text/libpaper/libpaper-2.1.3.ebuild deleted file mode 100644 index bec66e0c58ed..000000000000 --- a/app-text/libpaper/libpaper-2.1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library for handling paper characteristics" -HOMEPAGE="https://github.com/rrthomas/libpaper" -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz" - -# See README. -# paperspecs is public-domain -LICENSE="LGPL-2.1+ GPL-3+ public-domain" -SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -QA_CONFIG_IMPL_DECL_SKIP=( - # Gnulib false positives #898346 - # These are all tested without an #include first - MIN alignof static_assert -) - -src_configure() { - econf --enable-relocatable -} - -src_install() { - default - - find "${ED}" -type f -name '*.la' -delete || die -} diff --git a/app-text/libpaper/metadata.xml b/app-text/libpaper/metadata.xml deleted file mode 100644 index 137cb98e6853..000000000000 --- a/app-text/libpaper/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest deleted file mode 100644 index 5b7aa813e5cc..000000000000 --- a/app-text/libqxp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5 SHA512 409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild b/app-text/libqxp/libqxp-0.0.2.ebuild deleted file mode 100644 index ecc2644ca8e3..000000000000 --- a/app-text/libqxp/libqxp-0.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Library parsing QuarkXpress documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="debug doc test tools" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge -" -DEPEND="${RDEPEND} - dev-libs/boost - test? ( dev-util/cppunit ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_configure() { - local myeconfargs=( - --disable-weffc - $(use_enable debug) - $(use_with doc docs) - $(use_enable test tests) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libqxp/metadata.xml b/app-text/libqxp/metadata.xml deleted file mode 100644 index a7e8c51ffcd1..000000000000 --- a/app-text/libqxp/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="tools">Build file conversion tools</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libspectre/Manifest b/app-text/libspectre/Manifest deleted file mode 100644 index 0166e196c4a1..000000000000 --- a/app-text/libspectre/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libspectre-0.2.12.tar.gz 436264 BLAKE2B 932f934e4ef66c4319d60ea88842d01caf3663262f6b67606dfc5750eba7d9e13a1e3e0b15764215e703ff1542c3c09387ee4f572075e828ae2f3680d002821c SHA512 3a4045c1e94e7de23b437393389397dd2448363458023b5aa8e43fa0553a160216f038e157374cefc1d09fa74711ad4899aac1fc353c482bd5fe970d9a97461f diff --git a/app-text/libspectre/libspectre-0.2.12.ebuild b/app-text/libspectre/libspectre-0.2.12.ebuild deleted file mode 100644 index 0cbf6dcde657..000000000000 --- a/app-text/libspectre/libspectre-0.2.12.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library for rendering Postscript documents" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libspectre" -SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-solaris" -IUSE="debug doc" - -RDEPEND=">=app-text/ghostscript-gpl-9.53.0:=" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen[dot] ) -" - -# does not actually test anything, see bug 362557 -RESTRICT="test" - -src_configure() { - local myeconfargs=( - $(use_enable debug asserts) - $(use_enable debug checks) - --disable-test - ) - econf "${myeconfargs[@]}" -} - -src_compile() { - emake - if use doc; then - doxygen || die - fi -} - -src_install() { - use doc && local HTML_DOCS=( doc/html/. ) - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libspectre/metadata.xml b/app-text/libspectre/metadata.xml deleted file mode 100644 index fc854e9bed44..000000000000 --- a/app-text/libspectre/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>freedesktop-bugs@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libspelling/Manifest b/app-text/libspelling/Manifest deleted file mode 100644 index 722cfb000c67..000000000000 --- a/app-text/libspelling/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libspelling-0.4.10.tar.bz2 72853 BLAKE2B 2ae64c37c7f5668cf5ac194b9c291e8a9f6266b4b7cd5a431c496bb58e8450764ea82300d6f9ff3e5d4912e985eb9ec63544fbe3e378c74be3c303c4786c0332 SHA512 8003ec3d0c8430fadcf6a4af095ea11789d25c38425094e5c42d4d5a739bd869780c748071a35a5520ff96db9b185f05c326fc5c3ee864463009cb0b0f754b8b -DIST libspelling-0.4.9.tar.bz2 72446 BLAKE2B cc6efae54f947d04637628fe9733d15fcb178231c25ba995f1fe023cee59940de54013729de32d211d7c44727dda4b9a56ced9e040c45ad303de1ab1f9e0f838 SHA512 3810c42fed2b75ab28b35a4e062cc16c096552a854cf7d05f88020617c699589715c9e5d77c5982d0b23d0a8aa9b0c1fb6a6ff31d49c67f368c19c59b79486b6 diff --git a/app-text/libspelling/files/Disable-testsuite_test-engine.patch b/app-text/libspelling/files/Disable-testsuite_test-engine.patch deleted file mode 100644 index 7d5ceaf614ec..000000000000 --- a/app-text/libspelling/files/Disable-testsuite_test-engine.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 6148f07621bebc360e4f58aca39fdd915f06767b Mon Sep 17 00:00:00 2001 -From: Lukas Schmelting <lschmelting@posteo.com> -Date: Tue, 10 Jun 2025 18:34:47 +0200 -Subject: [PATCH] app-text/libspelling: Disable testsuite 'test-engine' - -The test tries to utilize use LANG and and libenchant - -Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> ---- - testsuite/meson.build | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/testsuite/meson.build b/testsuite/meson.build -index c9703db..2dce51b 100644 ---- a/testsuite/meson.build -+++ b/testsuite/meson.build -@@ -16 +15,0 @@ libspelling_testsuite = { -- 'test-engine' : {}, --- -2.49.0 - diff --git a/app-text/libspelling/libspelling-0.4.10.ebuild b/app-text/libspelling/libspelling-0.4.10.ebuild deleted file mode 100644 index e78a8aaecf74..000000000000 --- a/app-text/libspelling/libspelling-0.4.10.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson vala - -DESCRIPTION="A GNOME library for spellchecking" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libspelling" -SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="1" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="gtk-doc sysprof vala" - -RDEPEND=" - dev-libs/glib:2 - >=gui-libs/gtk-4.15.5:4[introspection] - >=gui-libs/gtksourceview-5.10.0:5 - app-text/enchant:2 - dev-libs/icu:= -" -DEPEND="${RDEPEND} - sysprof? ( dev-util/sysprof-capture:4 ) - vala? ( - $(vala_depend) - >=gui-libs/gtksourceview-5.6:5[vala] - ) -" -BDEPEND=" - >=dev-libs/gobject-introspection-1.82.0-r2 - virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) -" - -PATCHES=( - "${FILESDIR}/Disable-testsuite_test-engine.patch" -) - -src_prepare() { - use vala && vala_setup - default -} - -src_configure() { - local emesonargs=( - -Denchant=enabled - -Dinstall-static=false - $(meson_use gtk-doc docs) - $(meson_use sysprof) - $(meson_use vala vapi) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} diff --git a/app-text/libspelling/libspelling-0.4.9.ebuild b/app-text/libspelling/libspelling-0.4.9.ebuild deleted file mode 100644 index 21b24a779e0b..000000000000 --- a/app-text/libspelling/libspelling-0.4.9.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson vala - -DESCRIPTION="A GNOME library for spellchecking" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libspelling" -SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="1" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="gtk-doc sysprof vala" - -RDEPEND=" - dev-libs/glib:2 - >=gui-libs/gtk-4.15.5:4 - >=gui-libs/gtksourceview-5.10.0:5 - app-text/enchant:2 - dev-libs/icu:= -" -DEPEND="${RDEPEND} - sysprof? ( dev-util/sysprof-capture:4 ) - vala? ( - $(vala_depend) - >=gui-libs/gtksourceview-5.6:5[vala] - ) -" -BDEPEND=" - >=dev-libs/gobject-introspection-1.82.0-r2 - virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) -" - -PATCHES=( - "${FILESDIR}/Disable-testsuite_test-engine.patch" -) - -src_prepare() { - use vala && vala_setup - default -} - -src_configure() { - local emesonargs=( - -Denchant=enabled - -Dinstall-static=false - $(meson_use gtk-doc docs) - $(meson_use sysprof) - $(meson_use vala vapi) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die - fi -} diff --git a/app-text/libspelling/metadata.xml b/app-text/libspelling/metadata.xml deleted file mode 100644 index 63d4c6ea8b26..000000000000 --- a/app-text/libspelling/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg> - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest deleted file mode 100644 index dc2604772e8d..000000000000 --- a/app-text/libstaroffice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libstaroffice-0.0.7.tar.xz 707920 BLAKE2B f06786f600414a086f9b08b413ef1e028b15070ce90b4be03b18dd69787f4812b4ecbc245381e0ed464fabe0c1147149a3c4df248181b236e5d8bb766b398985 SHA512 fae873457a8018c1613667aa92771981503585513ab01bdbd2dd6d506ed4f72a7a8fdcfcb8953a46dfcb8fd902d2c9ef8ccd1a5ff15c83990a89847fb98009f8 diff --git a/app-text/libstaroffice/libstaroffice-0.0.7.ebuild b/app-text/libstaroffice/libstaroffice-0.0.7.ebuild deleted file mode 100644 index bb399894ed6d..000000000000 --- a/app-text/libstaroffice/libstaroffice-0.0.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git" - inherit git-r3 autotools -else - SRC_URI="https://github.com/fosnola/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -fi - -DESCRIPTION="Import filter for old StarOffice documents" -HOMEPAGE="https://github.com/fosnola/libstaroffice" - -LICENSE="|| ( LGPL-2.1+ MPL-2.0 )" -SLOT="0" -IUSE="debug doc tools +zlib" - -BDEPEND=" - doc? ( app-text/doxygen ) -" -DEPEND=" - dev-libs/librevenge - zlib? ( virtual/zlib:= ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - [[ ${PV} == *9999* ]] && eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_with doc docs) - $(use_enable tools) - $(use_enable zlib zip) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-9999.ebuild deleted file mode 100644 index 3ec76912c9a6..000000000000 --- a/app-text/libstaroffice/libstaroffice-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git" - inherit git-r3 autotools -else - SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" -fi - -DESCRIPTION="Import filter for old StarOffice documents" -HOMEPAGE="https://github.com/fosnola/libstaroffice" - -LICENSE="|| ( LGPL-2.1+ MPL-2.0 )" -SLOT="0" -IUSE="debug doc tools +zlib" - -BDEPEND=" - doc? ( app-text/doxygen ) -" -DEPEND=" - dev-libs/librevenge - zlib? ( virtual/zlib:= ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - [[ ${PV} == *9999* ]] && eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_with doc docs) - $(use_enable tools) - $(use_enable zlib zip) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libstaroffice/metadata.xml b/app-text/libstaroffice/metadata.xml deleted file mode 100644 index f76444ca04a3..000000000000 --- a/app-text/libstaroffice/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="tools">Build conversion tools</flag> - <flag name="zlib">Enable support for compressed data</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:libstaroffice_project:libstaroffice</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libwpd/Manifest b/app-text/libwpd/Manifest deleted file mode 100644 index 1da0e9e68820..000000000000 --- a/app-text/libwpd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libwpd-0.10.3.tar.xz 534712 BLAKE2B a7b39713c0df908912d0f6f94c6c0f7056a685dee7542ea88c441f055ad7cc62c1159985c459a4ff67d5b5fe4c412c31c9a9a2924702386ed5b8250147f071ff SHA512 df14f11e885a583218afdb0aafe8a15d01890289af8b316cd1d225e4a83996c82907fbfdde83257dc71d99bfbc5b21b2c96536f5a783748388659155dbdb8949 diff --git a/app-text/libwpd/files/libwpd-0.10.3-gcc-4.8.patch b/app-text/libwpd/files/libwpd-0.10.3-gcc-4.8.patch deleted file mode 100644 index f47847c1d212..000000000000 --- a/app-text/libwpd/files/libwpd-0.10.3-gcc-4.8.patch +++ /dev/null @@ -1,16 +0,0 @@ -Authored by: David Tardon David Tardon 2018-12-30 -Commit 333c8a26f231bea26ec3d56245315041bbf5577f - -fix build with gcc 4.8 - ---- a/src/lib/WPXTable.h -+++ b/src/lib/WPXTable.h -@@ -53,7 +53,7 @@ - ~WPXTable(); - void insertRow(); - void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits); -- const WPXTableCell *getCell(size_t i, size_t j) -+ const WPXTableCell *getCell(std::size_t i, std::size_t j) - { - return &(m_tableRows[i])[j]; - } diff --git a/app-text/libwpd/libwpd-0.10.3.ebuild b/app-text/libwpd/libwpd-0.10.3.ebuild deleted file mode 100644 index f805bd448f1d..000000000000 --- a/app-text/libwpd/libwpd-0.10.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="WordPerfect Document import/export library" -HOMEPAGE="http://libwpd.sf.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0.10" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86" -IUSE="doc +tools" - -RDEPEND="dev-libs/librevenge" -DEPEND="${RDEPEND} - dev-libs/boost -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -PATCHES=( "${FILESDIR}/${P}-gcc-4.8.patch" ) - -src_configure() { - local myeconfargs=( - --program-suffix=-${SLOT} - --disable-static - $(use_with doc docs) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/libwpd/metadata.xml b/app-text/libwpd/metadata.xml deleted file mode 100644 index 46e419ade60d..000000000000 --- a/app-text/libwpd/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="tools">Build file conversion tools</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:libwpd:libwpd</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libwpg/Manifest b/app-text/libwpg/Manifest deleted file mode 100644 index ba88efdcccdd..000000000000 --- a/app-text/libwpg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libwpg-0.3.4.tar.xz 340428 BLAKE2B 68df99682307811e7bf376ff1329aaf18313e447b8dcdd2229cedc30afa122eafcf6a527c375cf547b88600129460ff2db2390124200f4ee100367ea534cea83 SHA512 dcc34abc3cf8793dca579b2233e7c84d0ea53a7372c325678d81fbe52c700e6a8af32c4b17e490a39873a692d44ba7b3af68d605d87cef0be8ea13d2f7b95c0e diff --git a/app-text/libwpg/libwpg-0.3.4.ebuild b/app-text/libwpg/libwpg-0.3.4.ebuild deleted file mode 100644 index 7dbe5d53669c..000000000000 --- a/app-text/libwpg/libwpg-0.3.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="C++ library to read and parse graphics in WPG" -HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0.3" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86" -IUSE="doc" - -RDEPEND=" - app-text/libwpd:0.10[tools] - dev-libs/librevenge -" -DEPEND=" - ${RDEPEND} - dev-libs/boost -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_configure() { - local myeconfargs=( - --program-suffix=-${SLOT} - $(use_with doc docs) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/libwpg/metadata.xml b/app-text/libwpg/metadata.xml deleted file mode 100644 index 5c6682be3738..000000000000 --- a/app-text/libwpg/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest deleted file mode 100644 index c90c80ccfba6..000000000000 --- a/app-text/libwps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libwps-0.4.14.tar.xz 719016 BLAKE2B 9f89b8534851760bb2cc3453e75840dea22eb09fd51a1d8ec7b7308fbb63ef7e34416ccfdbb5b1abc87616b7da17edc0bcf1e7fcc93414bf197dd904f6de759b SHA512 bbf9047f35d1b42c2da8deee24116d6a3fb20749a4255d369b62967a99185f52f21dda3e1b385056c1924995f2a72b670960bb476f38c3bf78933e25ff4a5779 diff --git a/app-text/libwps/libwps-0.4.14.ebuild b/app-text/libwps/libwps-0.4.14.ebuild deleted file mode 100644 index a085ae2e0252..000000000000 --- a/app-text/libwps/libwps-0.4.14.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="debug doc tools" - -DEPEND="dev-libs/librevenge" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_with doc docs) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/libwps/metadata.xml b/app-text/libwps/metadata.xml deleted file mode 100644 index 45d89788ac80..000000000000 --- a/app-text/libwps/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="tools">Build file conversion tools</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/libxmlpatch/Manifest b/app-text/libxmlpatch/Manifest deleted file mode 100644 index 97832ae6d996..000000000000 --- a/app-text/libxmlpatch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libxmlpatch-0.3.3.tar.gz 405496 BLAKE2B 57333f62b95be3acc058593ccdb935148217f84acd7b5d431043cf08bc217d04abe650be099a849790400f0153523cea46905e9a12e6a33e80f0e20edc2fd9f3 SHA512 2eb305ddd6aa1778bc9c9e7b8cae5f82ee05c0ed0a47bbb651209c496fff68f4e527b7d6ad1808bc8bf1f72aaa0172a12ddb140622ce87e3cd150a0ec4d35571 diff --git a/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch b/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch deleted file mode 100644 index a18104fb12b5..000000000000 --- a/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch +++ /dev/null @@ -1,56 +0,0 @@ -Index: libxmlpatch-0.3.3/tests/check_diff.c -=================================================================== ---- libxmlpatch-0.3.3.orig/tests/check_diff.c -+++ libxmlpatch-0.3.3/tests/check_diff.c -@@ -259,7 +259,13 @@ static struct { - static void - add_test (TCase *tc, int i) - { -- _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name, 0, 0, 1); -+ _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name, -+#if CHECK_MAJOR_VERSION > 0 || \ -+ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION > 9) || \ -+ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION == 9 && CHECK_MICRO_VERSION >= 7) -+ 0, -+#endif -+ 0, 0, 1); - } - - static void -Index: libxmlpatch-0.3.3/configure.in -=================================================================== ---- libxmlpatch-0.3.3.orig/configure.in -+++ libxmlpatch-0.3.3/configure.in -@@ -74,7 +74,13 @@ fi - - PKG_CHECK_MODULES(DEPS_XML, libxml-2.0) - PKG_CHECK_MODULES(DEPS_GLIB, glib-2.0) --PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) -+ -+AC_ARG_WITH([check], -+ AS_HELP_STRING([--without-check], [Do not build tests based on check package @<:@default=auto@:>@])) -+AS_IF([test "x$with_check" != "xno"], [ -+PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], , [with_check=no]) -+]) -+AM_CONDITIONAL([TESTS], [test "x$with_check" != "xno"]) - - AC_SUBST(DEPS_XML_CFLAGS) - AC_SUBST(DEPS_XML_LIBS) -Index: libxmlpatch-0.3.3/tests/Makefile.am -=================================================================== ---- libxmlpatch-0.3.3.orig/tests/Makefile.am -+++ libxmlpatch-0.3.3/tests/Makefile.am -@@ -1,10 +1,11 @@ -+if TESTS - TESTS = test-diff -+check_PROGRAMS = test-diff -+endif - --test_PROGRAMS = test-diff - test_diff_SOURCES = check_diff.c - test_diff_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/diff @CHECK_CFLAGS@ $(DEPS_XML_CFLAGS) $(DEPS_GLIB_CFLAGS) - test_diff_LDADD = @CHECK_LIBS@ $(top_builddir)/src/libxmlpatch.la $(top_builddir)/diff/libxmldiff.la $(DEPS_XML_LIBS) $(DEPS_GLIB_LIBS) --testdir = $(libdir)/tests/xml_diff - - bin_PROGRAMS = xml_patch xml_diff - diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild deleted file mode 100644 index 696269830aa8..000000000000 --- a/app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A set of tools to create and apply patch to XML files using XPath" -HOMEPAGE="http://xmlpatch.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN/lib}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/libxml2:=" -DEPEND="${RDEPEND} - test? ( dev-libs/check )" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_with test check) -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/libxmlpatch/metadata.xml b/app-text/libxmlpatch/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/libxmlpatch/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest deleted file mode 100644 index 89287d2660ab..000000000000 --- a/app-text/linuxdoc-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST linuxdoc-tools-0.9.86.tar.bz2 551321 BLAKE2B 2825b478fc29e20b0a338e867f3dd59ffd6e77b2899edc2f0891f659ee587acc60f9697005e87b3cfc1c567f3f2e9ad2e206551c7792a7c78fe5287723a15850 SHA512 db63c9b3bdab74ca0581e32f9cd168b0b6a900e99061448ef1efc619ac6323fd6c1c36f9ae3ee9b8a41a8fdfd39c36b6cb68c9b09249a21ab40afe1b5767e5e9 diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild deleted file mode 100644 index 49ffa91528eb..000000000000 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit latex-package perl-functions sgml-catalog-r1 toolchain-funcs - -DESCRIPTION="Toolset for processing LinuxDoc DTD SGML files" -HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools" -SRC_URI="https://gitlab.com/agmartin/linuxdoc-tools/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-3+ MIT SGMLUG" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="doc" - -RDEPEND=" - || ( app-text/openjade app-text/opensp ) - app-text/sgml-common - dev-lang/perl:= - sys-apps/groff -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-alternatives/awk - app-alternatives/lex - doc? ( - dev-texlive/texlive-fontsrecommended - virtual/latex-base - ) -" - -src_configure() { - perl_set_version - tc-export CC - local myeconfargs=( - --disable-docs - --with-texdir="${TEXMF}/tex/latex/${PN}" - --with-perllibdir="${VENDOR_ARCH}" - --with-installed-iso-entities - ) - use doc && myeconfargs+=(--enable-docs="txt pdf html") - - econf "${myeconfargs[@]}" -} - -src_compile() { - # Prevent access violations from bitmap font files generation. - use doc && export VARTEXFONTS="${T}/fonts" - - default -} - -src_install() { - default - - use doc && docompress -x /usr/share/doc/${PF}/example - - insinto /etc/sgml - newins - linuxdoc.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/linuxdoc-tools/linuxdoc-tools.catalog" - EOF -} - -pkg_postinst() { - latex-package_pkg_postinst - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - latex-package_pkg_postrm - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/linuxdoc-tools/metadata.xml b/app-text/linuxdoc-tools/metadata.xml deleted file mode 100644 index 85cc2fd7ff29..000000000000 --- a/app-text/linuxdoc-tools/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - Linuxdoc-Tools is a small bug-fix version of SGML-Tools 1.0.9, - and is a toolset for processing LinuxDoc DTD SGML files. - This system is tailored for LinuxDoc DTD sgml files, and other DTDs - are not supported. If you need the tool for DocBook DTD (which is - now a more popular DTD than LinuxDoc in writing technical software - documentation), then you should check SGMLTools-Lite, OpenJade, - and docbook-tools. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest deleted file mode 100644 index 11ef261f10d0..000000000000 --- a/app-text/llpp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST llpp-33.tar.gz 172410 BLAKE2B 6f45d262520bb9e09a08088b9d6b6a1c272ca32d44b507537e7887c76f17ec782d805f4fb94e528d7bca5a9eb87c35ff64b883bd0fdab5609f2807bc8043b1d5 SHA512 f14669eab8934ddc0ac530a67055199a73c7f0c2906dc4a80a729326340691ad53433afce2e638848471852901c88fcc99ae1d66b1abf179e4f5892976b585e8 diff --git a/app-text/llpp/files/Makefile b/app-text/llpp/files/Makefile deleted file mode 100644 index 66a3fe4c4fd8..000000000000 --- a/app-text/llpp/files/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null) -ifeq "$(VERSION)" "" -VERSION = 28 -endif - -# paths -PREFIX ?= /usr/local -LIBDIR ?= /usr/lib - -# includes and libs -PKGCONF_DEPS := freetype2 harfbuzz libopenjp2 libjpeg mupdf x11 zlib -CPPFLAGS += -D_GNU_SOURCE -DFFP -CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wshadow $(shell ${PKG_CONFIG} --cflags $(PKGCONF_DEPS)) -LDLIBS = -L$(LIBDIR) -lpthread -ljbig2dec $(shell ${PKG_CONFIG} --libs $(PKGCONF_DEPS)) - -# ocaml -CAMLOPT = ocamlopt -CAMLFLAGS = -g -w +a -safe-string -I +lablGL - -VPATH = wsi/x11 - -C_SRC = cutils.c keysym2ucs.c link.c xlib.c version.c -C_OBJ = $(C_SRC:.c=.o) -OCAML_SRC = utils.ml wsi.ml confstruct.ml parser.ml config.ml ffi.ml glutils.ml help.ml keys.ml utf8syms.ml listview.ml main.ml -OCAML_OBJ = $(OCAML_SRC:.ml=.cmx) -MOD = unix.cmxa str.cmxa lablgl.cmxa -SRCMANS = $(wildcard adoc/*.adoc) -MANS = $(SRCMANS:.adoc=.1) - -DISTFILES := Makefile $(OCAML_SRC) link.c glfont.c keysym2ucs.c wsi.mli -DISTFILES += $(wildcard *.sh) KEYS README BUILDING -DISTFILES += misc/ adoc/ - -all: llpp $(MANS) - -# dependency ordering -config.cmx: wsi.cmi parser.cmx utils.cmx confstruct.cmx -confstruct.cmx: wsi.cmx utils.cmx -ffi.cmx: config.cmx -glutils.cmx: ffi.cmx -help.cmx: help.cmi config.cmx utils.cmx -listview.cmx: utils.cmx glutils.cmx config.cmx utf8syms.cmx -main.cmx: main.ml utils.cmx config.cmx glutils.cmx listview.cmx ffi.cmx keys.cmx wsi.cmx -main.cmx: CAMLFLAGS += -thread -parser.cmx: utils.cmx -wsi.cmi: utils.cmx keys.cmx -wsi.cmx: wsi.cmi - -link.o: glfont.c -version.o: CPPFLAGS += -DLLPP_VERSION=$(VERSION) - -# ordinary targets -llpp: $(OCAML_OBJ) $(C_OBJ) - $(CAMLOPT) -o $@ $(CAMLFLAGS) $(C_OBJ) -ccopt '$(LDFLAGS)' -cclib '$(LDLIBS)' $(MOD) $(OCAML_OBJ) - - -confstruct.ml: genconfstr.sh - sh $< >$@ - -# pattern rules -%.o: %.c - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) -cc $(CC) -ccopt '$(CFLAGS) $(CPPFLAGS)' $< - -%.cmx: %.ml - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $< - -%.cmi: %.mli - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $< - -%.1: %.adoc adoc/asciidoc.conf - a2x -d manpage -f manpage --asciidoc-opts="-f adoc/asciidoc.conf --out-file=$@.xml" $< - -# special targets -clean: - $(RM) llpp link.o help.ml $(OCAML_OBJ) $(OCAML_OBJ:.cmx=.cmi) $(OCAML_OBJ:.cmx=.o) $(MANS) $(MANS:.1=.xml) - -dist: clean - mkdir llpp-$(VERSION) - cp -r $(DISTFILES) llpp-$(VERSION) - tar czf llpp-$(VERSION).tar.gz llpp-$(VERSION) - rm -rf llpp-$(VERSION) - -install: - install -Dm755 llpp "$(DESTDIR)"$(PREFIX)/bin/llpp - install -Dm644 -t "$(DESTDIR)"$(PREFIX)/share/man/man1 $(MANS) - install -Dm755 misc/llppac "$(DESTDIR)"$(PREFIX)/bin/llppac - install -Dm755 misc/llpp.inotify "$(DESTDIR)"$(PREFIX)/bin/llpp.inotify - install -Dm755 misc/llpphtml "$(DESTDIR)"$(PREFIX)/bin/llpphtml - install -Dm644 misc/llpp.desktop "$(DESTDIR)"$(PREFIX)/share/applications/llpp.desktop - -.PHONY: all clean dist install diff --git a/app-text/llpp/files/llpp-33-makefile b/app-text/llpp/files/llpp-33-makefile deleted file mode 100644 index 6e4eabf8bf5c..000000000000 --- a/app-text/llpp/files/llpp-33-makefile +++ /dev/null @@ -1,91 +0,0 @@ -VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null) -ifeq "$(VERSION)" "" -VERSION = 33 -endif - -# paths -PREFIX ?= /usr/local -LIBDIR ?= /usr/lib - -# includes and libs -PKGCONF_DEPS := freetype2 harfbuzz libopenjp2 libjpeg mupdf x11 zlib -CPPFLAGS += -D_GNU_SOURCE -DFFP -CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wshadow $(shell ${PKG_CONFIG} --cflags $(PKGCONF_DEPS)) -LDLIBS = -L$(LIBDIR) -lpthread -ljbig2dec $(shell ${PKG_CONFIG} --libs $(PKGCONF_DEPS)) - -# ocaml -CAMLOPT = ocamlopt -CAMLFLAGS = -g -w +a -safe-string -I +lablGL - -VPATH = wsi/x11 - -C_SRC = cutils.c keysym2ucs.c link.c xlib.c version.c -C_OBJ = $(C_SRC:.c=.o) -OCAML_SRC = utils.ml wsi.ml confstruct.ml parser.ml config.ml ffi.ml glutils.ml help.ml keys.ml utf8syms.ml listview.ml main.ml -OCAML_OBJ = $(OCAML_SRC:.ml=.cmx) -MOD = unix.cmxa str.cmxa lablgl.cmxa -SRCMANS = $(wildcard adoc/*.adoc) -MANS = $(SRCMANS:.adoc=.1) - -DISTFILES := Makefile $(OCAML_SRC) link.c glfont.c keysym2ucs.c wsi.mli -DISTFILES += $(wildcard *.sh) KEYS README BUILDING -DISTFILES += misc/ adoc/ - -all: llpp $(MANS) - -# dependency ordering -config.cmx: wsi.cmi parser.cmx utils.cmx confstruct.cmx -confstruct.cmx: wsi.cmx utils.cmx -ffi.cmx: config.cmx -glutils.cmx: ffi.cmx -help.cmx: help.cmi config.cmx utils.cmx -listview.cmx: utils.cmx glutils.cmx config.cmx utf8syms.cmx -main.cmx: main.ml utils.cmx config.cmx glutils.cmx listview.cmx ffi.cmx keys.cmx wsi.cmx -main.cmx: CAMLFLAGS += -thread -parser.cmx: utils.cmx -wsi.cmi: utils.cmx keys.cmx -wsi.cmx: wsi.cmi - -link.o: glfont.c -version.o: CPPFLAGS += -DLLPP_VERSION=$(VERSION) - -# ordinary targets -llpp: $(OCAML_OBJ) $(C_OBJ) - $(CAMLOPT) -o $@ $(CAMLFLAGS) $(C_OBJ) -ccopt '$(LDFLAGS)' -cclib '$(LDLIBS)' $(MOD) $(OCAML_OBJ) - - -confstruct.ml: genconfstr.sh - sh $< >$@ - -# pattern rules -%.o: %.c - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) -cc $(CC) -ccopt '$(CFLAGS) $(CPPFLAGS)' $< - -%.cmx: %.ml - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $< - -%.cmi: %.mli - $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $< - -%.1: %.adoc - a2x -d manpage -f manpage $< - -# special targets -clean: - $(RM) llpp link.o help.ml $(OCAML_OBJ) $(OCAML_OBJ:.cmx=.cmi) $(OCAML_OBJ:.cmx=.o) $(MANS) $(MANS:.1=.xml) - -dist: clean - mkdir llpp-$(VERSION) - cp -r $(DISTFILES) llpp-$(VERSION) - tar czf llpp-$(VERSION).tar.gz llpp-$(VERSION) - rm -rf llpp-$(VERSION) - -install: - install -Dm755 llpp "$(DESTDIR)"$(PREFIX)/bin/llpp - install -Dm644 -t "$(DESTDIR)"$(PREFIX)/share/man/man1 $(MANS) - install -Dm755 misc/llppac "$(DESTDIR)"$(PREFIX)/bin/llppac - install -Dm755 misc/llpp.inotify "$(DESTDIR)"$(PREFIX)/bin/llpp.inotify - install -Dm755 misc/llpphtml "$(DESTDIR)"$(PREFIX)/bin/llpphtml - install -Dm644 misc/llpp.desktop "$(DESTDIR)"$(PREFIX)/share/applications/llpp.desktop - -.PHONY: all clean dist install diff --git a/app-text/llpp/files/llpp.desktop b/app-text/llpp/files/llpp.desktop deleted file mode 100644 index 59c5fcde4e87..000000000000 --- a/app-text/llpp/files/llpp.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=llpp -GenericName=PDF Pager -Exec=llpp %f -TryExec=llpp -Terminal=false -Type=Application -MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;application/epub+zip;image/png;image/jpeg;image/pjpeg;image/gif;image/bmp;image/jpx;image/jp2;image/vnd.ms-photo;image/jxr;image/x-portable-bitmap;image/x-portable-greymap;image/x-portable-pixmap;image/x-portable-arbitrarymap; -Categories=Office;Viewer;Graphics -Actions=View -Version=1.0 -[Desktop Action View] -Name=View with llpp -Exec=llpp %f diff --git a/app-text/llpp/llpp-33.ebuild b/app-text/llpp/llpp-33.ebuild deleted file mode 100644 index f3d115bf0dd1..000000000000 --- a/app-text/llpp/llpp-33.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs xdg - -DESCRIPTION="Graphical PDF viewer which aims to superficially resemble less(1)" -HOMEPAGE="https://github.com/moosotc/llpp" -SRC_URI="https://github.com/moosotc/llpp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="+ocamlopt" - -RDEPEND=">=app-text/mupdf-1.17.0:0= - app-arch/bzip2 - media-libs/fontconfig:1.0 - media-libs/freetype:2 - media-libs/jbig2dec:= - media-libs/openjpeg:2 - virtual/zlib:= - virtual/jpeg:0 - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-misc/xsel -" -DEPEND="${RDEPEND} - dev-ml/lablgl:=[glut,ocamlopt?]" -BDEPEND=" - app-text/asciidoc - dev-lang/ocaml[ocamlopt?] - virtual/pkgconfig -" - -RESTRICT="!ocamlopt? ( strip )" - -src_prepare() { - default - - # use custom makefile from archlinux with minor changes - cp "${FILESDIR}"/${P}-makefile "${S}"/Makefile || die - - # re-add desktop file removed upstream - cp "${FILESDIR}"/llpp.desktop "${S}"/misc || die - - # remove empty interface definition - rm "${S}"/main.mli || die -} - -src_compile() { - tc-export PKG_CONFIG - emake -j1 VERSION=${PV} CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" -} - -src_install() { - emake DESTDIR="${ED}" PREFIX="/usr" install - dodoc README Thanks -} diff --git a/app-text/llpp/metadata.xml b/app-text/llpp/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/llpp/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/logmerge/Manifest b/app-text/logmerge/Manifest deleted file mode 100644 index 6c5a1cb4b4f0..000000000000 --- a/app-text/logmerge/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST logmerge-0.5.2b.tar.gz 3407 BLAKE2B 5bc6f46693a9a6e087f8b18441659a06387410bcc66c789120644e088bf1971ef161bead4494b2a509850d8031bad43052bc76d3a8afc13de836119b32dab8ee SHA512 9185d52c62d2ea68fee0e1c6fa798cda60b4a2b621436f5060d7c9b3e5b15363fdb1c9fb40351f66dc48173498f3b18035c46fcf58fa3063bad0008b9bb5946f diff --git a/app-text/logmerge/logmerge-0.5.2b-r1.ebuild b/app-text/logmerge/logmerge-0.5.2b-r1.ebuild deleted file mode 100644 index 9fc47fd81530..000000000000 --- a/app-text/logmerge/logmerge-0.5.2b-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Small and powerful script to merge two or more logfiles" -HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge" -SRC_URI="https://github.com/ildar-shaimordanov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/perl" - -src_install() { - default - dobin logmerge -} diff --git a/app-text/logmerge/metadata.xml b/app-text/logmerge/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/logmerge/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest deleted file mode 100644 index d86cc4016d95..000000000000 --- a/app-text/lowdown/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lowdown-2.0.2.tar.gz 676246 BLAKE2B 35ca947673d7582b64687200429f8e806703cc0ad43b019a0302f35da4e1d579253ec199f2abd4eadcb30b81d2feb34c0baad41dbcc601533729049c7d7cc74d SHA512 ebd927776f13e78c26e1c001e8586dc43fe1e64d1c537a18cd71bd6a8936c93a9fefcb58c53e94a7c0727b525f6c6a21ab70b924db8c7c105161a6a92d9c96fa -DIST lowdown-2.0.4.tar.gz 697300 BLAKE2B 07afe0f0a5e4d7f258bed5fc7a4a2e052384f852b12cf285cf3546cbe92bc05dd8d38ca3553cb0314a2823b22526f1a97be042dbdb472397afa10eb9c638a8d7 SHA512 db396f738c3effdd55f112f2f71183b32b45ae2f8ba999e03df5162612e26a313d7b3ca1c5840cb71805f4429a4a3b67fe61a731aadc5cc989b74ff2da2d5b7e -DIST lowdown-3.0.1.tar.gz 766585 BLAKE2B 5dfb8671ec39ddc166cd3173219e5aa9580261896bca3c17ba6d695338d7cc7b66583c232723e2645b7185d7dec595033d4dc6589dae55719ca3256745653f6c SHA512 cad6d4716c681f40922c7a6b0d2af20deaaa33dac790eb803e3ccd0c4759c16413ede939f86925a871c5e3485b9ab800c4128ddeb3057c0efb939dbf83b025c3 diff --git a/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch b/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch deleted file mode 100644 index 0337f3d68d99..000000000000 --- a/app-text/lowdown/files/lowdown-0.10.0-pkgconfig-libmd.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/lowdown.in.pc b/lowdown.in.pc -index 078d0c0..a31aaac 100644 ---- a/lowdown.in.pc -+++ b/lowdown.in.pc -@@ -9,5 +9,5 @@ URL: https://kristaps.bsd.lv/lowdown - Version: @VERSION@ - Requires: - Libs.private: --Libs: -L${libdir} -llowdown -lm -+Libs: -L${libdir} -llowdown -lm -lmd - Cflags: -I${includedir} diff --git a/app-text/lowdown/files/lowdown-2.0.0-shared-linking.patch b/app-text/lowdown/files/lowdown-2.0.0-shared-linking.patch deleted file mode 100644 index 6e68260a6225..000000000000 --- a/app-text/lowdown/files/lowdown-2.0.0-shared-linking.patch +++ /dev/null @@ -1,66 +0,0 @@ -diff --git a/Makefile b/Makefile -index 3b61566..3d0548f 100644 ---- a/Makefile -+++ b/Makefile -@@ -122,19 +122,6 @@ THUMBS = screen-mandoc.thumb.jpg \ - screen-groff.thumb.jpg \ - screen-term.thumb.jpg - CFLAGS += -DVERSION=\"$(VERSION)\" --# Hack around broken Mac OS X nested sandboxes. --# If SANDBOX_INIT_ERROR_IGNORE is set to "always", errors from --# sandbox_init() are ignored. If set to anything else, the user must --# also set SANDBOX_INIT_ERROR_IGNORE in their environment to ignore --# failure. --# Has no effect unless HAVE_SANDBOX_INIT is defined. --.ifdef SANDBOX_INIT_ERROR_IGNORE --.if $(SANDBOX_INIT_ERROR_IGNORE) == "always" --CFLAGS += -DSANDBOX_INIT_ERROR_IGNORE=2 --.else --CFLAGS += -DSANDBOX_INIT_ERROR_IGNORE=1 --.endif --.endif - # Because the objects will be compiled into a shared library: - CFLAGS += -fPIC - # To avoid exporting internal functions (lowdown.h has default visibility). -@@ -171,11 +158,11 @@ installwww: www - $(INSTALL) -m 0444 lowdown.tar.gz $(WWWDIR)/snapshots - $(INSTALL) -m 0444 lowdown.tar.gz.sha512 $(WWWDIR)/snapshots - --lowdown: liblowdown.a main.o -- $(CC) -o $@ main.o liblowdown.a $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD) -+lowdown: liblowdown.so main.o compats.o -+ $(CC) -o $@ main.o compats.o -L. -llowdown $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD) - - lowdown-diff: lowdown -- ln -f lowdown lowdown-diff -+ ln -s lowdown lowdown-diff - - liblowdown.a: $(OBJS) $(COMPAT_OBJS) - $(AR) rs $@ $(OBJS) $(COMPAT_OBJS) -@@ -193,7 +180,7 @@ uninstall: - rm -f $(MANDIR)/man$$section/$$name ; \ - done - --install: bins -+install: bins install_libs - mkdir -p $(DESTDIR)$(BINDIR) - mkdir -p $(DESTDIR)$(MANDIR)/man1 - mkdir -p $(DESTDIR)$(MANDIR)/man5 -@@ -208,7 +195,7 @@ install: bins - $(INSTALL_DATA) share/ms/* $(DESTDIR)$(SHAREDIR)/lowdown/ms - $(INSTALL_DATA) share/odt/* $(DESTDIR)$(SHAREDIR)/lowdown/odt - $(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR) -- $(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR) -+ ln -s lowdown $(DESTDIR)$(BINDIR)/lowdown-diff - for f in $(MAN1S) $(MAN5S) ; do \ - name=`basename $$f .html` ; \ - section=$${name##*.} ; \ -@@ -251,7 +238,7 @@ install_static: liblowdown.a install_lib_common - - uninstall_libs: uninstall_shared uninstall_static - --install_libs: install_shared install_static -+install_libs: install_shared - - distcheck: lowdown.tar.gz.sha512 - mandoc -Tlint -Werror man/*.[135] diff --git a/app-text/lowdown/lowdown-2.0.2-r1.ebuild b/app-text/lowdown/lowdown-2.0.2-r1.ebuild deleted file mode 100644 index 2e568dc1ac15..000000000000 --- a/app-text/lowdown/lowdown-2.0.2-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic multiprocessing toolchain-funcs - -MY_PV="VERSION_${PV//./_}" -DESCRIPTION="Markdown translator producing HTML5, roff documents in the ms and man formats" -HOMEPAGE="https://kristaps.bsd.lv/lowdown/" -SRC_URI="https://github.com/kristapsdz/lowdown/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="ISC" -SLOT="0/3" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" - -DEPEND=" - virtual/libcrypt:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-build/bmake -" - -# configure tests for a bunch of BSD functions on Linux -QA_CONFIG_IMPL_DECL_SKIP=( - crypt_newhash - crypt_checkpass - warnc - errc - getexecname - getprogname - memset_s - pledge - recallocarray - strlcat - strlcpy - strtonum - TAILQ_FOREACH_SAFE - unveil - arc4random - b64_ntop -) - -PATCHES=( - "${FILESDIR}/lowdown-0.10.0-pkgconfig-libmd.patch" - "${FILESDIR}/lowdown-2.0.0-shared-linking.patch" -) - -src_configure() { - append-flags -fPIC - tc-export CC AR - - local jobs="$(makeopts_jobs)" - unset MAKEOPTS - unset MAKEFLAGS - - export MAKEOPTS="-j${jobs}" - export MAKE=bmake - - ./configure \ - PREFIX="${EPREFIX}/usr" \ - MANDIR="${EPREFIX}/usr/share/man" \ - LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ - || die "./configure failed" -} - -src_compile() { - emake $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') -} - -src_test() { - LD_LIBRARY_PATH="${S}" emake regress -} diff --git a/app-text/lowdown/lowdown-2.0.2.ebuild b/app-text/lowdown/lowdown-2.0.2.ebuild deleted file mode 100644 index 4e4bc2c4fc1d..000000000000 --- a/app-text/lowdown/lowdown-2.0.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -MY_PV="VERSION_${PV//./_}" -DESCRIPTION="Markdown translator producing HTML5, roff documents in the ms and man formats" -HOMEPAGE="https://kristaps.bsd.lv/lowdown/" -SRC_URI="https://github.com/kristapsdz/lowdown/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="ISC" -SLOT="0/3" -KEYWORDS="amd64 ~arm arm64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86" - -DEPEND=" - virtual/libcrypt:= -" -RDEPEND=" - ${DEPEND} -" - -# configure tests for a bunch of BSD functions on Linux -QA_CONFIG_IMPL_DECL_SKIP=( - crypt_newhash - crypt_checkpass - warnc - errc - getexecname - getprogname - memset_s - pledge - recallocarray - strlcat - strlcpy - strtonum - TAILQ_FOREACH_SAFE - unveil - arc4random - b64_ntop -) - -PATCHES=( - "${FILESDIR}/lowdown-0.10.0-pkgconfig-libmd.patch" - "${FILESDIR}/lowdown-2.0.0-shared-linking.patch" -) - -src_configure() { - append-flags -fPIC - tc-export CC AR - - ./configure \ - PREFIX="${EPREFIX}/usr" \ - MANDIR="${EPREFIX}/usr/share/man" \ - LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ - || die "./configure failed" -} - -src_compile() { - emake $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') -} - -src_test() { - LD_LIBRARY_PATH="${S}" emake regress -} diff --git a/app-text/lowdown/lowdown-2.0.4.ebuild b/app-text/lowdown/lowdown-2.0.4.ebuild deleted file mode 100644 index 6b0b4859f8ad..000000000000 --- a/app-text/lowdown/lowdown-2.0.4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic multiprocessing toolchain-funcs - -MY_PV="VERSION_${PV//./_}" -DESCRIPTION="Markdown translator producing HTML5, roff documents in the ms and man formats" -HOMEPAGE="https://kristaps.bsd.lv/lowdown/" -SRC_URI="https://github.com/kristapsdz/lowdown/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="ISC" -SLOT="0/3" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86" - -DEPEND=" - virtual/libcrypt:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-build/bmake -" - -# configure tests for a bunch of BSD functions on Linux -QA_CONFIG_IMPL_DECL_SKIP=( - crypt_newhash - crypt_checkpass - warnc - errc - getexecname - getprogname - memset_s - pledge - recallocarray - strlcat - strlcpy - strtonum - TAILQ_FOREACH_SAFE - unveil - arc4random - b64_ntop - timingsafe_bcmp - timingsafe_memcmp -) - -PATCHES=( - "${FILESDIR}/lowdown-0.10.0-pkgconfig-libmd.patch" -) - -src_configure() { - append-flags -fPIC - tc-export CC AR - - local jobs="$(makeopts_jobs)" - unset MAKEOPTS - unset MAKEFLAGS - - export MAKEOPTS="-j${jobs}" - export MAKEFLAGS= #966238 - export MAKE=bmake - - ./configure \ - PREFIX="${EPREFIX}/usr" \ - MANDIR="${EPREFIX}/usr/share/man" \ - LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ - || die "./configure failed" -} - -src_compile() { - emake $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') -} - -src_test() { - LD_LIBRARY_PATH="${S}" emake regress -} diff --git a/app-text/lowdown/lowdown-3.0.1.ebuild b/app-text/lowdown/lowdown-3.0.1.ebuild deleted file mode 100644 index 588d2ae2d536..000000000000 --- a/app-text/lowdown/lowdown-3.0.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic multiprocessing toolchain-funcs - -MY_PV="VERSION_${PV//./_}" -DESCRIPTION="Markdown translator producing HTML5, roff documents in the ms and man formats" -HOMEPAGE="https://kristaps.bsd.lv/lowdown/" -SRC_URI="https://github.com/kristapsdz/lowdown/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="ISC" -SLOT="0/4" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" - -DEPEND=" - virtual/libcrypt:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-build/bmake -" - -# configure tests for a bunch of BSD functions on Linux -QA_CONFIG_IMPL_DECL_SKIP=( - crypt_newhash - crypt_checkpass - warnc - errc - getexecname - getprogname - memset_s - pledge - recallocarray - strlcat - strlcpy - strtonum - TAILQ_FOREACH_SAFE - unveil - arc4random - b64_ntop - timingsafe_bcmp - timingsafe_memcmp -) - -PATCHES=( - "${FILESDIR}/lowdown-0.10.0-pkgconfig-libmd.patch" -) - -src_configure() { - append-flags -fPIC - tc-export CC AR - - local jobs="$(makeopts_jobs)" - unset MAKEOPTS - unset MAKEFLAGS - - export MAKEOPTS="-j${jobs}" - export MAKEFLAGS= #966238 - export MAKE=bmake - - ./configure \ - PREFIX="${EPREFIX}/usr" \ - MANDIR="${EPREFIX}/usr/share/man" \ - LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ - || die "./configure failed" -} - -src_compile() { - emake $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') -} - -src_test() { - LD_LIBRARY_PATH="${S}" emake regress -} diff --git a/app-text/lowdown/metadata.xml b/app-text/lowdown/metadata.xml deleted file mode 100644 index 56e379f48d61..000000000000 --- a/app-text/lowdown/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/lv/Manifest b/app-text/lv/Manifest deleted file mode 100644 index 6df13c267dec..000000000000 --- a/app-text/lv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lv451.tar.gz 605082 BLAKE2B cbfdf1c4c90dc746de631e55e3d1e88335f22342991ca7d5bd4b3661803af4efc0c6dcd821ea58be6024fa7ce773ffaa0aa3844350b6f67dd61be09e2475cb70 SHA512 88c05cb06ddc56e7f16f30b38218ec3bf9c8ef6c3c2b08d5a3f950b6870b82417368ada3f14f183b0feb6ed32d144d71901ad8134e5f88ddec11fc7b9520e810 diff --git a/app-text/lv/files/lv-gentoo.patch b/app-text/lv/files/lv-gentoo.patch deleted file mode 100644 index 99724ef9c69e..000000000000 --- a/app-text/lv/files/lv-gentoo.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -25,6 +25,7 @@ - LDFLAGS=@LDFLAGS@ - INSTALL=@INSTALL@ - PERL= @PERL@ -+DESTDIR= - - OBJS= itable.o ctable.o uty.o istr.o stream.o file.o guess.o decode.o \ - encode.o escape.o iso2022.o iso8859.o iso2cn.o iso2jp.o iso2kr.o \ -@@ -64,18 +65,19 @@ - # - - install:: -- $(INSTALL) -s -m 555 lv $(bindir) -- if test -f $(bindir)/lgrep; then \ -- /bin/rm -f $(bindir)/lgrep; \ -+ if test ! -d $(DESTDIR)$(bindir); then \ -+ mkdir -p $(DESTDIR)$(bindir); \ - fi -- (cd $(bindir); ln lv lgrep) -- if test ! -d $(lvlibdir); then \ -- mkdir -p $(lvlibdir); \ -+ $(INSTALL) -m 555 lv $(DESTDIR)$(bindir) -+ (cd $(DESTDIR)$(bindir); ln -s lv lgrep) -+ if test ! -d $(DESTDIR)$(lvlibdir); then \ -+ mkdir -p $(DESTDIR)$(lvlibdir); \ - fi -- $(INSTALL) -m 444 $(srcdir)/../lv.hlp $(lvlibdir) -- if test -d $(mandir) -a -d $(mandir)/man1; then \ -- $(INSTALL) -m 444 $(srcdir)/../lv.1 $(mandir)/man1; \ -+ $(INSTALL) -m 444 $(srcdir)/../lv.hlp $(DESTDIR)$(lvlibdir) -+ if test ! -d $(DESTDIR)$(mandir)/man1; then \ -+ mkdir -p $(DESTDIR)$(mandir)/man1; \ - fi -+ $(INSTALL) -m 444 $(srcdir)/../lv.1 $(DESTDIR)$(mandir)/man1; \ - - uninstall:: - for i in $(bindir)/lv $(bindir)/lgrep $(lvlibdir)/lv.hlp $(mandir)/man1/lv.1; do \ diff --git a/app-text/lv/files/lv-headers.patch b/app-text/lv/files/lv-headers.patch deleted file mode 100644 index 5207ec07cbee..000000000000 --- a/app-text/lv/files/lv-headers.patch +++ /dev/null @@ -1,26 +0,0 @@ -Add missing string protos. - - * src/guess.c:150:12: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration] - * src/guess.c:218:22: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] - * src/guesslocale.c:42:9: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] - ---- a/src/guess.c -+++ b/src/guess.c -@@ -21,6 +21,7 @@ - */ - - #include <stdio.h> -+#include <string.h> /* strcmp */ - - #include <import.h> - #include <decode.h> ---- a/src/guesslocale.c -+++ b/src/guesslocale.c -@@ -29,6 +29,7 @@ - #include <langinfo.h> - #endif - -+#include <ctype.h> /* toupper */ - #include <import.h> - #include <ctable.h> - #include <begin.h> diff --git a/app-text/lv/files/lv-tinfo.patch b/app-text/lv/files/lv-tinfo.patch deleted file mode 100644 index 7da23d474951..000000000000 --- a/app-text/lv/files/lv-tinfo.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/configure.in -+++ b/src/configure.in -@@ -24,7 +24,16 @@ AC_ARG_ENABLE(purify, - dnl Checks for libraries. - AC_DEFINE(UNIX) - AC_DEFINE(TERMCAP) --AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, [AC_CHECK_LIB(ncurses, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])]) -+PKG_CHECK_MODULES( -+ CURSES, -+ ncurses, -+ [ -+ CPPFLAGS="$CURSES_CFLAGS $CPPFLAGS" -+ LIBS="$CURSES_LIBS $LIBS" -+ ], -+ [ -+ AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, [AC_CHECK_LIB(ncurses, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])]) -+ ]) - - dnl Checks for header files. - AC_HEADER_STDC diff --git a/app-text/lv/files/lv-xz.patch b/app-text/lv/files/lv-xz.patch deleted file mode 100644 index 1b6ad8a91659..000000000000 --- a/app-text/lv/files/lv-xz.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/index.html -+++ b/index.html -@@ -301,8 +301,11 @@ - <P> - Compressed files that have suffix ``gz'', ``z'', or ``GZ'', ``Z'' are - extracted by lv using <I>zcat</I> (1), -- and ``bz2'' or ``BZ2'' with <I>bzcat</I> (1). -- Please install <I>zcat</I> and <I>bzcat</I> that can expand all of them. -+ ``bz2'' or ``BZ2'' with <I>bzcat</I> (1). -+ ``lzma'' or ``LZMA'' with <I>lzcat</I> (1). -+ and ``xz'' or ``XZ'' with <I>xzcat</I> (1). -+ Please install <I>zcat</I>, <I>bzcat</I>, <I>lzcat</I> and <I>xzcat</I> -+ that can expand all of them. - <P> - In case that standard output is not connected to an ordinal terminal - but to redirect or pipe-line, ---- a/src/stream.c -+++ b/src/stream.c -@@ -43,6 +43,8 @@ - - private byte *gz_filter = "zcat"; - private byte *bz2_filter = "bzcat"; -+private byte *lzma_filter = "lzcat"; -+private byte *xz_filter = "xzcat"; - - private stream_t *StreamAlloc() - { -@@ -75,10 +77,14 @@ - filter = gz_filter; - else if( !strcmp( "bz2", exts ) || !strcmp( "BZ2", exts ) ) - filter = bz2_filter; -+ else if( !strcmp( "lzma", exts ) || !strcmp( "LZMA", exts ) ) -+ filter = lzma_filter; -+ else if( !strcmp( "xz", exts ) || !strcmp( "XZ", exts ) ) -+ filter = xz_filter; - } - if( NULL != filter ){ - /* -- * zcat or bzcat -+ * zcat, bzcat, lzcat or xzcat - */ - if( NULL == (st->fp = (FILE *)tmpfile()) ) - perror( "temporary file" ), exit( -1 ); diff --git a/app-text/lv/lv-4.51-r5.ebuild b/app-text/lv/lv-4.51-r5.ebuild deleted file mode 100644 index 3fec69551ff4..000000000000 --- a/app-text/lv/lv-4.51-r5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -MY_P="${PN}${PV//./}" - -DESCRIPTION="Powerful Multilingual File Viewer" -HOMEPAGE="https://github.com/ttdoda/lv" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND="!app-editors/levee - sys-libs/ncurses:0=" -DEPEND="${RDEPEND}" -BDEPEND="dev-lang/perl" -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-headers.patch - "${FILESDIR}"/${PN}-tinfo.patch - "${FILESDIR}"/${PN}-xz.patch -) -DOCS=( README hello.sample ) -HTML_DOCS=( index.html relnote.html hello.sample.gif ) - -src_prepare() { - default - - cd src - mv configure.{in,ac} - eautoreconf -} - -src_configure() { - ECONF_SOURCE=src econf -} - -src_compile() { - emake CC="$(tc-getCC)" -} diff --git a/app-text/lv/metadata.xml b/app-text/lv/metadata.xml deleted file mode 100644 index 2da59c0c2284..000000000000 --- a/app-text/lv/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mandoc/Manifest b/app-text/mandoc/Manifest deleted file mode 100644 index fbfe6541cf5b..000000000000 --- a/app-text/mandoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mandoc-1.14.6.tar.gz 697150 BLAKE2B e9f6087e9df977901815b1231f68e381502c7392b0ac65a060ce0ef270da3b76540a17931a076b700865a02f9ca1a8ca044a54dbf6318756931c29e6b1deb228 SHA512 54286070812a47b629f68757046d3c9a1bdd2b5d1c3b84a5c8e4cb92f1331afa745443f7238175835d8cfbe5b8dd442e00c75c3a5b5b8f8efd8d2ec8f636dad4 diff --git a/app-text/mandoc/files/mandoc-1.14.5-r1-www-install.patch b/app-text/mandoc/files/mandoc-1.14.5-r1-www-install.patch deleted file mode 100644 index 2395f1ce66b7..000000000000 --- a/app-text/mandoc/files/mandoc-1.14.5-r1-www-install.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/Makefile b/Makefile -index f4e2954..191c7e2 100644 ---- a/Makefile -+++ b/Makefile -@@ -535,9 +535,11 @@ soelim: $(SOELIM_OBJS) - # --- maintainer targets --- - - www-install: www -- $(INSTALL_DATA) mandoc.css $(HTDOCDIR) -- $(INSTALL_DATA) $(WWW_MANS) $(HTDOCDIR)/man -- $(INSTALL_DATA) $(WWW_INCS) $(HTDOCDIR)/includes -+ mkdir -p $(DESTDIR)$(HTDOCDIR)/man -+ mkdir -p $(DESTDIR)$(HTDOCDIR)/includes -+ $(INSTALL_DATA) mandoc.css $(DESTDIR)$(HTDOCDIR) -+ $(INSTALL_DATA) $(WWW_MANS) $(DESTDIR)$(HTDOCDIR)/man -+ $(INSTALL_DATA) $(WWW_INCS) $(DESTDIR)$(HTDOCDIR)/includes - - depend: config.h - mkdep -f Makefile.depend $(CFLAGS) $(SRCS) diff --git a/app-text/mandoc/files/mandoc.cron-r0 b/app-text/mandoc/files/mandoc.cron-r0 deleted file mode 100644 index 785564901765..000000000000 --- a/app-text/mandoc/files/mandoc.cron-r0 +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# need MANPATH -. /etc/profile.env - -exec nice makewhatis -T utf8 2>/dev/null diff --git a/app-text/mandoc/mandoc-1.14.6-r1.ebuild b/app-text/mandoc/mandoc-1.14.6-r1.ebuild deleted file mode 100644 index 563e6bc3b27f..000000000000 --- a/app-text/mandoc/mandoc-1.14.6-r1.ebuild +++ /dev/null @@ -1,171 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="https://mdocml.bsd.lv/" -SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cgi selinux system-man test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/zlib:= - system-man? ( !sys-apps/man-db ) -" -DEPEND="${RDEPEND} - cgi? ( virtual/zlib:=[static-libs] ) -" -BDEPEND=" - cgi? ( app-text/highlight ) - test? ( dev-lang/perl ) -" -RDEPEND+=" selinux? ( sec-policy/selinux-makewhatis )" - -QA_CONFIG_IMPL_DECL_SKIP=( - # BSD, provided by compat_progname.c - getprogname - # BSD, not required - pledge - # BSD, provided by compat_recallocarray.c - recallocarray - # BSD, provided by compat_strtonum.c - strtonum - # tested by configure w/o and then w/ _GNU_SOURCE - # avoid the warn for the first check - strcasestr # for musl - strptime - wcwidth -) - -PATCHES=( - "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch -) - -pkg_pretend() { - if use system-man ; then - # only support uncompressed and gzip - [[ -n ${PORTAGE_COMPRESS+unset} ]] && \ - [[ "${PORTAGE_COMPRESS}" == "gzip" || "${PORTAGE_COMPRESS}" == "" ]] || \ - ewarn "only PORTAGE_COMPRESS=gzip or '' is supported, man pages will not be indexed" - fi -} - -src_prepare() { - default - - cat <<-EOF > "configure.local" - PREFIX="${EPREFIX}/usr" - BINDIR="${EPREFIX}/usr/bin" - SBINDIR="${EPREFIX}/usr/sbin" - LIBDIR="${EPREFIX}/usr/$(get_libdir)" - MANDIR="${EPREFIX}/usr/share/man" - INCLUDEDIR="${EPREFIX}/usr/include/mandoc" - EXAMPLEDIR="${EPREFIX}/usr/share/examples/mandoc" - MANPATH_DEFAULT="${EPREFIX}/usr/man:${EPREFIX}/usr/share/man:${EPREFIX}/usr/local/man:${EPREFIX}/usr/local/share/man" - - CFLAGS="${CFLAGS} ${CPPFLAGS}" - LDFLAGS="${LDFLAGS}" - AR="$(tc-getAR)" - CC="$(tc-getCC)" - # The STATIC variable is only used by man.cgi. - STATIC= - - # conflicts with sys-apps/groff - BINM_SOELIM=msoelim - MANM_ROFF=mandoc_roff - # conflicts with sys-apps/man-pages - MANM_MAN=mandoc_man - - # fix utf-8 locale on musl - $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') - EOF - use system-man || cat <<-EOF >> "configure.local" - BINM_MAN=mman - BINM_APROPOS=mapropos - BINM_WHATIS=mwhatis - BINM_MAKEWHATIS=mmakewhatis - MANM_MDOC=mandoc_mdoc - MANM_EQN=mandoc_eqn - MANM_TBL=mandoc_tbl - MANM_MANCONF=mman.conf - EOF - # Assuming modern Linux + glibc/musl and not BSD. - tc-is-cross-compiler && cat <<-EOF >> "configure.local" - HAVE_ATTRIBUTE=1 - HAVE_CMSG=1 - HAVE_DIRENT_NAMLEN=0 - HAVE_EFTYPE=0 - HAVE_ENDIAN=1 - HAVE_ERR=1 - HAVE_FTS_COMPARE_CONST=0 - HAVE_FTS=$(usex elibc_glibc 1 0) - HAVE_GETLINE=1 - HAVE_GETSUBOPT=1 - HAVE_ISBLANK=1 - HAVE_LESS_T=1 - HAVE_MKDTEMP=1 - HAVE_MKSTEMPS=1 - HAVE_NANOSLEEP=1 - HAVE_NTOHL=1 - HAVE_O_DIRECTORY=1 - HAVE_OHASH=0 - HAVE_PATH_MAX=1 - HAVE_PLEDGE=0 - HAVE_PROGNAME=0 - HAVE_REALLOCARRAY=1 - HAVE_RECALLOCARRAY=0 - HAVE_RECVMSG=1 - HAVE_REWB_BSD=0 - HAVE_REWB_SYSV=1 - HAVE_SANDBOX_INIT=0 - HAVE_STRCASESTR=$(usex elibc_glibc 1 0) - HAVE_STRINGLIST=0 - HAVE_STRLCAT=$(usex elibc_glibc 1 0) - HAVE_STRLCPY=$(usex elibc_glibc 1 0) - HAVE_STRPTIME=1 - HAVE_STRSEP=1 - HAVE_STRTONUM=0 - HAVE_SYS_ENDIAN=0 - HAVE_VASPRINTF=1 - HAVE_WCHAR=1 - NEED_GNU_SOURCE=1 - EOF - if use cgi; then - cp cgi.h{.example,} || die - fi - if [[ -n "${MANDOC_CGI_H}" ]]; then - cp "${MANDOC_CGI_H}" cgi.h || die - fi -} - -src_compile() { - default - use cgi && emake man.cgi -} - -src_test() { - emake regress -} - -src_install() { - emake DESTDIR="${D}" install - use cgi && emake DESTDIR="${D}" cgi-install www-install - - if use system-man ; then - exeinto /etc/cron.daily - newexe "${FILESDIR}"/mandoc.cron-r0 mandoc - fi -} - -pkg_postinst() { - if use system-man ; then - elog "Generating mandoc database" - makewhatis || die - fi -} diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild b/app-text/mandoc/mandoc-1.14.6.ebuild deleted file mode 100644 index 719908bffbe9..000000000000 --- a/app-text/mandoc/mandoc-1.14.6.ebuild +++ /dev/null @@ -1,172 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="https://mdocml.bsd.lv/" -SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cgi selinux system-man test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/zlib:= - system-man? ( !sys-apps/man-db ) -" -DEPEND="${RDEPEND} - cgi? ( virtual/zlib:=[static-libs] ) -" -BDEPEND=" - cgi? ( app-text/highlight ) - test? ( dev-lang/perl ) -" -RDEPEND+=" selinux? ( sec-policy/selinux-makewhatis )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch -) - -pkg_pretend() { - if use system-man ; then - # only support uncompressed and gzip - [[ -n ${PORTAGE_COMPRESS+unset} ]] && \ - [[ "${PORTAGE_COMPRESS}" == "gzip" || "${PORTAGE_COMPRESS}" == "" ]] || \ - ewarn "only PORTAGE_COMPRESS=gzip or '' is supported, man pages will not be indexed" - fi -} - -src_prepare() { - default - - # The db-install change is to support parallel installs. - sed -i \ - -e '/ar rs/s:ar:$(AR):' \ - -e '/^db-install:/s:$: base-install:' \ - Makefile || die - - # make-4.3 doesn't like the CC line (bug #706024) - # and "echo -n" is not portable - sed \ - -e "s@^\(CC=\).*\$@\1\"$(tc-getCC)\"@" \ - -e 's@echo -n@printf@g' \ - -i configure || die - - cat <<-EOF > "configure.local" - PREFIX="${EPREFIX}/usr" - BINDIR="${EPREFIX}/usr/bin" - SBINDIR="${EPREFIX}/usr/sbin" - LIBDIR="${EPREFIX}/usr/$(get_libdir)" - MANDIR="${EPREFIX}/usr/share/man" - INCLUDEDIR="${EPREFIX}/usr/include/mandoc" - EXAMPLEDIR="${EPREFIX}/usr/share/examples/mandoc" - MANPATH_DEFAULT="${EPREFIX}/usr/man:${EPREFIX}/usr/share/man:${EPREFIX}/usr/local/man:${EPREFIX}/usr/local/share/man" - - CFLAGS="${CFLAGS} ${CPPFLAGS}" - LDFLAGS="${LDFLAGS}" - AR="$(tc-getAR)" - CC="$(tc-getCC)" - # The STATIC variable is only used by man.cgi. - STATIC= - - # conflicts with sys-apps/groff - BINM_SOELIM=msoelim - MANM_ROFF=mandoc_roff - # conflicts with sys-apps/man-pages - MANM_MAN=mandoc_man - - # fix utf-8 locale on musl - $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '') - EOF - use system-man || cat <<-EOF >> "configure.local" - BINM_MAN=mman - BINM_APROPOS=mapropos - BINM_WHATIS=mwhatis - BINM_MAKEWHATIS=mmakewhatis - MANM_MDOC=mandoc_mdoc - MANM_EQN=mandoc_eqn - MANM_TBL=mandoc_tbl - MANM_MANCONF=mman.conf - EOF - # Assuming modern Linux + glibc/musl and not BSD. - tc-is-cross-compiler && cat <<-EOF >> "configure.local" - HAVE_ATTRIBUTE=1 - HAVE_CMSG=1 - HAVE_DIRENT_NAMLEN=0 - HAVE_EFTYPE=0 - HAVE_ENDIAN=1 - HAVE_ERR=1 - HAVE_FTS_COMPARE_CONST=0 - HAVE_FTS=$(usex elibc_glibc 1 0) - HAVE_GETLINE=1 - HAVE_GETSUBOPT=1 - HAVE_ISBLANK=1 - HAVE_LESS_T=1 - HAVE_MKDTEMP=1 - HAVE_MKSTEMPS=1 - HAVE_NANOSLEEP=1 - HAVE_NTOHL=1 - HAVE_O_DIRECTORY=1 - HAVE_OHASH=0 - HAVE_PATH_MAX=1 - HAVE_PLEDGE=0 - HAVE_PROGNAME=0 - HAVE_REALLOCARRAY=1 - HAVE_RECALLOCARRAY=0 - HAVE_RECVMSG=1 - HAVE_REWB_BSD=0 - HAVE_REWB_SYSV=1 - HAVE_SANDBOX_INIT=0 - HAVE_STRCASESTR=$(usex elibc_glibc 1 0) - HAVE_STRINGLIST=0 - HAVE_STRLCAT=$(usex elibc_glibc 1 0) - HAVE_STRLCPY=$(usex elibc_glibc 1 0) - HAVE_STRPTIME=1 - HAVE_STRSEP=1 - HAVE_STRTONUM=0 - HAVE_SYS_ENDIAN=0 - HAVE_VASPRINTF=1 - HAVE_WCHAR=1 - NEED_GNU_SOURCE=1 - EOF - if use cgi; then - cp cgi.h{.example,} || die - fi - if [[ -n "${MANDOC_CGI_H}" ]]; then - cp "${MANDOC_CGI_H}" cgi.h || die - fi - - # ./configure does not propagate all configure.local - # settings to Makefile.local settings. - tc-export AR -} - -src_compile() { - default - use cgi && emake man.cgi -} - -src_test() { - emake regress -} - -src_install() { - emake DESTDIR="${D}" install - use cgi && emake DESTDIR="${D}" cgi-install www-install - - if use system-man ; then - exeinto /etc/cron.daily - newexe "${FILESDIR}"/mandoc.cron-r0 mandoc - fi -} - -pkg_postinst() { - if use system-man ; then - elog "Generating mandoc database" - makewhatis || die - fi -} diff --git a/app-text/mandoc/metadata.xml b/app-text/mandoc/metadata.xml deleted file mode 100644 index bac370db9c1b..000000000000 --- a/app-text/mandoc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - </maintainer> - <use> - <flag name="cgi">build man.cgi web plugin for viewing man pages</flag> - <flag name="system-man">set as the default man provider</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/manpager/files/manpager.c b/app-text/manpager/files/manpager.c deleted file mode 100644 index 99b0680a1d83..000000000000 --- a/app-text/manpager/files/manpager.c +++ /dev/null @@ -1,74 +0,0 @@ -/* - * Wrapper to help enable colorized man page output. - * Only works with PAGER=less - * - * https://bugs.gentoo.org/184604 - * https://unix.stackexchange.com/questions/108699/documentation-on-less-termcap-variables - * - * Copyright 2003-2015 Gentoo Foundation - * Distributed under the terms of the GNU General Public License v2 - */ - -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> - -#define COLOR(c, b) "\e[" #c ";" #b "m" - -#define _SE(termcap, col) setenv("LESS_TERMCAP_" #termcap, col, 0) -#define SE(termcap, c, b) _SE(termcap, COLOR(c, b)) - -static int usage(void) -{ - puts( - "manpager: display man pages with color!\n" - "\n" - "Usage:\n" - "\texport MANPAGER=manpager\n" - "\tman man\n" - "\n" - "To control the colorization, set these env vars:\n" - "\tLESS_TERMCAP_mb - start blinking\n" - "\tLESS_TERMCAP_md - start bolding\n" - "\tLESS_TERMCAP_me - stop bolding\n" - "\tLESS_TERMCAP_us - start underlining\n" - "\tLESS_TERMCAP_ue - stop underlining\n" - "\tLESS_TERMCAP_so - start standout (reverse video)\n" - "\tLESS_TERMCAP_se - stop standout (reverse video)\n" - "\n" - "You can do so by doing:\n" - "\texport LESS_TERMCAP_md=\"$(printf '\\e[1;36m')\"\n" - "\n" - "Run 'less --help' or 'man less' for more info" - ); - return 0; -} - -int main(int argc, char *argv[]) -{ - if (argc == 2 && (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))) - return usage(); - - /* Blinking. */ - SE(mb, 5, 31); /* Start. */ - - /* Bolding. */ - SE(md, 1, 34); /* Start. */ - SE(me, 0, 0); /* Stop. */ - - /* Underlining. */ - SE(us, 4, 36); /* Start. */ - SE(ue, 0, 0); /* Stop. */ - -#if 0 - /* Standout (reverse video). */ - SE(so, 1, 32); /* Start. */ - SE(se, 0, 0); /* Stop. */ -#endif - - argv[0] = getenv("PAGER") ? : "less"; - execvp(argv[0], argv); - perror("could not launch PAGER"); - return 1; -} diff --git a/app-text/manpager/manpager-1.ebuild b/app-text/manpager/manpager-1.ebuild deleted file mode 100644 index 23d2e43a9b1e..000000000000 --- a/app-text/manpager/manpager-1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Enable colorization of man pages" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -S=${WORKDIR} - -src_compile() { - local cmd=( - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} - "${FILESDIR}"/manpager.c -o ${PN} - ) - echo "${cmd[@]}" - "${cmd[@]}" || die -} - -src_install() { - dobin ${PN} - echo "MANPAGER=manpager" | newenvd - 00manpager -} diff --git a/app-text/manpager/metadata.xml b/app-text/manpager/metadata.xml deleted file mode 100644 index f308c62eb267..000000000000 --- a/app-text/manpager/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/marknote/Manifest b/app-text/marknote/Manifest deleted file mode 100644 index 34b6edfad29f..000000000000 --- a/app-text/marknote/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST marknote-1.5.2.tar.xz 219452 BLAKE2B a9f957553f41431e0969eb779bf136d4b9b9ffbf18d439a93281c5972e12952135d543c92215d8d39c9cf295a1d919088a5287b37a20fffc048682ca9d5d0969 SHA512 7651d0fb53b02b982d70b529809d8a94e3eb6e2b4c35245c195cbc9c6aeb78bd68b421b93f80d132e8772454c54cb89aa6b81c83a3d12287ed6c7d11f88f5578 diff --git a/app-text/marknote/marknote-1.5.2.ebuild b/app-text/marknote/marknote-1.5.2.ebuild deleted file mode 100644 index a114367e3f88..000000000000 --- a/app-text/marknote/marknote-1.5.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=6.19.0 -QTMIN=6.9.1 -inherit ecm kde.org xdg - -DESCRIPTION="Markdown editor with a wide range of formating options for everyday notes" -HOMEPAGE="https://apps.kde.org/marknote/" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0" -IUSE="plasma" - -DEPEND=" - >=dev-libs/kirigami-addons-1.11.0:6 - dev-libs/md4c - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 - kde-apps/kmime:6= - >=kde-frameworks/breeze-icons-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcolorscheme-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - plasma? ( - >=dev-qt/qtbase-${QTMIN}:6[dbus] - >=kde-frameworks/kwindowsystem-${KFMIN}:6 - ) -" -RDEPEND="${DEPEND} - >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 -" - -src_configure() { - local mycmakeargs=( - -DWITH_KRUNNER=$(usex plasma) - ) - - ecm_src_configure -} diff --git a/app-text/marknote/metadata.xml b/app-text/marknote/metadata.xml deleted file mode 100644 index 7d0e8d88db15..000000000000 --- a/app-text/marknote/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=Marknote</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest deleted file mode 100644 index 4b21da0a033e..000000000000 --- a/app-text/master-pdf-editor/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST master-pdf-editor-5.9.98-1-qt6.9.2.x86_64.tar.gz 139423206 BLAKE2B 2fb52b987709b24454f75d4e80d529573ca41e7c4375862affe4712cddac5e2ed9ff519a1939aaa605eeda6fad485e3f4aa83148daca289e999b30e068bea53b SHA512 c7d6f8bc47f31840f4436eaaeb4b87a48e609bfdc1d57f6a30699c4b4cad437d610a2e2df62fe921856c9c522a228b6d11aee7e91c88b1804978e3875bc086c8 -DIST master-pdf-editor-5.tar.bz2 32463 BLAKE2B 1382da0796ce94f5b183ffdd66a4a80f3b70a8f5abc93146fac6a2152e44fd8a17186643acb7d9504a83ebf8ffa331597139dc75121ff503f973b5545b4428d8 SHA512 0a88e0a3c898846a2590884da9f901bb48061c5d3919720cbf42e33f61dfc7a7ad3c3f5b3244fb153af182270da1c20bb95eeffb3f268616524fd988ff53562d diff --git a/app-text/master-pdf-editor/files/mpe5 b/app-text/master-pdf-editor/files/mpe5 deleted file mode 100644 index d9514c420694..000000000000 --- a/app-text/master-pdf-editor/files/mpe5 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -appname="masterpdfeditor5" -selfpath="/opt/master-pdf-editor-5" -exec "$selfpath/$appname" "$@" diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild deleted file mode 100644 index d2bd534401ad..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="A complete solution for viewing and editing PDF files" -HOMEPAGE="https://code-industry.net/free-pdf-editor/" -MyPN="${PN}-${PV%%.*}" -SRC_URI="https://code-industry.net/public/${P}-1-qt6.9.2.x86_64.tar.gz - https://dev.gentoo.org/~grozin/${MyPN}.tar.bz2" -S="${WORKDIR}/${MyPN}" - -LICENSE="master-pdf-editor" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND=" - app-arch/bzip2 - app-arch/zstd - app-crypt/libb2 - dev-libs/double-conversion - dev-libs/expat - dev-libs/glib - dev-libs/gmp - dev-libs/icu - dev-libs/leancrypto - dev-libs/libffi - dev-libs/libpcre2 - dev-libs/libtasn1 - dev-libs/libunistring - dev-libs/libusb - dev-libs/libxml2 - dev-libs/md4c - dev-libs/nettle - dev-libs/openssl - dev-libs/pkcs11-helper - dev-qt/qt5compat:6 - dev-qt/qtbase:6[concurrent,dbus,gui,network,widgets,xml] - dev-qt/qtdeclarative:6 - dev-qt/qtsvg:6 - media-gfx/graphite2 - media-gfx/sane-backends - media-libs/fontconfig - media-libs/freetype - media-libs/harfbuzz - media-libs/libglvnd[X] - media-libs/libpng - net-dns/libidn2 - net-libs/gnutls - net-libs/libproxy - net-print/cups - sys-apps/dbus - || ( sys-apps/systemd sys-apps/systemd-utils ) - sys-apps/util-linux - sys-devel/gcc - sys-libs/glibc - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libxcb - x11-libs/libxkbcommon - virtual/zlib -" - -QA_PREBUILT="opt/${PN}/masterpdfeditor5" -QA_FLAGS_IGNORED="${QA_PREBUILT}" -QA_PRESTRIPPED="${QA_PREBUILT}" - -src_install() { - insinto /opt/${MyPN} - doins -r fonts icc_profiles lang stamps templates masterpdfeditor5.png - exeinto /opt/${MyPN} - doexe masterpdfeditor5 - exeinto /opt/bin - doexe "${FILESDIR}"/mpe5 - domenu masterpdfeditor5.desktop - for s in 16 32 64 96 128 256 - do doicon -s ${s} ${s}x${s}/apps/masterpdfeditor5.png - done -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -} diff --git a/app-text/master-pdf-editor/metadata.xml b/app-text/master-pdf-editor/metadata.xml deleted file mode 100644 index c4a608fc0b07..000000000000 --- a/app-text/master-pdf-editor/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mathtex/Manifest b/app-text/mathtex/Manifest deleted file mode 100644 index f4a8cd628072..000000000000 --- a/app-text/mathtex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mathtex-1.05.zip 161624 BLAKE2B 9812cfadcc5d47286afb86c6ad38f5bdf932ef39efad2228b04b3b39cbb7543f78be9d82cfa8bbfcc72c9f46fa1931e39aeb71e3abab865dcd60e4e9717e2377 SHA512 f116618de4264efdbccb122b0e9769bbe622f6300266284a96e65f37346c000364063f201b31554bde62a4a4e13c0c8f16d570dca359d3ef27bc0f7622af3715 diff --git a/app-text/mathtex/mathtex-1.05.ebuild b/app-text/mathtex/mathtex-1.05.ebuild deleted file mode 100644 index 47b8d0d3f71b..000000000000 --- a/app-text/mathtex/mathtex-1.05.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Lets you easily embed LaTeX math in your own html pages, blogs, wikis, etc" -HOMEPAGE="https://www.ctan.org/pkg/mathtex" -SRC_URI="https://mirrors.ctan.org/support/${PN}.zip -> ${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="png" - -RDEPEND="app-text/dvipng - virtual/latex-base" -BDEPEND="app-arch/unzip" - -S=${WORKDIR}/${PN} - -einfo_run_command() { - einfo "${@}" - ${@} || die -} - -src_compile() { - einfo_run_command $(tc-getCC) \ - ${CFLAGS} ${LDFLAGS} \ - -DLATEX=\"/usr/bin/latex\" \ - -DDVIPNG=\"/usr/bin/dvipng\" \ - $(use png && echo "-DPNG") \ - mathtex.c -o mathtex -} - -src_install() { - dobin mathtex - dodoc README mathtex.html -} - -pkg_postinst() { - elog "To use mathtex in your web-pages, just link /usr/bin/mathtex" - elog "to your cgi-bin subdirectory!" -} diff --git a/app-text/mathtex/metadata.xml b/app-text/mathtex/metadata.xml deleted file mode 100644 index 7b5fa9214bca..000000000000 --- a/app-text/mathtex/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="png">Generate png images by default instead of gif</flag> - </use> - <longdescription>MathTeX parses a LaTeX math expression and immediately emits - the corresponding gif (or png) image. It can be used as cgi program to embed - LaTeX math in your own html pages, blogs, wikis, etc. Just place an html img - tag in your document wherever you want to see the corresponding LaTeX - expression. Take a look at homepage for examples. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mdbook/Manifest b/app-text/mdbook/Manifest deleted file mode 100644 index 2c0a7d51a059..000000000000 --- a/app-text/mdbook/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST mdbook-0.5.2-vendor.tar.xz 7859504 BLAKE2B f37b5464d986d89e466ed40317c392f449bcb65dbfcade1615bbff92f2697b9db7cdf4041c209d3493c9ec0c5dce6353fdf5510a3259fc020344b7ea65044b74 SHA512 43b30410ef5637431b3f8680870cbea62cabf167a9be6203c9b40e587267e676da15017f5114dfa7b419994691b06092899774872b0723e5928e743ca3ad1604 -DIST mdbook-0.5.2.tar.gz 974882 BLAKE2B 7337eb5930c41f7ee51390f5374e633db6fed4876c17150e34a8b4c1df92a5f4a9b33404cc48cf0eaa55ab20ef4d4540540834e994f3377f15d6b014fc653a1b SHA512 a10078d486b3e2659117cdcf08ba8a7902cc2764b5064b5c0f5ef33d4dadabac691d332f2b40d76cab2b615a2bda6ac5d30f28024ce732a6bb5fc67ce1a47de3 -DIST mdbook-0.5.3-vendor.tar.xz 8377040 BLAKE2B 6b21db63a960f0243944d4756c7090684b8095fb42360b9c46bb6b62b808dd013e0038bbb4038e4991e14e080453216f4897eb2ff71de730a54295d7994da123 SHA512 d425e8eb08b77a9a03a5192f9e9fdc8e8febc80372857a8c125ec956af8ce46427654e9f674d2e5b9edb00d90411a23f2c392f14ac5f00b7f08b85a65d823e9d -DIST mdbook-0.5.3.tar.gz 980947 BLAKE2B da9b66f451ad62a8ec23e2a6434fbb2d5ec86a27de8aff6530c16ec5ce68fb1caae249c90d3e0f2822d0e4cd1958036ee765d602876dd3e2200256775fe6292b SHA512 453603c7c9e094e671656f83eecbee362a8ccc0ec8299e73ea382b53deecef2e723079c0c7455ba0e503db480c3e56ec5e56d4a35eca3835030b081ceb2b6198 diff --git a/app-text/mdbook/mdbook-0.5.2.ebuild b/app-text/mdbook/mdbook-0.5.2.ebuild deleted file mode 100644 index 34e404e337f7..000000000000 --- a/app-text/mdbook/mdbook-0.5.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -RUST_MIN_VER=1.85.0 -inherit cargo toolchain-funcs - -DESCRIPTION="Create a book from markdown files" -HOMEPAGE="https://rust-lang.github.io/mdBook/" -SRC_URI=" - https://github.com/rust-lang/mdBook/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz - https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${P}-vendor.tar.xz -" -S=${WORKDIR}/${P/b/B} - -# OFL-1.1: embeds fonts inside the executable -LICENSE="MPL-2.0 OFL-1.1" -LICENSE+=" - Apache-2.0 BSD CC-BY-4.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 -" # crates -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="doc" - -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_compile() { - cargo_src_compile - - if use doc; then - if tc-is-cross-compiler; then - ewarn "html docs were skipped due to cross-compilation" - else - "$(cargo_target_dir)"/${PN} build -d "${T}"/html guide || die - fi - fi -} - -src_test() { - local -x COLUMNS=100 #960393 - - cargo_src_test -} - -src_install() { - cargo_src_install - - dodoc CHANGELOG.md README.md - use doc && ! tc-is-cross-compiler && dodoc -r "${T}"/html -} diff --git a/app-text/mdbook/mdbook-0.5.3.ebuild b/app-text/mdbook/mdbook-0.5.3.ebuild deleted file mode 100644 index 5d5d42cfb8fa..000000000000 --- a/app-text/mdbook/mdbook-0.5.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -RUST_MIN_VER=1.87.0 -inherit cargo toolchain-funcs - -DESCRIPTION="Create a book from markdown files" -HOMEPAGE="https://rust-lang.github.io/mdBook/" -SRC_URI=" - https://github.com/rust-lang/mdBook/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz - https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${P}-vendor.tar.xz -" -S=${WORKDIR}/${P/b/B} - -# OFL-1.1: embeds fonts inside the executable -LICENSE="MPL-2.0 OFL-1.1" -LICENSE+=" - Apache-2.0 BSD CC-BY-4.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 -" # crates -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="doc" - -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_compile() { - cargo_src_compile - - if use doc; then - if tc-is-cross-compiler; then - ewarn "html docs were skipped due to cross-compilation" - else - "$(cargo_target_dir)"/${PN} build -d "${T}"/html guide || die - fi - fi -} - -src_test() { - local -x COLUMNS=100 #960393 - - cargo_src_test -} - -src_install() { - cargo_src_install - - dodoc CHANGELOG.md README.md - use doc && ! tc-is-cross-compiler && dodoc -r "${T}"/html -} diff --git a/app-text/mdbook/metadata.xml b/app-text/mdbook/metadata.xml deleted file mode 100644 index 497336cabdb5..000000000000 --- a/app-text/mdbook/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ionen@gentoo.org</email> - <name>Ionen Wolkens</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:rust-lang:mdbook</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mecab/Manifest b/app-text/mecab/Manifest deleted file mode 100644 index 89ed12e73a53..000000000000 --- a/app-text/mecab/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mecab-0.996.tar.gz 1398663 BLAKE2B 97ea18a00c6f2284c994681631b84a572d244b741c8e30b5fdf5404b2bf80fdd4c724c803999955e36ee252e59e6644716dbdca55a6ffb2e4de52193d7f777bd SHA512 aca6d16f411b9ba9b6687242246aeb28ede6d6c6a9122d4a32da9d8e76e79b5f4af2c8e3b13ad9462b34e9d2994cbd9bbbedebac45609684db9b703da999577f diff --git a/app-text/mecab/files/0001-configure-remove-terrible-horrible-code-that-resets-.patch b/app-text/mecab/files/0001-configure-remove-terrible-horrible-code-that-resets-.patch deleted file mode 100644 index a5cc60335209..000000000000 --- a/app-text/mecab/files/0001-configure-remove-terrible-horrible-code-that-resets-.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 8ddfa1e8c274759f287c9ee73d4d1625028c3bb8 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Thu, 29 Feb 2024 16:44:27 -0500 -Subject: [PATCH] configure: remove terrible horrible code that resets CFLAGS - to "-O3" - -... and totally ignores all user defined flags. ---- - configure.in | 8 -------- - 1 file changed, 8 deletions(-) - -diff --git a/configure.in b/configure.in -index a5e2a5e..4ac75c1 100644 ---- a/configure.in -+++ b/configure.in -@@ -85,14 +85,6 @@ else - fi - fi - --dnl --dnl check gcc --dnl --if test -n "$GCC"; then -- CFLAGS="-O3 -Wall " -- CXXFLAGS="-O3 -Wall " --fi -- - dnl - dnl check Char Code - dnl --- -2.43.0 - diff --git a/app-text/mecab/files/mecab-0.98-iconv.patch b/app-text/mecab/files/mecab-0.98-iconv.patch deleted file mode 100644 index 2becb05d8356..000000000000 --- a/app-text/mecab/files/mecab-0.98-iconv.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -17,6 +17,7 @@ - feature_index.cpp feature_index.h lbfgs.cpp \ - lbfgs.h learner_tagger.cpp learner_tagger.h learner.cpp \ - learner_node.h libmecab.cpp -+libmecab_la_LIBADD = $(LTLIBICONV) - - include_HEADERS = mecab.h - bin_PROGRAMS = mecab diff --git a/app-text/mecab/files/mecab-0.996-clang-16-binary_function.patch b/app-text/mecab/files/mecab-0.996-clang-16-binary_function.patch deleted file mode 100644 index 5776cf5b2aa5..000000000000 --- a/app-text/mecab/files/mecab-0.996-clang-16-binary_function.patch +++ /dev/null @@ -1,16 +0,0 @@ -Dropping usage of binary_function ---- a/src/dictionary.cpp -+++ b/src/dictionary.cpp -@@ -65,7 +65,11 @@ int progress_bar_darts(size_t current, size_t total) { - } - - template <typename T1, typename T2> --struct pair_1st_cmp: public std::binary_function<bool, T1, T2> { -+struct pair_1st_cmp { -+ public: -+ using first_argument_type = bool; -+ using second_argument_type = T1; -+ using result_type = T2; - bool operator()(const std::pair<T1, T2> &x1, - const std::pair<T1, T2> &x2) { - return x1.first < x2.first; diff --git a/app-text/mecab/files/mecab-0.996-clang-16-register.patch b/app-text/mecab/files/mecab-0.996-clang-16-register.patch deleted file mode 100644 index 5e782e61fb0c..000000000000 --- a/app-text/mecab/files/mecab-0.996-clang-16-register.patch +++ /dev/null @@ -1,89 +0,0 @@ -https://bugs.gentoo.org/894362 -https://github.com/taku910/mecab/pull/66 - -From 731d738f33dcf62dc9da93104ca1dd6f4c7c9c5f Mon Sep 17 00:00:00 2001 -From: Yuriy Chernyshov <thegeorg@yandex-team.ru> -Date: Fri, 11 Feb 2022 12:31:33 +0300 -Subject: [PATCH 1/2] Remove register storage specifier - -register does not work in modern C / C++. ---- a/src/char_property.h -+++ b/src/char_property.h -@@ -37,7 +37,7 @@ class CharProperty { - inline const char *seekToOtherType(const char *begin, const char *end, - CharInfo c, CharInfo *fail, - size_t *mblen, size_t *clen) const { -- register const char *p = begin; -+ const char *p = begin; - *clen = 0; - while (p != end && c.isKindOf(*fail = getCharInfo(p, end, mblen))) { - p += *mblen; - -From 82fd6424fde64c77f49695883a18f368ba96850e Mon Sep 17 00:00:00 2001 -From: Yuriy Chernyshov <thegeorg@yandex-team.ru> -Date: Sat, 12 Feb 2022 14:31:03 +0300 -Subject: [PATCH 2/2] More fixes - ---- a/src/darts.h -+++ b/src/darts.h -@@ -404,10 +404,10 @@ class DoubleArrayImpl { - T result; - set_result(result, -1, 0); - -- register array_type_ b = array_[node_pos].base; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ array_u_type_ p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b +(node_u_type_)(key[i]) + 1; - if (static_cast<array_u_type_>(b) == array_[p].check) - b = array_[p].base; -@@ -431,12 +431,12 @@ class DoubleArrayImpl { - size_t node_pos = 0) const { - if (!len) len = length_func_()(key); - -- register array_type_ b = array_[node_pos].base; -- register size_t num = 0; -- register array_type_ n; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ size_t num = 0; -+ array_type_ n; -+ array_u_type_ p; - -- for (register size_t i = 0; i < len; ++i) { -+ for (size_t i = 0; i < len; ++i) { - p = b; // + 0; - n = array_[p].base; - if ((array_u_type_) b == array_[p].check && n < 0) { -@@ -469,8 +469,8 @@ class DoubleArrayImpl { - size_t len = 0) const { - if (!len) len = length_func_()(key); - -- register array_type_ b = array_[node_pos].base; -- register array_u_type_ p; -+ array_type_ b = array_[node_pos].base; -+ array_u_type_ p; - - for (; key_pos < len; ++key_pos) { - p = b +(node_u_type_)(key[key_pos]) + 1; ---- a/src/viterbi.cpp -+++ b/src/viterbi.cpp -@@ -318,11 +318,11 @@ template <bool IsAllPath> bool connect(size_t pos, Node *rnode, - const Connector *connector, - Allocator<Node, Path> *allocator) { - for (;rnode; rnode = rnode->bnext) { -- register long best_cost = 2147483647; -+ long best_cost = 2147483647; - Node* best_node = 0; - for (Node *lnode = end_node_list[pos]; lnode; lnode = lnode->enext) { -- register int lcost = connector->cost(lnode, rnode); // local cost -- register long cost = lnode->cost + lcost; -+ int lcost = connector->cost(lnode, rnode); // local cost -+ long cost = lnode->cost + lcost; - - if (cost < best_cost) { - best_node = lnode; - diff --git a/app-text/mecab/mecab-0.996-r1.ebuild b/app-text/mecab/mecab-0.996-r1.ebuild deleted file mode 100644 index f81a563e1978..000000000000 --- a/app-text/mecab/mecab-0.996-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" -HOMEPAGE="https://taku910.github.io/mecab/" -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" - -LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -SLOT="0" -IUSE="static-libs unicode" - -BDEPEND=" - dev-lang/perl - sys-devel/gettext -" -DEPEND="virtual/libiconv" -RDEPEND="${DEPEND}" -PDEPEND=" - || ( - app-dicts/mecab-ipadic[unicode=] - app-dicts/mecab-naist-jdic[unicode=] - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.98-iconv.patch - "${FILESDIR}"/${PN}-0.996-clang-16-register.patch - "${FILESDIR}"/0001-configure-remove-terrible-horrible-code-that-resets-.patch -) - -HTML_DOCS=( doc/. ) - -src_prepare() { - default - sed -i "s:/lib:/$(get_libdir):" ${PN}rc.in - - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - # -Werror=odr -Werror=lto-type-mismatch - # https://bugs.gentoo.org/924569 - # https://github.com/taku910/mecab/issues/75 - filter-lto - - econf \ - $(use_enable static-libs static) \ - $(use_with unicode charset UTF-8) -} - -src_install() { - default - find "${ED}" -name 'Makefile*' -delete || die - use static-libs || find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/mecab/mecab-0.996-r2.ebuild b/app-text/mecab/mecab-0.996-r2.ebuild deleted file mode 100644 index ff1d6d17db89..000000000000 --- a/app-text/mecab/mecab-0.996-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" -HOMEPAGE="https://taku910.github.io/mecab/" -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" - -LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -SLOT="0" -IUSE="static-libs unicode" - -BDEPEND=" - dev-lang/perl - sys-devel/gettext -" -DEPEND="virtual/libiconv" -RDEPEND="${DEPEND}" -PDEPEND=" - || ( - app-dicts/mecab-ipadic[unicode=] - app-dicts/mecab-naist-jdic[unicode=] - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.98-iconv.patch - "${FILESDIR}"/${PN}-0.996-clang-16-register.patch - "${FILESDIR}"/${PN}-0.996-clang-16-binary_function.patch - "${FILESDIR}"/0001-configure-remove-terrible-horrible-code-that-resets-.patch -) - -HTML_DOCS=( doc/. ) - -src_prepare() { - default - sed -i "s:/lib:/$(get_libdir):" ${PN}rc.in - - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - # -Werror=odr -Werror=lto-type-mismatch - # https://bugs.gentoo.org/924569 - # https://github.com/taku910/mecab/issues/75 - filter-lto - - econf \ - $(use_enable static-libs static) \ - $(use_with unicode charset UTF-8) -} - -src_install() { - default - find "${ED}" -name 'Makefile*' -delete || die - use static-libs || find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/mecab/metadata.xml b/app-text/mecab/metadata.xml deleted file mode 100644 index 2da59c0c2284..000000000000 --- a/app-text/mecab/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mpage/Manifest b/app-text/mpage/Manifest deleted file mode 100644 index ea5a677dca17..000000000000 --- a/app-text/mpage/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mpage-2.5.6-gentoo-patchset.tar.bz2 12853 BLAKE2B 69adf941b43fdd7c4e43f3c793063f8d4c1d7f5eeed4b4e01cee7c7a7f5b70554cf1d2e4f73278231d5d95b99de7925ca6f355b8933bb5b7ea2d850d802b567c SHA512 2bfbe4689e02fb76af58a6db3415227df38e71b45fcc3d563a12f505fab8ea78de0415c9ac6d7c9b873f23a9f65e1c8f708f902965ab10e18b2a217b67cc5f0d -DIST mpage-2.5.6.tgz 86748 BLAKE2B 44558be1272c90a83de37bf9854c96dd1f5b9b38d8588bae66adcfdaa938da351f606424f4d9049231bddae2d03ebc632570a7c80a0037ba1536147aa33df872 SHA512 79a51d0fa08848b22f758e8bc3f57680d33492d261a0061c6cce002c3cb5f129a78221d2af1749c79d4e46385136d9996294499531e60e8fc501f9fd61f8077d diff --git a/app-text/mpage/files/mpage-2.5.6-fix-buildsystem.patch b/app-text/mpage/files/mpage-2.5.6-fix-buildsystem.patch deleted file mode 100644 index 790d49880649..000000000000 --- a/app-text/mpage/files/mpage-2.5.6-fix-buildsystem.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -24,7 +24,6 @@ - # Set this to an ANSI compatible C compiler (preferably gcc) - # See also system specific settings below - #CC=cc --CC=gcc - - ############################################################################ - # -@@ -107,7 +106,7 @@ - # If you are using gcc, you probably don't need to change anything here. - - # Linux: --CFLAGS = -O2 -s $(DEFS) -Wall -+CPPFLAGS += $(DEFS) - - # AIX (xlC on aix 4): - #CFLAGS = -O2 -s $(DEFS) -@@ -134,10 +133,6 @@ - # END OF CONFIGURATION OPTIONS - # - --# pattern rules. Should we define these? --%$(O): %.c -- $(CC) $(CFLAGS) -c -o $@ $< -- - - HEAD = mpage.h - DENC = encoding.h -@@ -150,10 +145,10 @@ - @echo Done! - - mpage$(E): $(MOBJ) -- $(CC) $(CFLAGS) -o mpage$(E) $(MOBJ) $(LIBS) -+ $(CC) $(LDFLAGS) $(CFLAGS) -o mpage$(E) $(MOBJ) $(LIBS) - - msample$(E): $(SOBJ) -- $(CC) $(CFLAGS) -o msample$(E) $(SOBJ) $(LIBS) -+ $(CC) $(LDFLAGS) $(CFLAGS) -o msample$(E) $(SOBJ) $(LIBS) - - mpage.1: mpage.1.in - sed 's:PREFIX:${PREFIX}:' < mpage.1.in > mpage.1 diff --git a/app-text/mpage/metadata.xml b/app-text/mpage/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/mpage/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mpage/mpage-2.5.6-r1.ebuild b/app-text/mpage/mpage-2.5.6-r1.ebuild deleted file mode 100644 index fb9c061f1fb7..000000000000 --- a/app-text/mpage/mpage-2.5.6-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Many to one page printing utility" -HOMEPAGE="http://www.mesa.nl/" -SRC_URI=" - http://www.mesa.nl/pub/${PN}/${P}.tgz - https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -PATCHES=( - "${FILESDIR}"/${P}-fix-buildsystem.patch - "${WORKDIR}"/${P}-gentoo-patchset/01_previous_changes.patch - "${WORKDIR}"/${P}-gentoo-patchset/10_bts354935_fix_fontdefs.patch - "${WORKDIR}"/${P}-gentoo-patchset/20_bts416573_manpage_fixes.patch - "${WORKDIR}"/${P}-gentoo-patchset/30_bts443280_libdir_manpage.patch -) - -src_configure() { - # bug #944758 - append-flags -std=gnu17 - tc-export CC -} - -src_compile() { - emake \ - PREFIX="${EPREFIX}"/usr \ - MANDIR="${EPREFIX}"/usr/share/man/man1 -} - -src_install() { - emake \ - PREFIX="${ED}"/usr \ - MANDIR="${ED}"/usr/share/man/man1 install - - rm README.{amiga,OS2} || die - einstalldocs - dodoc Encoding.format -} diff --git a/app-text/msort/Manifest b/app-text/msort/Manifest deleted file mode 100644 index 9e30de57b9bd..000000000000 --- a/app-text/msort/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST msort-8.53.tar.bz2 440307 BLAKE2B 024fa62c9424dd7f994fd9aabdb2414116ba78c2f6bbbfd88c11cde4ed1688260d7bb7f7a18dd36822f4725817df93d218c4382e8b15232fc6d3583098d44db0 SHA512 9afba189d8b703cd6668065ace86733b52a39f6783272849b3582308da5a33db8ae6747501846523ba3671c9fb38a7584fe0db2462cff446b15d79200055a573 diff --git a/app-text/msort/files/msort-8.53-configure-clang16.patch b/app-text/msort/files/msort-8.53-configure-clang16.patch deleted file mode 100644 index de19a029caa4..000000000000 --- a/app-text/msort/files/msort-8.53-configure-clang16.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://src.fedoraproject.org/rpms/msort/blob/addd4dfbb265c79e76f3329c691639d3cf837cb4/f/msort-configure-c99.patch - -Include <stdio.h> for the printf function. This avoids a check -failure with future compilers which do not support implicit function -declarations. - ---- a/configure.ac -+++ b/configure.ac -@@ -18,7 +18,7 @@ AC_DEFUN([AC_C_LONG_LONG], - ]) - - AC_DEFUN([AC_C_PRINTF_THSEP], --[AC_TRY_COMPILE(,[printf("%'2d",101);],ac_cv_c_printf_thsep=yes,ac_cv_c_printf_thsep=no) -+[AC_TRY_COMPILE([#include <stdio.h>],[printf("%'2d",101);],ac_cv_c_printf_thsep=yes,ac_cv_c_printf_thsep=no) - if test $ac_cv_c_printf_thsep = yes; then - AC_DEFINE(HAVE_PRINTF_THSEP, 1, [compiler understands printf flag for thousands separation in ints]) - fi - diff --git a/app-text/msort/files/msort-8.53-fix-icu-build.patch b/app-text/msort/files/msort-8.53-fix-icu-build.patch deleted file mode 100644 index 658be287e5ee..000000000000 --- a/app-text/msort/files/msort-8.53-fix-icu-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am 2009-08-05 05:09:21.000000000 +0200 -+++ b/Makefile.am 2018-09-27 15:41:10.685759919 +0200 -@@ -22,7 +22,7 @@ - LIBS+=-lutf8proc - AM_CFLAGS += -DUSEUTF8PROC - else --LIBS+=-licutu -+LIBS+=-licutu -licuuc - endif - - msg: msg.tcl diff --git a/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch b/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch deleted file mode 100644 index 14459d1cfd24..000000000000 --- a/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am 2009-08-05 05:09:21.000000000 +0200 -+++ b/Makefile.am 2018-09-27 15:32:28.685753684 +0200 -@@ -6,7 +6,7 @@ - noinst_HEADERS = comparisons.h compdefs.h dstr.h ex_codes.h exitcode.h input.h key.h limits.h record.h retcodes.h unicode.h unorm.h utf8error.h - LOCALEDIR=/usr/local/share/locale - EXTRA_DIST = $(docs) msg.tcl CREDITS msort-${VERSION}.lsm RegressionTests SortOrders --AUTOMAKE_OPTIONS = dist-zip dist-bzip2 -+AUTOMAKE_OPTIONS = dist-zip dist-bzip2 nostdinc - - if ALLOCAOK - AM_CFLAGS = -DLOCALEDIR=\"${LOCALEDIR}\" -DALLOCAOK -std=gnu99 diff --git a/app-text/msort/files/msort-8.53-fix-missing-prototypes.patch b/app-text/msort/files/msort-8.53-fix-missing-prototypes.patch deleted file mode 100644 index 63e7beeb89f8..000000000000 --- a/app-text/msort/files/msort-8.53-fix-missing-prototypes.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- msort-8.53.orig/configure.ac 2024-11-17 17:40:59.811316465 +0000 -+++ msort-8.53/configure.ac 2024-11-17 17:44:22.697222141 +0000 -@@ -3,6 +3,8 @@ - AM_CONFIG_HEADER([config.h]) - AM_INIT_AUTOMAKE - -+AC_USE_SYSTEM_EXTENSIONS -+ - AC_DEFUN([AC_C_LONG_LONG], - [AC_CACHE_CHECK(for long long int, ac_cv_c_long_long, - [if test "$GCC" = yes; then ---- msort-8.53.orig/misc.c 2024-11-17 17:40:59.812316460 +0000 -+++ msort-8.53/misc.c 2024-11-17 17:42:50.841717590 +0000 -@@ -419,7 +419,6 @@ - OpenFile(char *file,char *mode,char *pgname) - { - FILE *fp; -- extern FILE *fopen(); - - if((fp = fopen(file,mode)) != NULL) return fp; - else{ diff --git a/app-text/msort/files/msort-8.53-fix-segfault-on-certain-input.patch b/app-text/msort/files/msort-8.53-fix-segfault-on-certain-input.patch deleted file mode 100644 index 01edc69eb7da..000000000000 --- a/app-text/msort/files/msort-8.53-fix-segfault-on-certain-input.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/dstr.c 2009-08-05 05:09:21.000000000 +0200 -+++ b/dstr.c 2018-09-27 15:43:52.815761856 +0200 -@@ -79,7 +79,7 @@ - #ifdef SAFECALL - if(length == 0) return(ERROR); - #endif -- if (length > tgt->c) { -+ if (length + 1 > tgt->c) { - if(tgt->s != NULL) free( (void *) tgt->s); - tgt->s = (wchar_t *) malloc((length + 1) * sizeof(wchar_t)); - if(tgt->s == NULL) return(ERROR); diff --git a/app-text/msort/files/msort-8.53-respect-users-cflags.patch b/app-text/msort/files/msort-8.53-respect-users-cflags.patch deleted file mode 100644 index aefe84772447..000000000000 --- a/app-text/msort/files/msort-8.53-respect-users-cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac 2010-01-11 01:56:36.000000000 +0100 -+++ b/configure.ac 2018-09-27 15:36:41.425756703 +0200 -@@ -78,8 +78,6 @@ - AC_PROG_CC - if ${debugbuild}; then - CFLAGS="-ggdb -g3" --else -- CFLAGS="-g -O2" - fi - - AC_PROG_INSTALL diff --git a/app-text/msort/metadata.xml b/app-text/msort/metadata.xml deleted file mode 100644 index faffe96ccda2..000000000000 --- a/app-text/msort/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>conikost@gentoo.org</email> - <name>Conrad Kostecki</name> - </maintainer> - <longdescription> - Msort is a program for sorting files in sophisticated ways. - It was originally developed for alphabetizing dictionaries of "exotic" languages - in formats like those used by Shoebox and Toolbox, for which it has been extensively used, - but is useful for many other purposes. - Msort differs from typical sort utilities in providing greater flexibility in parsing - the input into records and identifying key fields and greater control over the sort order. - </longdescription> - <use> - <flag name="heap">Use heap instead of alloca()</flag> - <flag name="icu">Use <pkg>dev-libs/icu</pkg> instead of <pkg>dev-libs/libutf8proc</pkg>.</flag> - <flag name="libuninum">Use <pkg>dev-libs/libuninum</pkg> for conversion.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/msort/msort-8.53-r3.ebuild b/app-text/msort/msort-8.53-r3.ebuild deleted file mode 100644 index 8bc338c313a2..000000000000 --- a/app-text/msort/msort-8.53-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="A program for sorting files in sophisticated ways" -HOMEPAGE="https://billposer.org/Software/msort.html" -SRC_URI="https://billposer.org/Software/Downloads/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="heap +icu +libuninum" - -RDEPEND="dev-libs/tre - icu? ( dev-libs/icu:= ) - !icu? ( dev-libs/libutf8proc:= ) - libuninum? ( dev-libs/libuninum:= )" - -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-fix-icu-build.patch" - "${FILESDIR}/${P}-fix-missing-limits-header.patch" - "${FILESDIR}/${P}-fix-segfault-on-certain-input.patch" - "${FILESDIR}/${P}-respect-users-cflags.patch" - "${FILESDIR}/${P}-configure-clang16.patch" - "${FILESDIR}/${P}-fix-missing-prototypes.patch" -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable !heap allocaok) - $(use_enable !icu utf8proc) - $(use_enable libuninum uninum) - --disable-debugbuild - ) - - econf "${myeconfargs[@]}" -} diff --git a/app-text/multitail/Manifest b/app-text/multitail/Manifest deleted file mode 100644 index ae9999ba7816..000000000000 --- a/app-text/multitail/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST multitail-7.0.0.tar.gz 152425 BLAKE2B 1afbee9501926b860bd063768e6d20b7e6fe97b7ca8eaeb279639f3ef4f32d3c694650e2471abab067add04fbd1ce7b94dfc2f709baca460e9a36a34cb0746d2 SHA512 325abc2ec3e55f274b8f080c54e878ee301af1df5761def95b5fee0abe65cc999a2db0184e1d7a7378c048b1766e03f9553262d3bba88c8fad87c4952d1d59ae -DIST multitail-7.1.2.tar.gz 153409 BLAKE2B 852f7a0f22581b043c65f24bc1a19ffb0e7fa8c91d8152b58a1127a51b1833cded0b22c5430f96417af277927daefeb73d5acef38bdbc54898cc48ec0a4e9436 SHA512 6f006d68a6c0fcfec9f6aada4a1ad0a031b61ea46c60231faa6fd7ea934f6f74ca30f12f8983658c9ae6ae2e08bade9159e3426ed47cd9171d0b190ec9f3e5b5 -DIST multitail-7.1.5.tar.gz 152590 BLAKE2B 40bb8123aa091aecc64e603d40120d97b118185b8c461e46c087e9491cc32ce8779530881eb1fe27aae0cbb17f08ce679ad4a8c045e2506e9f3705596f2f4301 SHA512 7b52eaa9c99e8747f841b23ad3f7154d8cb65c5f4bd2f89fc80d37b6a2fecdacfd7657c5ba37356e67fd03f7992556af648b7d26bb730f7e8966d0230182a8a6 diff --git a/app-text/multitail/files/multitail-7.0.0-fix-clang16-build.patch b/app-text/multitail/files/multitail-7.0.0-fix-clang16-build.patch deleted file mode 100644 index 1c706e0d0236..000000000000 --- a/app-text/multitail/files/multitail-7.0.0-fix-clang16-build.patch +++ /dev/null @@ -1,34 +0,0 @@ -Clang16 will not suppert implicit int and implicit function declarations. -This patch makes the source code ready for clang16. -See also: https://bugs.gentoo.org/870412 - -Bug: https://bugs.gentoo.org/874102 - -This patch is already merged upstream, see: https://github.com/folkertvanheusden/multitail/pull/10 - -Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> - ---- a/misc.c -+++ b/misc.c -@@ -477,7 +477,7 @@ void heartbeat(void) - mydoupdate(); - } - --void do_check_for_mail() -+void do_check_for_mail(dtime_t time) - { - if (check_for_mail > 0 && mail_spool_file != NULL) - { -diff --git a/misc.h b/misc.h -index febf11a..5566519 100644 ---- a/misc.h -+++ b/misc.h -@@ -1,5 +1,7 @@ -+#import "mt.h" -+ - void info(void); - void statistics_menu(void); - void heartbeat(void); --void do_check_for_mail(); -+void do_check_for_mail(dtime_t time); - void store_statistics(proginfo *cur, dtime_t now); diff --git a/app-text/multitail/files/multitail-7.0.0-fix-lto-type-mismatch.patch b/app-text/multitail/files/multitail-7.0.0-fix-lto-type-mismatch.patch deleted file mode 100644 index 6ad621dd540e..000000000000 --- a/app-text/multitail/files/multitail-7.0.0-fix-lto-type-mismatch.patch +++ /dev/null @@ -1,29 +0,0 @@ -Fix mismatching declarations so build does not fail with -Werror=lto-type-mismatch - -Bug: https://bugs.gentoo.org/855017 - -This patch is already merged upstream, see: https://github.com/folkertvanheusden/multitail/pull/10 - -Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> - ---- a/globals.c -+++ b/globals.c -@@ -81,7 +81,7 @@ double heartbeat_t = 0.0; - off64_t msf_prev_size = 0; - - dtime_t msf_last_check = 0; --dtime_t mt_started; -+time_t mt_started; - - pid_t children_list[MAX_N_SPAWNED_PROCESSES]; - pid_t tail_proc = 0; /* process used by checker-proc */ ---- a/selbox.h -+++ b/selbox.h -@@ -1,4 +1,6 @@ --int selection_box(void **list, char *needs_mark, int nlines, char type, int what_help, char *heading); -+#include "mt.h" -+ -+int selection_box(void **list, char *needs_mark, int nlines, selbox_type_t type, int what_help, char *heading); - int select_window(int what_help, char *heading); - proginfo * select_subwindow(int f_index, int what_help, char *heading); - char * select_file(char *input, int what_help); diff --git a/app-text/multitail/files/multitail-7.0.0-gentoo.patch b/app-text/multitail/files/multitail-7.0.0-gentoo.patch deleted file mode 100644 index 5219334abbe0..000000000000 --- a/app-text/multitail/files/multitail-7.0.0-gentoo.patch +++ /dev/null @@ -1,32 +0,0 @@ -Gentoo splits off tinfo from ncurses, so we need to ask pkg-config here what the user has on the system. - -Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> - ---- a/Makefile -+++ b/Makefile -@@ -24,10 +24,10 @@ ifeq ($(PLATFORM),Darwin) - LDFLAGS+=-lpanel $(NCURSES_LIB) -lutil -lm - else - ifeq ($(UTF8_SUPPORT),yes) -- LDFLAGS+=-lpanelw -lncursesw -lutil -lm -+ LIBS+=$(shell $(PKG_CONFIG) --libs ncursesw panelw) -lutil -lm - CPPFLAGS+=-DUTF8_SUPPORT - else -- LDFLAGS+=-lpanel -lncurses -lutil -lm -+ LIBS+=$(shell $(PKG_CONFIG) --libs ncurses panel) -lutil -lm - endif - endif - -@@ -40,10 +40,10 @@ DEPENDS:= $(OBJS:%.o=%.d) - all: multitail - - multitail: $(OBJS) -- $(CC) $(OBJS) $(LDFLAGS) -o multitail -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJS) -o multitail $(LIBS) - - ccmultitail: $(OBJS) -- ccmalloc --no-wrapper -Wextra $(CC) $(OBJS) $(LDFLAGS) -o ccmultitail -+ ccmalloc --no-wrapper $(CC) $(CFLAGS) $(LDFLAGS) -Wall -W $(OBJS) -o ccmultitail $(LIBS) - - install: multitail - mkdir -p $(DESTDIR)$(PREFIX)/bin diff --git a/app-text/multitail/files/multitail-7.1.5-cmake-gnuinstalldirs.patch b/app-text/multitail/files/multitail-7.1.5-cmake-gnuinstalldirs.patch deleted file mode 100644 index 936ad9eaec04..000000000000 --- a/app-text/multitail/files/multitail-7.1.5-cmake-gnuinstalldirs.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 22d41c1..ee50976 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,5 @@ - cmake_minimum_required(VERSION 3.6) -+include(GNUInstallDirs) - - ## use ccache if found - find_program(CCACHE_EXECUTABLE "ccache" HINTS /usr/local/bin /opt/local/bin) -@@ -183,18 +183,18 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) - - - # install the bin --install(TARGETS multitail DESTINATION bin) -+install(TARGETS multitail DESTINATION ${CMAKE_INSTALL_BINDIR}) - # install the config file --install(FILES multitail.conf DESTINATION etc RENAME multitail.conf.new) -+install(FILES multitail.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) - # install the manual files --install(FILES multitail.1 DESTINATION share/man/man1) -+install(FILES multitail.1 DESTINATION ${CMAKE_INSTALL_MANDIR}) - # install doc files --install(FILES manual.html DESTINATION share/doc/multitail-${VERSION}) --install(FILES LICENSE DESTINATION share/doc/multitail-${VERSION}) --install(FILES README.md DESTINATION share/doc/multitail-${VERSION}) --install(FILES thanks.txt DESTINATION share/doc/multitail-${VERSION}) -+install(FILES manual.html DESTINATION ${CMAKE_INSTALL_DOCDIR}) -+install(FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) -+install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR}) -+install(FILES thanks.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}) - # cp conversion-scripts/* etc/multitail/ --install(DIRECTORY conversion-scripts DESTINATION etc/multitail) -+install(DIRECTORY conversion-scripts DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) - - - if(USE_CPPCHECK) diff --git a/app-text/multitail/files/multitail-7.1.5-ncurses.patch b/app-text/multitail/files/multitail-7.1.5-ncurses.patch deleted file mode 100644 index ae4f7f150592..000000000000 --- a/app-text/multitail/files/multitail-7.1.5-ncurses.patch +++ /dev/null @@ -1,44 +0,0 @@ -https://bugs.gentoo.org/945647 -https://github.com/folkertvanheusden/multitail/pull/44 - -From 4ebc884f2276a63c81532deb2e4a068b330d71aa Mon Sep 17 00:00:00 2001 -From: madjic <madjic@madjic.de> -Date: Thu, 12 Dec 2024 23:31:09 +0100 -Subject: [PATCH] fix implicit function declaration for waddnwstr in linux - ---- - mt.c | 2 -- - mt.h | 4 ++-- - 2 files changed, 2 insertions(+), 4 deletions(-) - -diff --git a/mt.c b/mt.c -index 39a5c17..a97acad 100644 ---- a/mt.c -+++ b/mt.c -@@ -707,8 +707,6 @@ void do_color_print(proginfo *cur, char *use_string, int prt_start, int prt_end, - if (!is_control_or_extended_ascii) - { - #if defined(UTF8_SUPPORT) && defined(NCURSES_WIDECHAR) --// FIXME warning: implicit declaration of function ‘waddnwstr’ is invalid in C99 [-Wimplicit-function-declaration] --// see /usr/include/ncurses.h - waddnwstr(win -> win, &wcur, 1); - #else - wprintw(win -> win, "%c", wcur); -diff --git a/mt.h b/mt.h -index f6c37a0..2f401eb 100644 ---- a/mt.h -+++ b/mt.h -@@ -60,10 +60,10 @@ typedef enum { SCHEME_TYPE_EDIT = 0, SCHEME_TYPE_FILTER } filter_edit_scheme_t; - #endif - - #if defined(UTF8_SUPPORT) && !defined(__APPLE__) -- #if defined(__FreeBSD__) || defined (__linux__) -+ #if defined(__FreeBSD__) - #include <panel.h> - #include <curses.h> -- #else -+ #else /* if defined (__linux__) */ - #include <ncursesw/panel.h> - #include <ncursesw/ncurses.h> - #endif - diff --git a/app-text/multitail/metadata.xml b/app-text/multitail/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/multitail/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/multitail/multitail-7.0.0.ebuild b/app-text/multitail/multitail-7.0.0.ebuild deleted file mode 100644 index e05f1249aa45..000000000000 --- a/app-text/multitail/multitail-7.0.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake optfeature - -DESCRIPTION="Tail with multiple windows" -HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" -SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" -IUSE="debug examples unicode" - -RDEPEND="sys-libs/ncurses:=[unicode(+)?]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-7.0.0-gentoo.patch - "${FILESDIR}"/${PN}-7.0.0-fix-clang16-build.patch - "${FILESDIR}"/${PN}-7.0.0-fix-lto-type-mismatch.patch -) - -src_prepare() { - cmake_src_prepare - # cmake looks for licence.txt to install it, which does not exist in the package - cp LICENSE license.txt || die -} - -src_configure() { - local mycmakeargs=( - -DUTF8_SUPPORT=$(usex unicode) - ) - CMAKE_BUILD_TYPE=$(usex debug Debug) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - insinto /etc - doins multitail.conf - - rm -rf "${ED}"/usr/{ect,etc} || die - rm -rf "${ED}"/usr/share/doc/multitail-VERSION=6.4.3 || die - - DOCS=( readme.txt thanks.txt ) - HTML_DOCS=( manual.html ) - einstalldocs - - if use examples; then - docinto examples - dodoc conversion-scripts/colors-example.{pl,sh} conversion-scripts/convert-{geoip,simple}.pl - fi -} - -pkg_postinst() { - optfeature "send a buffer to the X clipboard" x11-misc/xclip -} diff --git a/app-text/multitail/multitail-7.1.2.ebuild b/app-text/multitail/multitail-7.1.2.ebuild deleted file mode 100644 index 8c73ef0f1b96..000000000000 --- a/app-text/multitail/multitail-7.1.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake optfeature - -DESCRIPTION="Tail with multiple windows" -HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" -SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" -IUSE="debug examples unicode" - -RDEPEND="sys-libs/ncurses:=[unicode(+)?]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-7.0.0-gentoo.patch -) - -src_prepare() { - cmake_src_prepare - # cmake looks for licence.txt to install it, which does not exist in the package - cp LICENSE license.txt || die -} - -src_configure() { - local mycmakeargs=( - -DUTF8_SUPPORT=$(usex unicode) - ) - CMAKE_BUILD_TYPE=$(usex debug Debug) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - insinto /etc - doins multitail.conf - - rm -rf "${ED}"/usr/{ect,etc} || die - rm -rf "${ED}"/usr/share/doc/multitail-VERSION=${PV} || die - - local DOCS=( readme.txt thanks.txt ) - local HTML_DOCS=( manual.html ) - einstalldocs - - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc conversion-scripts/{colors-example.{pl,sh},convert-{geoip,simple}.pl} - fi -} - -pkg_postinst() { - optfeature "send a buffer to the X clipboard" x11-misc/xclip -} diff --git a/app-text/multitail/multitail-7.1.5-r1.ebuild b/app-text/multitail/multitail-7.1.5-r1.ebuild deleted file mode 100644 index fdc954fc1645..000000000000 --- a/app-text/multitail/multitail-7.1.5-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake optfeature - -DESCRIPTION="Tail with multiple windows" -HOMEPAGE="https://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" -SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv ~sparc x86" -IUSE="debug examples unicode" - -RDEPEND="sys-libs/ncurses:=[unicode(+)?]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-7.0.0-gentoo.patch - "${FILESDIR}"/${PN}-7.1.5-ncurses.patch - "${FILESDIR}"/${PN}-7.1.5-cmake-gnuinstalldirs.patch -) - -src_prepare() { - # Don't clobber toolchain defaults - sed -i -e '/-D_FORTIFY_SOURCE=2/d' CMakeLists.txt || die - - cmake_src_prepare - - # cmake looks for licence.txt to install it, which does not exist in the package - cp LICENSE license.txt || die -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" - -DUSE_CPPCHECK=OFF - -DUTF8_SUPPORT=$(usex unicode) - ) - CMAKE_BUILD_TYPE=$(usex debug Debug) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - local DOCS=( README.md thanks.txt ) - local HTML_DOCS=( manual.html ) - einstalldocs - - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc conversion-scripts/{colors-example.{pl,sh},convert-{geoip,simple}.pl} - fi -} - -pkg_postinst() { - optfeature "send a buffer to the X clipboard" x11-misc/xclip -} diff --git a/app-text/mupdf/Manifest b/app-text/mupdf/Manifest deleted file mode 100644 index b2b580613fb7..000000000000 --- a/app-text/mupdf/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mupdf-1.27.1-source.tar.gz 66965636 BLAKE2B 305b6c5b4bfb6bd6fea9f540664e6f44ffdd1635bdb4bd721f5cb3ed604c6885b3176d8dca4f5193455c3a1f46b349bf0d91150ae13a296774a7e7970e9b6c55 SHA512 f1dc3aaa54156979cbc47e6f2e58c202d70cb291a27f1fa6800ce1f934f54cb0fe255da56512d0617ba8d48bf993f71664924df72b414c15093308cf164edfe9 -DIST mupdf-1.27.2-source.tar.gz 66968384 BLAKE2B 93c49059ee1ba9e4f3f3548178ea5d997f9b2ce82b801870e15defe42ee4a7c448edf69fedac3d8ced4833a07f7cd8b7fe5858165690a99126b8612a9d1e7844 SHA512 68c92007aac775d22dca151a7ae2d4e77755dbc0c8a6faeec8048aa3537de4e1b5a98d999e090460298f294d7aed62e3aa144817d78655435d9498b159ccd0dc diff --git a/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch b/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch deleted file mode 100644 index a7de530909b0..000000000000 --- a/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makerules b/Makerules -index 298b5737..71c307e6 100644 ---- a/Makerules -+++ b/Makerules -@@ -21,8 +21,6 @@ SANITIZE_FLAGS += -fsanitize=address - SANITIZE_FLAGS += -fsanitize=leak - - ifeq ($(build),debug) -- CFLAGS += -pipe -g -- LDFLAGS += -g - else ifeq ($(build),release) - CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer - LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s diff --git a/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pdf-layer.c b/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pdf-layer.c deleted file mode 100644 index dc4000b4cde6..000000000000 --- a/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pdf-layer.c +++ /dev/null @@ -1,102 +0,0 @@ -From b82e9b6d6b46877e5c3763cc3bc641c66fa7eb54 Mon Sep 17 00:00:00 2001 -From: Robin Watts <Robin.Watts@artifex.com> -Date: Thu, 8 Oct 2020 16:15:40 +0100 -Subject: [PATCH] Bug 701297: Harden populate_ui against unexpected repairs. - -We count the number of layers, and allocate space for them in -an array. We then walk the tree reading details of those layers -in. If we hit a problem that causes a repair while reading the -information, the number of layers can magically increase. In -the existing code we run off the end of the array. - -In the new code we watch for hitting the end of the array and -realloc as required. ---- - source/pdf/pdf-layer.c | 32 +++++++++++++++++++++++++------- - 1 file changed, 25 insertions(+), 7 deletions(-) - -diff --git a/source/pdf/pdf-layer.c b/source/pdf/pdf-layer.c -index 177f0c947..b8e9d7cad 100644 ---- a/source/pdf/pdf-layer.c -+++ b/source/pdf/pdf-layer.c -@@ -104,10 +104,27 @@ count_entries(fz_context *ctx, pdf_obj *obj) - } - - static pdf_ocg_ui * --populate_ui(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_ocg_ui *ui, pdf_obj *order, int depth, pdf_obj *rbgroups, pdf_obj *locked) -+get_ocg_ui(fz_context *ctx, pdf_ocg_descriptor *desc, int fill) -+{ -+ if (fill == desc->num_ui_entries) -+ { -+ /* Number of layers changed while parsing; -+ * probably due to a repair. */ -+ int newsize = desc->num_ui_entries * 2; -+ if (newsize == 0) -+ newsize = 4; /* Arbitrary non-zero */ -+ desc->ui = fz_realloc_array(ctx, desc->ui, newsize, pdf_ocg_ui); -+ desc->num_ui_entries = newsize; -+ } -+ return &desc->ui[fill]; -+} -+ -+static int -+populate_ui(fz_context *ctx, pdf_ocg_descriptor *desc, int fill, pdf_obj *order, int depth, pdf_obj *rbgroups, pdf_obj *locked) - { - int len = pdf_array_len(ctx, order); - int i, j; -+ pdf_ocg_ui *ui; - - for (i = 0; i < len; i++) - { -@@ -118,7 +135,7 @@ populate_ui(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_ocg_ui *ui, pdf_obj * - continue; - - fz_try(ctx) -- ui = populate_ui(ctx, desc, ui, o, depth+1, rbgroups, locked); -+ fill = populate_ui(ctx, desc, fill, o, depth+1, rbgroups, locked); - fz_always(ctx) - pdf_unmark_obj(ctx, o); - fz_catch(ctx) -@@ -126,14 +143,14 @@ populate_ui(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_ocg_ui *ui, pdf_obj * - - continue; - } -- ui->depth = depth; - if (pdf_is_string(ctx, o)) - { -+ ui = get_ocg_ui(ctx, desc, fill++); -+ ui->depth = depth; - ui->ocg = -1; - ui->name = pdf_to_str_buf(ctx, o); - ui->button_flags = PDF_LAYER_UI_LABEL; - ui->locked = 1; -- ui++; - continue; - } - -@@ -144,13 +161,14 @@ populate_ui(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_ocg_ui *ui, pdf_obj * - } - if (j == desc->len) - continue; /* OCG not found in main list! Just ignore it */ -+ ui = get_ocg_ui(ctx, desc, fill++); -+ ui->depth = depth; - ui->ocg = j; - ui->name = pdf_dict_get_string(ctx, o, PDF_NAME(Name), NULL); - ui->button_flags = pdf_array_contains(ctx, o, rbgroups) ? PDF_LAYER_UI_RADIOBOX : PDF_LAYER_UI_CHECKBOX; - ui->locked = pdf_array_contains(ctx, o, locked); -- ui++; - } -- return ui; -+ return fill; - } - - static void -@@ -188,7 +206,7 @@ load_ui(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_obj *ocprops, pdf_obj *oc - desc->ui = Memento_label(fz_calloc(ctx, count, sizeof(pdf_ocg_ui)), "pdf_ocg_ui"); - fz_try(ctx) - { -- (void)populate_ui(ctx, desc, desc->ui, order, 0, rbgroups, locked); -+ desc->num_ui_entries = populate_ui(ctx, desc, 0, order, 0, rbgroups, locked); - } - fz_catch(ctx) - { diff --git a/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pixmap.c b/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pixmap.c deleted file mode 100644 index d19f0593a119..000000000000 --- a/app-text/mupdf/files/mupdf-1.18.0-fix-oob-in-pixmap.c +++ /dev/null @@ -1,41 +0,0 @@ -From 32e4e8b4bcbacbf92af7c88337efae21986d9603 Mon Sep 17 00:00:00 2001 -From: Robin Watts <Robin.Watts@artifex.com> -Date: Thu, 8 Oct 2020 18:10:28 +0100 -Subject: [PATCH] Bug 702958: Fix overflow in fz_clear_pixmap_with_value. - ---- - source/fitz/pixmap.c | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) - -diff --git a/source/fitz/pixmap.c b/source/fitz/pixmap.c -index 66873d214..80d8bb62f 100644 ---- a/source/fitz/pixmap.c -+++ b/source/fitz/pixmap.c -@@ -555,7 +555,8 @@ void - fz_clear_pixmap_with_value(fz_context *ctx, fz_pixmap *pix, int value) - { - unsigned char *s; -- int w, h, n, stride, len; -+ int w, h, n; -+ ptrdiff_t stride, len; - int alpha = pix->alpha; - - w = pix->w; -@@ -572,7 +573,7 @@ fz_clear_pixmap_with_value(fz_context *ctx, fz_pixmap *pix, int value) - - n = pix->n; - stride = pix->stride; -- len = w * n; -+ len = (ptrdiff_t)w * n; - - s = pix->samples; - if (value == 255 || !alpha) -@@ -584,7 +585,7 @@ fz_clear_pixmap_with_value(fz_context *ctx, fz_pixmap *pix, int value) - } - while (h--) - { -- memset(s, value, (unsigned int)len); -+ memset(s, value, len); - s += stride; - } - } diff --git a/app-text/mupdf/files/mupdf-1.19.0-Makefile.patch b/app-text/mupdf/files/mupdf-1.19.0-Makefile.patch deleted file mode 100644 index b266655aaeca..000000000000 --- a/app-text/mupdf/files/mupdf-1.19.0-Makefile.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/Makefile b/Makefile -index 7fa74b3..e842374 100644 ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ - -include user.make - - ifndef build -- build := release -+ build := debug - endif - - default: all -@@ -252,17 +252,19 @@ $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) - $(THREAD_LIB) : $(THREAD_OBJ) - $(PKCS7_LIB) : $(PKCS7_OBJ) - else --MUPDF_LIB = $(OUT)/libmupdf.a -+MUPDF_LIB = libmupdf.so.$(GENTOO_PV) - LIBS_TO_INSTALL_IN_LIB = $(MUPDF_LIB) $(THIRD_LIB) --THIRD_LIB = $(OUT)/libmupdf-third.a -+THIRD_LIB = -+MUPDF_STATIC = $(OUT)/libmupdf.a - ifneq ($(USE_SYSTEM_GLUT),yes) - THIRD_GLUT_LIB = $(OUT)/libmupdf-glut.a - endif - THREAD_LIB = $(OUT)/libmupdf-threads.a - PKCS7_LIB = $(OUT)/libmupdf-pkcs7.a - --$(MUPDF_LIB) : $(MUPDF_OBJ) --$(THIRD_LIB) : $(THIRD_OBJ) -+$(MUPDF_LIB) : $(MUPDF_OBJ) $(THIRD_OBJ) -+ $(QUIET_LINK) $(CC) $(LDFLAGS) --shared -Wl,-soname -Wl,$(MUPDF_LIB) -o $@ $^ $(THIRD_LIBS) $(LIBS) -+$(MUPDF_STATIC): $(MUPDF_OBJ) $(THIRD_OBJ) - $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) - $(THREAD_LIB) : $(THREAD_OBJ) - $(PKCS7_LIB) : $(PKCS7_OBJ) diff --git a/app-text/mupdf/files/mupdf-1.21.0-add-desktop-pc-files.patch b/app-text/mupdf/files/mupdf-1.21.0-add-desktop-pc-files.patch deleted file mode 100644 index 4d449a2fec15..000000000000 --- a/app-text/mupdf/files/mupdf-1.21.0-add-desktop-pc-files.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- /dev/null -+++ ./platform/debian/mupdf.desktop -@@ -0,0 +1,15 @@ -+[Desktop Entry] -+Name=MuPDF -+GenericName=PDF file viewer -+Exec=mupdf %f -+TryExec=mupdf -+Icon=new-mupdf-icon -+Terminal=false -+Type=Application -+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff; -+Categories=Viewer;Graphics; -+Actions=View; -+ -+[Desktop Action View] -+Name=View with mupdf -+Exec=mupdf %f ---- /dev/null -+++ ./platform/debian/mupdf.pc -@@ -0,0 +1,12 @@ -+prefix=/usr -+exec_prefix=${prefix} -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include -+ -+Name: mupdf -+Description: Library for rendering PDF documents -+Requires: freetype2 libopenjp2 libcrypto -+Version: 0.5.0 -+Libs: -L${libdir} -lmupdf -+Libs.private: -lmupdf-js-none -+Cflags: -I${includedir} diff --git a/app-text/mupdf/files/mupdf-1.21.1-fix-aliasing-violation.patch b/app-text/mupdf/files/mupdf-1.21.1-fix-aliasing-violation.patch deleted file mode 100644 index 4f51f72deb1e..000000000000 --- a/app-text/mupdf/files/mupdf-1.21.1-fix-aliasing-violation.patch +++ /dev/null @@ -1,63 +0,0 @@ -https://bugs.gentoo.org/859847 - -From 8c6f6bf3ad2fd33d15de6ee96175cd29bf804d9f Mon Sep 17 00:00:00 2001 -From: Matt Turner <mattst88@gmail.com> -Date: Tue, 26 Jul 2022 15:47:02 -0400 -Subject: [PATCH] Fix aliasing violation -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Noticed when compiling with link-time optimizations. - -include/GL/freeglut_std.h:240:18: error: type of `glutBitmapHelvetica18` does not match original declaration [-Werror=lto-type-mismatch] - 240 | extern void* glutBitmapHelvetica18; - | ^ -src/x11/fg_glutfont_definitions_x11.c:103:27: note: `glutBitmapHelvetica18` was previously declared here - 103 | struct freeglutBitmapFont glutBitmapHelvetica18 ; - | ^ -src/x11/fg_glutfont_definitions_x11.c:103:27: note: code may be misoptimized unless `-fno-strict-aliasing` is used ---- - src/x11/fg_glutfont_definitions_x11.c | 29 ++++++++++++++++++--------- - 1 file changed, 20 insertions(+), 9 deletions(-) - ---- a/thirdparty/freeglut/src/x11/fg_glutfont_definitions_x11.c -+++ b/thirdparty/freeglut/src/x11/fg_glutfont_definitions_x11.c -@@ -91,14 +91,25 @@ struct freeglutBitmapFont - }; - - --struct freeglutStrokeFont glutStrokeRoman ; --struct freeglutStrokeFont glutStrokeMonoRoman ; -+static struct freeglutStrokeFont glutStrokeRoman_ ; -+static struct freeglutStrokeFont glutStrokeMonoRoman_ ; - --struct freeglutBitmapFont glutBitmap9By15 ; --struct freeglutBitmapFont glutBitmap8By13 ; --struct freeglutBitmapFont glutBitmapTimesRoman10 ; --struct freeglutBitmapFont glutBitmapTimesRoman24 ; --struct freeglutBitmapFont glutBitmapHelvetica10 ; --struct freeglutBitmapFont glutBitmapHelvetica12 ; --struct freeglutBitmapFont glutBitmapHelvetica18 ; -+static struct freeglutBitmapFont glutBitmap9By15_ ; -+static struct freeglutBitmapFont glutBitmap8By13_ ; -+static struct freeglutBitmapFont glutBitmapTimesRoman10_ ; -+static struct freeglutBitmapFont glutBitmapTimesRoman24_ ; -+static struct freeglutBitmapFont glutBitmapHelvetica10_ ; -+static struct freeglutBitmapFont glutBitmapHelvetica12_ ; -+static struct freeglutBitmapFont glutBitmapHelvetica18_ ; - -+ -+void *glutStrokeRoman = &glutStrokeRoman_ ; -+void *glutStrokeMonoRoman = &glutStrokeMonoRoman_ ; -+ -+void *glutBitmap9By15 = &glutBitmap9By15_ ; -+void *glutBitmap8By13 = &glutBitmap8By13_ ; -+void *glutBitmapTimesRoman10 = &glutBitmapTimesRoman10_ ; -+void *glutBitmapTimesRoman24 = &glutBitmapTimesRoman24_ ; -+void *glutBitmapHelvetica10 = &glutBitmapHelvetica10_ ; -+void *glutBitmapHelvetica12 = &glutBitmapHelvetica12_ ; -+void *glutBitmapHelvetica18 = &glutBitmapHelvetica18_ ; --- -2.35.1 - diff --git a/app-text/mupdf/files/mupdf-1.24.1-cross-fixes.patch b/app-text/mupdf/files/mupdf-1.24.1-cross-fixes.patch deleted file mode 100644 index 6d87798c2e66..000000000000 --- a/app-text/mupdf/files/mupdf-1.24.1-cross-fixes.patch +++ /dev/null @@ -1,154 +0,0 @@ -# Fix cross compilation issue with pkg-config ---- a/Makerules -+++ b/Makerules -@@ -9,6 +9,8 @@ ifeq ($(OS),) - OS := $(OS:Darwin=MACOS) - endif - -+PKG_CONFIG ?= pkg-config -+CC_FOR_BUILD ?= $(CC) - WARNING_CFLAGS := -Wall -Wsign-compare - - # Feature configuration options -@@ -194,13 +196,13 @@ else ifeq ($(OS),MACOS) - ifneq ($(ARCHFLAGS),) - $(warning "MacOS with ARCHFLAGS set. Assuming we are building for arm64, and setting HAVE_LIBCRYPTO to no.") - HAVE_LIBCRYPTO := no -- else ifeq (, $(shell command -v pkg-config)) -+ else ifeq (, $(shell command -v $(PKG_CONFIG))) - $(warning "No pkg-config found, install it for proper integration of libcrypto") - else -- HAVE_LIBCRYPTO := $(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes) -+ HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) - ifeq ($(HAVE_LIBCRYPTO),yes) -- LIBCRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto) -DHAVE_LIBCRYPTO -- LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) -+ LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO -+ LIBCRYPTO_LIBS := $(shell $(PKG_CONFIG) --libs libcrypto) - endif - endif - -@@ -210,82 +212,82 @@ else ifeq ($(LINUX_OR_OPENBSD),yes) - HAVE_OBJCOPY := yes - endif - -- ifeq ($(shell pkg-config --exists freetype2 && echo yes),yes) -- SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2) -- SYS_FREETYPE_LIBS := $(shell pkg-config --libs freetype2) -+ ifeq ($(shell $(PKG_CONFIG) --exists freetype2 && echo yes),yes) -+ SYS_FREETYPE_CFLAGS := $(shell $(PKG_CONFIG) --cflags freetype2) -+ SYS_FREETYPE_LIBS := $(shell $(PKG_CONFIG) --libs freetype2) - endif -- ifeq ($(shell pkg-config --exists gumbo && echo yes),yes) -- SYS_GUMBO_CFLAGS := $(shell pkg-config --cflags gumbo) -- SYS_GUMBO_LIBS := $(shell pkg-config --libs gumbo) -+ ifeq ($(shell $(PKG_CONFIG) --exists gumbo && echo yes),yes) -+ SYS_GUMBO_CFLAGS := $(shell $(PKG_CONFIG) --cflags gumbo) -+ SYS_GUMBO_LIBS := $(shell $(PKG_CONFIG) --libs gumbo) - endif -- ifeq ($(shell pkg-config --exists harfbuzz && echo yes),yes) -- SYS_HARFBUZZ_CFLAGS := $(shell pkg-config --cflags harfbuzz) -- SYS_HARFBUZZ_LIBS := $(shell pkg-config --libs harfbuzz) -+ ifeq ($(shell $(PKG_CONFIG) --exists harfbuzz && echo yes),yes) -+ SYS_HARFBUZZ_CFLAGS := $(shell $(PKG_CONFIG) --cflags harfbuzz) -+ SYS_HARFBUZZ_LIBS := $(shell $(PKG_CONFIG) --libs harfbuzz) - endif -- ifeq ($(shell pkg-config --exists lcms2 && echo yes),yes) -- SYS_LCMS2_CFLAGS := $(shell pkg-config --cflags lcms2) -- SYS_LCMS2_LIBS := $(shell pkg-config --libs lcms2) -+ ifeq ($(shell $(PKG_CONFIG) --exists lcms2 && echo yes),yes) -+ SYS_LCMS2_CFLAGS := $(shell $(PKG_CONFIG) --cflags lcms2) -+ SYS_LCMS2_LIBS := $(shell $(PKG_CONFIG) --libs lcms2) - endif -- ifeq ($(shell pkg-config --exists libjpeg && echo yes),yes) -- SYS_LIBJPEG_CFLAGS := $(shell pkg-config --cflags libjpeg) -- SYS_LIBJPEG_LIBS := $(shell pkg-config --libs libjpeg) -+ ifeq ($(shell $(PKG_CONFIG) --exists libjpeg && echo yes),yes) -+ SYS_LIBJPEG_CFLAGS := $(shell $(PKG_CONFIG) --cflags libjpeg) -+ SYS_LIBJPEG_LIBS := $(shell $(PKG_CONFIG) --libs libjpeg) - endif -- ifeq ($(shell pkg-config --exists libopenjp2 && echo yes),yes) -- SYS_OPENJPEG_CFLAGS := $(shell pkg-config --cflags libopenjp2) -- SYS_OPENJPEG_LIBS := $(shell pkg-config --libs libopenjp2) -+ ifeq ($(shell $(PKG_CONFIG) --exists libopenjp2 && echo yes),yes) -+ SYS_OPENJPEG_CFLAGS := $(shell $(PKG_CONFIG) --cflags libopenjp2) -+ SYS_OPENJPEG_LIBS := $(shell $(PKG_CONFIG) --libs libopenjp2) - endif -- ifeq ($(shell pkg-config --exists zlib && echo yes),yes) -- SYS_ZLIB_CFLAGS := $(shell pkg-config --cflags zlib) -- SYS_ZLIB_LIBS := $(shell pkg-config --libs zlib) -+ ifeq ($(shell $(PKG_CONFIG) --exists zlib && echo yes),yes) -+ SYS_ZLIB_CFLAGS := $(shell $(PKG_CONFIG) --cflags zlib) -+ SYS_ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib) - endif - -- HAVE_SYS_LEPTONICA := $(shell pkg-config --exists 'lept >= 1.7.4' && echo yes) -+ HAVE_SYS_LEPTONICA := $(shell $(PKG_CONFIG) --exists 'lept >= 1.7.4' && echo yes) - ifeq ($(HAVE_SYS_LEPTONICA),yes) -- SYS_LEPTONICA_CFLAGS := $(shell pkg-config --cflags lept) -- SYS_LEPTONICA_LIBS := $(shell pkg-config --libs lept) -+ SYS_LEPTONICA_CFLAGS := $(shell $(PKG_CONFIG) --cflags lept) -+ SYS_LEPTONICA_LIBS := $(shell $(PKG_CONFIG) --libs lept) - endif - -- HAVE_SYS_TESSERACT := $(shell pkg-config --exists 'tesseract >= 4.0.0' && echo yes) -+ HAVE_SYS_TESSERACT := $(shell $(PKG_CONFIG) --exists 'tesseract >= 4.0.0' && echo yes) - ifeq ($(HAVE_SYS_TESSERACT),yes) -- SYS_TESSERACT_CFLAGS := $(shell pkg-config --cflags tesseract) -- SYS_TESSERACT_LIBS := $(shell pkg-config --libs tesseract) -+ SYS_TESSERACT_CFLAGS := $(shell $(PKG_CONFIG) --cflags tesseract) -+ SYS_TESSERACT_LIBS := $(shell $(PKG_CONFIG) --libs tesseract) - endif - -- HAVE_SYS_LIBARCHIVE := $(shell pkg-config --exists 'libarchive' && echo yes) -+ HAVE_SYS_LIBARCHIVE := $(shell $(PKG_CONFIG) --exists 'libarchive' && echo yes) - ifeq ($(HAVE_SYS_LIBARCHIVE),yes) -- SYS_LIBARCHIVE_CFLAGS := $(shell pkg-config --cflags libarchive) -- SYS_LIBARCHIVE_LIBS := $(shell pkg-config --libs libarchive) -+ SYS_LIBARCHIVE_CFLAGS := $(shell $(PKG_CONFIG) --cflags libarchive) -+ SYS_LIBARCHIVE_LIBS := $(shell $(PKG_CONFIG) --libs libarchive) - endif - -- HAVE_SYS_CURL := $(shell pkg-config --exists libcurl && echo yes) -+ HAVE_SYS_CURL := $(shell $(PKG_CONFIG) --exists libcurl && echo yes) - ifeq ($(HAVE_SYS_CURL),yes) -- SYS_CURL_CFLAGS := $(shell pkg-config --cflags libcurl) -- SYS_CURL_LIBS := $(shell pkg-config --libs libcurl) -+ SYS_CURL_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcurl) -+ SYS_CURL_LIBS := $(shell $(PKG_CONFIG) --libs libcurl) - endif - - HAVE_GLUT := yes - ifeq ($(HAVE_GLUT),yes) - ifeq ($(OS),OpenBSD) -- SYS_GLUT_CFLAGS := $(shell pkg-config --cflags glut gl) -- SYS_GLUT_LIBS := $(shell pkg-config --libs glut gl) -+ SYS_GLUT_CFLAGS := $(shell $(PKG_CONFIG) --cflags glut gl) -+ SYS_GLUT_LIBS := $(shell $(PKG_CONFIG) --libs glut gl) - else - SYS_GLUT_CFLAGS := - SYS_GLUT_LIBS := -lglut -lGL - endif - endif - -- HAVE_X11 := $(shell pkg-config --exists x11 xext && echo yes) -+ HAVE_X11 := $(shell $(PKG_CONFIG) --exists x11 xext && echo yes) - ifeq ($(HAVE_X11),yes) -- X11_CFLAGS := $(shell pkg-config --cflags x11 xext) -- X11_LIBS := $(shell pkg-config --libs x11 xext) -+ X11_CFLAGS := $(shell $(PKG_CONFIG) --cflags x11 xext) -+ X11_LIBS := $(shell $(PKG_CONFIG) --libs x11 xext) - endif - - ifeq ($(HAVE_LIBCRYPTO),) -- HAVE_LIBCRYPTO := $(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes) -+ HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) - endif - ifeq ($(HAVE_LIBCRYPTO),yes) -- LIBCRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto) -DHAVE_LIBCRYPTO -- LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) -+ LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO -+ LIBCRYPTO_LIBS := $(shell $(PKG_CONFIG) --libs libcrypto) - endif - - HAVE_PTHREAD := yes diff --git a/app-text/mupdf/files/mupdf-1.24.1-darwin.patch b/app-text/mupdf/files/mupdf-1.24.1-darwin.patch deleted file mode 100644 index 9a699fc98209..000000000000 --- a/app-text/mupdf/files/mupdf-1.24.1-darwin.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Fix configuration on darwin ---- a/Makerules -+++ b/Makerules -@@ -185,11 +185,11 @@ ifeq ($(OS),MINGW) - else ifeq ($(OS),MACOS) - HAVE_GLUT := yes - SYS_GLUT_CFLAGS := -Wno-deprecated-declarations -- SYS_GLUT_LIBS := -framework GLUT -framework OpenGL -- CC = xcrun cc -- AR = xcrun ar -- LD = xcrun ld -- RANLIB = xcrun ranlib -+ SYS_GLUT_LIBS ?= -framework GLUT -framework OpenGL -+ CC ?= xcrun cc -+ AR ?= xcrun ar -+ LD ?= xcrun ld -+ RANLIB ?= xcrun ranlib - - ifneq ($(ARCHFLAGS),) - $(warning "MacOS with ARCHFLAGS set. Assuming we are building for arm64, and setting HAVE_LIBCRYPTO to no.") diff --git a/app-text/mupdf/files/mupdf-1.24.1-openssl-x11.patch b/app-text/mupdf/files/mupdf-1.24.1-openssl-x11.patch deleted file mode 100644 index 77710a6d51a4..000000000000 --- a/app-text/mupdf/files/mupdf-1.24.1-openssl-x11.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/Makerules -+++ b/Makerules -@@ -274,14 +274,14 @@ else ifeq ($(LINUX_OR_OPENBSD),yes) - endif - endif - -- HAVE_X11 := $(shell $(PKG_CONFIG) --exists x11 xext && echo yes) -+ HAVE_X11 := not-unless-portage-tells-me - ifeq ($(HAVE_X11),yes) - X11_CFLAGS := $(shell $(PKG_CONFIG) --cflags x11 xext) - X11_LIBS := $(shell $(PKG_CONFIG) --libs x11 xext) - endif - - ifeq ($(HAVE_LIBCRYPTO),) -- HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) -+ HAVE_LIBCRYPTO := not-unless-portage-tells-me - endif - ifeq ($(HAVE_LIBCRYPTO),yes) - LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO diff --git a/app-text/mupdf/files/mupdf-1.24.8-add-desktop-pc-files.patch b/app-text/mupdf/files/mupdf-1.24.8-add-desktop-pc-files.patch deleted file mode 100644 index 03d5a014fe48..000000000000 --- a/app-text/mupdf/files/mupdf-1.24.8-add-desktop-pc-files.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- /dev/null -+++ ./platform/debian/mupdf.desktop -@@ -0,0 +1,15 @@ -+[Desktop Entry] -+Name=MuPDF -+GenericName=PDF file viewer -+Exec=mupdf %f -+TryExec=mupdf -+Icon=mupdf-icon -+Terminal=false -+Type=Application -+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff; -+Categories=Viewer;Graphics; -+Actions=View; -+ -+[Desktop Action View] -+Name=View with mupdf -+Exec=mupdf %f ---- /dev/null -+++ ./platform/debian/mupdf.pc -@@ -0,0 +1,12 @@ -+prefix=/usr -+exec_prefix=${prefix} -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include -+ -+Name: mupdf -+Description: Library for rendering PDF documents -+Requires: freetype2 libopenjp2 libcrypto -+Version: 0.5.0 -+Libs: -L${libdir} -lmupdf -+Libs.private: -lmupdf-js-none -+Cflags: -I${includedir} diff --git a/app-text/mupdf/files/mupdf-1.26.3-Makefile.patch b/app-text/mupdf/files/mupdf-1.26.3-Makefile.patch deleted file mode 100644 index 2dbc74c1e1c4..000000000000 --- a/app-text/mupdf/files/mupdf-1.26.3-Makefile.patch +++ /dev/null @@ -1,39 +0,0 @@ -# Enable debug build (TODO: Is this needed?), -# fix library names, and don't install thirdparty -# libraries. ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ - -include user.make - - ifndef build -- build := release -+ build := debug - endif - - default: apps libs -@@ -311,10 +311,12 @@ ifeq ($(shared),yes) - endif - endif - else -- MUPDF_LIB = $(OUT)/libmupdf.a -- THIRD_LIB = $(OUT)/libmupdf-third.a -- $(MUPDF_LIB) : $(MUPDF_OBJ) -- $(THIRD_LIB) : $(THIRD_OBJ) -+ MUPDF_LIB = libmupdf.so.$(GENTOO_PV) -+ THIRD_LIB = -+ MUPDF_STATIC = $(OUT)/libmupdf.a -+ $(MUPDF_LIB) : $(MUPDF_OBJ) $(THIRD_OBJ) -+ $(QUIET_LINK) $(CC) $(LDFLAGS) --shared -Wl,-soname -Wl,$(MUPDF_LIB) -o $@ $^ $(THIRD_LIBS) $(LIBS) -+ $(MUPDF_STATIC): $(MUPDF_OBJ) $(THIRD_OBJ) - endif - - ifneq ($(USE_SYSTEM_GLUT),yes) -@@ -466,7 +468,6 @@ ifeq ($(shared),yes) - endif - else - install -m 644 $(MUPDF_LIB) $(DESTDIR)$(libdir) -- install -m 644 $(THIRD_LIB) $(DESTDIR)$(libdir) - endif - - install-tools: tools diff --git a/app-text/mupdf/files/mupdf-1.26.3-cross-fixes.patch b/app-text/mupdf/files/mupdf-1.26.3-cross-fixes.patch deleted file mode 100644 index a81790d5a687..000000000000 --- a/app-text/mupdf/files/mupdf-1.26.3-cross-fixes.patch +++ /dev/null @@ -1,179 +0,0 @@ ---- a/Makerules -+++ b/Makerules -@@ -5,6 +5,8 @@ ifeq ($(OS),) - OS := $(shell uname) - endif - -+PKG_CONFIG ?= pkg-config -+CC_FOR_BUILD ?= $(CC) - WARNING_CFLAGS := -Wall -Wsign-compare - - # Feature configuration options -@@ -222,13 +224,13 @@ ifeq ($(OS),Darwin) - ifneq ($(ARCHFLAGS),) - $(warning "MacOS with ARCHFLAGS set. Assuming we are building for arm64, and setting HAVE_LIBCRYPTO to no.") - HAVE_LIBCRYPTO := no -- else ifeq (, $(shell command -v pkg-config)) -+ else ifeq (, $(shell command -v $(PKG_CONFIG))) - $(warning "No pkg-config found, install it for proper integration of libcrypto") - else -- HAVE_LIBCRYPTO := $(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes) -+ HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) - ifeq ($(HAVE_LIBCRYPTO),yes) -- LIBCRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto) -DHAVE_LIBCRYPTO -- LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) -+ LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO -+ LIBCRYPTO_LIBS := $(shell $(PKG_CONFIG) --libs libcrypto) - endif - endif - -@@ -242,78 +244,78 @@ else - LDFLAGS += -pthread - endif - -- ifeq ($(shell pkg-config --exists 'freetype2 >= 18.3.12' && echo yes),yes) -- SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2) -- SYS_FREETYPE_LIBS := $(shell pkg-config --libs freetype2) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'freetype2 >= 18.3.12' && echo yes),yes) -+ SYS_FREETYPE_CFLAGS := $(shell $(PKG_CONFIG) --cflags freetype2) -+ SYS_FREETYPE_LIBS := $(shell $(PKG_CONFIG) --libs freetype2) - endif -- ifeq ($(shell pkg-config --exists 'gumbo >= 0.10.0' && echo yes),yes) -- SYS_GUMBO_CFLAGS := $(shell pkg-config --cflags gumbo) -- SYS_GUMBO_LIBS := $(shell pkg-config --libs gumbo) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'gumbo >= 0.10.0' && echo yes),yes) -+ SYS_GUMBO_CFLAGS := $(shell $(PKG_CONFIG) --cflags gumbo) -+ SYS_GUMBO_LIBS := $(shell $(PKG_CONFIG) --libs gumbo) - endif -- ifeq ($(shell pkg-config --exists 'harfbuzz >= 2.0.0' && echo yes),yes) -- SYS_HARFBUZZ_CFLAGS := $(shell pkg-config --cflags harfbuzz) -- SYS_HARFBUZZ_LIBS := $(shell pkg-config --libs harfbuzz) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'harfbuzz >= 2.0.0' && echo yes),yes) -+ SYS_HARFBUZZ_CFLAGS := $(shell $(PKG_CONFIG) --cflags harfbuzz) -+ SYS_HARFBUZZ_LIBS := $(shell $(PKG_CONFIG) --libs harfbuzz) - endif -- ifeq ($(shell pkg-config --exists lcms2 && echo yes),yes) -- SYS_LCMS2_CFLAGS := $(shell pkg-config --cflags lcms2) -- SYS_LCMS2_LIBS := $(shell pkg-config --libs lcms2) -+ ifeq ($(shell $(PKG_CONFIG) --exists lcms2 && echo yes),yes) -+ SYS_LCMS2_CFLAGS := $(shell $(PKG_CONFIG) --cflags lcms2) -+ SYS_LCMS2_LIBS := $(shell $(PKG_CONFIG) --libs lcms2) - endif -- ifeq ($(shell pkg-config --exists libjpeg && echo yes),yes) -- SYS_LIBJPEG_CFLAGS := $(shell pkg-config --cflags libjpeg) -- SYS_LIBJPEG_LIBS := $(shell pkg-config --libs libjpeg) -+ ifeq ($(shell $(PKG_CONFIG) --exists libjpeg && echo yes),yes) -+ SYS_LIBJPEG_CFLAGS := $(shell $(PKG_CONFIG) --cflags libjpeg) -+ SYS_LIBJPEG_LIBS := $(shell $(PKG_CONFIG) --libs libjpeg) - endif -- ifeq ($(shell pkg-config --exists 'libopenjp2 >= 2.1.0' && echo yes),yes) -- SYS_OPENJPEG_CFLAGS := $(shell pkg-config --cflags libopenjp2) -- SYS_OPENJPEG_LIBS := $(shell pkg-config --libs libopenjp2) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'libopenjp2 >= 2.1.0' && echo yes),yes) -+ SYS_OPENJPEG_CFLAGS := $(shell $(PKG_CONFIG) --cflags libopenjp2) -+ SYS_OPENJPEG_LIBS := $(shell $(PKG_CONFIG) --libs libopenjp2) - endif -- ifeq ($(shell pkg-config --exists 'zlib >= 1.2.6' && echo yes),yes) -- SYS_ZLIB_CFLAGS := $(shell pkg-config --cflags zlib) -- SYS_ZLIB_LIBS := $(shell pkg-config --libs zlib) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'zlib >= 1.2.6' && echo yes),yes) -+ SYS_ZLIB_CFLAGS := $(shell $(PKG_CONFIG) --cflags zlib) -+ SYS_ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib) - endif -- ifeq ($(shell pkg-config --exists 'libbrotlidec libbrotlienc >= 0.6.0' && echo yes),yes) -- SYS_BROTLI_CFLAGS := $(shell pkg-config --cflags libbrotlidec libbrotlienc) -- SYS_BROTLI_LIBS := $(shell pkg-config --libs libbrotlidec libbrotlienc) -+ ifeq ($(shell $(PKG_CONFIG) --exists 'libbrotlidec libbrotlienc >= 0.6.0' && echo yes),yes) -+ SYS_BROTLI_CFLAGS := $(shell $(PKG_CONFIG) --cflags libbrotlidec libbrotlienc) -+ SYS_BROTLI_LIBS := $(shell $(PKG_CONFIG) --libs libbrotlidec libbrotlienc) - endif - -- HAVE_SYS_LEPTONICA := $(shell pkg-config --exists 'lept >= 1.7.4' && echo yes) -+ HAVE_SYS_LEPTONICA := $(shell $(PKG_CONFIG) --exists 'lept >= 1.7.4' && echo yes) - ifeq ($(HAVE_SYS_LEPTONICA),yes) -- SYS_LEPTONICA_CFLAGS := $(shell pkg-config --cflags lept) -- SYS_LEPTONICA_LIBS := $(shell pkg-config --libs lept) -+ SYS_LEPTONICA_CFLAGS := $(shell $(PKG_CONFIG) --cflags lept) -+ SYS_LEPTONICA_LIBS := $(shell $(PKG_CONFIG) --libs lept) - endif - -- HAVE_SYS_TESSERACT := $(shell pkg-config --exists 'tesseract >= 4.0.0' && echo yes) -+ HAVE_SYS_TESSERACT := $(shell $(PKG_CONFIG) --exists 'tesseract >= 4.0.0' && echo yes) - ifeq ($(HAVE_SYS_TESSERACT),yes) -- SYS_TESSERACT_CFLAGS := $(shell pkg-config --cflags tesseract) -- SYS_TESSERACT_LIBS := $(shell pkg-config --libs tesseract) -+ SYS_TESSERACT_CFLAGS := $(shell $(PKG_CONFIG) --cflags tesseract) -+ SYS_TESSERACT_LIBS := $(shell $(PKG_CONFIG) --libs tesseract) - endif - -- HAVE_SYS_LIBARCHIVE := $(shell pkg-config --exists 'libarchive' && echo yes) -+ HAVE_SYS_LIBARCHIVE := $(shell $(PKG_CONFIG) --exists 'libarchive' && echo yes) - ifeq ($(HAVE_SYS_LIBARCHIVE),yes) -- SYS_LIBARCHIVE_CFLAGS := $(shell pkg-config --cflags libarchive) -- SYS_LIBARCHIVE_LIBS := $(shell pkg-config --libs libarchive) -+ SYS_LIBARCHIVE_CFLAGS := $(shell $(PKG_CONFIG) --cflags libarchive) -+ SYS_LIBARCHIVE_LIBS := $(shell $(PKG_CONFIG) --libs libarchive) - endif - -- HAVE_SYS_ZXINGCPP := $(shell pkg-config --exists 'zxing >= 2.0.0' && echo yes) -+ HAVE_SYS_ZXINGCPP := $(shell $(PKG_CONFIG) --exists 'zxing >= 2.0.0' && echo yes) - ifeq ($(HAVE_SYS_ZXINGCPP),yes) -- SYS_ZXINGCPP_CFLAGS := $(shell pkg-config --cflags zxing) -- SYS_ZXINGCPP_LIBS := $(shell pkg-config --libs zxing) -+ SYS_ZXINGCPP_CFLAGS := $(shell $(PKG_CONFIG) --cflags zxing) -+ SYS_ZXINGCPP_LIBS := $(shell $(PKG_CONFIG) --libs zxing) - endif - -- HAVE_SYS_CURL := $(shell pkg-config --exists libcurl && echo yes) -+ HAVE_SYS_CURL := $(shell $(PKG_CONFIG) --exists libcurl && echo yes) - ifeq ($(HAVE_SYS_CURL),yes) -- SYS_CURL_CFLAGS := $(shell pkg-config --cflags libcurl) -- SYS_CURL_LIBS := $(shell pkg-config --libs libcurl) -+ SYS_CURL_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcurl) -+ SYS_CURL_LIBS := $(shell $(PKG_CONFIG) --libs libcurl) - endif - - ifeq ($(HAVE_GLUT),) -- HAVE_GLUT := $(shell pkg-config --exists gl x11 xrandr && echo yes) -+ HAVE_GLUT := $(shell $(PKG_CONFIG) --exists gl x11 xrandr && echo yes) - endif - ifeq ($(HAVE_GLUT),yes) -- SYS_GL_CFLAGS := $(shell pkg-config --cflags gl x11 xrandr) -- SYS_GL_LIBS := $(shell pkg-config --libs gl x11 xrandr) -- ifeq ($(shell pkg-config --exists glut && echo yes),yes) -- SYS_GLUT_CFLAGS := $(shell pkg-config --cflags glut) -- SYS_GLUT_LIBS := $(shell pkg-config --libs glut) -+ SYS_GL_CFLAGS := $(shell $(PKG_CONFIG) --cflags gl x11 xrandr) -+ SYS_GL_LIBS := $(shell $(PKG_CONFIG) --libs gl x11 xrandr) -+ ifeq ($(shell $(PKG_CONFIG) --exists glut && echo yes),yes) -+ SYS_GLUT_CFLAGS := $(shell $(PKG_CONFIG) --cflags glut) -+ SYS_GLUT_LIBS := $(shell $(PKG_CONFIG) --libs glut) - else - SYS_GLUT_CFLAGS := - SYS_GLUT_LIBS := -lglut -@@ -321,19 +323,19 @@ else - endif - - ifeq ($(HAVE_X11),) -- HAVE_X11 := $(shell pkg-config --exists x11 xext && echo yes) -+ HAVE_X11 := $(shell $(PKG_CONFIG) --exists x11 xext && echo yes) - endif - ifeq ($(HAVE_X11),yes) -- X11_CFLAGS := $(shell pkg-config --cflags x11 xext) -- X11_LIBS := $(shell pkg-config --libs x11 xext) -+ X11_CFLAGS := $(shell $(PKG_CONFIG) --cflags x11 xext) -+ X11_LIBS := $(shell $(PKG_CONFIG) --libs x11 xext) - endif - - ifeq ($(HAVE_LIBCRYPTO),) -- HAVE_LIBCRYPTO := $(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes) -+ HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) - endif - ifeq ($(HAVE_LIBCRYPTO),yes) -- LIBCRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto) -DHAVE_LIBCRYPTO -- LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) -+ LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO -+ LIBCRYPTO_LIBS := $(shell $(PKG_CONFIG) --libs libcrypto) - endif - - HAVE_PTHREAD := yes diff --git a/app-text/mupdf/files/mupdf-1.26.3-jpx.patch b/app-text/mupdf/files/mupdf-1.26.3-jpx.patch deleted file mode 100644 index 2f7468c2fe57..000000000000 --- a/app-text/mupdf/files/mupdf-1.26.3-jpx.patch +++ /dev/null @@ -1,31 +0,0 @@ -# Without guarding ffi_Pixmap_saveAsJPX by FZ_ENABLE_JPX, -# it won't compile when using -jpeg2k. -# https://github.com/ArtifexSoftware/mupdf/pull/75 ---- a/source/tools/murun.c -+++ b/source/tools/murun.c -@@ -5221,6 +5221,7 @@ static void ffi_Pixmap_saveAsPKM(js_State *J) - rethrow(J); - } - -+#if FZ_ENABLE_JPX - static void ffi_Pixmap_saveAsJPX(js_State *J) - { - fz_context *ctx = js_getcontext(J); -@@ -5233,6 +5234,7 @@ static void ffi_Pixmap_saveAsJPX(js_State *J) - fz_catch(ctx) - rethrow(J); - } -+#endif - - static void ffi_Pixmap_convertToColorSpace(js_State *J) - { -@@ -12138,7 +12140,9 @@ int murun_main(int argc, char **argv) - jsB_propfun(J, "Pixmap.saveAsPNM", ffi_Pixmap_saveAsPNM, 1); - jsB_propfun(J, "Pixmap.saveAsPBM", ffi_Pixmap_saveAsPBM, 1); - jsB_propfun(J, "Pixmap.saveAsPKM", ffi_Pixmap_saveAsPKM, 1); -+ #if FZ_ENABLE_JPX - jsB_propfun(J, "Pixmap.saveAsJPX", ffi_Pixmap_saveAsJPX, 2); -+ #endif - } - js_setregistry(J, "fz_pixmap"); - diff --git a/app-text/mupdf/files/mupdf-1.26.3-openssl-x11.patch b/app-text/mupdf/files/mupdf-1.26.3-openssl-x11.patch deleted file mode 100644 index 548df8a064a5..000000000000 --- a/app-text/mupdf/files/mupdf-1.26.3-openssl-x11.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makerules -+++ b/Makerules -@@ -322,17 +322,13 @@ else - endif - endif - -- ifeq ($(HAVE_X11),) -- HAVE_X11 := $(shell $(PKG_CONFIG) --exists x11 xext && echo yes) -- endif -+ HAVE_X11 := not-unless-portage-tells-me - ifeq ($(HAVE_X11),yes) - X11_CFLAGS := $(shell $(PKG_CONFIG) --cflags x11 xext) - X11_LIBS := $(shell $(PKG_CONFIG) --libs x11 xext) - endif - -- ifeq ($(HAVE_LIBCRYPTO),) -- HAVE_LIBCRYPTO := $(shell $(PKG_CONFIG) --exists 'libcrypto >= 1.1.0' && echo yes) -- endif -+ HAVE_LIBCRYPTO := not-unless-portage-tells-me - ifeq ($(HAVE_LIBCRYPTO),yes) - LIBCRYPTO_CFLAGS := $(shell $(PKG_CONFIG) --cflags libcrypto) -DHAVE_LIBCRYPTO - LIBCRYPTO_LIBS := $(shell $(PKG_CONFIG) --libs libcrypto) diff --git a/app-text/mupdf/files/mupdf-1.26.3-thirdparty.patch b/app-text/mupdf/files/mupdf-1.26.3-thirdparty.patch deleted file mode 100644 index 7271148089ac..000000000000 --- a/app-text/mupdf/files/mupdf-1.26.3-thirdparty.patch +++ /dev/null @@ -1,15 +0,0 @@ -# ZXINGCPP_CFLAGS includes the thirdparty zxingcpp, which leads to both the -# system and thirdparty zxingcpp being included when opting to use the system -# zxingcpp. -# https://bugs.ghostscript.com/show_bug.cgi?id=708683 ---- a/Makefile -+++ b/Makefile -@@ -155,7 +155,7 @@ $(OUT)/source/fitz/leptonica-wrap.o : source/fitz/leptonica-wrap.c - endif - - $(OUT)/source/fitz/barcode.o : source/fitz/barcode.cpp -- $(CXX_CMD) $(WARNING_CFLAGS) $(LIB_CFLAGS) $(THIRD_CFLAGS) $(ZXINGCPP_CFLAGS) $(ZXINGCPP_LANGFLAGS) -+ $(CXX_CMD) $(WARNING_CFLAGS) $(LIB_CFLAGS) $(THIRD_CFLAGS) $(ZXINGCPP_LANGFLAGS) - - $(OUT)/platform/%.o : platform/%.c - $(CC_CMD) $(WARNING_CFLAGS) diff --git a/app-text/mupdf/files/patch-source_helpers_pkcs7_pkcs7-openssl_c b/app-text/mupdf/files/patch-source_helpers_pkcs7_pkcs7-openssl_c deleted file mode 100644 index d61cfed15bcf..000000000000 --- a/app-text/mupdf/files/patch-source_helpers_pkcs7_pkcs7-openssl_c +++ /dev/null @@ -1,35 +0,0 @@ -- disable redefinitions of OpenSSL accessors provided by libcrypto -- avoid (harmless) compiler warning about incompatible function pointer types -- add default_paths to STORE for checking signatures (aka /etc/ssl/cert.pem) - -Index: source/helpers/pkcs7/pkcs7-openssl.c ---- source/helpers/pkcs7/pkcs7-openssl.c.orig -+++ source/helpers/pkcs7/pkcs7-openssl.c -@@ -119,7 +119,7 @@ static const char AdobeCA_p7c[] = { - #warning detect version of openssl at compile time - #endif - --#ifdef LIBRESSL_VERSION_NUMBER -+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x3060000fL - - static inline const STACK_OF(PKCS12_SAFEBAG) * - PKCS12_SAFEBAG_get0_safes(const PKCS12_SAFEBAG *bag) -@@ -203,7 +203,7 @@ static int stream_free(BIO *b) - return 1; - } - --static long stream_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) -+static long stream_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) - { - return 1; - } -@@ -513,6 +513,9 @@ check_certificate(fz_context *ctx, pdf_pkcs7_verifier - X509_STORE_add_cert(st, c); - } - } -+ -+ /* Add default paths */ -+ X509_STORE_set_default_paths(st); - - res = pk7_verify_cert(st, pk7sig); - diff --git a/app-text/mupdf/metadata.xml b/app-text/mupdf/metadata.xml deleted file mode 100644 index 32d300a5d6f8..000000000000 --- a/app-text/mupdf/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> - </maintainer> - <maintainer type="person"> - <email>johu@gentoo.org</email> - <name>Johannes Huber</name> - </maintainer> - <maintainer type="person"> - <email>sam@gentoo.org</email> - <name>Sam James</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:artifex:mupdf</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mupdf/mupdf-1.27.1.ebuild b/app-text/mupdf/mupdf-1.27.1.ebuild deleted file mode 100644 index 7af5d30c4248..000000000000 --- a/app-text/mupdf/mupdf-1.27.1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 2021-2026 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit desktop flag-o-matic toolchain-funcs xdg - -DESCRIPTION="A lightweight PDF viewer and toolkit written in portable C" -HOMEPAGE="https://mupdf.com/ https://github.com/ArtifexSoftware/mupdf" -SRC_URI="https://mupdf.com/downloads/archive/${P}-source.tar.gz" -S="${WORKDIR}"/${P}-source - -LICENSE="AGPL-3" -SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86" -IUSE="+drm ssl X" - -RDEPEND=" - dev-libs/gumbo - media-libs/freetype:2 - media-libs/harfbuzz:=[truetype] - media-libs/jbig2dec:= - media-libs/libpng:0= - >=media-libs/openjpeg-2.1:2= - >=media-libs/libjpeg-turbo-1.5.3-r2:0= - ssl? ( - - dev-libs/openssl:= - ) - sys-libs/zlib - X? ( - x11-libs/libX11 - x11-libs/libXext - ) -" -DEPEND="${RDEPEND}" -BDEPEND="X? ( x11-base/xorg-proto ) - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.15-CFLAGS.patch - "${FILESDIR}"/${PN}-1.26.3-jpx.patch - "${FILESDIR}"/${PN}-1.24.8-add-desktop-pc-files.patch - "${FILESDIR}"/${PN}-1.26.3-cross-fixes.patch - "${FILESDIR}"/${PN}-1.24.1-darwin.patch - # See bugs #662352 - "${FILESDIR}"/${PN}-1.26.3-openssl-x11.patch - # General cross fixes from Debian (refreshed) - "${FILESDIR}"/${PN}-1.21.1-fix-aliasing-violation.patch -) - -src_prepare() { - default - - use hppa && append-cflags -ffunction-sections - - use drm && append-cflags -DGENTOO_MUPDF_DRM - - sed -e "1iOS = Linux" \ - -e "1iCC = $(tc-getCC)" \ - -e "1iCXX = $(tc-getCXX)" \ - -e "1iLD = $(tc-getLD)" \ - -e "1iAR = $(tc-getAR)" \ - -e "1iverbose = yes" \ - -e "1ibuild = debug" \ - -i Makerules || die "Failed adding build variables to Makerules in src_prepare()" - - # Adjust MuPDF version in .pc file created by the - # mupdf-1.10a-add-desktop-pc-xpm-files.patch file - sed -e "s/Version: \(.*\)/Version: ${PV}/" \ - -i platform/debian/${PN}.pc || die "Failed substituting version in ${PN}.pc" -} - -_emake() { - # When HAVE_OBJCOPY is yes, we end up with a lot of QA warnings. - # - # Bundled libs - # * General - # Note that USE_SYSTEM_LIBS=yes is a metaoption which will set to upstream's - # recommendations. It does not mean "always use system libs". - # See [0] below for what it means in a specific version. - # - # * freeglut - # We don't use system's freeglut because upstream has a special modified - # version of it that gives mupdf clipboard support. See bug #653298 - # - # * mujs - # As of v1.15.0, mupdf started using symbols in mujs that were not part - # of any release. We then went back to using the bundled version of it. - # But v1.17.0 looks ok, so we'll go unbundled again. Be aware of this risk - # when bumping and check! - # See bug #685244 - # - # * lmms2 - # mupdf uses a bundled version of lcms2 [0] because Artifex have forked it [1]. - # It is therefore not appropriate for us to unbundle it at this time. - # - # [0] https://git.ghostscript.com/?p=mupdf.git;a=blob;f=Makethird;h=c4c540fa4a075df0db85e6fdaab809099881f35a;hb=HEAD#l9 - # [1] https://www.ghostscript.com/doc/lcms2mt/doc/WhyThisFork.txt - local myemakeargs=( - GENTOO_PV=${PV} - HAVE_LIBCRYPTO=$(usex ssl) - HAVE_X11=$(usex X) - USE_SYSTEM_LIBS=yes - USE_SYSTEM_GLUT=yes - HAVE_OBJCOPY=no - "$@" - ) - - emake "${myemakeargs[@]}" -} - -src_compile() { - tc-export PKG_CONFIG - - _emake XCFLAGS="-fPIC" -} - -src_install() { - if use X ; then - domenu platform/debian/${PN}.desktop - doicon -s scalable docs/logo/${PN}-icon.svg - else - rm docs/man/${PN}.1 || die "Failed to remove man page in src_install()" - fi - - sed -i \ - -e "1iprefix = ${ED}/usr" \ - -e "1ilibdir = ${ED}/usr/$(get_libdir)" \ - -e "1idocdir = ${ED}/usr/share/doc/${PF}" \ - -i Makerules || die "Failed adding liprefix, lilibdir and lidocdir to Makerules in src_install()" - - _emake install - - dosym libmupdf.so.${PV} /usr/$(get_libdir)/lib${PN}.so - - if use X ; then - einfo "mupdf symlink points to mupdf-x11 (bug 616654)" - dosym ${PN}-x11 /usr/bin/${PN} - fi - - # Respect libdir (bug #734898) - sed -i -e "s:/lib:/$(get_libdir):" platform/debian/${PN}.pc || die "Failed to sed pkgconfig file to respect libdir in src_install()" - - insinto /usr/$(get_libdir)/pkgconfig - doins platform/debian/${PN}.pc - - dodoc README CHANGES CONTRIBUTORS -} diff --git a/app-text/mupdf/mupdf-1.27.2.ebuild b/app-text/mupdf/mupdf-1.27.2.ebuild deleted file mode 100644 index 7af5d30c4248..000000000000 --- a/app-text/mupdf/mupdf-1.27.2.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 2021-2026 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit desktop flag-o-matic toolchain-funcs xdg - -DESCRIPTION="A lightweight PDF viewer and toolkit written in portable C" -HOMEPAGE="https://mupdf.com/ https://github.com/ArtifexSoftware/mupdf" -SRC_URI="https://mupdf.com/downloads/archive/${P}-source.tar.gz" -S="${WORKDIR}"/${P}-source - -LICENSE="AGPL-3" -SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86" -IUSE="+drm ssl X" - -RDEPEND=" - dev-libs/gumbo - media-libs/freetype:2 - media-libs/harfbuzz:=[truetype] - media-libs/jbig2dec:= - media-libs/libpng:0= - >=media-libs/openjpeg-2.1:2= - >=media-libs/libjpeg-turbo-1.5.3-r2:0= - ssl? ( - - dev-libs/openssl:= - ) - sys-libs/zlib - X? ( - x11-libs/libX11 - x11-libs/libXext - ) -" -DEPEND="${RDEPEND}" -BDEPEND="X? ( x11-base/xorg-proto ) - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.15-CFLAGS.patch - "${FILESDIR}"/${PN}-1.26.3-jpx.patch - "${FILESDIR}"/${PN}-1.24.8-add-desktop-pc-files.patch - "${FILESDIR}"/${PN}-1.26.3-cross-fixes.patch - "${FILESDIR}"/${PN}-1.24.1-darwin.patch - # See bugs #662352 - "${FILESDIR}"/${PN}-1.26.3-openssl-x11.patch - # General cross fixes from Debian (refreshed) - "${FILESDIR}"/${PN}-1.21.1-fix-aliasing-violation.patch -) - -src_prepare() { - default - - use hppa && append-cflags -ffunction-sections - - use drm && append-cflags -DGENTOO_MUPDF_DRM - - sed -e "1iOS = Linux" \ - -e "1iCC = $(tc-getCC)" \ - -e "1iCXX = $(tc-getCXX)" \ - -e "1iLD = $(tc-getLD)" \ - -e "1iAR = $(tc-getAR)" \ - -e "1iverbose = yes" \ - -e "1ibuild = debug" \ - -i Makerules || die "Failed adding build variables to Makerules in src_prepare()" - - # Adjust MuPDF version in .pc file created by the - # mupdf-1.10a-add-desktop-pc-xpm-files.patch file - sed -e "s/Version: \(.*\)/Version: ${PV}/" \ - -i platform/debian/${PN}.pc || die "Failed substituting version in ${PN}.pc" -} - -_emake() { - # When HAVE_OBJCOPY is yes, we end up with a lot of QA warnings. - # - # Bundled libs - # * General - # Note that USE_SYSTEM_LIBS=yes is a metaoption which will set to upstream's - # recommendations. It does not mean "always use system libs". - # See [0] below for what it means in a specific version. - # - # * freeglut - # We don't use system's freeglut because upstream has a special modified - # version of it that gives mupdf clipboard support. See bug #653298 - # - # * mujs - # As of v1.15.0, mupdf started using symbols in mujs that were not part - # of any release. We then went back to using the bundled version of it. - # But v1.17.0 looks ok, so we'll go unbundled again. Be aware of this risk - # when bumping and check! - # See bug #685244 - # - # * lmms2 - # mupdf uses a bundled version of lcms2 [0] because Artifex have forked it [1]. - # It is therefore not appropriate for us to unbundle it at this time. - # - # [0] https://git.ghostscript.com/?p=mupdf.git;a=blob;f=Makethird;h=c4c540fa4a075df0db85e6fdaab809099881f35a;hb=HEAD#l9 - # [1] https://www.ghostscript.com/doc/lcms2mt/doc/WhyThisFork.txt - local myemakeargs=( - GENTOO_PV=${PV} - HAVE_LIBCRYPTO=$(usex ssl) - HAVE_X11=$(usex X) - USE_SYSTEM_LIBS=yes - USE_SYSTEM_GLUT=yes - HAVE_OBJCOPY=no - "$@" - ) - - emake "${myemakeargs[@]}" -} - -src_compile() { - tc-export PKG_CONFIG - - _emake XCFLAGS="-fPIC" -} - -src_install() { - if use X ; then - domenu platform/debian/${PN}.desktop - doicon -s scalable docs/logo/${PN}-icon.svg - else - rm docs/man/${PN}.1 || die "Failed to remove man page in src_install()" - fi - - sed -i \ - -e "1iprefix = ${ED}/usr" \ - -e "1ilibdir = ${ED}/usr/$(get_libdir)" \ - -e "1idocdir = ${ED}/usr/share/doc/${PF}" \ - -i Makerules || die "Failed adding liprefix, lilibdir and lidocdir to Makerules in src_install()" - - _emake install - - dosym libmupdf.so.${PV} /usr/$(get_libdir)/lib${PN}.so - - if use X ; then - einfo "mupdf symlink points to mupdf-x11 (bug 616654)" - dosym ${PN}-x11 /usr/bin/${PN} - fi - - # Respect libdir (bug #734898) - sed -i -e "s:/lib:/$(get_libdir):" platform/debian/${PN}.pc || die "Failed to sed pkgconfig file to respect libdir in src_install()" - - insinto /usr/$(get_libdir)/pkgconfig - doins platform/debian/${PN}.pc - - dodoc README CHANGES CONTRIBUTORS -} diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest deleted file mode 100644 index d54eb82d5a6e..000000000000 --- a/app-text/mythes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mythes-1.2.5.tar.xz 2891852 BLAKE2B e292e49187a9b225fdcfccb467afed0b8ce90769bbefe331d7d7f026f2dd6686543b14f3666af5b1693198467206c53da0bbd030420d87c94315f9da769f45a6 SHA512 304fd05619e0ae02c9c29d92a6ada8f4a85f41f331b87b8820728c1919f3dd9c5cd951dbef9a27e649466f94dc5daa19350c9fd09c90d49b198b73b1f9eb770e diff --git a/app-text/mythes/metadata.xml b/app-text/mythes/metadata.xml deleted file mode 100644 index 18c88c7bba09..000000000000 --- a/app-text/mythes/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/mythes/mythes-1.2.5.ebuild b/app-text/mythes/mythes-1.2.5.ebuild deleted file mode 100644 index c8883f045d20..000000000000 --- a/app-text/mythes/mythes-1.2.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Simple thesaurus for LibreOffice" -HOMEPAGE="https://github.com/hunspell/mythes" -SRC_URI="https://github.com/hunspell/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" -IUSE="debug" - -RDEPEND="app-text/hunspell:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf \ - --disable-werror \ - $(use_enable debug) -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die -} diff --git a/app-text/namazu/Manifest b/app-text/namazu/Manifest deleted file mode 100644 index a234f0388999..000000000000 --- a/app-text/namazu/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST namazu-2.0.21.tar.gz 1394048 BLAKE2B 86755fe2433bee1a1c7bf8239b38b3d9500eb20f720b031f349d968f173384f172d81eb0926265343b2c749fca527e6cd6c2940fbaa2be333830b41f8b7853a2 SHA512 c0ce1b8c8b8ce30ee7d28cfed790a9c8585d1b468eefe2ba4ac70976e09329ae04a3a3bbf0b86b9673cfdf206f2b103896daca2f053062f451884fa659b31ea6 -DIST namazu-2.0.22pre8.tar.gz 1975653 BLAKE2B 91e07e576fe7f8dc93db2754726f0fa286191dae44e885abafed5887d741f3291fd79665294dcae23770d2f42b5b35a323f7896209a62e802ac4253d729c3f23 SHA512 2d891cd2a4eae8246753511f3e2323093139be917edef9e2c3481ac7a0de9b9200906d7d56bbcd7bf1861ede44ae6bca72820b8086b2be93ad9d8f20cb56cae0 diff --git a/app-text/namazu/files/50namazu-gentoo.el b/app-text/namazu/files/50namazu-gentoo.el deleted file mode 100644 index e2f6e501241c..000000000000 --- a/app-text/namazu/files/50namazu-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'namazu "namazu" nil t) diff --git a/app-text/namazu/files/namazu-2.0.21-memmove.patch b/app-text/namazu/files/namazu-2.0.21-memmove.patch deleted file mode 100644 index 30ad490e44fa..000000000000 --- a/app-text/namazu/files/namazu-2.0.21-memmove.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- a/nmz/search.c -+++ b/nmz/search.c -@@ -572,7 +572,7 @@ - { - if (*expr == '*' && expr[strlen(expr) - 1] != '*') { - /* If suffix match such as '*bar', enforce it into regex */ -- strcpy(expr, expr + 1); -+ memmove(expr, expr + 1, strlen(expr)); - escape_meta_characters(expr, BUFSIZE * 2); - strncat(expr, "$", BUFSIZE * 2 - strlen(expr) - 1); - expr[BUFSIZE * 2 - 1] = '\0'; -@@ -584,7 +584,7 @@ - expr[BUFSIZE * 2 - 1] = '\0'; - } else if (*expr == '*' && expr[strlen(expr) - 1] == '*') { - /* If internal match such as '*foo*', enforce it into regex */ -- strcpy(expr, expr + 1); -+ memmove(expr, expr + 1, strlen(expr)); - expr[strlen(expr) - 1] = '\0'; - escape_meta_characters(expr, BUFSIZE * 2); - } else if (*expr == '/' && expr[strlen(expr) - 1] == '/') { -@@ -592,7 +592,7 @@ - nmz_debug_printf("do REGEX search\n"); - /* Genuine regex */ - /* Remove the both of '/' chars at begging and end of string */ -- strcpy(expr, expr + 1); -+ memmove(expr, expr + 1, strlen(expr)); - expr[strlen(expr) - 1]= '\0'; - } else { - nmz_debug_printf("disabled REGEX search\n"); -@@ -605,7 +605,7 @@ - || (*expr == '{' && expr[strlen(expr) - 1] == '}')) - { - /* Delimiters of field search */ -- strcpy(expr, expr + 1); -+ memmove(expr, expr + 1, strlen(expr)); - expr[strlen(expr) - 1] = '\0'; - } - escape_meta_characters(expr, BUFSIZE * 2); -@@ -695,7 +695,7 @@ - delete_beginning_backslash(char *str) - { - if (*str == '\\') { -- strcpy(str, str + 1); -+ memmove(str, str + 1, strlen(str)); - } - } - -@@ -935,7 +935,7 @@ - if ((strlen(str) >= 3 && (*str == '"' && str[strlen(str) - 1] == '"')) - || (*str == '{' && str[strlen(str) - 1] == '}')) - { -- strcpy(str, str + 1); -+ memmove(str , str + 1, strlen(str)); - str[strlen(str) - 1]= '\0'; - } - } diff --git a/app-text/namazu/files/namazu-configure.patch b/app-text/namazu/files/namazu-configure.patch deleted file mode 100644 index 02b6fcde8dc6..000000000000 --- a/app-text/namazu/files/namazu-configure.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -165,7 +165,9 @@ - [AC_TRY_RUN( - changequote(<<, >>)dnl - << --main() -+#include <stdlib.h> -+#include <string.h> -+int main(void) - { - /* Some versions of memcmp are not 8-bit clean. */ - char c0 = 0x40, c1 = 0x80, c2 = 0x81; diff --git a/app-text/namazu/files/namazu-emacs-27.patch b/app-text/namazu/files/namazu-emacs-27.patch deleted file mode 100644 index cb9dd4de9590..000000000000 --- a/app-text/namazu/files/namazu-emacs-27.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/lisp/namazu.el -+++ b/lisp/namazu.el -@@ -99,9 +99,9 @@ - (defmacro defgroup (&rest args) - nil) - (defmacro defcustom (var value doc &rest args) -- (` (defvar (, var) (, value) (, doc)))) -+ `(defvar (, var) (, value) (, doc))) - (defmacro defface (var value doc &rest args) -- (` (make-face (, var)))) -+ `(make-face (, var))) - (defmacro define-widget (&rest args) - nil))) - diff --git a/app-text/namazu/files/namazu-gentoo.patch b/app-text/namazu/files/namazu-gentoo.patch deleted file mode 100644 index 8f0275ba27c5..000000000000 --- a/app-text/namazu/files/namazu-gentoo.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -19,9 +19,9 @@ - - bin_SCRIPTS = nmz-config - --etcdir = $(pkgdatadir)/etc --etc_DATA = AUTHORS ChangeLog ChangeLog.1 CREDITS COPYING INSTALL \ -- INSTALL-ja README README-es README-ja NEWS THANKS TODO \ -+etcdir = $(docdir) -+etc_DATA = AUTHORS ChangeLog ChangeLog.1 CREDITS \ -+ README README-es README-ja NEWS THANKS TODO \ - HACKING HACKING-ja - - EXTRA_DIST = $(etc_DATA) maintMakefile namazu.spec namazu.spec.in \ ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -2,7 +2,7 @@ - AUTOMAKE_OPTIONS = 1.4 no-dependencies - SUBDIRS = en ja - --cssdir = $(pkgdatadir)/doc -+cssdir = $(htmldir) - - css_DATA = namazu.css - EXTRA_DIST = $(css_DATA) ---- a/doc/en/Makefile.am -+++ b/doc/en/Makefile.am -@@ -1,4 +1,4 @@ --htmldir = $(pkgdatadir)/doc/en -+htmldir = @htmldir@/en - - html_DATA = manual.html nmz.html tutorial.html tips.html - EXTRA_DIST = $(html_DATA) ---- a/doc/ja/Makefile.am -+++ b/doc/ja/Makefile.am -@@ -1,4 +1,4 @@ --htmldir = $(pkgdatadir)/doc/ja -+htmldir = @htmldir@/ja - - html_DATA = manual.html nmz.html tips.html tutorial.html - EXTRA_DIST = $(html_DATA) ---- a/filter/Makefile.am -+++ b/filter/Makefile.am -@@ -51,9 +51,3 @@ - - ETAGS_ARGS = $(filter_DATA) --lang=perl - TAGS_DEPENDENCIES = $(filter_DATA) -- --# To remove Windows specific files installed by Namazu 2.0 and/or 2.0.1 --# and old gfilter.pl (Namazu 2.0.7 or earlier). --install-data-local: -- rm -f $(filterdir)/ole*.pl -- rm -f $(filterdir)/gfilter.pl diff --git a/app-text/namazu/files/namazu-perl-5.18.patch b/app-text/namazu/files/namazu-perl-5.18.patch deleted file mode 100644 index 8674982312d4..000000000000 --- a/app-text/namazu/files/namazu-perl-5.18.patch +++ /dev/null @@ -1,48 +0,0 @@ -2013-12-15 Tadamasa Teranishi <yw3t-trns@asahi-net.or.jp> - - * scripts/mknmz.in, filter/mhonarc.pl: support random HASH - for Perl 5.8.1, 5.18.X. - ---- a/filter/mhonarc.pl 2008/05/09 07:52:21 1.23.8.8 -+++ b/filter/mhonarc.pl 2013/12/15 04:01:53 1.23.8.9 -@@ -1,10 +1,10 @@ - # - # -*- Perl -*- --# $Id: mhonarc.pl,v 1.23.8.8 2008-05-09 07:52:21 opengl2772 Exp $ -+# $Id: mhonarc.pl,v 1.23.8.9 2013-12-15 04:01:53 opengl2772 Exp $ - # Copyright (C) 1997-2000 Satoru Takabayashi , - # 1999 NOKUBI Takatsugu , - # 2002 Earl Hood , --# 2000-2008 Namazu Project All rights reserved. -+# 2000-2013 Namazu Project All rights reserved. - # This is free software with ABSOLUTELY NO WARRANTY. - # - # This program is free software; you can redistribute it and/or modify -@@ -141,9 +141,8 @@ - - # Format MHonArc X comment extracted headers as regular headers - my $mha_header = ""; -- my($fld_name, $fld_value); -- while (($fld_name, $fld_value) = each %$mha_fields) { -- $mha_header .= join('', $fld_name, ': ', $fld_value, "\n"); -+ for my $key (sort keys %$mha_fields) { -+ $mha_header .= join('', $key, ': ', $mha_fields->{$key}, "\n"); - } - - # Added header back to content string. ---- a/scripts/mknmz.in 2011/07/23 23:50:59 1.85.4.102 -+++ b/scripts/mknmz.in 2013/12/15 04:01:53 1.85.4.103 -@@ -77,13 +77,6 @@ - sub main { - my $start_time = time; - -- if ($English::PERL_VERSION == 5.008001) { -- unless (defined $ENV{PERL_HASH_SEED} && $ENV{PERL_HASH_SEED} eq 0) { -- print "Run mknmz with the environment variable PERL_HASH_SEED=0\n"; -- exit 1; -- } -- } -- - init(); - - # At first, loading pl/conf.pl to prevent overriding some variables. diff --git a/app-text/namazu/files/namazu-perl-5.26.patch b/app-text/namazu/files/namazu-perl-5.26.patch deleted file mode 100644 index 1b3a4e40bd10..000000000000 --- a/app-text/namazu/files/namazu-perl-5.26.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/filter/hnf.pl -+++ b/filter/hnf.pl -@@ -244,7 +244,7 @@ - $uri = '?%year%month%hiday#%year%month%day0'; # for hns-1.x - } - $uri =~ s/%%/\34/g; -- $uri =~ s/%{?([a-z]+)}?/$param{$1}/g; -+ $uri =~ s/%\{?([a-z]+)}?/$param{$1}/g; - $uri =~ s/\34/%/g; - $uri = $hnf::diary_uri . $uri; - $uri =~ s/%7E/~/i; ---- a/filter/mp3.pl -+++ b/filter/mp3.pl -@@ -152,7 +152,7 @@ - mp3::get_title($$contref, $weighted_str, $fields); - mp3::get_author($$contref, $fields); - mp3::get_album($$contref, $fields); -- $$contref =~ s/^\w+:{1,1}?//gm; -+ $$contref =~ s/^\w+:?//gm; - - return; - } diff --git a/app-text/namazu/files/namazu-tests.patch b/app-text/namazu/files/namazu-tests.patch deleted file mode 100644 index c79f8aade6f3..000000000000 --- a/app-text/namazu/files/namazu-tests.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -26,3 +26,5 @@ - rm -rf test-log tmp-data tmp.* idx[0-9]* ja-idx[0-9]* - - EXTRA_DIST = $(TESTS) select-data commonfuncs -+ -+.NOTPARALLEL: diff --git a/app-text/namazu/files/namazu-underlinking.patch b/app-text/namazu/files/namazu-underlinking.patch deleted file mode 100644 index 04af7c21d998..000000000000 --- a/app-text/namazu/files/namazu-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/nmz/Makefile.am -+++ b/nmz/Makefile.am -@@ -47,7 +47,7 @@ - nmzversion.c - - libnmz_la_DEPENDENCIES = @NMZ_LIBOBJS@ --libnmz_la_LIBADD = @LTLIBINTL@ -+libnmz_la_LIBADD = @LTLIBINTL@ @NMZ_LIBOBJS@ - libnmz_la_LDFLAGS = -version-info $(LTVERSION) - - nmzversion.c: nmzversion.c.in diff --git a/app-text/namazu/metadata.xml b/app-text/namazu/metadata.xml deleted file mode 100644 index 80d4e09b3fe1..000000000000 --- a/app-text/namazu/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:namazu:namazu</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild deleted file mode 100644 index 866e3923c180..000000000000 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit autotools elisp-common - -DESCRIPTION="Namazu is a full-text search engine" -HOMEPAGE="http://www.namazu.org/" -SRC_URI="http://www.namazu.org/stable/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="emacs l10n_ja nls static-libs tk" - -RDEPEND="dev-perl/File-MMagic - emacs? ( >=app-editors/emacs-23.1:* ) - l10n_ja? ( - app-i18n/nkf - || ( - dev-perl/Text-Kakasi - app-i18n/kakasi - app-text/chasen - app-text/mecab - ) - ) - nls? ( virtual/libintl ) - tk? ( - dev-lang/tk:0 - www-client/lynx - )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-configure.patch - "${FILESDIR}"/${PN}-emacs-27.patch - "${FILESDIR}"/${PN}-perl-5.18.patch - "${FILESDIR}"/${PN}-perl-5.26.patch - "${FILESDIR}"/${PN}-tests.patch - "${FILESDIR}"/${PN}-underlinking.patch - "${FILESDIR}"/${P}-memmove.patch -) - -src_prepare() { - default - - mv configure.{in,ac} || die - mv tk${PN}/configure.{in,ac} || die - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable nls) - $(use_enable static-libs static) - $(use_enable tk tk${PN}) - ) - use tk && myconf+=( - --with-${PN}="${EPREFIX}"/usr/bin/${PN} - --with-mknmz="${EPREFIX}"/usr/bin/mknmz - --with-indexdir="${EPREFIX}"/var/lib/${PN}/index - ) - - econf "${myconf[@]}" -} - -src_compile() { - default - - if use emacs; then - cd lisp - rm -f browse* - elisp-compile *.el - fi -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - keepdir /var/lib/${PN}/index - - if use emacs; then - elisp-install ${PN} lisp/*.el* - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el - - docinto lisp - dodoc lisp/ChangeLog* - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild deleted file mode 100644 index 118401efebb8..000000000000 --- a/app-text/namazu/namazu-2.0.22_pre8.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit autotools elisp-common - -MY_P="${P/_pre/pre}" - -DESCRIPTION="Namazu is a full-text search engine" -HOMEPAGE="http://www.namazu.org/" -SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="emacs l10n_ja nls static-libs tk" - -RDEPEND="dev-perl/File-MMagic - emacs? ( >=app-editors/emacs-23.1:* ) - l10n_ja? ( - app-i18n/nkf - || ( - dev-perl/Text-Kakasi - app-i18n/kakasi - app-text/chasen - app-text/mecab - ) - ) - nls? ( virtual/libintl ) - tk? ( - dev-lang/tk:0 - www-client/lynx - )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-configure.patch - "${FILESDIR}"/${PN}-tests.patch - "${FILESDIR}"/${PN}-underlinking.patch -) - -src_prepare() { - default - - mv configure.{in,ac} || die - mv tk${PN}/configure.{in,ac} || die - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable nls) - $(use_enable static-libs static) - $(use_enable tk tk${PN}) - ) - use tk && myconf+=( - --with-${PN}="${EPREFIX}"/usr/bin/${PN} - --with-mknmz="${EPREFIX}"/usr/bin/mknmz - --with-indexdir="${EPREFIX}"/var/lib/${PN}/index - ) - - econf "${myconf[@]}" -} - -src_compile() { - default - - if use emacs; then - cd lisp - rm -f browse* - elisp-compile *.el - fi -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - keepdir /var/lib/${PN}/index - - if use emacs; then - elisp-install ${PN} lisp/*.el* - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el - - docinto lisp - dodoc lisp/ChangeLog* - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest deleted file mode 100644 index 7879bf641c16..000000000000 --- a/app-text/nfoview/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nfoview-2.1.tar.gz 52447 BLAKE2B d8b56690a96f45dfc8ec2cb2e87cfbc42ac44646551432441fb75199835be60d20e26bbdd782485db5096483c347f9d7db8a72a9c8a7a35c95e6b291e6863ba0 SHA512 ba9fcb66f97895e2e21f4b70190f8dfdd10d201fddfb422252742bfa741003f657d098fe9e0e5f75e915668310d6034794ad6d787e46a1ac228268a8cdb01019 diff --git a/app-text/nfoview/files/nfoview-2.1-fix-paths.patch b/app-text/nfoview/files/nfoview-2.1-fix-paths.patch deleted file mode 100644 index 360ab4170f14..000000000000 --- a/app-text/nfoview/files/nfoview-2.1-fix-paths.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/nfoview/paths.py 2025-05-03 12:37:51.767811975 +0200 -+++ b/nfoview/paths.py 2025-05-03 12:38:42.881021423 +0200 -@@ -42,7 +42,7 @@ - return Path(sys.argv[0]).parent / "share" / "nfoview" - - def get_data_directory_source(): -- return Path(__file__).parent.parent / "data" -+ return Path(__file__).parent - - def get_locale_directory(): - if hasattr(sys, "frozen"): -@@ -53,7 +53,7 @@ - return Path(sys.argv[0]).parent / "share" / "locale" - - def get_locale_directory_source(): -- return Path(__file__).parent.parent / "locale" -+ return Path(f"{sys.prefix}/share/locale") - - CONFIG_HOME_DIR = get_config_home_directory().resolve() - DATA_DIR = get_data_directory().resolve() diff --git a/app-text/nfoview/metadata.xml b/app-text/nfoview/metadata.xml deleted file mode 100644 index 276ecba67abc..000000000000 --- a/app-text/nfoview/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>tomekmsliwa@gmail.com</email> - <name>Tomasz Śliwa</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/nfoview/nfoview-2.1.ebuild b/app-text/nfoview/nfoview-2.1.ebuild deleted file mode 100644 index a32de4f00fd2..000000000000 --- a/app-text/nfoview/nfoview-2.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit desktop python-single-r1 virtualx xdg - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git" - inherit git-r3 -else - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage" -HOMEPAGE="https://otsaloma.io/nfoview/" - -LICENSE="GPL-3+" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND=" - ${PYTHON_DEPS} - sys-devel/gettext - test? ( - $(python_gen_cond_dep ' - dev-python/pytest[${PYTHON_USEDEP}] - ') - ) -" -DEPEND="$(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - media-fonts/cascadia-code - gui-libs/gtk:4[introspection]" - -PATCHES=( "$FILESDIR/${P}-fix-paths.patch" ) - -src_prepare() { - default - cp data/*.ui nfoview || die -} - -src_compile() { - : -} - -src_test() { - virtx epytest -} - -src_install() { - local file - for file in po/*.po; do - msgfmt "${file}" -o "${file%.po}.mo" && domo "${file%.po}.mo" || die - done - - mkdir -p usr/share/{applications,metainfo} || die - msgfmt --xml -d po --template data/io.otsaloma.nfoview.appdata.xml.in \ - -o usr/share/metainfo/io.otsaloma.nfoview.appdata.xml || die - msgfmt --desktop -d po --template data/io.otsaloma.nfoview.desktop.in \ - -o usr/share/applications/io.otsaloma.nfoview.desktop || die - - doicon -s scalable data/io.otsaloma.nfoview.svg - doicon -s symbolic data/io.otsaloma.nfoview-symbolic.svg - - doman data/nfoview.1 - - python_moduleinto nfoview - python_domodule nfoview/. - - python_doscript bin/nfoview - - insinto /usr - doins -r usr/share -} diff --git a/app-text/nuspell/Manifest b/app-text/nuspell/Manifest deleted file mode 100644 index 90f205a3d819..000000000000 --- a/app-text/nuspell/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nuspell-5.1.6.tar.gz 373260 BLAKE2B 978f1055c4e8f68a1e7e712b98af11b5f9a4be3b42044d7d31733cf30d301145da501da95168e1c96518bba6e0f2d525a6929d5fa81f350828158e6db7dad147 SHA512 ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8 -DIST nuspell-5.1.7.tar.gz 339465 BLAKE2B 653238057e23049834054ae162ed313e4e431d6e7711511e00168d96af74efa473a6181e167afa9005ff28566710d4cee15f8acb0bae0ee508ead99f790f2f09 SHA512 cb030dca90a52000a7cf4ea7f15e10ee90aec59e56e8212f8ba69f37e070f1100390393191cdbbf88b14836f408c8eb2fb9712be3d472491b1c93dd5cedd9a40 diff --git a/app-text/nuspell/metadata.xml b/app-text/nuspell/metadata.xml deleted file mode 100644 index edae5fd51173..000000000000 --- a/app-text/nuspell/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sping@gentoo.org</email> - <name>Sebastian Pipping</name> - </maintainer> - <longdescription> - Spell checker library and command-line program designed for - languages with rich morphology and complex word compounding. - - Nuspell is a pure C++ re-implementation of <pkg>app-text/hunspell</pkg>. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/nuspell/nuspell-5.1.6.ebuild b/app-text/nuspell/nuspell-5.1.6.ebuild deleted file mode 100644 index 10fcf11be833..000000000000 --- a/app-text/nuspell/nuspell-5.1.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Spell checker library and CLI for complex natural languages" -HOMEPAGE="https://nuspell.github.io/ https://github.com/nuspell/nuspell" -SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0/5" # due to libnuspell.so.5 -KEYWORDS="amd64 ~loong ~riscv x86" -IUSE="doc test" - -RDEPEND=">=dev-libs/icu-60" -DEPEND="${RDEPEND} - doc? ( virtual/pandoc ) - test? ( >=dev-cpp/catch-3.1.1:0 ) - " - -DOCS=( CHANGELOG.md ) - -RESTRICT="!test? ( test )" - -src_prepare() { - if ! use test ; then - rm -R external/hunspell/ || die - fi - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCS=$(usex doc) - -DBUILD_TESTING=$(usex test) - ) - - cmake_src_configure -} - -pkg_postinst() { - einfo - einfo 'Nuspell needs language packs and/or dictionaries to be of use' - einfo 'e.g. package app-dicts/myspell-en or one of its siblings.' - einfo - einfo 'Besides MySpell dictionaries, for other options please' - einfo 'see https://nuspell.github.io/#languages-and-users .' - einfo -} diff --git a/app-text/nuspell/nuspell-5.1.7.ebuild b/app-text/nuspell/nuspell-5.1.7.ebuild deleted file mode 100644 index 586fbead7ece..000000000000 --- a/app-text/nuspell/nuspell-5.1.7.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Spell checker library and CLI for complex natural languages" -HOMEPAGE="https://nuspell.github.io/ https://github.com/nuspell/nuspell" -SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0/5" # due to libnuspell.so.5 -KEYWORDS="~amd64 ~loong ~riscv ~x86" -IUSE="doc test" - -RDEPEND=">=dev-libs/icu-60" -DEPEND="${RDEPEND} - doc? ( app-text/doxygen virtual/pandoc ) - test? ( >=dev-cpp/catch-3.1.1:0 ) - " - -DOCS=( CHANGELOG.md ) - -RESTRICT="!test? ( test )" - -src_prepare() { - if ! use test ; then - rm -R external/hunspell/ || die - fi - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCS=$(usex doc) - -DBUILD_TESTING=$(usex test) - ) - - cmake_src_configure -} - -pkg_postinst() { - einfo - einfo 'Nuspell needs language packs and/or dictionaries to be of use' - einfo 'e.g. package app-dicts/myspell-en or one of its siblings.' - einfo - einfo 'Besides MySpell dictionaries, for other options please' - einfo 'see https://nuspell.github.io/#languages-and-users .' - einfo -} diff --git a/app-text/o3read/Manifest b/app-text/o3read/Manifest deleted file mode 100644 index 4ecf24af50ce..000000000000 --- a/app-text/o3read/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST o3read-0.0.4.tar.gz 21075 BLAKE2B 35a7cdb3b8242179372c08428691ff0d7ef6df14777b2559847df0a3b15396a8eb28746cdefa99109e6b2544d4ed7997934b50b620d847c3ad150404b8b3252e SHA512 5287a9d58a77cba47397265de9decac1d4327f0a6065cbf7303451d48126a173ad2763157355c9a41237feac6b467ddff5d7e5ad4b4d6c3870f1d09ae0035879 diff --git a/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch b/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch deleted file mode 100644 index 63dcf95c0def..000000000000 --- a/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -2,8 +2,6 @@ - PACKAGE = o3read - VERSION = 0.0.4 - --CC = gcc --CFLAGS = -Wall -ansi -pedantic -O -g - PREFIX = /usr/local - BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/man/man1 -@@ -16,20 +14,13 @@ - - all: $(BINS) - --utf8tolatin1: utf8tolatin1.o -- $(CC) -o utf8tolatin1 utf8tolatin1.o -+o3totxt: o3read.o - --o3totxt: o3totxt.o o3read.o -- $(CC) -o o3totxt o3totxt.o o3read.o -+o3tohtml: o3read.o - --o3tohtml: o3tohtml.o o3read.o -- $(CC) -o o3tohtml o3tohtml.o o3read.o -+o3tosiag: o3read.o - --o3tosiag: o3tosiag.o o3read.o -- $(CC) -o o3tosiag o3tosiag.o o3read.o -- --o3read: main.o o3read.o -- $(CC) -o o3read main.o o3read.o -+o3read: main.o - - dist: - rm -rf $(PACKAGE)-$(VERSION) diff --git a/app-text/o3read/metadata.xml b/app-text/o3read/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/o3read/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/o3read/o3read-0.0.4.ebuild b/app-text/o3read/o3read-0.0.4.ebuild deleted file mode 100644 index 49d7a5120872..000000000000 --- a/app-text/o3read/o3read-0.0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Converts OpenOffice formats to text or HTML" -HOMEPAGE="http://siag.nu/o3read/" -SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -RESTRICT="test" - -PATCHES=( "${FILESDIR}"/${P}-fix-buildsystem.patch ) - -src_configure() { - tc-export CC -} - -src_install() { - dobin o3read o3totxt o3tohtml utf8tolatin1 - einstalldocs - doman *.1 -} diff --git a/app-text/ocrad/Manifest b/app-text/ocrad/Manifest deleted file mode 100644 index 6e814f85de24..000000000000 --- a/app-text/ocrad/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocrad-0.29.tar.lz 96519 BLAKE2B b5acb8fa3b3f02b7a0e5697b3ab4aa4ecc115c9d668192d6a4f533b787092c91449366df3603c73b926be61e5cb6b4e2d5406896ec79f931eb42dce104a424c5 SHA512 92503fbdb1877d9f8d4516fb7ba1c032868f5b3244f6547441a8a2bd84ff9f1c5a60c7347d748581e5f03014c2b7d2a8692bb4ecc3eacf18e2bf2232306976a8 diff --git a/app-text/ocrad/metadata.xml b/app-text/ocrad/metadata.xml deleted file mode 100644 index 655d4c4b6327..000000000000 --- a/app-text/ocrad/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription>GNU Ocrad is an OCR (Optical Character Recognition) -program impleme nted as a filter and based on a feature extraction -method. It reads a bitmap ima ge in pbm format and outputs text in -ISO-8859-1 (Latin-1) charset.</longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ocrad/ocrad-0.29-r1.ebuild b/app-text/ocrad/ocrad-0.29-r1.ebuild deleted file mode 100644 index c6c39a6d4a6d..000000000000 --- a/app-text/ocrad/ocrad-0.29-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dot-a edo unpacker toolchain-funcs - -DESCRIPTION="OCR (Optical Character Recognition) program" -HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" - -RDEPEND=" - media-libs/libpng:= -" -DEPEND="${RDEPEND}" -BDEPEND="$(unpacker_src_uri_depends)" - -src_configure() { - lto-guarantee-fat - # ./configure is not based on autotools - edo ./configure \ - CPPFLAGS="${CPPFLAGS}" \ - CXX="$(tc-getCXX)" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - --prefix=/usr -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - default - strip-lto-bytecode - - doman doc/${PN}.1 - doinfo doc/${PN}.info -} diff --git a/app-text/odt2txt/Manifest b/app-text/odt2txt/Manifest deleted file mode 100644 index 174c42ba0ff0..000000000000 --- a/app-text/odt2txt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST odt2txt-0.5.tar.gz 24460 BLAKE2B 703dd48447aa38a9a8bc0989231adf6f3dcf2796cb730feef6649cd14bff0265b12d6dba258a2779911f908a8ec322c5543b43222676e78ff12246daa3753b40 SHA512 95d782a088908518191dd0dcd294676fff25c95a2f23a2b8577b8e3adcce2f9d6d5ccaa2a02c7d36be19d05687a4d7a43bed36056c044af0934af810363c7ce0 diff --git a/app-text/odt2txt/files/odt2txt-0.5-makefile.patch b/app-text/odt2txt/files/odt2txt-0.5-makefile.patch deleted file mode 100644 index b87814f3ff58..000000000000 --- a/app-text/odt2txt/files/odt2txt-0.5-makefile.patch +++ /dev/null @@ -1,116 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -2,28 +2,22 @@ - UNAME_S := $(shell uname -s 2>/dev/null || echo unknown) - UNAME_O := $(shell uname -o 2>/dev/null || echo unknown) - --ifdef DEBUG --CFLAGS = -O0 -g -Wextra -DMEMDEBUG -DSTRBUF_CHECK --#LDFLAGS = -lefence --LDFLAGS += -g --else --CFLAGS = -O2 --endif -- - ifdef NO_ICONV --CFLAGS += -DNO_ICONV -+CPPFLAGS += -DNO_ICONV - endif - --LIBS = -lz -+CPPFLAGS += $(shell $(PKG_CONFIG) --cflags zlib) -+LDLIBS += $(shell $(PKG_CONFIG) --libs zlib) -+ - ZIP_OBJS = - ifdef HAVE_LIBZIP -- CFLAGS += -DHAVE_LIBZIP -- LIBS += -lzip -+ CPPFLAGS += -DHAVE_LIBZIP -+ LDLIBS += -lzip - else - ZIP_OBJS = kunzip/fileio.o kunzip/zipfile.o - endif - --OBJ = odt2txt.o regex.o mem.o strbuf.o $(ZIP_OBJS) -+OBJ = regex.o mem.o strbuf.o $(ZIP_OBJS) - TEST_OBJ = t/test-strbuf.o t/test-regex.o - ALL_OBJ = $(OBJ) $(TEST_OBJ) - -@@ -37,50 +31,44 @@ - MAN1DIR = $(MANDIR)/man1 - - ifeq ($(UNAME_S),FreeBSD) -- CFLAGS += -DICONV_CHAR="const char" -I/usr/local/include -+ CPPFLAGS += -DICONV_CHAR="const char" - LDFLAGS += -L/usr/local/lib -- LIBS += -liconv -+ LDLIBS += -liconv - endif - ifeq ($(UNAME_S),OpenBSD) -- CFLAGS += -DICONV_CHAR="const char" -I/usr/local/include -+ CPPFLAGS += -DICONV_CHAR="const char" - LDFLAGS += -L/usr/local/lib -- LIBS += -liconv -+ LDLIBS += -liconv - endif - ifeq ($(UNAME_S),Darwin) -- CFLAGS += -I/opt/local/include -- LDFLAGS += -L/opt/local/lib -- LIBS += -liconv -+ LDLIBS += -liconv - endif - ifeq ($(UNAME_S),NetBSD) -- CFLAGS += -DICONV_CHAR="const char" -+ CPPFLAGS += -DICONV_CHAR="const char" - endif - ifeq ($(UNAME_S),SunOS) -- ifeq ($(CC),cc) -- ifdef DEBUG -- CFLAGS = -v -g -DMEMDEBUG -DSTRBUF_CHECK -- else -- CFLAGS = -xO3 -- endif -- endif -- CFLAGS += -DICONV_CHAR="const char" -+ CPPFLAGS += -DICONV_CHAR="const char" - endif - ifeq ($(UNAME_S),HP-UX) -- CFLAGS += -I$(ZLIB_DIR) -- LIBS = $(ZLIB_DIR)/libz.a -+ CPPFLAGS += -I$(ZLIB_DIR) -+ LDLIBS += $(ZLIB_DIR)/libz.a -+endif -+ifeq ($(UNAME_S),Darwin) -+ LDLIBS += -liconv - endif - ifeq ($(UNAME_O),Cygwin) -- CFLAGS += -DICONV_CHAR="const char" -- LIBS += -liconv -+ CPPFLAGS += -DICONV_CHAR="const char" -+ LDLIBS += -liconv - EXT = .exe - endif - ifneq ($(MINGW32),) -- CFLAGS += -DICONV_CHAR="const char" -I$(REGEX_DIR) -I$(ZLIB_DIR) -- LIBS = $(REGEX_DIR)/regex.o -+ CPPFLAGS += -DICONV_CHAR="const char" -I$(REGEX_DIR) -I$(ZLIB_DIR) -+ LDLIBS += $(REGEX_DIR)/regex.o - ifdef STATIC -- LIBS += $(wildcard $(ICONV_DIR)/lib/.libs/*.o) -- LIBS += $(ZLIB_DIR)/zlib.a -+ LDLIBS += $(wildcard $(ICONV_DIR)/lib/.libs/*.o) -+ LDLIBS += $(ZLIB_DIR)/zlib.a - else -- LIBS += -liconv -+ LDLIBS += -liconv - endif - EXT = .exe - endif -@@ -89,7 +77,6 @@ - MAN = odt2txt.1 - - $(BIN): $(OBJ) -- $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - - t/test-strbuf: t/test-strbuf.o strbuf.o mem.o - t/test-regex: t/test-regex.o regex.o strbuf.o mem.o diff --git a/app-text/odt2txt/metadata.xml b/app-text/odt2txt/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/odt2txt/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/odt2txt/odt2txt-0.5-r1.ebuild b/app-text/odt2txt/odt2txt-0.5-r1.ebuild deleted file mode 100644 index 46c30f587ba7..000000000000 --- a/app-text/odt2txt/odt2txt-0.5-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A simple converter from OpenDocument Text to plain text" -HOMEPAGE="http://stosberg.net/odt2txt/" -SRC_URI="https://github.com/dstosberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ppc64 ~sparc x86" - -RDEPEND=" - !app-office/unoconv - virtual/zlib:= - virtual/libiconv" -DEPEND="${RDEPEND}" -BDEPEND="sys-apps/groff" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -src_configure() { - tc-export CC PKG_CONFIG -} - -src_install() { - emake install DESTDIR="${D}" PREFIX="${EPREFIX}"/usr - doman odt2txt.1 -} diff --git a/app-text/openjade/Manifest b/app-text/openjade/Manifest deleted file mode 100644 index 34cad9281086..000000000000 --- a/app-text/openjade/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openjade-1.3.2.tar.gz 894834 BLAKE2B 972251c63d27f86fa3e1a0760e05213dbac440e7222c81c67dfa6a5c216922ef575705bb7a6093306d6aab771b8a9e1335fb0aaca4b893de5a4d792dc0b55da9 SHA512 c39f70ec8020bd7a2b3e125cbd146b49ddb57910a042bd212da02722617ed5681f32dab60acc26ab89ac658997c6f604911d7be3be391d6278267481f3bcf2f1 diff --git a/app-text/openjade/files/openjade-1.3.2-acinclude.m4 b/app-text/openjade/files/openjade-1.3.2-acinclude.m4 deleted file mode 100644 index 7bb6d2cb1f81..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-acinclude.m4 +++ /dev/null @@ -1,61 +0,0 @@ -dnl Configure-time switch with default -dnl -dnl Each switch defines an --enable-FOO and --disable-FOO option in -dnl the resulting configure script. -dnl -dnl Usage: -dnl smr_SWITCH(name, description, default, pos-def, neg-def) -dnl -dnl where: -dnl -dnl name name of switch; generates --enable-name & --disable-name -dnl options -dnl description help string is set to this prefixed by "enable" or -dnl "disable", whichever is the non-default value -dnl default either "on" or "off"; specifies default if neither -dnl --enable-name nor --disable-name is specified -dnl pos-def a symbol to AC_DEFINE if switch is on (optional) -dnl neg-def a symbol to AC_DEFINE if switch is off (optional) -dnl -AC_DEFUN(smr_SWITCH, [ - AC_MSG_CHECKING(whether to enable $2) - AC_ARG_ENABLE( - $1, - ifelse($3, on, - [ --disable-[$1] disable [$2]], - [ --enable-[$1] enable [$2]]), - [ if test "$enableval" = yes; then - AC_MSG_RESULT(yes) - ifelse($4, , , AC_DEFINE($4)) - else - AC_MSG_RESULT(no) - ifelse($5, , , AC_DEFINE($5)) - fi ], - ifelse($3, on, - [ AC_MSG_RESULT(yes) - ifelse($4, , , AC_DEFINE($4)) ], - [ AC_MSG_RESULT(no) - ifelse($5, , , AC_DEFINE($5))]))]) - -dnl -dnl Examine size_t and define SIZE_T_IS_UINT, if size_t is an unsigned int -dnl -AC_DEFUN(OJ_SIZE_T_IS_UINT,[ - AC_REQUIRE([AC_TYPE_SIZE_T]) - AC_MSG_CHECKING(whether size_t is unsigned int) - ac_cv_size_t_is_uint=no - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_TRY_COMPILE([#include <unistd.h> - - template<class T> class foo { }; - - ], [ - foo<size_t> x; - foo<unsigned int> y; - x = y; - ],ac_cv_size_t_is_uint=yes) - AC_LANG_RESTORE - AC_MSG_RESULT($ac_cv_size_t_is_uint) - test "$ac_cv_size_t_is_uint" = "yes" && AC_DEFINE(SIZE_T_IS_UINT) -]) diff --git a/app-text/openjade/files/openjade-1.3.2-autoconf-2.70.patch b/app-text/openjade/files/openjade-1.3.2-autoconf-2.70.patch deleted file mode 100644 index 07e1f629d8f7..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-autoconf-2.70.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/config/configure.in b/config/configure.in -index 466c4ee..5af1de5 100644 ---- a/config/configure.in -+++ b/config/configure.in -@@ -12,9 +12,8 @@ dnl - dnl Credits: this autoconf script was largely "inspired" <g> by the - dnl autoconf script around SP made by Henry Thompson. - dnl --AC_INIT(dsssl) -+AC_INIT(openjade, 1.3.2) - AC_CONFIG_AUX_DIR(config) --AM_INIT_AUTOMAKE( openjade, 1.3.2) - TOP=`pwd` - AC_SUBST(TOP) - dnl -diff --git a/include/config.h.in b/include/config.h.in -index 2a6fd39..f8ccf1c 100644 ---- a/include/config.h.in -+++ b/include/config.h.in -@@ -18,8 +18,8 @@ - #endif - #endif - --#define OPENJADE_PACKAGE PACKAGE --#define OPENJADE_VERSION VERSION -+#define OPENJADE_PACKAGE "@PACKAGE_NAME@" -+#define OPENJADE_VERSION "@PACKAGE_VERSION@" - #ifndef OPENJADE_MESSAGE_DOMAIN - #define OPENJADE_MESSAGE_DOMAIN "" - #endif diff --git a/app-text/openjade/files/openjade-1.3.2-chmod.patch b/app-text/openjade/files/openjade-1.3.2-chmod.patch deleted file mode 100644 index ca8abbd50da8..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-chmod.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.comm.in.orig 2017-07-11 20:14:20.459014115 +0700 -+++ b/Makefile.comm.in 2017-07-11 20:14:31.724715876 +0700 -@@ -53,7 +53,7 @@ - .m4.cxx: - rm -f $@ - $(PERL) $(srcdir)/../instmac.pl $< >$@ -- chmod -w $@ -+ chmod a-w $@ - - %.h %.cxx %.rc: %.msg - $(PERL) -w $(srcdir)/../msggen.pl $(MSGGENFLAGS) $< diff --git a/app-text/openjade/files/openjade-1.3.2-deplibs.patch b/app-text/openjade/files/openjade-1.3.2-deplibs.patch deleted file mode 100644 index 3466ad7d85e3..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-deplibs.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -urNp openjade-1.3.2/grove/Makefile.sub devel/grove/Makefile.sub ---- openjade-1.3.2/grove/Makefile.sub 2002-10-20 23:47:24.000000000 +0200 -+++ devel/grove/Makefile.sub 2007-07-23 15:39:23.000000000 +0200 -@@ -1,4 +1,4 @@ - LTVERSION=0:1:0 - LIB=ogrove --DEPLIBS=-lm -+DEPLIBS=-lm -lstdc++ - OBJS=Node.o LocNode.o -diff -urNp openjade-1.3.2/spgrove/Makefile.sub devel/spgrove/Makefile.sub ---- openjade-1.3.2/spgrove/Makefile.sub 2002-11-15 23:46:50.000000000 +0100 -+++ devel/spgrove/Makefile.sub 2007-07-23 16:06:13.000000000 +0200 -@@ -1,9 +1,10 @@ - LTVERSION=0:1:0 - LIB=ospgrove - INCLUDE=-I$(srcdir)/../grove --DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ -+DEPLIBS=$(TOP)/grove/libogrove.la \ -+ -lm -losp -L$(TOP)/grove/.libs \ - -L$(TOP)/lib -L$(TOP)/lib/.libs \ -- $(LIB_THREADS) -+ $(LIB_THREADS) -lstdc++ - OBJS=GroveApp.o GroveBuilder.o SdNode.o - GENSRCS=grove_inst.cxx - -diff -urNp openjade-1.3.2/style/Makefile.sub devel/style/Makefile.sub ---- openjade-1.3.2/style/Makefile.sub 2003-04-18 19:18:10.000000000 +0200 -+++ devel/style/Makefile.sub 2007-07-23 16:08:26.000000000 +0200 -@@ -1,8 +1,8 @@ - LTVERSION=0:1:0 - LIB=ostyle --DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ -- -L$(TOP)/lib -L$(TOP)/lib/.libs \ -- -L$(TOP)/spgrove -L$(TOP)/spgrove/.libs -+DEPLIBS=$(TOP)/grove/libogrove.la $(TOP)/spgrove/libospgrove.la \ -+ -lm -losp -L$(TOP)/lib -L$(TOP)/lib/.libs -L$(TOP)/grove/.libs \ -+ -L$(TOP)/spgrove -L$(TOP)/spgrove/.libs -lstdc++ - OBJS=LangObj.o \ - Collector.o \ - DssslApp.o \ diff --git a/app-text/openjade/files/openjade-1.3.2-gcc46.patch b/app-text/openjade/files/openjade-1.3.2-gcc46.patch deleted file mode 100644 index e947ffe12f7f..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-gcc46.patch +++ /dev/null @@ -1,74 +0,0 @@ ---- openjade-1.3.2-orig//jade/TeXFOTBuilder.cxx 2011-05-02 22:08:49.274006803 +0000 -+++ openjade-1.3.2-orig//jade/TeXFOTBuilder.cxx 2011-05-02 22:14:09.849006939 +0000 -@@ -88,6 +88,8 @@ - value.convertString(nic_.placement); - } - ExtensionFlowObj *copy() const { return new PageFloatFlowObj(*this); } -+ public: -+ PageFloatFlowObj() {} - private: - PageFloatNIC nic_; - StringC name_; -@@ -101,6 +103,8 @@ - fotb.endPageFootnote(); - } - ExtensionFlowObj *copy() const { return new PageFootnoteFlowObj(*this); } -+ public: -+ PageFootnoteFlowObj() {} - private: - }; - ////////////////////////////////////////////////////////////////////// ---- openjade-1.3.2-orig//jade/TransformFOTBuilder.cxx 2011-05-02 22:08:49.275006803 +0000 -+++ openjade-1.3.2-orig//jade/TransformFOTBuilder.cxx 2011-05-02 22:18:31.614007052 +0000 -@@ -41,6 +41,7 @@ - }; - class EntityRefFlowObj : public TransformExtensionFlowObj { - public: -+ EntityRefFlowObj() {} - void atomic(TransformFOTBuilder &fotb, const NodePtr &) const { - fotb.entityRef(name_); - } -@@ -56,6 +57,7 @@ - }; - class ProcessingInstructionFlowObj : public TransformExtensionFlowObj { - public: -+ ProcessingInstructionFlowObj() {} - void atomic(TransformFOTBuilder &fotb, const NodePtr &) const { - fotb.processingInstruction(data_); - } -@@ -98,6 +100,8 @@ - } - } - ExtensionFlowObj *copy() const { return new EmptyElementFlowObj(*this); } -+ public: -+ EmptyElementFlowObj() {} - private: - ElementNIC nic_; - }; -@@ -133,6 +137,8 @@ - } - } - ExtensionFlowObj *copy() const { return new ElementFlowObj(*this); } -+ public: -+ ElementFlowObj() {} - private: - ElementNIC nic_; - }; -@@ -150,6 +156,8 @@ - value.convertString(systemId_); - } - ExtensionFlowObj *copy() const { return new EntityFlowObj(*this); } -+ public: -+ EntityFlowObj() {}; - private: - StringC systemId_; - }; -@@ -174,6 +182,8 @@ - } - } - ExtensionFlowObj *copy() const { return new DocumentTypeFlowObj(*this); } -+ public: -+ DocumentTypeFlowObj() {} - private: - DocumentTypeNIC nic_; - }; diff --git a/app-text/openjade/files/openjade-1.3.2-ldflags.patch b/app-text/openjade/files/openjade-1.3.2-ldflags.patch deleted file mode 100644 index 4ddd4d414854..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: openjade-1.3.2/jade/Makefile.sub -=================================================================== ---- openjade-1.3.2.orig/jade/Makefile.sub -+++ openjade-1.3.2/jade/Makefile.sub -@@ -4,7 +4,7 @@ OBJS=jade.o SgmlFOTBuilder.o RtfFOTBuild - INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style - # XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \ - # ../lib/libosp.a --XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.a -+XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a $(splibdir)/libosp.a - GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \ - HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx \ - TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx diff --git a/app-text/openjade/files/openjade-1.3.2-libosp-la.patch b/app-text/openjade/files/openjade-1.3.2-libosp-la.patch deleted file mode 100644 index d106771b599d..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-libosp-la.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -u /var/tmp/portage/app-text/openjade-1.3.2-r1/work/openjade-1.3.2/jade/Makefile.sub /tmp/buffer-content-5978gFR ---- a/jade/Makefile.sub 2009-11-19 17:21:46.000000000 -0500 -+++ b/jade/Makefile.sub 2009-11-19 17:23:24.000000000 -0500 -@@ -4,7 +4,8 @@ - INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style - # XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \ - # ../lib/libosp.a --XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a $(splibdir)/libosp.a -+XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a -losp -+EXT_LIBS=-L$(splibdir) -losp $(LIBS) - GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \ - HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx \ - TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx - - -diff -u /var/tmp/portage/app-text/openjade-1.3.2-r1/work/openjade-1.3.2/Makefile.prog.in /tmp/buffer-content-5978T7K ---- a/Makefile.prog.in 2002-01-22 06:57:53.000000000 -0500 -+++ b/Makefile.prog.in 2009-11-19 17:23:05.000000000 -0500 -@@ -10,16 +10,15 @@ - top_builddir=@TOP@ - LINKFLAGS = @LINKFLAGS@ - --ALL_LIBS = $(XLIBS) $(LIBS) - Makefile.lt: -- echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt -+ echo 'LT_LIBS='`echo $(XLIBS)|sed 's/\.a/.la/g'` >Makefile.lt - - PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@') - - all: $(PROG) - - $(PROG): $(OBJS) $(COBJS) $(LT_LIBS) -- $(LIBTOOL) --mode=link $(CXX) $(LINKFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(LT_LIBS) -+ $(LIBTOOL) --mode=link $(CXX) $(LINKFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(LT_LIBS) $(EXT_LIBS) - - install: $(PROG) - -test -d $(DESTDIR)$(bindir) || \ - diff --git a/app-text/openjade/files/openjade-1.3.2-msggen.pl.patch b/app-text/openjade/files/openjade-1.3.2-msggen.pl.patch deleted file mode 100644 index 1afe68b800e9..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-msggen.pl.patch +++ /dev/null @@ -1,32 +0,0 @@ -Use Getopt::Std in place of getopts.pl. -https://bugs.gentoo.org/show_bug.cgi?id=420083 - ---- a/msggen.pl -+++ b/msggen.pl -@@ -4,6 +4,7 @@ - # See the file COPYING for copying permission. - - use POSIX; -+use Getopt::Std; - - # Package and version. - $package = 'openjade'; -@@ -18,8 +19,7 @@ - undef $opt_l; - undef $opt_p; - undef $opt_t; --do 'getopts.pl'; --&Getopts('l:p:t:'); -+getopts('l:p:t:'); - $module = $opt_l; - $pot_file = $opt_p; - -@@ -72,7 +72,7 @@ - else { - $field[0] =~ /^[IWQXE][0-9]$/ || &error("invalid first field");; - $type[$num] = substr($field[0], 0, 1); -- $argc = int(substr($field[0], 1, 1)); -+ $argc = substr($field[0], 1, 1); - } - $nargs[$num] = $argc; - $field[1] =~ /^[a-zA-Z_][a-zA-Z0-9_]+$/ || &error("invalid tag"); diff --git a/app-text/openjade/files/openjade-1.3.2-no-undefined.patch b/app-text/openjade/files/openjade-1.3.2-no-undefined.patch deleted file mode 100644 index 4e5aefc3a865..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-no-undefined.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.lib.in.orig 2016-05-19 17:20:25.164931700 +0200 -+++ b/Makefile.lib.in 2016-05-19 17:20:56.539989400 +0200 -@@ -24,7 +24,7 @@ - - lib$(LIB).la: $(LT_OBJS) - $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \ -- -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS) -+ -no-undefined -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS) - - install: - $(mkinstalldirs) $(DESTDIR)$(libdir) diff --git a/app-text/openjade/files/openjade-1.3.2-respect-ldflags.patch b/app-text/openjade/files/openjade-1.3.2-respect-ldflags.patch deleted file mode 100644 index 51bd0b27dd42..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-respect-ldflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru a/Makefile.lib.in b/Makefile.lib.in ---- a/Makefile.lib.in 2002-01-22 05:57:53.000000000 -0600 -+++ b/Makefile.lib.in 2009-01-04 16:15:41.000000000 -0600 -@@ -23,7 +23,7 @@ - echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt - - lib$(LIB).la: $(LT_OBJS) -- $(LIBTOOL) --mode=link $(CC) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \ -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \ - -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS) - - install: diff --git a/app-text/openjade/files/openjade-1.3.2-wchar_t-uint.patch b/app-text/openjade/files/openjade-1.3.2-wchar_t-uint.patch deleted file mode 100644 index 920cff248d60..000000000000 --- a/app-text/openjade/files/openjade-1.3.2-wchar_t-uint.patch +++ /dev/null @@ -1,26 +0,0 @@ -This fixes Cygwin, where wchar_t is ushort. - ---- a/grove/Node.h -+++ b/grove/Node.h -@@ -8,6 +8,7 @@ - #endif - - #include <stddef.h> -+#include <limits.h> - #include "IList.h" - - #ifdef SP_USE_DLL -@@ -34,10 +35,10 @@ - #endif - - #ifdef SP_MULTI_BYTE --#ifdef SP_WCHAR_T_USHORT --typedef wchar_t GroveChar; --#else -+#if UINT_MAX >= 0xffffffffL /* 2^32 - 1 */ - typedef unsigned int GroveChar; -+#else -+typedef unsigned long GroveChar; - #endif - #else /* not SP_MULTI_BYTE */ - typedef unsigned char GroveChar; diff --git a/app-text/openjade/files/openjade-1.3.2.dsssl-catalog b/app-text/openjade/files/openjade-1.3.2.dsssl-catalog deleted file mode 100644 index 11bc0425afe0..000000000000 --- a/app-text/openjade/files/openjade-1.3.2.dsssl-catalog +++ /dev/null @@ -1,4 +0,0 @@ -PUBLIC "-//James Clark//DTD DSSSL Flow Object Tree//EN" "fot.dtd" -PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" "dsssl.dtd" -PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" "style-sheet.dtd" -PUBLIC "-//OpenJade//DTD DSSSL Style Sheet//EN" "style-sheet.dtd" diff --git a/app-text/openjade/metadata.xml b/app-text/openjade/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/openjade/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/openjade/openjade-1.3.2-r9.ebuild b/app-text/openjade/openjade-1.3.2-r9.ebuild deleted file mode 100644 index 5af24067a81e..000000000000 --- a/app-text/openjade/openjade-1.3.2-r9.ebuild +++ /dev/null @@ -1,155 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools flag-o-matic sgml-catalog-r1 toolchain-funcs - -DESCRIPTION="Jade is an implementation of DSSSL for formatting SGML and XML documents" -HOMEPAGE="https://openjade.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - app-text/sgml-common - >=app-text/opensp-1.5.1 -" -DEPEND="${RDEPEND} - dev-lang/perl -" - -src_prepare() { - default - - eapply "${FILESDIR}"/${P}-deplibs.patch - eapply "${FILESDIR}"/${P}-ldflags.patch - eapply "${FILESDIR}"/${P}-msggen.pl.patch - eapply "${FILESDIR}"/${P}-respect-ldflags.patch - eapply "${FILESDIR}"/${P}-libosp-la.patch - eapply "${FILESDIR}"/${P}-gcc46.patch - eapply "${FILESDIR}"/${P}-no-undefined.patch - eapply "${FILESDIR}"/${P}-wchar_t-uint.patch - eapply "${FILESDIR}"/${P}-chmod.patch #487218 - eapply "${FILESDIR}"/${P}-autoconf-2.70.patch #765034 - - # Please note! Opts are disabled. If you know what you're doing - # feel free to remove this line. It may cause problems with - # docbook-sgml-utils among other things. - #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" - strip-flags - - # Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault - # on hppa. Using -O1 works fine. So I force it here. - use hppa && replace-flags -O2 -O1 - - ln -s config/configure.in configure.ac || die - cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die - rm config/missing || die - - AT_NOEAUTOMAKE=yes \ - eautoreconf -} - -src_configure() { - # avoids dead-store elimination optimization - # leading to segfaults on GCC 6 - # bug #592590 #596506 - tc-is-clang || append-cxxflags $(test-flags-CXX -fno-lifetime-dse) - - # We need Prefix env, bug #287358 - CONFIG_SHELL="${CONFIG_SHELL:-${BASH}}" \ - econf \ - --enable-http \ - --enable-default-catalog="${EPREFIX}"/etc/sgml/catalog \ - --enable-default-search-path="${EPREFIX}"/usr/share/sgml \ - --enable-splibdir="${EPREFIX}"/usr/$(get_libdir) \ - --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --datadir="${EPREFIX}"/usr/share/sgml/${P} \ - --disable-static -} - -src_compile() { - unset INCLUDE #412725 - emake -j1 SHELL="${BASH}" -} - -src_install() { - #dodir /usr/$(get_libdir) - - make DESTDIR="${D}" \ - SHELL="${BASH}" \ - libdir="${EPREFIX}"/usr/$(get_libdir) \ - install install-man - - find "${D}" -name '*.la' -delete || die - - dosym openjade /usr/bin/jade - dosym onsgmls /usr/bin/nsgmls - dosym osgmlnorm /usr/bin/sgmlnorm - dosym ospam /usr/bin/spam - dosym ospent /usr/bin/spent - dosym osx /usr/bin/sgml2xml - - insinto /usr/share/sgml/${P} - doins dsssl/builtins.dsl - - newins - catalog <<-EOF - SYSTEM "builtins.dsl" "builtins.dsl" - EOF - doins -r pubtext - insinto /usr/share/sgml/${P}/dsssl - doins dsssl/{dsssl.dtd,style-sheet.dtd,fot.dtd} - newins "${FILESDIR}"/${P}.dsssl-catalog catalog - - # Breaks sgml2xml among other things - #insinto /usr/share/sgml/${P}/unicode - #doins unicode/{catalog,unicode.sd,unicode.syn,gensyntax.pl} - - insinto /etc/sgml - newins - "${P}.cat" <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/openjade-${PV}/catalog" - CATALOG "${EPREFIX}/usr/share/sgml/openjade-${PV}/dsssl/catalog" - EOF - - local HTML_DOCS=( doc/*.htm ) - einstalldocs - dodoc -r jadedoc -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/${P}.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/${P}.cat - local real=${EROOT}/etc/sgml/${P}.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - # this one's shared with docbook-dsssl, so we need to do it in postinst - if ! grep -q -s ${P}.cat \ - "${EROOT}"/etc/sgml/sgml-docbook.cat; then - ebegin "Adding ${P}.cat to /etc/sgml/sgml-docbook.cat" - cat >> "${EROOT}"/etc/sgml/sgml-docbook.cat <<-EOF - CATALOG "${EPREFIX}/etc/sgml/${P}.cat" - EOF - eend ${?} - fi - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - if [[ -z ${REPLACED_BY_VERSION} ]]; then - ebegin "Removing ${P}.cat from /etc/sgml/sgml-docbook.cat" - sed -i -e '/${P}/d' \ - "${EROOT}"/etc/sgml/sgml-docbook.cat - eend ${?} - if [[ ! -s ${EROOT}/etc/sgml/sgml-docbook.cat ]]; then - rm -f "${EROOT}"/etc/sgml/sgml-docbook.cat - fi - fi - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/openpaperwork-core/Manifest b/app-text/openpaperwork-core/Manifest deleted file mode 100644 index d26993a72673..000000000000 --- a/app-text/openpaperwork-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paperwork-2.2.5.tar.bz2 2515993 BLAKE2B 3d4e6607d06efc40939fb1d6df72937acb58d54200be96f8c276efe2564ec3e67cafde11e1d8733ff7fd9647b3f30410f9eb584569d56efc3ea5bff21b25acb1 SHA512 60e8acc439bd935f402871208b6acccda033c6324b734aac7adde45716c0e44770902bf97499c10d11af171be5c8bd8ab832b714a972bac27cd274ff5b9fb8ef diff --git a/app-text/openpaperwork-core/metadata.xml b/app-text/openpaperwork-core/metadata.xml deleted file mode 100644 index e7778ddc74c3..000000000000 --- a/app-text/openpaperwork-core/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.2.5.ebuild b/app-text/openpaperwork-core/openpaperwork-core-2.2.5.ebuild deleted file mode 100644 index bb2fcec6f399..000000000000 --- a/app-text/openpaperwork-core/openpaperwork-core-2.2.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Core part of Paperwork (plugin management)" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2" -S=${WORKDIR}/paperwork-${PV}/${PN} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/distro[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] - sys-apps/which - sys-devel/gettext" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_compile() { - emake l10n_compile - - distutils-r1_python_compile -} diff --git a/app-text/openpaperwork-gtk/Manifest b/app-text/openpaperwork-gtk/Manifest deleted file mode 100644 index d26993a72673..000000000000 --- a/app-text/openpaperwork-gtk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paperwork-2.2.5.tar.bz2 2515993 BLAKE2B 3d4e6607d06efc40939fb1d6df72937acb58d54200be96f8c276efe2564ec3e67cafde11e1d8733ff7fd9647b3f30410f9eb584569d56efc3ea5bff21b25acb1 SHA512 60e8acc439bd935f402871208b6acccda033c6324b734aac7adde45716c0e44770902bf97499c10d11af171be5c8bd8ab832b714a972bac27cd274ff5b9fb8ef diff --git a/app-text/openpaperwork-gtk/metadata.xml b/app-text/openpaperwork-gtk/metadata.xml deleted file mode 100644 index e7778ddc74c3..000000000000 --- a/app-text/openpaperwork-gtk/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.5.ebuild b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.5.ebuild deleted file mode 100644 index ac9c66012457..000000000000 --- a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Paperwork plugins" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2" -S=${WORKDIR}/paperwork-${PV}/${PN} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-text/openpaperwork-core[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gui-libs/libhandy - x11-libs/gtk+:3[introspection]" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] - sys-apps/which - sys-devel/gettext" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_compile() { - emake l10n_compile - - distutils-r1_python_compile -} diff --git a/app-text/opensp/Manifest b/app-text/opensp/Manifest deleted file mode 100644 index 0c12827d74c9..000000000000 --- a/app-text/opensp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST OpenSP-1.5.2.tar.gz 1521390 BLAKE2B 2c6f8dfc721c77ab223aa67e90c8dfb45855b74fdd382ac98303c6fb23af08019ca96b5430bcdb87b9e86fc333114bd8b2e5f243c87f2cf84ee04c880c8c309b SHA512 a7dcc246ba7f58969ecd6d107c7b82dede811e65f375b7aa3e683621f2c6ff3e7dccefdd79098fcadad6cca8bb94c2933c63f4701be2c002f9a56f1bbe6b047e diff --git a/app-text/opensp/files/opensp-1.5.2-c11-using.patch b/app-text/opensp/files/opensp-1.5.2-c11-using.patch deleted file mode 100644 index a12bf9a9b55d..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-c11-using.patch +++ /dev/null @@ -1,77 +0,0 @@ -Fix build issues due to access declarations: https://crbug.com/806958 - ISO C++11 does not allow access declarations; use using declarations instead. - -The link to "Bug Tracker" on http://openjade.sourceforge.net/bugs.html -is not working. Sent a mail containing bug report to the Openjade-devel@ -address on that page. - -Patch by Rahul Chaudhry <rahulchaudhry@chromium.org> - ---- a/include/IList.h -+++ b/include/IList.h -@@ -26,8 +26,8 @@ public: - void swap(IList<T> &list) { IListBase::swap(list); } - T *head() const { return (T *)IListBase::head(); } - T *get() { return (T *)IListBase::get(); } -- IListBase::clear; -- IListBase::empty; -+ using IListBase::clear; -+ using IListBase::empty; - friend class IListIter<T>; - private: - IList(const IList<T> &); // undefined ---- a/include/IListIter.h -+++ b/include/IListIter.h -@@ -17,8 +17,8 @@ public: - IListIter(const IList<T> &list) : IListIterBase(list) { } - T *cur() const { return (T *)IListIterBase::cur(); } - -- IListIterBase::next; -- IListIterBase::done; -+ using IListIterBase::next; -+ using IListIterBase::done; - }; - - #ifdef SP_NAMESPACE ---- a/include/Ptr.h -+++ b/include/Ptr.h -@@ -69,8 +69,8 @@ public: - const T *operator->() const { return Ptr<T>::pointer(); } - const T &operator*() const { return *Ptr<T>::pointer(); } - void swap(ConstPtr<T> &p) { Ptr<T>::swap(p); } -- Ptr<T>::isNull; -- Ptr<T>::clear; -+ using Ptr<T>::isNull; -+ using Ptr<T>::clear; - Boolean operator==(const Ptr<T> &p) const { return Ptr<T>::operator==(p); } - Boolean operator!=(const Ptr<T> &p) const { return Ptr<T>::operator!=(p); } - Boolean operator==(const ConstPtr<T> &p) const { ---- a/lib/Parser.h -+++ b/lib/Parser.h -@@ -62,16 +62,16 @@ public: - Parser(const SgmlParser::Params &); - Event *nextEvent(); - void parseAll(EventHandler &, const volatile sig_atomic_t *cancelPtr); -- ParserState::sdPointer; -- ParserState::instanceSyntaxPointer; -- ParserState::prologSyntaxPointer; -- ParserState::activateLinkType; -- ParserState::allLinkTypesActivated; -- ParserState::entityManager; -- ParserState::entityCatalog; -- ParserState::baseDtd; -- ParserState::options; -- ParserState::instantiateDtd; -+ using ParserState::sdPointer; -+ using ParserState::instanceSyntaxPointer; -+ using ParserState::prologSyntaxPointer; -+ using ParserState::activateLinkType; -+ using ParserState::allLinkTypesActivated; -+ using ParserState::entityManager; -+ using ParserState::entityCatalog; -+ using ParserState::baseDtd; -+ using ParserState::options; -+ using ParserState::instantiateDtd; - friend class PiAttspecParser; - private: - Parser(const Parser &); // undefined diff --git a/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch b/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch deleted file mode 100644 index 6e6832957679..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch +++ /dev/null @@ -1,198 +0,0 @@ -https://bugs.gentoo.org/889600 -https://src.fedoraproject.org/rpms/opensp/blob/ad3afd1f07f600aa21cd6a3f1960db5570682e47/f/opensp-configure-c99.patch - -Avoid implicit function declarations because they have been removed -from C in 1999. Future compilers are likely to reject them by -default. - -No need to upstream this because the aclocal.m4 file is not checked -into the repository since: - ------------------------------------------------------------------------- -r412 | clasen | 1999-11-06 14:10:34 +0100 (Sat, 06 Nov 1999) | 3 lines -Changed paths: - M /trunk/sp/Makefile.in - D /trunk/sp/config/aclocal.m4 - D /trunk/sp/config/configure.in - M /trunk/sp/configure - A /trunk/sp/configure.in - -Install headers in $(includedir)/OpenSP, move configure.in to toplevel, -remove generated file aclocal.m4. - ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -833,10 +833,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -850,7 +846,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - }] - EOF - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then ---- a/configure -+++ b/configure -@@ -2917,7 +2917,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ -- '' \ -+ '#include <stdlib.h>' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ -@@ -5186,8 +5186,8 @@ main () - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return 2; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext -@@ -9508,10 +9508,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -9525,7 +9521,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -9606,10 +9602,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -9623,7 +9615,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -13321,10 +13313,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -13338,7 +13326,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -13419,10 +13407,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -13436,7 +13420,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -19110,10 +19094,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -19127,7 +19107,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -19208,10 +19188,6 @@ else - # endif - #endif - --#ifdef __cplusplus --extern "C" void exit (int); --#endif -- - void fnord() { int i=42;} - int main () - { -@@ -19225,7 +19201,7 @@ int main () - /* dlclose (self); */ - } - -- exit (status); -+ return status; - } - EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -@@ -27450,8 +27426,8 @@ main () - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return 2; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext - diff --git a/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch b/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch deleted file mode 100644 index e6c824b0695f..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/intl/Makefile.in b/intl/Makefile.in ---- a/intl/Makefile.in -+++ b/intl/Makefile.in -@@ -44,7 +44,7 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - - l = @INTL_LIBTOOL_SUFFIX_PREFIX@ - --AR = ar -+AR = @AR@ - CC = @CC@ - LIBTOOL = @LIBTOOL@ - RANLIB = @RANLIB@ diff --git a/app-text/opensp/files/opensp-1.5.2-fix-segfault.patch b/app-text/opensp/files/opensp-1.5.2-fix-segfault.patch deleted file mode 100644 index 5a9d328da915..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-fix-segfault.patch +++ /dev/null @@ -1,23 +0,0 @@ -Resolve segfault in OpenSP::ParsedSystemId::unparse. -Patch taken from Debian. -https://bugs.gentoo.org/show_bug.cgi?id=196230 ---- a/lib/ExtendEntityManager.cxx -+++ b/lib/ExtendEntityManager.cxx -@@ -1238,7 +1238,8 @@ - } - - StorageObjectSpec::StorageObjectSpec(const StorageObjectSpec& x) --: codingSystemName(x.codingSystemName), -+: storageManager(x.storageManager), -+ codingSystemName(x.codingSystemName), - codingSystem(x.codingSystem), - specId(x.specId), - baseId(x.baseId), -@@ -1253,6 +1254,7 @@ - StorageObjectSpec& StorageObjectSpec::operator=(const StorageObjectSpec& x) - { - if (this != &x) { -+ storageManager = x.storageManager; - codingSystemName = x.codingSystemName; - codingSystem = x.codingSystem; - specId = x.specId; diff --git a/app-text/opensp/files/opensp-1.5.2-gcc15-musl.patch b/app-text/opensp/files/opensp-1.5.2-gcc15-musl.patch deleted file mode 100644 index fde1e680f11b..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-gcc15-musl.patch +++ /dev/null @@ -1,19 +0,0 @@ -fix error on musl: - -dcigettext.c:154:7: error: conflicting types for 'getcwd'; have 'char *(void)' - 154 | char *getcwd (); - | ^~~~~~ - -diff --git a/intl/dcigettext.c b/intl/dcigettext.c -index c7f4506..9dad6c4 100644 ---- a/intl/dcigettext.c -+++ b/intl/dcigettext.c -@@ -151,7 +151,7 @@ char *getwd (); - # if VMS - # define getcwd(buf, max) (getcwd) (buf, max, 0) - # else --char *getcwd (); -+char *getcwd (char *, size_t); - # endif - # endif - # ifndef HAVE_STPCPY diff --git a/app-text/opensp/files/opensp-1.5.2-hurd.patch b/app-text/opensp/files/opensp-1.5.2-hurd.patch deleted file mode 100644 index c0574403820c..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-hurd.patch +++ /dev/null @@ -1,48 +0,0 @@ -Handle undefined MAXPATHLEN for Hurd - -Extracted from the Debian bulk patch - -Source: https://sources.debian.org/patches/opensp/1.5.2-15.2/diff-1.0.patch/ -Description: Patch created in switch to source format 3.0 (quilt) - The orig.tar.gz for this software is eighteen years old. This patch captures - the state of all changes in this file applied in Debian since then. -Author: Neil Roeth <neil@debian.org> -Last-Update: 2023-12-29 - ---- a/sx/XmlOutputEventHandler.cxx -+++ b/sx/XmlOutputEventHandler.cxx -@@ -1199,12 +1199,22 @@ - // Check to make sure we haven't passed outside of the - // output directory - char *dirs = strdup (filePath); -+#ifdef MAXPATHLEN - char realDirs[MAXPATHLEN]; - char realOutputDir[MAXPATHLEN]; -+#else -+ char *realDirs; -+ char *realOutputDir; -+#endif - char *outputDir = strdup(outputDir_); - -+#ifdef MAXPATHLEN - realpath((const char *)dirname(dirs), realDirs); - realpath((const char *)dirname(outputDir), realOutputDir); -+#else -+ realDirs = realpath((const char *)dirname(dirs), NULL); -+ realOutputDir = realpath((const char *)dirname(outputDir), NULL); -+#endif - - if (strncmp(realDirs, realOutputDir, strlen (realOutputDir)) != 0) { - app_->message(XmlOutputMessages::pathOutsideOutputDirectory, -@@ -1214,6 +1224,11 @@ - } - } - -+#ifndef MAXPATHLEN -+ free(realDirs); -+ free(realOutputDir); -+#endif -+ - // Make the necessary directories - maybeCreateDirectories(dirname(dirs)); - diff --git a/app-text/opensp/metadata.xml b/app-text/opensp/metadata.xml deleted file mode 100644 index d78d735c0c83..000000000000 --- a/app-text/opensp/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>heroxbd@gentoo.org</email> - <name>Benda Xu</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/opensp/opensp-1.5.2-r10.ebuild b/app-text/opensp/opensp-1.5.2-r10.ebuild deleted file mode 100644 index cc1ad7bc3892..000000000000 --- a/app-text/opensp/opensp-1.5.2-r10.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -MY_P=${P/opensp/OpenSP} -DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" -HOMEPAGE="https://openjade.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/openjade/opensp/${PV}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="doc nls static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND="elibc_glibc? ( net-libs/libnsl:0= )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext ) - doc? ( - app-text/xmlto - app-text/docbook-xml-dtd:4.1.2 - ) - test? ( - app-text/docbook-xml-dtd:4.5 - app-text/openjade - app-text/sgml-common - )" - -PATCHES=( - "${FILESDIR}"/${P}-fix-segfault.patch - "${FILESDIR}"/${P}-c11-using.patch - "${FILESDIR}"/${P}-configure-clang16.patch - "${FILESDIR}"/${P}-fix-ar-intl.patch - "${FILESDIR}"/${P}-gcc15-musl.patch - "${FILESDIR}"/${P}-hurd.patch -) - -src_prepare() { - default - use prefix && eautoreconf -} - -src_configure() { - export CONFIG_SHELL=${BASH} # configure needs bash - - # The following filters are taken from openjade's ebuild. See bug #100828. - # Please note! Opts are disabled. If you know what you're doing - # feel free to remove this line. It may cause problems with - # docbook-sgml-utils among other things. - #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" - strip-flags - filter-lto - - append-cxxflags -std=gnu++11 - - econf \ - --enable-http \ - --enable-default-catalog="${EPREFIX}"/etc/sgml/catalog \ - --enable-default-search-path="${EPREFIX}"/usr/share/sgml \ - --datadir="${EPREFIX}"/usr/share/sgml/${P} \ - $(use_enable nls) \ - $(use_enable doc doc-build) \ - $(use_enable static-libs static) -} - -src_compile() { - emake pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_test() { - # Skipping tests known not to work - emake SHOWSTOPPERS= check - SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \ - install - - find "${ED}" -name '*.la' -delete || die - - dodoc AUTHORS BUGS ChangeLog NEWS README -} diff --git a/app-text/pandoc-bin/Manifest b/app-text/pandoc-bin/Manifest deleted file mode 100644 index 0bf5250c7222..000000000000 --- a/app-text/pandoc-bin/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST pandoc-3.8.3-linux-amd64.tar.gz 34949607 BLAKE2B 4ede6aff3a09cec1931296c7034fbbdf8a0a44e77aae5c40d901493bc34e6ef20582860e9df779ef11108ef76d12402df49487fa1e653fbe11386d566abc2c62 SHA512 838786d4b6bc83f8d83c802a5997985f4b82a12fa11fdf846bd27a423b7819175a82ba94f3cfe04dddacad60be840a9e7476b5b91ca0dd8d7bac203e26362302 -DIST pandoc-3.8.3-linux-arm64.tar.gz 37949860 BLAKE2B 104d3ba3b906180e761f1d82e9752ad8f8a6a57771db2ece5f4e12694884d576c7e7846dee711362658a515660d0f84b84b1637d1d23084a4a5865090eb94f91 SHA512 49156d471c4b4e5009e9471c6b6f984bfc198d28c5c591278acb1a35d26424a1a2d9df8ad8b9d3714ef463fd807dbe3fd6f2919fd2088e6f6bc9458fb5a230b1 -DIST pandoc-3.9-linux-amd64.tar.gz 34653874 BLAKE2B c94fc70784b7a4438724f0c1c449c3dda42b68694d30ddbda343ed7d6d8768a62b6ea8c62590928e101f3e3bb765c75a4f9f63715096b8967331c37715112b36 SHA512 456acf1072babd276a411c33276529a4f5b661332a0b9a9ba9f0eda13e199b443f35ece71200bce54ceeef53627cf6b2c9e4f7c5d28b4053838eb54f5d33c02b -DIST pandoc-3.9-linux-arm64.tar.gz 37089130 BLAKE2B 7d76f72e44f53f62bc640770add58ec156bb725dbd6929acb4e486cd24875f66442bbd4dbc07255ea415975c1a46ea816f541773cad9d62b373a513588e1fc06 SHA512 769d955043c106c4582ae151b7c97d248e3de3642a4a8a993bdddae91e907e1abd02c2d654fb0f8834cd6285da8c3e2e2831eded787ecb5370ebfdb2eb043151 -DIST pandoc-3.9.0.1-linux-amd64.tar.gz 34518111 BLAKE2B ba3585f93e239e3cffa426aa4428a925b66d3e94819d795b49df1ae30156454e49ac787453e421faccede6d0e9cfd6969834771759dcf529a274d4127e6bd43e SHA512 63baa56aa67d2d4ab638a932c8cbcc4e870a43afe08f978a416bb109eb7b0bb9711fa0e7cd8a10efee8a4fe497dc0b74db705d7c87280ea7ce04c2d738746cf4 -DIST pandoc-3.9.0.1-linux-arm64.tar.gz 36946860 BLAKE2B 01383b9b4a0999c91e2766b8ca021dad8cf3d6ec04822be6424e0e955daa59c86379cb4e949feacd0a0dab63c5cea0444482e0757221efe4f74cab9d2b431451 SHA512 60524921d80f66ecc7ff843b47b7c9117080ae99b4e7fa91afa15a25db85f359a161a470eec1f2894e13a178f27f81f44f9a241ec4076fc3da9ba892b9a229fc -DIST pandoc-3.9.0.2-linux-amd64.tar.gz 34520947 BLAKE2B c6defeface350d69905d861487029e2fcb3b25e6ea5fc9162e8e7a24b943ac6155ffff681331093cd09e6cefe35621896e9c57e76bdee157038659ef65375184 SHA512 844a78782d66d2a63e712a5239829cc495f0bacaa8412d89eb2a3f48ece1b99edff3cb2f6a52dc38737583682152eb19e33b0ec647e2a198fcd5685f16330c68 -DIST pandoc-3.9.0.2-linux-arm64.tar.gz 36948718 BLAKE2B 659191527034f7019287446052cf84aa3f059fbbba26a969084e55d12ac2fc8e994504c0e160b152d230eac58f1a75d6372dc61394d9b176eec94110cd455768 SHA512 c42df48081aab247f6769d02224084e8bea58aae49afdea6206f5f648598af964a34c844316fcbebe1ac601bbb469f3d80368d79cd040f6ee2b5e62bd7368314 diff --git a/app-text/pandoc-bin/metadata.xml b/app-text/pandoc-bin/metadata.xml deleted file mode 100644 index 393774341475..000000000000 --- a/app-text/pandoc-bin/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <longdescription> - Pandoc is a Haskell library for converting from one markup format to - another, and a command-line tool that uses this library. It can read - markdown and (subsets of) reStructuredText, HTML, LaTeX and Textile, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, - OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages, plain text, - Emacs Org-Mode, EPUB, and S5 and Slidy HTML slide shows. - </longdescription> - <use> - <flag name="pandoc-symlink"> - Install pandoc symlink that points to pandoc-bin - </flag> - </use> - <upstream> - <bugs-to>https://github.com/jgm/pandoc/issues/</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pandoc-bin/pandoc-bin-3.8.3.ebuild b/app-text/pandoc-bin/pandoc-bin-3.8.3.ebuild deleted file mode 100644 index 3a324bae0260..000000000000 --- a/app-text/pandoc-bin/pandoc-bin-3.8.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN//-bin/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Conversion between markup formats (binary package)" -HOMEPAGE="https://pandoc.org/ - https://github.com/jgm/pandoc/" - -BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}" -SRC_URI=" - amd64? ( ${BASE_URI}-linux-amd64.tar.gz ) - arm64? ( ${BASE_URI}-linux-arm64.tar.gz ) -" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="-* amd64 arm64" -IUSE="+pandoc-symlink" - -RDEPEND=" - pandoc-symlink? ( - !${CATEGORY}/${MY_PN} - !app-text/pandoc-cli - !dev-haskell/pandoc - ) -" - -QA_FLAGS_IGNORED="usr/bin/${PN}" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_unpack() { - default - - # Manpages are gzipped. - unpack "${S}/share/man/man1"/*.1.gz -} - -src_install() { - exeinto /usr/bin - newexe "./bin/${MY_PN}" "${PN}" - - dosym "${PN}" /usr/bin/pandoc-lua-bin - dosym "${PN}" /usr/bin/pandoc-server-bin - - newman "${WORKDIR}/${MY_PN}.1" "${PN}.1" - newman "${WORKDIR}/${MY_PN}-lua.1" pandoc-lua-bin.1 - newman "${WORKDIR}/${MY_PN}-server.1" pandoc-server-bin.1 - - if use pandoc-symlink ; then - local -a exes=( - pandoc - pandoc-lua - pandoc-server - ) - - local exe="" - for exe in "${exes[@]}" ; do - dosym "${exe}-bin" "/usr/bin/${exe}" - dosym "${exe}-bin.1" "/usr/share/man/man1/${exe}.1" - done - fi -} diff --git a/app-text/pandoc-bin/pandoc-bin-3.9.0.1.ebuild b/app-text/pandoc-bin/pandoc-bin-3.9.0.1.ebuild deleted file mode 100644 index c23d772017c7..000000000000 --- a/app-text/pandoc-bin/pandoc-bin-3.9.0.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN//-bin/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Conversion between markup formats (binary package)" -HOMEPAGE="https://pandoc.org/ - https://github.com/jgm/pandoc/" - -BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}" -SRC_URI=" - amd64? ( ${BASE_URI}-linux-amd64.tar.gz ) - arm64? ( ${BASE_URI}-linux-arm64.tar.gz ) -" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" -IUSE="+pandoc-symlink" - -RDEPEND=" - pandoc-symlink? ( - !${CATEGORY}/${MY_PN} - !app-text/pandoc-cli - !dev-haskell/pandoc - ) -" - -QA_FLAGS_IGNORED="usr/bin/${PN}" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_unpack() { - default - - # Manpages are gzipped. - unpack "${S}/share/man/man1"/*.1.gz -} - -src_install() { - exeinto /usr/bin - newexe "./bin/${MY_PN}" "${PN}" - - dosym "${PN}" /usr/bin/pandoc-lua-bin - dosym "${PN}" /usr/bin/pandoc-server-bin - - newman "${WORKDIR}/${MY_PN}.1" "${PN}.1" - newman "${WORKDIR}/${MY_PN}-lua.1" pandoc-lua-bin.1 - newman "${WORKDIR}/${MY_PN}-server.1" pandoc-server-bin.1 - - if use pandoc-symlink ; then - local -a exes=( - pandoc - pandoc-lua - pandoc-server - ) - - local exe="" - for exe in "${exes[@]}" ; do - dosym "${exe}-bin" "/usr/bin/${exe}" - dosym "${exe}-bin.1" "/usr/share/man/man1/${exe}.1" - done - fi -} diff --git a/app-text/pandoc-bin/pandoc-bin-3.9.0.2.ebuild b/app-text/pandoc-bin/pandoc-bin-3.9.0.2.ebuild deleted file mode 100644 index f39a1510af69..000000000000 --- a/app-text/pandoc-bin/pandoc-bin-3.9.0.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -MY_PN="${PN//-bin/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Conversion between markup formats (binary package)" -HOMEPAGE="https://pandoc.org/ - https://github.com/jgm/pandoc/" - -BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}" -SRC_URI=" - amd64? ( ${BASE_URI}-linux-amd64.tar.gz ) - arm64? ( ${BASE_URI}-linux-arm64.tar.gz ) -" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="-* amd64 arm64" -IUSE="+pandoc-symlink" - -RDEPEND=" - pandoc-symlink? ( - !${CATEGORY}/${MY_PN} - !app-text/pandoc-cli - !dev-haskell/pandoc - ) -" - -QA_FLAGS_IGNORED="usr/bin/${PN}" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_unpack() { - default - - # Manpages are gzipped. - unpack "${S}/share/man/man1"/*.1.gz -} - -src_install() { - exeinto /usr/bin - newexe "./bin/${MY_PN}" "${PN}" - - dosym "${PN}" /usr/bin/pandoc-lua-bin - dosym "${PN}" /usr/bin/pandoc-server-bin - - newman "${WORKDIR}/${MY_PN}.1" "${PN}.1" - newman "${WORKDIR}/${MY_PN}-lua.1" pandoc-lua-bin.1 - newman "${WORKDIR}/${MY_PN}-server.1" pandoc-server-bin.1 - - if use pandoc-symlink ; then - local -a exes=( - pandoc - pandoc-lua - pandoc-server - ) - - local exe="" - for exe in "${exes[@]}" ; do - dosym "${exe}-bin" "/usr/bin/${exe}" - dosym "${exe}-bin.1" "/usr/share/man/man1/${exe}.1" - done - fi -} diff --git a/app-text/pandoc-bin/pandoc-bin-3.9.ebuild b/app-text/pandoc-bin/pandoc-bin-3.9.ebuild deleted file mode 100644 index 3a324bae0260..000000000000 --- a/app-text/pandoc-bin/pandoc-bin-3.9.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN//-bin/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Conversion between markup formats (binary package)" -HOMEPAGE="https://pandoc.org/ - https://github.com/jgm/pandoc/" - -BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}" -SRC_URI=" - amd64? ( ${BASE_URI}-linux-amd64.tar.gz ) - arm64? ( ${BASE_URI}-linux-arm64.tar.gz ) -" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="-* amd64 arm64" -IUSE="+pandoc-symlink" - -RDEPEND=" - pandoc-symlink? ( - !${CATEGORY}/${MY_PN} - !app-text/pandoc-cli - !dev-haskell/pandoc - ) -" - -QA_FLAGS_IGNORED="usr/bin/${PN}" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_unpack() { - default - - # Manpages are gzipped. - unpack "${S}/share/man/man1"/*.1.gz -} - -src_install() { - exeinto /usr/bin - newexe "./bin/${MY_PN}" "${PN}" - - dosym "${PN}" /usr/bin/pandoc-lua-bin - dosym "${PN}" /usr/bin/pandoc-server-bin - - newman "${WORKDIR}/${MY_PN}.1" "${PN}.1" - newman "${WORKDIR}/${MY_PN}-lua.1" pandoc-lua-bin.1 - newman "${WORKDIR}/${MY_PN}-server.1" pandoc-server-bin.1 - - if use pandoc-symlink ; then - local -a exes=( - pandoc - pandoc-lua - pandoc-server - ) - - local exe="" - for exe in "${exes[@]}" ; do - dosym "${exe}-bin" "/usr/bin/${exe}" - dosym "${exe}-bin.1" "/usr/share/man/man1/${exe}.1" - done - fi -} diff --git a/app-text/pandoc-cli/Manifest b/app-text/pandoc-cli/Manifest deleted file mode 100644 index 7723b3414780..000000000000 --- a/app-text/pandoc-cli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pandoc-cli-0.1.1.tar.gz 10814 BLAKE2B 22ecd904a5e8222f68ef5b72c343a6e87448a8f4839092bca0291864cd34389061119223296171447c1570a1667e9257661ec71bbb9acffe4406ccee7dd67181 SHA512 bf05834761d9c78a21b5aaf20a3a1ca24e035e394e22858506d649ec669d8ca72d8578ad9ba2e4d24bc1681dc8faa9e4c1a39fa1d82414da51e6786b23f31a36 diff --git a/app-text/pandoc-cli/metadata.xml b/app-text/pandoc-cli/metadata.xml deleted file mode 100644 index 4c7d02186ab0..000000000000 --- a/app-text/pandoc-cli/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <use> - <flag name="lua">Support custom modifications and conversions with the -pandoc Lua scripting engine.</flag> - <flag name="nightly">Add '-nightly-COMPILEDATE' to the output of '--version'.</flag> - <flag name="server">Include support for running pandoc as an HTTP server.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pandoc-cli/pandoc-cli-0.1.1-r1.ebuild b/app-text/pandoc-cli/pandoc-cli-0.1.1-r1.ebuild deleted file mode 100644 index cc0245832715..000000000000 --- a/app-text/pandoc-cli/pandoc-cli-0.1.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.8.2.0.9999 - -CABAL_FEATURES="" -inherit haskell-cabal - -DESCRIPTION="Conversion between documentation formats" -HOMEPAGE="https://pandoc.org" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+lua nightly +server" - -RDEPEND=">=dev-haskell/pandoc-3.0:= - dev-haskell/text:= - >=dev-lang/ghc-8.8.1:= - lua? ( >=dev-haskell/hslua-cli-1.4.1:= <dev-haskell/hslua-cli-1.5:= - >=dev-haskell/pandoc-lua-engine-0.2:= <dev-haskell/pandoc-lua-engine-0.3:= - >=dev-haskell/temporary-1.1:= <dev-haskell/temporary-1.4:= ) - server? ( >=dev-haskell/pandoc-server-0.1:= <dev-haskell/pandoc-server-0.2:= - dev-haskell/safe:= - >=dev-haskell/wai-extra-3.0.24:= - dev-haskell/warp:= ) - !<app-text/pandoc-3 -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.0.0.0 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag lua lua) \ - $(cabal_flag nightly nightly) \ - $(cabal_flag server server) -} diff --git a/app-text/pandoc/Manifest b/app-text/pandoc/Manifest deleted file mode 100644 index 983aabbbc381..000000000000 --- a/app-text/pandoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pandoc-2.18.tar.gz 7251114 BLAKE2B 90413c0c2061f52cfdf2e8b50aa376605a3872e357baa951d327560094638d1f0dadd9f77e4b8ff5beadaf79330dd91e23fdbee490df8d1b6a6224b8abd9086f SHA512 0e8210a37dda6818b23b9fac25b73b240d67f8e03c41d1f3a776dcf95d7fdf48354a25c08ad64eea069003f4ab7a3167ee9c3e80d4f6684ad6ec33d8c477d212 diff --git a/app-text/pandoc/files/pandoc-2.18-tests.patch b/app-text/pandoc/files/pandoc-2.18-tests.patch deleted file mode 100644 index 6cf30a7c9bc6..000000000000 --- a/app-text/pandoc/files/pandoc-2.18-tests.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 9aff86143e12e22cec152fd08ec8b68ee75ccafa Mon Sep 17 00:00:00 2001 -From: John MacFarlane <jgm@berkeley.edu> -Date: Tue, 31 May 2022 19:49:27 -0700 -Subject: [PATCH] Require skylighting 0.12.3.1 and update tests. - ---- - pandoc.cabal | 4 ++-- - stack.yaml | 4 ++-- - test/lhs-test.html | 4 ++-- - test/lhs-test.html+lhs | 4 ++-- - test/lhs-test.latex | 4 ++-- - 5 files changed, 10 insertions(+), 10 deletions(-) - -diff --git a/test/lhs-test.html b/test/lhs-test.html -index 754b25e1f570..85e5d785d14a 100644 ---- a/test/lhs-test.html -+++ b/test/lhs-test.html -@@ -190,7 +190,7 @@ - code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ - code span.at { color: #7d9029; } /* Attribute */ - code span.bn { color: #40a070; } /* BaseN */ -- code span.bu { } /* BuiltIn */ -+ code span.bu { color: #008000; } /* BuiltIn */ - code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ - code span.ch { color: #4070a0; } /* Char */ - code span.cn { color: #880000; } /* Constant */ -@@ -203,7 +203,7 @@ - code span.ex { } /* Extension */ - code span.fl { color: #40a070; } /* Float */ - code span.fu { color: #06287e; } /* Function */ -- code span.im { } /* Import */ -+ code span.im { color: #008000; font-weight: bold; } /* Import */ - code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ - code span.kw { color: #007020; font-weight: bold; } /* Keyword */ - code span.op { color: #666666; } /* Operator */ -diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs -index 7198397d8f45..32e0baf4d7e2 100644 ---- a/test/lhs-test.html+lhs -+++ b/test/lhs-test.html+lhs -@@ -190,7 +190,7 @@ - code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ - code span.at { color: #7d9029; } /* Attribute */ - code span.bn { color: #40a070; } /* BaseN */ -- code span.bu { } /* BuiltIn */ -+ code span.bu { color: #008000; } /* BuiltIn */ - code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ - code span.ch { color: #4070a0; } /* Char */ - code span.cn { color: #880000; } /* Constant */ -@@ -203,7 +203,7 @@ - code span.ex { } /* Extension */ - code span.fl { color: #40a070; } /* Float */ - code span.fu { color: #06287e; } /* Function */ -- code span.im { } /* Import */ -+ code span.im { color: #008000; font-weight: bold; } /* Import */ - code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ - code span.kw { color: #007020; font-weight: bold; } /* Keyword */ - code span.op { color: #666666; } /* Operator */ -diff --git a/test/lhs-test.latex b/test/lhs-test.latex -index 49521d3c1522..435d1dfefb07 100644 ---- a/test/lhs-test.latex -+++ b/test/lhs-test.latex -@@ -44,7 +44,7 @@ - \newcommand{\AnnotationTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{#1}}}} - \newcommand{\AttributeTok}[1]{\textcolor[rgb]{0.49,0.56,0.16}{#1}} - \newcommand{\BaseNTok}[1]{\textcolor[rgb]{0.25,0.63,0.44}{#1}} --\newcommand{\BuiltInTok}[1]{#1} -+\newcommand{\BuiltInTok}[1]{\textcolor[rgb]{0.00,0.50,0.00}{#1}} - \newcommand{\CharTok}[1]{\textcolor[rgb]{0.25,0.44,0.63}{#1}} - \newcommand{\CommentTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textit{#1}}} - \newcommand{\CommentVarTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{#1}}}} -@@ -57,7 +57,7 @@ - \newcommand{\ExtensionTok}[1]{#1} - \newcommand{\FloatTok}[1]{\textcolor[rgb]{0.25,0.63,0.44}{#1}} - \newcommand{\FunctionTok}[1]{\textcolor[rgb]{0.02,0.16,0.49}{#1}} --\newcommand{\ImportTok}[1]{#1} -+\newcommand{\ImportTok}[1]{\textcolor[rgb]{0.00,0.50,0.00}{\textbf{#1}}} - \newcommand{\InformationTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{#1}}}} - \newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{\textbf{#1}}} - \newcommand{\NormalTok}[1]{#1} diff --git a/app-text/pandoc/metadata.xml b/app-text/pandoc/metadata.xml deleted file mode 100644 index 5fce0bb29e2c..000000000000 --- a/app-text/pandoc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - </maintainer> - <use> - <flag name="embed-data-files">Embed data files in binary for relocatable executable.</flag> - <flag name="trypandoc">Build trypandoc cgi executable.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild b/app-text/pandoc/pandoc-2.18-r2.ebuild deleted file mode 100644 index a25a25a502f8..000000000000 --- a/app-text/pandoc/pandoc-2.18-r2.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.7.1.1.9999 -#hackport: flags: -static,-lua53 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Conversion between markup formats" -HOMEPAGE="https://pandoc.org" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="embed-data-files trypandoc" - -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-2.1:=[profile?] - >=dev-haskell/aeson-pretty-0.8.9:=[profile?] <dev-haskell/aeson-pretty-0.9:=[profile?] - >=dev-haskell/attoparsec-0.12:=[profile?] <dev-haskell/attoparsec-0.15:=[profile?] - >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?] - >=dev-haskell/blaze-html-0.9:=[profile?] <dev-haskell/blaze-html-0.10:=[profile?] - >=dev-haskell/blaze-markup-0.8:=[profile?] <dev-haskell/blaze-markup-0.9:=[profile?] - >=dev-haskell/case-insensitive-1.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?] - >=dev-haskell/citeproc-0.7:=[profile?] <dev-haskell/citeproc-0.8:=[profile?] - >=dev-haskell/commonmark-0.2.2:=[profile?] <dev-haskell/commonmark-0.3:=[profile?] - >=dev-haskell/commonmark-extensions-0.2.3.1:=[profile?] <dev-haskell/commonmark-extensions-0.3:=[profile?] - >=dev-haskell/commonmark-pandoc-0.2.1.2:=[profile?] <dev-haskell/commonmark-pandoc-0.3:=[profile?] - >=dev-haskell/connection-0.3.1:=[profile?] - >=dev-haskell/data-default-0.4:=[profile?] <dev-haskell/data-default-0.8:=[profile?] - >=dev-haskell/doclayout-0.4:=[profile?] <dev-haskell/doclayout-0.5:=[profile?] - >=dev-haskell/doctemplates-0.10:=[profile?] <dev-haskell/doctemplates-0.11:=[profile?] - >=dev-haskell/emojis-0.1:=[profile?] <dev-haskell/emojis-0.2:=[profile?] - >=dev-haskell/file-embed-0.0:=[profile?] <dev-haskell/file-embed-0.1:=[profile?] - >=dev-haskell/glob-0.7:=[profile?] <dev-haskell/glob-0.11:=[profile?] - >=dev-haskell/haddock-library-1.10:=[profile?] <dev-haskell/haddock-library-1.11:=[profile?] - >=dev-haskell/hslua-module-doclayout-1.0.4:=[profile?] <dev-haskell/hslua-module-doclayout-1.1:=[profile?] - >=dev-haskell/hslua-module-path-1.0:=[profile?] <dev-haskell/hslua-module-path-1.1:=[profile?] - >=dev-haskell/hslua-module-system-1.0:=[profile?] <dev-haskell/hslua-module-system-1.1:=[profile?] - >=dev-haskell/hslua-module-text-1.0:=[profile?] <dev-haskell/hslua-module-text-1.1:=[profile?] - >=dev-haskell/hslua-module-version-1.0:=[profile?] <dev-haskell/hslua-module-version-1.1:=[profile?] - >=dev-haskell/http-client-0.4.30:=[profile?] <dev-haskell/http-client-0.8:=[profile?] - >=dev-haskell/http-client-tls-0.2.4:=[profile?] <dev-haskell/http-client-tls-0.4:=[profile?] - >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.13:=[profile?] - >=dev-haskell/ipynb-0.2:=[profile?] <dev-haskell/ipynb-0.3:=[profile?] - >=dev-haskell/jira-wiki-markup-1.4:=[profile?] <dev-haskell/jira-wiki-markup-1.5:=[profile?] - >=dev-haskell/juicypixels-3.1.6.1:=[profile?] <dev-haskell/juicypixels-3.4:=[profile?] - >=dev-haskell/lpeg-1.0.1:=[profile?] <dev-haskell/lpeg-1.1:=[profile?] - >=dev-haskell/network-2.6:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.8:=[profile?] - >=dev-haskell/pandoc-lua-marshal-0.1.5:=[profile?] <dev-haskell/pandoc-lua-marshal-0.2:=[profile?] - >=dev-haskell/pandoc-types-1.22.2:=[profile?] <dev-haskell/pandoc-types-1.23:=[profile?] - >=dev-haskell/pretty-show-1.10:=[profile?] <dev-haskell/pretty-show-1.11:=[profile?] - >=dev-haskell/random-1:=[profile?] <dev-haskell/random-1.3:=[profile?] - >=dev-haskell/safe-0.3.18:=[profile?] <dev-haskell/safe-0.4:=[profile?] - >=dev-haskell/scientific-0.3:=[profile?] <dev-haskell/scientific-0.4:=[profile?] - >=dev-haskell/sha-1.6:=[profile?] <dev-haskell/sha-1.7:=[profile?] - >=dev-haskell/skylighting-0.12.3.1:=[profile?] <dev-haskell/skylighting-0.13:=[profile?] - >=dev-haskell/skylighting-core-0.12.3.1:=[profile?] <dev-haskell/skylighting-core-0.13:=[profile?] - >=dev-haskell/split-0.2:=[profile?] <dev-haskell/split-0.3:=[profile?] - >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.8:=[profile?] - >=dev-haskell/tagsoup-0.14.6:=[profile?] <dev-haskell/tagsoup-0.15:=[profile?] - >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.4:=[profile?] - >=dev-haskell/texmath-0.12.5:=[profile?] <dev-haskell/texmath-0.12.6:=[profile?] - >=dev-haskell/text-conversions-0.3:=[profile?] <dev-haskell/text-conversions-0.4:=[profile?] - >=dev-haskell/unicode-collation-0.1.1:=[profile?] <dev-haskell/unicode-collation-0.2:=[profile?] - >=dev-haskell/unicode-transforms-0.3:=[profile?] <dev-haskell/unicode-transforms-0.5:=[profile?] - >=dev-haskell/xml-1.3.12:=[profile?] <dev-haskell/xml-1.4:=[profile?] - >=dev-haskell/xml-conduit-1.9.1.1:=[profile?] <dev-haskell/xml-conduit-1.10:=[profile?] - >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] - >=dev-haskell/yaml-0.11:=[profile?] <dev-haskell/yaml-0.12:=[profile?] - >=dev-haskell/zip-archive-0.2.3.4:=[profile?] <dev-haskell/zip-archive-0.5:=[profile?] - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?] - >=dev-lang/ghc-8.10.1:= - >=dev-haskell/hslua-2.2:=[profile?] <dev-haskell/hslua-2.3:=[profile?] - trypandoc? ( >=dev-haskell/wai-0.3:=[profile?] - >=dev-haskell/wai-extra-3.0.24:=[profile?] ) - !app-text/pandoc-cli - !dev-haskell/pandoc -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.2.0.0 - test? ( >=dev-haskell/diff-0.2 <dev-haskell/diff-0.5 - >=dev-haskell/tasty-0.11 <dev-haskell/tasty-1.5 - >=dev-haskell/tasty-golden-2.3 <dev-haskell/tasty-golden-2.4 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11 - >=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.1 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.11 ) -" - -PATCHES=("${FILESDIR}"/${P}-tests.patch ) - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag embed-data-files embed_data_files) \ - --flag=-lua53 \ - --flag=-static \ - $(cabal_flag trypandoc trypandoc) -} - -src_install() { - haskell-cabal_src_install - doman "${S}/man/${PN}.1" -} diff --git a/app-text/pandoc/pandoc-3.ebuild b/app-text/pandoc/pandoc-3.ebuild deleted file mode 100644 index ac0df9c34129..000000000000 --- a/app-text/pandoc/pandoc-3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Metapackage for pandoc version 3" -HOMEPAGE="https://pandoc.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -RDEPEND="app-text/pandoc-cli" - -pkg_postinst() { - elog "The pandoc CLI executable has been split off upstream into a new" - elog "package named pandoc-cli, starting with pandoc version 3." - elog "This metapackage ${CATEGORY}/${P} was created to ease upgrading," - elog "but it is recommended to switch to ${CATEGORY}/pandoc-cli." -} diff --git a/app-text/paper-clip/Manifest b/app-text/paper-clip/Manifest deleted file mode 100644 index 5e57315f20bb..000000000000 --- a/app-text/paper-clip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paper-clip-5.5.2.gh.tar.gz 193271 BLAKE2B 77ba7056c9e82b766e5a14e13d887b966403cd3790ecc0772da4ae7c3546ae2f6c81d076ba37cf88614dba780bc66b81f0f63abe8ea8c2be5e542538dad7a979 SHA512 57d8a4559434acb99e23593dd7718bcfc67e80c49b0aaf958f597a3e8d611afc20276606c328bb500adc0adb6cd4642a3f0b79f460d4504942095865025dcc10 diff --git a/app-text/paper-clip/metadata.xml b/app-text/paper-clip/metadata.xml deleted file mode 100644 index 65ee60968e1a..000000000000 --- a/app-text/paper-clip/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/Diego-Ivan/Paper-Clip/issues/</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/paper-clip/paper-clip-5.5.2.ebuild b/app-text/paper-clip/paper-clip-5.5.2.ebuild deleted file mode 100644 index 968842564275..000000000000 --- a/app-text/paper-clip/paper-clip-5.5.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -APP_PN="Paper-Clip" - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Edit the title, author, keywords and more details of PDF documents" -HOMEPAGE="https://github.com/Diego-Ivan/Paper-Clip/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/Diego-Ivan/${APP_PN}.git" -else - SRC_URI="https://github.com/Diego-Ivan/${APP_PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - S="${WORKDIR}/${APP_PN}-${PV}" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -RESTRICT="test" # Only validations, the appdata one fails. - -RDEPEND=" - >=gui-libs/gtk-4.12.5:4 - >=gui-libs/libadwaita-1.5.0:1[introspection,vala] - app-text/poppler:=[cairo,introspection] - dev-libs/glib:2 - >=dev-libs/gobject-introspection-1.82.0-r2 - dev-libs/libportal:=[gtk,introspection,vala] - media-libs/exempi -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - $(vala_depend) - dev-libs/appstream-glib - dev-util/desktop-file-utils -" - -DOCS=( README.md ) - -src_prepare() { - default - vala_setup -} - -src_install() { - meson_src_install - einstalldocs - - # Symlink "pdf-metadata-editor" (old name?) to "${PN}". - dosym -r /usr/bin/pdf-metadata-editor "/usr/bin/${PN}" -} - -pkg_postinst() { - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_schemas_update - xdg_pkg_postrm -} diff --git a/app-text/paper-clip/paper-clip-9999.ebuild b/app-text/paper-clip/paper-clip-9999.ebuild deleted file mode 100644 index 671b2917fa58..000000000000 --- a/app-text/paper-clip/paper-clip-9999.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -APP_PN="Paper-Clip" - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Edit the title, author, keywords and more details of PDF documents" -HOMEPAGE="https://github.com/Diego-Ivan/Paper-Clip/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/Diego-Ivan/${APP_PN}.git" -else - SRC_URI="https://github.com/Diego-Ivan/${APP_PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/${APP_PN}-${PV}" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -RESTRICT="test" # Only validations, the appdata one fails. - -RDEPEND=" - >=gui-libs/gtk-4.12.5:4 - >=gui-libs/libadwaita-1.4.2:1[introspection,vala] - app-text/poppler:=[cairo,introspection] - dev-libs/glib:2 - >=dev-libs/gobject-introspection-1.82.0-r2 - dev-libs/libportal:=[gtk,introspection,vala] - media-libs/exempi -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - $(vala_depend) - dev-libs/appstream-glib - dev-util/desktop-file-utils -" - -DOCS=( README.md ) - -src_prepare() { - default - vala_setup -} - -src_install() { - meson_src_install - einstalldocs - - # Symlink "pdf-metadata-editor" (old name?) to "${PN}". - dosym -r /usr/bin/pdf-metadata-editor "/usr/bin/${PN}" - - mv "${ED}/usr/share/appdata" "${ED}/usr/share/metainfo" || die -} - -pkg_postinst() { - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_schemas_update - xdg_pkg_postrm -} diff --git a/app-text/papers/Manifest b/app-text/papers/Manifest deleted file mode 100644 index 5eefc3b579c0..000000000000 --- a/app-text/papers/Manifest +++ /dev/null @@ -1,538 +0,0 @@ -DIST adler2-2.0.1.crate 13366 BLAKE2B 3b28bbd7f89424567ff1bb36b984bf4fd767370459f5548545218cbe1c9f082fedd932fccc7e6acd83a1dfa06a371124801a772e5555ede7d6c2cd1ac57930a4 SHA512 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d -DIST aes-0.8.4.crate 124812 BLAKE2B c4a9cadbbfd9d24a758bd5d18b851fb86bd74f5b1f0f6f5706275329d92396a00dc2c35fa0aa2af5b55fd336934d35df413a31f85ba886e85a037296f9df25bd SHA512 96243337546acf64f89bf9ba23011eea1a205d82d96707f9c45bf28cc62ef00cdac5cdfacb8d6013155ee1522ad73dd1b7f166c74ed18159bf23c3c48ec77d79 -DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 -DIST aho-corasick-1.1.4.crate 184015 BLAKE2B 088766e505a828a221a9bca29cb1833ac3964a538cda62d12b723a263fe0e588406af0b710cf87ef67b0ccb9aa3bf69f42e0e5225ade47abe93c73fcaca69ec1 SHA512 c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62 -DIST allocator-api2-0.2.21.crate 63622 BLAKE2B 983897fc977118f220dc4af7e801ac08eba77bfde2a25d756bad3e77f849418e74e7c67eaed68e2d719ca7fc6e1e9ce151dd7dbe8707dc43d4a6400294c8fc8e SHA512 1bb5711ed6041b0d7eae2ec784b8aa9d215db0f49cf79c692946eeb0db545d358cbcaa8156ae34e51d05287c08574f1da251ee574f2392949e4ed26d04770d03 -DIST anstream-0.6.18.crate 29681 BLAKE2B b6f72cda084b38f1e1cfe60de2562e8d62ebbc352176bdf668a2d6be09349bec46d291cd475e8af814ce66def44d95cb98c325761150130752284a82d8a84f21 SHA512 5149977d6f7b5e9cf6350f1ef130caa3ff46c7e78976358452a185ce196cdd77fee48a3a9838f434ae6ea9c15b19f6bfbab156edf819f81179d6774318f08963 -DIST anstream-0.6.20.crate 28797 BLAKE2B 7eb5e05c8810b49f739d779057e8716baa818565f3d2e41dfef750594b64e7e82f630cd558ec367de03a31e002bd3a7a39d5c6b45719cefe5dbd1da69e0fbc7b SHA512 73b6e8e6da61233521c7bb1ab639da2e70bad08602fd10fc7d6b595392a61de35e7f5cf9fa7fcd6e66cc2a3800afff9d75e1da1b0bb64d5733e01d472aeae31d -DIST anstream-0.6.21.crate 29516 BLAKE2B ddab9728a4824b1682a84339e2c5212904fcf878867c8ed7604ce045d4ba6bae0f129e73968e20d58a9b2e297ad1b6ddd5557907d3b6ae9253e3127ea901d40b SHA512 909059510b778f606df779d5f8ee69cf721072e81f933eb5f5fddaa4d1586a0040ba7456165d5db16c812dd654c2dda6b929ccb997310b507f1b79846ca1f402 -DIST anstyle-1.0.10.crate 15725 BLAKE2B 36e656bd8f9c584f11fda5cfe0c2e24e8426b9e1b602aad34ed118ae6950a55440e292d2e0ff7615f5e4f466fd06f07536be198a59506a587d40cb0c4ede4f80 SHA512 621e7a89fad13db985f07375d316cf8efba57fd44ae18628a8049a65aefbaef27949f99317872e91e0922bb089a00234055199ea3167f80ae03d00ada4f75dea -DIST anstyle-1.0.11.crate 15880 BLAKE2B a13fd762c1855db1a97607957b617eda2685562d90da13316b53a667750e2c53147a01ca55b6b67047cf6a51b4cbd7d346dbd2a71bd9a799619b6cdcb3d26bb2 SHA512 6f3bceb31874be790e92f9efd6b295b67c6f1a26a4e15eb8747572b4abdc2050c56a4bc4ec547917b5c2a5f213ce6bfebe4c6bf1639d2c6993de687b014ffca2 -DIST anstyle-1.0.13.crate 17651 BLAKE2B 026d4163f4bc8d1677d0830dbe46fd335d18e50420d2d809a675609c1e020f7e3c5e69b8d0a7baf5f42fa2321b6230c619a93aaf8e02ceaef638f8006dbf479b SHA512 1a92c4bf6ff7262c0f5fe72ff66eaf11f0c84e84a06746767918903c0416ba5d33ac54ff9a2c6cde37e26bb2287675d3f0a8a7efa95eb013c9be388b8139661e -DIST anstyle-parse-0.2.6.crate 22343 BLAKE2B 85eba405dc5cf806283cf442984e86583dfe6c681f849eb7a347b7b67bd2b6f692e84fc9b5bd86486633cb2f05960ec16e8778300df114ae6676da43442db9bb SHA512 e28c9818afcda0e9b84c205d9c6697ce64cb06c21df2c3666869c07d66893105d9c5e96a27fcf2410a09f6af00735252e22b5c7d8c6cb3f68c4a8f376c49d396 -DIST anstyle-parse-0.2.7.crate 21707 BLAKE2B 41d51d4c026e548a9428f5fd8dc85fce964e3f1cf709820dd53d216af3065a4ee069de8c5bcec5eae19b99172f60e89034a2ded6bc787f3ea4159d5d30de3984 SHA512 3e0920594dfa15f16dd308d0da81d784e6a5d6fd7a3b12cc1512fb625369ea7b4550df549e3be961906e2d3105f72ecb86b89dd6f5817c2c982929ea26d605fa -DIST anstyle-query-1.1.2.crate 9969 BLAKE2B 179b8dd6dd709c2ca67f4eb5c9a502b2867cb6744a39f824c4fdebedc67c6c3e07d107c7d817e2ffb589d13b7ed4900cf9653ddc0a43663217042ee92ce8c9da SHA512 26069d936c4b1fb09bc65cda0253fe9be8fa4e96c0821f980c772602b4e9230035ec8c9d092ef95e0a0354ac559f8d25f57a14c34086d4d241b5fba688951837 -DIST anstyle-query-1.1.4.crate 10192 BLAKE2B c5672d2982bef5702f5d592bea8b4336df3f24edad35656873accb4491c0b6f323189c6721a7f722e6aae31ea8c183a93e3d59a123dc1c150ad1c85640906e40 SHA512 b94c550b865d17c15b2ff1a41da4f7aaf3a5c0694b2188c7238cae8212d8390f759381a3ae5598c13396a728aed8bffd4e32fe06da51af0ba92c334124d26641 -DIST anstyle-query-1.1.5.crate 10264 BLAKE2B e1c1bad89ad4c09e48f9d7c417713953f7f468f10f7f61e351137be801b5986ab3d21406411b0b23c42af4a2b5881b85aa68dfc66d23cafca7dfcb88180104b7 SHA512 3b7b888df0b678bd4560981dd94a51a6af9a535cc1a869bb4577e832492bb6de718a3ac80ecf61f8857b3d0ed7b95e444e85bd00ef65a46c6a244d0b0eadd95d -DIST anstyle-wincon-3.0.10.crate 12558 BLAKE2B eddfdfd0bf8ec9520319c3bc54d627be3ecc4d931181e629f5ae4f1352a1662476060a25639f390825405691ef22befbc6f1b51d79047690fadbc90993b9ff5d SHA512 bee4e8a76185a359e6f6c0cca11ca322a8ff6eb92a1659986bbb2287c5e198f3e9cf3e48c9d980b18fa012b5d52f97cd017770736be27e550cf61be553982c8c -DIST anstyle-wincon-3.0.11.crate 12638 BLAKE2B 01f1ce85205ed3e573daca145ae420e9f7d78867fc036133be74bbcc9b83231ecbc681b57eb98bec622bcbaaf4bb293d05d3021a29b49a0a71b8ab89b0ae9dfd SHA512 09c3215dc6cef75d6282078e68c5dbd51580b6c8db79a77932d2e74a51d29cb0ef23c31b8a73a71896a45eb5dc5f94aee209bd8f6e5df4c675dabe3cd304a96b -DIST anstyle-wincon-3.0.7.crate 12400 BLAKE2B 2023529aa12ebe1b7073a88180ac7491fbba7e8556ba20061bec22b1db9d0f3da058faa5bd7f499d8e5da18422dec7e7648f3b4acd7b4a2d2064824f1b881259 SHA512 782440c1093235ad481f0b854f5a3d3acb7908d2e5ddbd4143139b8bfd0faaf2f9816c1034e760d9261a233e6d645098cd5a594064f190662908eaf79972c903 -DIST approx-0.5.1.crate 15100 BLAKE2B 8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399 SHA512 c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407 -DIST ashpd-0.11.0.crate 115010 BLAKE2B f30688760e23dd8b2d535afe2a10dde0ebeb5b55d538e045d82bb786c5b65dca2b56313f42e6c802938fbfad64cde223cc26d0c5644f5826a51b15ed188d03b0 SHA512 a4188f732826fbd81507436333e0ba634de99c2f0545a7a34db250e83ed5b2773586ad71d910b6ecea9280b524d8f34e4f169f436290e5d86e59a0531db919c7 -DIST ashpd-0.12.1.crate 123755 BLAKE2B a75b7c7871309f99515b76f8b040a80d3b460fffe1f7c4a4a1c35fba992b98f149ff349b932ff9668db5dee32370bd4b8139f8e7d026251cba79e9282cbb6383 SHA512 f3a89049547e6192daa1f76c968afb1976b3096d7100ae60a4e31f0541288a3bb7193a87a01b1b6f02b31ed949e51e1cc9cc575bd5c305dd67baf21c8b3beb56 -DIST async-broadcast-0.7.2.crate 22746 BLAKE2B 5b0bca51866d8778161fc60d33ca289fb65622ea6daa6ff9e2d97487f452c44fd996e4438b7d4151d799e19b731330f7f1bfb829e3deb183015cb8bea7733666 SHA512 dd53db4a5f7100cb969d40c709f40540703f498e64fa8486c5ed914bc8d1a451185e698b6f0b21decad890c459aeeb917d6f42b0500aebaef4bde48eccfedd5d -DIST async-channel-2.3.1.crate 14576 BLAKE2B 09ea03c9758805c90be9aba222e1d74f3166ab492e533597647d1b4f08bf1dda79d73b21de791b9802e19c225cb94b7cb25550bba61488c7b61fa87f88eb29dd SHA512 94c999912bdf681dcb686292645bc8c340c2687bc9544f317e0123e672752c6b31e9d784e488e7d0bab79b5f207da8904a7f1fe140397513b47c292a6508a7e5 -DIST async-channel-2.5.0.crate 18624 BLAKE2B d835b923d9c99100e499d72d34515bbd041bfd087572ba681f0a61c9237f5d2af1d4abbeb9572ada694a3609aa19a14ba1160deb0d6411a542ee73cb6234c5fd SHA512 621e9540972a4a5d1b6cc0fb02a507cf66d704dab5411b60c44c2b65ab21c3f7f7bdf9c093e7498a71ada6573e429a4b426506c96c5fd9e3e297a76930ca2f83 -DIST async-executor-1.13.1.crate 27991 BLAKE2B 856bd4f42a0d8d35bfb8b8525f626e0b52fd6704810f8bc964cebc47aa0c7a4450f16e5df307f4fc613da81fb3207f4671543f48710177931d6f70dc40c9f95d SHA512 27357b3dc28ad5512b46306ab7d959b2e68b4b5ed0d42fc8cd12fd265a1931a4d8c8c328911eca97227b12d861c9658c14afea6336f999436671d6ef351f3820 -DIST async-executor-1.13.3.crate 29126 BLAKE2B dd14f504f918ed9ac9a0ba37a51cffa544382eb98e2620dd26cb1323f70c1b268c1f8538342d6cc37e6b6af8dd431f8f8648272d25600286046261dcf879ca45 SHA512 70f39018b48704796102cb7720a798454985fda1c483fee5d352a4cc8f09a26a5cfd55c36c0a57058d6dbf5a412182eebbadaf12c9244b19bda5e9b8635bbac2 -DIST async-fs-2.1.2.crate 17071 BLAKE2B 7b8a67fdab5d9d964af7d45a03a3ef405f9590b556249a35897f14a231f2b781d90df48c8296965e941f8c259c4c13a57691c81f09c20ce81406d5d2e7962731 SHA512 a671374a59c7804d26bf22d9617fc329cfa0cb38413ac05cb2f6ff192c5275a8ba41f1a088fb1978e61a66693c85f9c6b08486d44e30b7fa158568e41dc005a1 -DIST async-fs-2.1.3.crate 19302 BLAKE2B 79eeb94a747e62a05f270a2b70d857200d004bd59a73876a635384e07d710d931467e160d9d517a0a8a057d7230762cca893b88c2d4d9fddad3f1ef4952ce055 SHA512 9cb16f88405a2bcfb1b6c39974aa1fa44912d97a6973542aa773d740429d4e9b751e487f9d0e8e349dc6f42d689f2d25a37f7bbeee0bf01dcd4e0646886b83a1 -DIST async-fs-2.2.0.crate 18824 BLAKE2B bf47f9d4806d1d0aa44f3d4bc179751f83ef72679e29923b6901e35d34ed6fb2558f4991c4e7b74fa26e10a448598fa512401ec8fa8e69acc1e714d0d6b43932 SHA512 8461e1e56b6df155c30b92aeb1c63d84ff49e415f1c276d1f31770262f83dbdc4dc424b9ee3620667f40df2bfb602d7e2779f76d710f14659f85b9cdf7f34372 -DIST async-io-2.4.0.crate 49252 BLAKE2B 46962d877837913e861299f796fe4d04f861332c58dfa7058029d5070adf23be7281aedfc1232df5538da477c66190703d67fac9e2ceb8d55bdea17eb9f83e9a SHA512 6ffd4c7fcb39760c67ad1d89b15ddedb9f1734a3caa497e0105cdb78fc58c42a39a0be55bcec7911a9feb67acd8bbf97b52e8b5ac585edaea8ee262d3e7f58e0 -DIST async-io-2.5.0.crate 50545 BLAKE2B e8575b2e15d64bd6af46447c2ce91a4f7b899f28a80d06771f60b715e72adfad749a8af3dbac1c1470c89bce1236c52d4e651d754834a33c673d2ae656d1dc5e SHA512 e13803bde732e37c3d26f00e9f50d5fd70345a392690bb488f83d12319b01b5878e43fdbda9e8d959361c46905f051ab7c679e1fffe4c90ed188d1c8fc57dae5 -DIST async-io-2.6.0.crate 51062 BLAKE2B 6e4ac738bcebe13e6a44529a7152352a27c648019eafb074533ae3a8f2a2df13bff261238f48a74c4cb8c13119342f0793c76247f23386435012a76e9b9aa8f4 SHA512 b2cfd5d82e5b5678684fc0cced2b126867c142f331153811f054682c125e989977bdc9c613c866149576611641b685eefc0377cba1afaaba851bd985af3574ee -DIST async-lock-3.4.0.crate 34446 BLAKE2B e113033a86101bd93543d287379ba354b4bd61ce87786719f05f8a990c177a885eb50a19eb71fcd5cafa01308cb45b7872be65cd7e975cde03b0555a691a4bd7 SHA512 83731067a3302d3266848b0f65ea6564dad60188472c80e78a7d4cd93804f830332aa01b404b60a8f91cc1c6c7170020ebdfe4b5bae14fef6d3bddcc5f1ed9a5 -DIST async-lock-3.4.1.crate 40981 BLAKE2B fec033dffbb6cf581da443bf6d2e4a313a6dd172941ccdf8e7869ed8a5b1845a28ba51b4e4e9221d7a11f7af3d82c0f5b54d5269cc8cfc8361f8f839fd01987c SHA512 4878feb5403e261272e3275d85f19195de612e2c67ea7c25bb55904521db24eb853a56beca9d0f06130501b363935578cd0b4a6da2325cae2622765da085168f -DIST async-lock-3.4.2.crate 39826 BLAKE2B 563130bc7b68f3174f03b21f8426090ce792440ac213f7758be9e4f510f07df513bb1c4badf3f51cd18de98fe4627560b083349f7d3d564b96b56f14f08ad5a7 SHA512 a8078043b03d05dd00eea00ddb2b87f97eb67d438dc5ff8c861499485823db16b23e0b5e85b4d711f824cf31d99baa5f2e182f8d7abac295fbfc7b2fd88b4d44 -DIST async-net-2.0.0.crate 17787 BLAKE2B 04685e1ffd4c363b3b29bbc4819c7a79ca45a212c1c3094835f2ca8ffe000b8061a4b28de84497d5daaa70139a8d0c036fa4385ba20ea4bdef73b52102cfc349 SHA512 e12163eb7fb526d434c257d82ad0bcc64d3a1fb868b899fc5666c1307f821654f7afff9bf5dd3ca6c8cceac31df29a5027542f6e5901c8801ce2a696ab737479 -DIST async-process-2.3.0.crate 26766 BLAKE2B 346eca5d8bd2e0a58039c9772413a0d0174dac49e31c7256927c9bd03b7c9f07ccbec6115792478b87123fff1516972eabdec6d54e5c070e0dcf00f3b1d6a43d SHA512 48c1decd4ed3e65d0feb9381533e1274b98b9ba16318f1caa35729078e707dbb2a5a0b52822873d5cc91fc5a51b725c33b784ef8a91aa6cc2cf357ae87c5e2fa -DIST async-process-2.4.0.crate 26871 BLAKE2B 1a083ead5105e16b8d09db6d1a3b8831c846482811cc3271327ffd6fa5b27176e6e5b49e974b9f726ee67679d91a7b386ce3a6e510a46ca9c46f2d9bd3135646 SHA512 fea2a0494f3e72af32e6e34bc94c0a511ec46db1a8e1fdcd2b8c37ca97af48b2256a8c7822702717916039ef484a7f990930495794355704d04cf21fa170528f -DIST async-process-2.5.0.crate 27552 BLAKE2B 5c553a281be2968ceecffed57a554358d216a5f66a9d91e2a01f7a87c111e7fccd933d7bc27e5b73e2bb0a84602aa2d4c8cf754260f04452645b9315e82a8878 SHA512 7706978043d5f3612675a57c7e838e31b9df94f6f4f5c21246152f066faa86359f346dc608419fe3f8f0f930d8655a8cdc3d4e29e47aee76c9b4ab04ed68f383 -DIST async-recursion-1.1.1.crate 14874 BLAKE2B 6260dffdfa9fe00cc1a63c8cb103a3f210611627bbc75c2658e7cd732c504791c6577d7033af3c5afa875f90cb370b7f216979e0bdb62dab4acd61786cb5239e SHA512 e3acd07a35be546ead68c7792963c7bf1876b3e5d6a20c2be73d2f030d26d68e2a318999937d4fe253e39d8254e12e42c66314f40a3b230c5d258f34dc0d9027 -DIST async-signal-0.2.10.crate 16970 BLAKE2B 4364a566ca828387f4e1d7689b1ec7d6327bf35a56eacff013f81ec6f438d9ba02a59a8a5c457f1806dbefa23649ee289a8d5ccc7257e2c54f99de45cc4e35d6 SHA512 10d58c9aa3ef6ea4bddd4fa86afd342c6d5097764736294b7fa3b26596301f98827172cc9ed9bdecf8dcb313d2fa0222fb6aaae04f7ffd73ce89cd4b0374ba8b -DIST async-signal-0.2.12.crate 16790 BLAKE2B 2bb091c2a478898308868829064e9c0edf4b230bf449f474ffd9f830a9c597bcd66037e3de9456362f6eafbf55a11f7870360e4961960dff85b7179df9403f8a SHA512 ae4a79cc6d251fcbbb86dbb2e62a00130932d68f89cc23c8455cb238d0379abd0a59a207962e70bbde89618dd086a4f080a8c39f4accf999e168bf5ce139fa62 -DIST async-signal-0.2.13.crate 17015 BLAKE2B be2acc3dc6f523967930273fb3660f9f6d4cc36f7c79d463ce05d4114babdc6de16bef8b0187d68e80dd551cdfbd134bc1167047272c75f5a0449e3711855831 SHA512 7b9ef2f79cc49df0ae580ab1c853d92ff352a342507ac378a5cd2d21a40c4f64506bafe907da2be298e3475180a9249fd84394c9a35689fc1dfb3cc5c082793c -DIST async-task-4.7.1.crate 38077 BLAKE2B 200f3c2eff92afeffb34404bd9b02af39226024d309137c3835342ab6631c09f14f47abc5d25d77e73cbd133274e731fc88e7e94d8456f690b0f1056bae8dd95 SHA512 8495436d0739a2ce83b372ae13ff24ca1487c92e032948d5830af19c3ba411d7cd004634fa10bc2f748f8a82de27c12cbfacaac92cd0012e1fae024eca9e78ca -DIST async-trait-0.1.86.crate 31946 BLAKE2B 3f77ef7ceda45e2095a53030114b0290c7d8962b027605e28e00fd38feacd8ea623be63449404670aaa10692ff07e63e52b66cd3815469b5ea9a368178d40244 SHA512 7b93891d90ce6a2ba36c27a12f0636eb3318693a6f5d5a5debe0a7a921e70090376f0e9178f7453341e5b0914adbaba96ff5ad6327fb97f812c13ebd68a69501 -DIST async-trait-0.1.89.crate 32171 BLAKE2B de1262f5c40b3469732679f82640d676e802f3257eafbf020f5f42c8cbc70d278c3c97577225293a19d22e76f0437e916066e0b1eb4c4f92ccfa504e48b54355 SHA512 deb15ae7b4250666a6ea79f682e1079f50965d6aba353f057747dc84b530140512782e040e97f2ffbd90abab1e470b18ce471aba17cd7c68eb434a0874052d27 -DIST atomic-waker-1.1.2.crate 12422 BLAKE2B fc6632f3c9d719b1d24a1c8e05947d94028909d1c629b80576e176e567636dd4cca699c7e91cae2df63541da574146b3ce766374e93f0ee429bb5bc89a4d3cae SHA512 e07e58db7955791259d0ec00fc4d53318aefb4506e062914819c4220c6dc75fa11a7af0289b4653aa1f9041eb975a025635190de68b4800a0e91e33cdb0ba11c -DIST autocfg-1.4.0.crate 17712 BLAKE2B 7f7300439899be03d001dd32b7e797bc4b9a58103081b6f7353c4b5897813cedf870b3fb1fa25d320a75326b334b44d8287e8603de34fc560d0b567143915cc6 SHA512 3b5e7c30bc73e105e4bfcab584c24fc4016db41fac9c356c6649fd841051704bbe8848e09546eb50d7c1f18ea8ce1cb72fbc268a620d5c609b3472114b5be73c -DIST autocfg-1.5.0.crate 18729 BLAKE2B 27580e39b366c6fca02c9db09997b6415c409f12068f1249184268bf96fd85ba659e25ec730f99e10caf452f96c486f3d7442bf09c4552b5f39519b21d6f88cc SHA512 f279856f234d39d369623576acf9546a1ca24d7fe449f36d4fb93ea75a7efaf2c4015b9616a69bbbed358c5e5882e16b045352f046aa4c049b3d13b1e8257b08 -DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -DIST bitflags-2.10.0.crate 48427 BLAKE2B 238a6da813eb2c5541ad470b97b9cf6ad8004095d2a8e865b88eb2301290b7bda22e5b062ba66a04ff0f3108a84d4799af0786b76f785fb5782bd847876549c9 SHA512 6fcdaf250ca6e74b65ecba755d62c3e78f6c02ce1a9562a3b17bb2d6068a0df480ad9c838ce427dc2d2869a9dd1f86f2fb1dc1e50a114def77fd24154b2b86b0 -DIST bitflags-2.8.0.crate 47482 BLAKE2B cfa5dac5bb9fda57a5887773399d2507e83ed30fb0c5a332c48905f912c9b8d3c5e6493a9626a73459cb67d63973efff719ab4153a14e774ff4a632c96872ca2 SHA512 f1bc02c858432b0e1fc3b10f239c5886e51d620d55a75521bdf35c8e8f6b6cf8db97e90e08eb2e96715a2c5b28858af305eb266f1ce0c90f9d3945d6d9bdda8b -DIST bitflags-2.9.3.crate 47777 BLAKE2B e90a5ab76f0cba5f64c2128b341900fd0e71c68c1ba4cd072f2e447cdcc73c7677d99b2875a3753f237ba97ce3a1394954e11aaff4c538ebd9743673f9edd80f SHA512 b7890f4474c6315e2f7bda48d8ca5aa10d2d4890acc720e06ba53390cdccb560a062106b4f3bb938da82dd08d77c07a09e482d3f0c571b1afced4535eb98cb08 -DIST block-0.1.6.crate 4077 BLAKE2B a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e SHA512 c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 -DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb -DIST block-padding-0.3.3.crate 8504 BLAKE2B d62481c25fd8680cdf0ad0bc259bd3777c3985ee91d5bb4995f484a15d4a9bde21c5d20f8c2efd0eb340aa0b8c7faac0f3fd817202ef4350d17994f478715eae SHA512 0849c99f2027f4e1a12872d2210310e9669f98929c99690febfeec90c0199b2274e20a5f83824f200f75f2553be2029ca85b0c5d0db4d9d477ffee9a71dd3b7c -DIST blocking-1.6.1.crate 17788 BLAKE2B d07246809d8b80f1fdbdc678b2877f349b748f2dd0f8543e91fde4aec7aea0b45e145a44f07cdbf26934d20269af01844e1cf7d9dd8b9588d129da7f929d9c95 SHA512 1879bf31c18d5cc4653f794dd4109769ae32071564d3a0d63896162fe160bb5ed3d7d8de59ab34363f8192871122099bb8564ffa93de5a5b75ffd93c0d424ed6 -DIST blocking-1.6.2.crate 17754 BLAKE2B 5deb319ea3e25ee234abbdbcd166c99ee5cbbf00fa5587d466217c41a7d1cd40e6bb7c3b5f6e5b42823051b6436676efbf37736b5587a4f50182c3aa0f271478 SHA512 96beae4b975a4f6da2adcdf0baab407ec42e185712891f25b99313e8810f017921dd6095ec60264b912c65f88eda58734fe5f923704162b40410a4c70ee08f69 -DIST bumpalo-3.19.1.crate 96477 BLAKE2B 8716eecc9918c69dd07d6840f9b55114e290de053fddd11c187e11fb396d8a8825422378ec7a2e131674546d158b909a1a4c3e29d52cf3ed001658333c153807 SHA512 105a84bbf8c2b8fc130055713eab7b598c67d34ac01fe95b4c9f10fe956130870c0d12ac237c5dad3a44991a1b8611e5028e749024b6497d6b2f8a2702a4f655 -DIST bytemuck-1.23.2.crate 53021 BLAKE2B 5fcf73b635ff86a728e2ab7ba58ba64059a3b81e148f4574a9f2b79375b5fae536cbff497a22e073015cf08baab9c7e8411ce43affd47e1058452358d061e8ed SHA512 b8d69276cfb861fc4766222548f7f1e45f40e03a118c634ad999292715d736192be3f740fda58fe844e7b21085bf3b1c41a9ed2d76c827fa67deaf7bec1fa385 -DIST bytemuck-1.24.0.crate 53243 BLAKE2B 472563c13565b62378576597a98c8050117940842846f2fb711fe4fc251e3bab19ed8f0d7e8215c880f06638684f1b8090afee598c730dacfe536f53287dcd69 SHA512 4e3b8071b7dc3b88104786f007f2fb8930cf252fc6cc04ff0c1a13873cd272971edcedcc9231a2a44bbdeca9c831f4c732e6917581420f209003b47761a8ced8 -DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f -DIST byteorder-lite-0.1.0.crate 15909 BLAKE2B 751735c5fd618d548c0dddc2c6a4a1bfb41a2eb30ee2860b9e7b5bb75d591a9787aa36940acd9ab14242636e37aca6d568f39df07f7cbb771cc475234c696e3d SHA512 d38837acc5926fe98ddf4336a603412f678b5f46d53a7eb926a8885d28aa24d51e3968f0eb2e6d2d7711e5ba30b8006a27076ea596b0699e93ad3d9e05483c4c -DIST cairo-rs-0.20.7.crate 52722 BLAKE2B d3e649b7865de548958b3b0ce00eac879c4e7e5e60bb7baee8af3eceaca45dd57fb23aa39b3c13733b4f66db102481fb087d531556ddaa801891c0a929c4c3c7 SHA512 cf4ea2cb6175e3dc06a110a4b6eb1aca08a5c7baac554e883afa2ffc3c0ab0a28b91d406a2a688c584dbdb5c6efa75812d2ce965bad6be7bdc60a50b6c34ce64 -DIST cairo-rs-0.21.1.crate 58404 BLAKE2B ddd44c1b1359e33a390d2023475afee0ec4769b6db8202d133e624379e488398b6a1758f760ab488668fc45c55638fc23a08dd3149138631e70fbdc989b3d2e9 SHA512 91795cb1d53e0a08b32c2777ed944168676866f08c7f0c9073a9e6e9ff7b596affe4ac09d4181f4cffa5e2dafb07e307457b6e8c1b97236f8d4efb4f79ed43c0 -DIST cairo-rs-0.21.5.crate 58086 BLAKE2B 820b09464b3cc7ad26097225da19e657cc4ddd0bbd4434440dd54063c3d050a92006c798d412a60009ff7303d434a7a73c854bdc9de73e2240fff4a4ab61a699 SHA512 19768829033db60b80efbfd40aa8d8ae019a1411952c09bec4c575dd9ff651995e0e502f14f22fc3aa6af5ce35b435298263e4b1634613f1907bddc39d1e9cdc -DIST cairo-sys-rs-0.20.7.crate 11934 BLAKE2B 8a466f1110818d2eec321d98568ff08e0a1efe344f2e232cdc3953371dfe1ec628e744f88e378d2611c4540b86a0178f518522ec76a7fda22d70a624949d6bc4 SHA512 1d604b3001aac0969fdf00f1434f0a8107a056816ac299364709c38bba0601f187216fdcaceb803c6bfb05bd1829b01d7552b8cb7a725e84388dd37578e7673b -DIST cairo-sys-rs-0.21.1.crate 14498 BLAKE2B 76ed2540d0e0b01767c5422d3d5f271c2afed23d7fde378bd98caebcc225c83d2d9f6eec8e43554f0594d13e3d0c289b81a4708cfec14aa64c64e265f47b4605 SHA512 b125bbbe41e1c8f3df08542b4b5a73b07e98818fe9229e93a1b30df6d4e3775adce747e6079d81f564d8ec9b019ec41ad9a7fc633fb97796144797ea41c2b926 -DIST cairo-sys-rs-0.21.5.crate 14448 BLAKE2B 6b2b87817143dec2de1cd7b580d79300cf7cd190d15f7f2216d949b9af8531a8fddd8ee71b761efe54ecacdc13c7538384bf85f591950cec10ff9daaf6334147 SHA512 175e2438d3ee38efa36a7ca939d47629f291cf590eaf2e2ab3e993f68df65193870af164393b5f36a4575a898272e58d0b0e18634f46534a9bd722a25a10ac8f -DIST cbc-0.1.2.crate 23501 BLAKE2B c0d537af0323a92cd01a9ec197bbe46507835348e16dcec7360072226647abe2eaa4823023930da93885347fe1429acc2f9c079b7bcac686c1293ef73b91bf0a SHA512 d3b33deff64d839ad25141f1c3b5fbeaa21f71aee7b58dbed91e7d257f93e68073c8d4a63d4c4eb9775c20f00bb0ceeee714a8218e85a231f30cd7423022f820 -DIST cc-1.2.14.crate 103164 BLAKE2B 13af1a201f93be7ebeb63dbf46c40603bbacd002a12f0a48c4c86ea3e01717f8e9b05281cbaebd2d09673d39f54b3042c962f25fb9fecad273bc762ceb5ab5bc SHA512 0ea11e8b8c4d00abd394123b00137c693a0a50f2b6e00e2d0351b4492780f8607904adb49ee62d13564f5198a1dc1802315cb42495e5a78507b7cdb637fe2833 -DIST cc-1.2.34.crate 111754 BLAKE2B 3b6fc4934bddfb20b0b5a71249036f049070e5336f2d85840f0aaf431590a92aa0a5ebfd7829671ab904b63b87be6a9cc85e41b39b67e470506f1898a6ddc6cf SHA512 b79e18c8cf6665f880ad5988afef318a27ff6c88c094ca272cd4b5b0d1242aaa8e11f13d3246b35b2507a9e75b03805fe9ffe18bd41f9f17c5584342a3273b2c -DIST cc-1.2.54.crate 93609 BLAKE2B cd7c82fe2b2e264e18fc190f99d90278a16e64bb2e4013b8271cce912634c1dc63eb6a0c76e46cb266749b31b2c3f78c8a8c62e6a4ec2a3c10ada0dd09d6f5c6 SHA512 8cda04afdff24d743786a1184b6b667682c29965e4cbdf34114c80ee3c7b6b2f93c2ae8ad197919ceacd041447a879d3863efc097de83abfe38d112c9ce0ebcc -DIST cfg-expr-0.17.2.crate 44034 BLAKE2B db894b3de251f75fa1d95d89ae06ec4b70f561f190cc6eeebbac3293bc95a1d8e143c86f8c35556d76773b53f10fdede3d9b18a388b533db658882cf6d1574b8 SHA512 115cfefd8e12744985489fd4895b3c66bdcbd9b62b52af9f6216cb6916f09c95564e880306bbe6167aa788638fdb7c3b808534bbbf2e092c0eb41700208ad62e -DIST cfg-expr-0.18.0.crate 44133 BLAKE2B ab7c0c9c654e8bb9fa66962ec987e197b99d59781b119fff501c365e9d56ee75a2632b59a5510881bd177af2478a1c53752af4fa527109b2845ed1268944bbaf SHA512 f869db1f8b5390aae837e4f4e002b0f8ba79b752b9408d746ed45f456158364275c373e5d0db2d5cc528c0f0b3e9e5a84339ebf8fd8640363187773ed85b0670 -DIST cfg-expr-0.20.6.crate 45312 BLAKE2B 59e265716f666227c492409f3a9cd58d9783149c788a9c3b859c87961ab30794f8b69c1e3c31400f7de4a243e8f03dff94ed10641cb87e10ecb1e81612598981 SHA512 9ecb79c5af2e5f4e73df0f5691b80dedaefc4a569f0e83b512507942f7ed5fad04d77db711994aed3ded5859c326689769626710082db3cce6342f850c5d42fe -DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff -DIST cfg-if-1.0.3.crate 8719 BLAKE2B 5cd0ac122110740895b45cdf8e0f738f2de1882d5a06c696d08e906765e4ddcd72a866dcc115da52d9fece205c9ad15dc25ad98dff36b32517012a7586e986ee SHA512 afe424a191c2aaaffec3d114e0116d0324d12117aeb22df78e47ad6752444bc5acb074ab0a174476b71e584a37743f9dcc2b0e8036d590fcc5afc7c55f86122b -DIST cfg-if-1.0.4.crate 9360 BLAKE2B beadbfb273ee97cbb6e3740891fbace57511399ad203459b66b397587d794677a9515cde4e9ec4320c3795518bf1551d72b9a889f8ac4b225168f493288b7c19 SHA512 176e04df7ba783b7143bb84397b777f5c5a1305c08a5c3a218d4a66830620be89ed68992ba27686165bcd3fb2f34b2daf80b2a1d4b481ecc267c988e84d28e9d -DIST cfg_aliases-0.2.1.crate 6355 BLAKE2B a758d9c88527f0e6e7cfd6d4c83eda1bcb4d6e2438189fe08e8ecbcaa78d56afc5a4873f3b82bf7da96afd690b44cdf1e44466b6da0f37c358b340481017103e SHA512 74969d12d5d24002a29e08d52e30fbce014dd481a7c35ee0162e69333c5f2d7755f3b02439b31522e12444cf1ac8e65880ce33fe6778dac03757e362cbf8a72c -DIST cipher-0.4.4.crate 19073 BLAKE2B 144c45c1bdc5f7aef7f4fc63b6dd85955c453537567d1f1074e436e50d0d61f8413973cf3da207a48f1560ea92f2280fc5880569c78a1dd66bf97fd1d88ccde7 SHA512 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846 -DIST colorchoice-1.0.3.crate 7923 BLAKE2B 7055fe61677143f0d4445ed5f6be2cbc284c155aa6ceac04df6f3fa2563a225e440ba708bf40e298ad09775ab7c7e1842b5f6dd78422b06dbd1250908e3227ee SHA512 fc26696189d3935d5510a1237504339c1f354d03ffd3b4e830b7080335aa778bc72787ac5fa9a67a731b9bde2788da778d497f2ef97ec68bdec5145fedf4cd14 -DIST colorchoice-1.0.4.crate 8196 BLAKE2B be97be7d875cdd09cdf3f2594f0e7ed80601de62bc907ff70053317b9d48e889b3fd2fa0da5e6a681fcf80b24be5e16089289e3dbdb68255b486c18c517c55f1 SHA512 0bc6e55c3909e7bcfdf198d5d68ed8b588b82a72f53aaa41efeecf9dae2d31e6c172a7ba922e000fd7cdf6373c13371a98e7da08e6988fdcfbf20782dda8e4e5 -DIST concurrent-queue-2.5.0.crate 22654 BLAKE2B b490e76804e45d6a7af6bb4ec074fb370d9ec7cd67c7ecfb55d5ed53b9b437c174e678add915303559e902ac81c8751dccb2c5ef0543d5961713372fd2b08d3c SHA512 235704f9161dfac60d2a6d2cf96425e39c097dcde2f005187c1f044704eec66d8303d59352cd414a81a3ed0eed60421054b0070a9b8f69065a79a2519e913e5a -DIST cpufeatures-0.2.17.crate 13466 BLAKE2B c6392b635542a6fe29958fabe7ce725354a31e24f6f144718553218247881013f56659d2efc671d47394294373db2d4ff8f45c7cb520ac22f2ee5c462858a1dc SHA512 9ae64656a21cfdd0528d87ba95f6213860bf72ccdf866019e65ed6662633e73490f92c42c80125559b3dbb7822090b5faa8ea564c562e04041232809ec2f58a2 -DIST crc32fast-1.5.0.crate 40723 BLAKE2B 6e91ee57a1915c9a9f7305db24337f03cbe48fc60ef01c65ea55dfb4f1f60c9c93736d9b69efce3759d5504a1988bae7a2581a494edaaf27ee030e25e97c853f SHA512 80d473960f004148e14e5fe2f23aa0d1b8c36e96237f49a6765ef713030e8326dbc0250a561afcfc49d8733f5a6d4f9f4677451cc13e2426ffed61f8c00cd81e -DIST crossbeam-utils-0.8.21.crate 42691 BLAKE2B cd9015c41f532eb3c90101603f32d383f01e6880718b727d6d1fe46872ae276cda685e1b548cf77dd22bb1a05f0d4c4982332c2bde90e1743dbd7f51919022a7 SHA512 6f4aa7ca10c20da291c4714b56ceb1fab1c06b03b2f4e28e474e9aeb95ab6615a25462dc7819713652c3b5f6a06fa0f24ebc92c533fcf35dfcf2655857d975f8 -DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f -DIST crypto-common-0.1.7.crate 9619 BLAKE2B b9a31ed6f3f06e0709e7c5a86a146018c9ef67e366f27c1d4fe07461d97810951eec60e92ec1531e365bfb9ab1b4cfbdd86b6cefd8b06ef2aa170c38f3c9cae0 SHA512 dcf3a6fc81f2b6528696dc762427fb198faa9b5effe1ee9fbda795da08b0560cfd6c286b55f1360864e95284bd9a52edabcf39fa9bcce71ff0621dbfef538c82 -DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c -DIST displaydoc-0.2.5.crate 24219 BLAKE2B ba3396c93d27a99a92ff4a0f01a8d192b419bad25e48d9427b76260ebf2f9982291d77f2eb24d239c0b1fbb097e866a20bc46dc1879fdfc6637ea49928444a92 SHA512 5ca35fa59f263162389c1180331e9df607d9374bcb056cb04bc46c98e4d87277162ddb2335ffa8a8c5f69218abc3eabccdcaa71c21b8dd9081cc4146f266b948 -DIST endi-1.1.0.crate 4872 BLAKE2B 8bbffc45ceb70777c6606714a7bb8f9b26ff33a295fd722958a5e9c556d5bb1e97a34e216514e5acaea51811d78fb4aac927c1f8315fcfd8000fda3741c53b4e SHA512 1a4b65cf77f530a2d15cfe968aecfcc9120957d23d2b442cd3d8f23d7039e832e7d6ab29aa5ad8570468421095650e26fa07f29bf75ae361416072241726c61a -DIST endi-1.1.1.crate 5045 BLAKE2B 3f2bbc121103e592c86dd74ed864301aac984a74e9955e3d43af881248fd6d45bd172ed344ee3cac079dfb8bbba9020c6dd8f0646505e60590bda93ffc73b101 SHA512 abaf1654a5ee129652490581410dd57aa8490cb1cccc5de27959a4ed9c1d025f77be2e8c66908234871766bbff623aa932bc1c85545dba7c5b9d2e44b38fdea4 -DIST enumflags2-0.7.11.crate 17500 BLAKE2B f3dfb76e7382ded16a19df9e17da49b53e87b39c57673928a1afc8e841e51d247c0ec44389ce0e80a483cd9cf4afa443f6eaeca9974208da23c83aa4249a2502 SHA512 eb0e95c110e43e6ffd5148b777c70012e843fd5ae8a69390d854db3870e2cb88ac9f5130589d9c47f12de2b5c57d124e025afae105ba5aa769c434f620aaa4ab -DIST enumflags2-0.7.12.crate 17544 BLAKE2B 5b11f629d947c1cebc3cb0d7a3c37f7639ba93409c9af5b704efeadd66544e82086abec82cb3b9c0f74361b53701c27c2e1e0f16bacc9794f1df58bd4dacdd06 SHA512 b391276c9fc827efe9bd6f8d599d4e26dcc602c97f18b302b3eaec73f39193e0fb182f8a353b0ebdd4416c2c6406bcf44b7b849bebf246f20b61332d7d0d963d -DIST enumflags2_derive-0.7.11.crate 8524 BLAKE2B d0e8cdf41754031264102874605568bfb6e4b421379c1c11ded5d3b82eb6a82ccfdc36e4003f150fe31b2d0cbdbb5f6db2dc3a69338781207ec11fd14304e25c SHA512 6db735ba9e4f4c262e5d08cd507578e1b3d82f1f048fedc4bb3206f655c63813f0d87538ff71c145aecad42e8caa3b604698c5d335bf0cc8fff5781d97448c43 -DIST enumflags2_derive-0.7.12.crate 8573 BLAKE2B 12b9baa7bb0afe90437d0a99873a790ba4fb2091ad31dfcb5c2f6e46ec891f32ea5b397d4b7a617a6509bfe5216f1de225a36458943c8c88c2b00630c7ff26a5 SHA512 9116d0559ff0b9de47898a55b53e77bbeae9ef8b790e9e081388f1458d118a97c2b02d29242080b2891bda1cc79d27f425a0347802205fac0b60cd15c7362a9c -DIST env_filter-0.1.3.crate 15191 BLAKE2B 95fa27602c10e819ef09b8f4935dcc3204104f7c5a0227e5fd33cc51fd77f70cdab3d822670d216321f263643d1f5220f5849002ad857925d4170b1b56cd3fd7 SHA512 94db29f1639636655e05ab02611cf14d5c2c8778be6eddddf0b6b8c21f364a71909a2ecc3acf3f4062d5d3c79a6316e9ef30b2fe042f617108af8431e198d344 -DIST env_filter-0.1.4.crate 15281 BLAKE2B 4c069793165e5adcbf59586a4bbf4aa436532d838f1b939ad92db011f51f1e337cdbd7e3b84cb9e7681d942c36400f169e0ed6f8b66429cdc77626010a781f68 SHA512 58ebb6a087e50c212fe1292a4e0fe6ce7154d3ca7164ffc6bab914e4300543726f4b7875918effcdbb660b08ccac67df7c91b1fc43f5fdf53ea7a46351ac9299 -DIST env_logger-0.11.6.crate 31105 BLAKE2B 536f7b02bc6bd4f186061d55d2c5fb0d57aa91adc73d0c2521e0136573283147d5d336228fa7b64306daec9f488a2a83c83b96f06d648f45c3b52d04699b15d9 SHA512 1ec41e4c4eee4ea6bea38d40e739b1f324ef236fc786553fd77c6bacf6303f13d35c1626d3408a18346d42ebf5c896869deba133ef34b8cccf3729957c72de0e -DIST env_logger-0.11.8.crate 32538 BLAKE2B 9d62afecac4d4fb20bbb99611cade6ddbec17c8dedca94aeb13fad8fbfcf82988a55bb45400e78adf8257fb346b0d6cda3e2c2ed2332961d485055b365f396fb SHA512 84091355d3d9f2bfb1fdf4f1c6309444b513385d9b911f3af8cd1b5c467033769e7add11f65f31da8931dd05d96a348e0bcd670733d31ff981faf760d727afa7 -DIST equivalent-1.0.2.crate 7419 BLAKE2B 7ce4fb7b911961cd4ccfb48323eea4952110a069789c6bd177a63391c270df861afadd00c07db7b22768f0864f320e429e0200c433284f528336e2f81d071eff SHA512 8e0e2dc070794a85b276e93f9e4a65d3bbb8587b33fda211c34479a0b88504c913d8bef9e84d7996254aeabe1efe4ff1ef6259ff4fe3f9ccb90dd90070b3e4d4 -DIST errno-0.3.10.crate 11824 BLAKE2B f9976b538868daba3cd2d47ff2fdcda16b4a436ca767f865f23d1139e7f232aba263dd4aa38d573442c762999c8a8beab8a4a8c10649d21b49090fa65ced1ec7 SHA512 fa4b9a368f254cd90c6f69f6883af4c579829a6da6f31481a1b527ac9602c8ffcb5e9518cdc32c39b5589c151a20e75a7300c8a907d178346185ecc6e8749f3f -DIST errno-0.3.13.crate 12449 BLAKE2B 5eef631f0f0fa672d415a7b3702bb5af52597169d9ad830ed5ac5e3592bfb2fcf315e2eb1c894fa69233c6228e9a614b9e5d741b943d03b70c86395fa0dbef78 SHA512 605cae4f6ea34072850be76733bdb376eaeef230f816090fddf83c9205bf7f99bbabee141ed628ee891f63f9ebb303633db3913f6fe4fe259fbc4bcf9789c339 -DIST errno-0.3.14.crate 12002 BLAKE2B 57fd842a717086ffdcfa5102a8c52bf8210672820366d78aadb6f159055917477e6771e9fbda88787278bf3a116bc7253dcb705b601e54038a93a1820c3c287a SHA512 1de95c9806323d63e7cc95111e67b3ba1ee4b9d47b70cec33485194574d6b584d22ff877dfbc244317822721291d537d9509ae5e46f1b45169cb478a78322366 -DIST event-listener-5.4.0.crate 43452 BLAKE2B 75a535bf9e0b6e5b07b0faa31a73ef803a367a104985f0cfd02a201c45cd3cfa1e51a14e6316ac2a96b1e99e00260a27c5e96f54f073b3b9027ae62c886cdc24 SHA512 5e35b5b467d024b6b05dfe6481cc69ebf4e942b9a52a478196885cc6d578f388c25387292c94f9da65fe53fb870ac328eb9a81179c93b496c1d39d27b11a36fc -DIST event-listener-5.4.1.crate 43782 BLAKE2B b43523d0166d1e89f4957d718a54af9c31a52ca860bc5cf645e093670e5d0e4bdbc5f8f57de9eabd8b8c5b54df4090bea68adc8bfde8b9d23203b737580e4fce SHA512 99677a81a7abc04d6386db78fbda40ce5a9e4b628d0a1b171150b5be12e336fad04f2f8ac94e62d732dc90b0c65279bf28904e77f19c5cb6f0cad6298d97c394 -DIST event-listener-strategy-0.5.3.crate 10920 BLAKE2B ecfa6387d9f09ab8fc6d7bcaaa655fa69f7d732bf40c16549b12074ffd25b1d9e6ce19f7600d1be615ec72f5fbda85d0c9e0a19bb5c0cdd9020c4b9515d9f778 SHA512 f1a14f69afb9765a317b3d7bda505a28f050a7594d6b07e5263d635b806d494ab41c456dcf38ca924ecc0595be0f77e32ffe239107fce1cc5b71ee7249419f5a -DIST event-listener-strategy-0.5.4.crate 16179 BLAKE2B b516f4b14bace1dcc9e7e6ad3c7b8ed1855530d0aecd1ed480b4392bc5e414a92634ca91b73e521e0344e264da2d7bb92ba6dc260cb38d532ac5b782569f7ea6 SHA512 bd5259083e87d6fe04fd0c3ff2b5a5ac3e6550ea05bf623b3c535465a2c1f2766bb66ee73444a80075efaa59a73b064def1f034e91e64c66aff4921eefc54caf -DIST fastrand-2.3.0.crate 15076 BLAKE2B 15c9a1c4f64d94c4bfd38ae139c6fe19b6b621a495c1b57209edd6d76d978eaf018ba77f356b5086c3f462a6de044fb5e3b172fc288309569911a17ec39951bc SHA512 267fecbb7459c8840f03425733d278dd6c4e7637b85b99552877117ed5e8015e094d86aa95841f77064136b7f382276c3cb2c2bef7b2881d272f4aa57c5cf947 -DIST fdeflate-0.3.7.crate 27188 BLAKE2B 284998759bf6eff9122224eeb14864d2693a166c140a2fbf84a1ad195599b5c005d1128499d2fa37431a87bfb15f65edbedf9b62a47c0964f635b6fd32033499 SHA512 7418eb5e55736788fbc3637e0ff4ee84e3b1d833684862049b3025991a5449cea6131bb04911d541178b0a91e0600546b8f2b646fc468dba6e631501b202c306 -DIST field-offset-0.3.6.crate 10032 BLAKE2B b4b43d35f793c55e8c521de7bc1648501cfe46494fc17d0b6135ba3456c8d72a11b422a16735c681c7c6542084652c119661372628096d61197f6e387b66143a SHA512 3ec99bf5e860dc68f3fcd0abd2b0de2ae0b3174eb177458506aabeee9dc7b0b8b58b925e2c6108a8f18ab95f2e1952dd9474650a639e1c1d50ec3f72bbd30077 -DIST find-msvc-tools-0.1.8.crate 31151 BLAKE2B b2d29513fd7122b0c6a7d6044411a00afab33095e48ee1509eed6e10103d4ab60060f9495be4ac2eb0081707e8cc99624bd286258ca6a6b516c9100aa1584211 SHA512 cf103ee75e8f387904561fc75d03b9a29a7e81705bf6c11bc520e73e7f645937b8346c2854361f3325ffcbebf9874ce68df82d9cdca9b8f19d4d882548453d68 -DIST flate2-1.1.2.crate 76495 BLAKE2B 0266329bcd766be392e09ab75a135bea7cb44e9d9f1eebcabbd4aa3615d66688add24628326dad8e0e03182f0a4d65a3e23db9e7ea8c71b1775d575cef3f1e8c SHA512 467f7d6680510cf3c960e4e466876a97e5416e3605e0d4b52781547295e52f2b0e778fc06a6636ff43d9f6e47734e5835172178c4d6b85bbff597f8748d0d87d -DIST flate2-1.1.8.crate 80972 BLAKE2B 1f960a2cdd4dfefbb2b3b565b7bdea851c9ee2bb607d2fe2464b088641dc31b69e81a9e564665842d8fc47624a39976f9430e5c2429032874d7ff726ff01639c SHA512 68a65c13e4b5b07df5d80e3971ca05d9cde7d9c762ba611facb8e84092a74b5cbd33eb3c1f7fa473751ee53281daa87f349faf4c66ee452cf9eb39d654d2bcb7 -DIST float_next_after-1.0.0.crate 6965 BLAKE2B f13aea22ad07b4f7518e5802ed84838ba8250eaf73354b3144d69c41fd7a2ff378e182139a36e73d6b4a9228aff8a9b720f72d078278ba472f6abba0b1690c1d SHA512 72e5b919c60a66450625603ee739aa17dede02eea34aa75e0ccf4ac07c1f4f3388c28ad7652627b70e0366b046ac3d09ae7611d8c5225527abb952fe5c59f546 -DIST foldhash-0.1.4.crate 13764 BLAKE2B 7dde82c52671b93d91b2ec9984c0ce539d89d5c80cb115c0db18cf72f84f4fbbe4f7b36b745143102fc83c307df2cae051e4fb461a3131f52c8f98172fc0e72b SHA512 096efd30917c42e75e162a79d5c0ef068af76c7b6206cef880c4a3af92d096b4b4a1cd3de5b66ddb040730d58678c9a651734517dc8a60a265ebddd5559b95c1 -DIST foldhash-0.1.5.crate 21901 BLAKE2B 22c3a266becac17995ac996f5c9caa8dea77e36786c50464e4e7750d8f3f13321a0a1abd3a9abcfd6ff441ddea257066b2dfb7fc6fcf7468f537dbd1b0db737d SHA512 3a634fdec410d87ffced8aa1bf8dacd9316a04c51424563d60b4dd611617041f09085edfd0ec96e6bb0e0db74a0e950b0616d1fb94a31667af35af1637604c22 -DIST foldhash-0.2.0.crate 23329 BLAKE2B 49af83a79ca7954f05d8a52566d7d20cbe057c89c2c767ef76b4c8d83bf099196d053054c8fbaac74da7fd5eb0224fe43731102f2f0bcb18ccdbc0c8150774c3 SHA512 1495281089a8a1b7bbacf8004a5e8051bb00bf37718e9ddce9d43e4e198f529135f864b6850ee4422456b0d4731ae58647f0a1aaae0d67921c389f5d108fc163 -DIST form_urlencoded-1.2.2.crate 9347 BLAKE2B e02670f9af81a09e8df16680dbb80708632ac9e708297fda2f821af8076fb827c011ff359d4ce50d5ddb8f4403d4e19f74a4b68d11441f32eabc6fa2e38b3b09 SHA512 07d27d852504e146d586d007b090e53cbe740da140859dfb7d647c83c1b55265a83ea0a0e514587699b1dc6b6ffea2fc913319bcc83b55ebe191801a3b429c8a -DIST formatx-0.2.4.crate 15119 BLAKE2B ca61b3493c112718300aa729133e03bae086050d829ab29e7c0defb9185357b362112a4ba30a554cf6c8df7e238d28c48616d4f485210d37931d65c967551d9b SHA512 ff84c27a75d30b99616c07a5f69e5c204f0223d6adc6a50c07e63e378c9f620fa9eea59b700a808ffc80c224cffb41abd282a958fdaed6303a24762117df0610 -DIST futures-0.3.31.crate 54953 BLAKE2B 4b91470d3c85b9260c734dc6be8c985f78491b599d2a6ec0d1e824b82f684cd030be6f64179f7aa7c1d1fbc7cf0c5a1bc5bd045123b73461f490d7c2b9011f9a SHA512 a08d23cdac9e162d0e6ae72bd792201ff4e13d7ade6b498cc597149b3df2062b06814804c0750d941d8b5be5d2ab4cfebbe2d08a98d875d2092bf25e6e71a51d -DIST futures-channel-0.3.31.crate 31971 BLAKE2B 2a59ebb73f998ec307bef01e997bf2922556d6dea10e2e6e8da9e1b4cd05a8bcfeef01bc1cc57d79c39bbd98b8a0d26871dca5c7641a9d4e9c2bacbb3feb4eeb SHA512 87e49e661cb12c1e03a07d3c94ca9bf5954344a51fa11639a118f5a49877c883387343af54639ad80e7196062a77fa7c9b9aff9804fb1e6ea3d0eb09efc53c69 -DIST futures-core-0.3.31.crate 14318 BLAKE2B 613d16e4f18547e45ed0dd56a7b908306393e479c379ff64f358844eacb1f8d37008ffbbfe6b1a4ed184e501ee9214db149d9cca31651b7d353ab4a99c8f5ee1 SHA512 d2f4c2476c4f480f724a880ee16566fcdd545579d3cacd2f16745812eed9ac4a7a88d59d4a38b163ef466c6f6b612b9cb06308a09d52256506a8a90e358db935 -DIST futures-executor-0.3.31.crate 17965 BLAKE2B e111467391cc99d1b6a1f5fd3aafdb86922a2d2d9e360112402d68489577527aa35f4f65e6c0dc8f48372927e6d7a6a4a97c7b9525c369cb14e34ca2dafbe64c SHA512 337e70bd3a3bd3075b51e2afe8f157902ebe486696587cc2706b6a5770478ee2ee4216aa9e155e9821ed1d02ba437cdd3abd0c05aa960378ea192e2ed39af564 -DIST futures-io-0.3.31.crate 9047 BLAKE2B 667e62b50be304b68b8437d93b734a0e2433d88a3b410010ed0b04eb2bbfbc9984454c3f0a591f720c9983582c6421d7f870f0733c31337c4c518112f52aea54 SHA512 16d21388f7ca083d2c618ec140cb2c0807ca621b8c338698c367d862b99133ec9edda828f051f3f666472c929e7bf7a5cb334fcf167109c7c392c5cc60b54fdf -DIST futures-lite-2.6.0.crate 45157 BLAKE2B 987475a28fae8e04dac435867352f8f225e72041b6f73e97609d9c3179d89c35519d34e4dc7a08978337303c904f339549dd69c10f5eca0b0106deee5246a840 SHA512 2e896e15e7251d29f20fc39869432f3b7649fa567a59ca378bd76b67c62d5258651315972b6fcc292e99bc44e8c569a8b2cc8d3882af9ece3624437c0bf31f55 -DIST futures-lite-2.6.1.crate 46095 BLAKE2B 36c134db8c8dd553f1a6fb9ccd50686bdb94d17fc939839ce286cd748d0f0143bfac84a72bc64fb27f3b982dc2064719463dc88036656019304598de818e443a SHA512 ee62feea8d0208cd64d6ce99f813b573cb9aea33773d33adeb5674f51e359896109594a6766d528ec6f3dc724d97550b9007d0ba6fe6c71b5885735a2c18b4aa -DIST futures-macro-0.3.31.crate 11341 BLAKE2B d91ace97b854cbfeba1df90468fabf6313721ef72bb408ca6bee1c110b0162fe91da18d371b628513644f9d3956540d93c3e13bc9917550338f797967acc3967 SHA512 26c45dd8c037831ce3c41a326ddfd581784c2e7aa2805ca4d93b91e439f4d8c078293cd328bcd66d0283cbd5a14724bc624ec607c343d15193b00bd644b86166 -DIST futures-sink-0.3.31.crate 7958 BLAKE2B 7d42180cfe19ae42e2ff486d83ed46f3aaa4b333256d4c30c5a2ce0e0d0b05ae93516b029e6d07105b4296bf23ba29e6fcce19f0e38ecf59b53c6ec9cfe2e188 SHA512 79a57dbee5cfe98f2c003bd463d252648743f70d13e2054af072978b758c7cb8e5fb652fd2f36c760df358ad23d2893cef24ca6ae3df44def28f1d39bcf348a9 -DIST futures-task-0.3.31.crate 11217 BLAKE2B 8c0e0aa0aa14bfc28e668af00a3fcc2532950ca865a9f3935717a4a3770cb60477cd8f4cd080675379315b649fbdc5fee9dce49502f0f24f44db481a24c884bf SHA512 4872fd2f24b07c626efc6fd76c01b44d56efecb9697f972d0877307b38d3ccb06277ff029df38981470ba1f8ac5f93086123ab3af44d3c49bd9c10b6c9158a81 -DIST futures-util-0.3.31.crate 162124 BLAKE2B 69ca647a261fe24f90a4221d8629169a8dc7eff9dd1c4e07cc700a52a8609ce9b8aa3974b9b09e1ee64d0121d7bcb3efeee6fc15983347aaa0b0b23b068afc34 SHA512 429b1de584546b931b17d475aacbdb0c14824a57d960c44e615aa808e8c0f9c126473e313a7150b3de87ea91b7eebebb1041509f61b3493fee8a9cd2c75c4df3 -DIST gdk-pixbuf-0.20.9.crate 21619 BLAKE2B 456d931fd4d5246b43263850b6f52b9e619abef6e4bbbd04f6c97cbfe6a44b7b96928b50e136e41c0209751a0f4e927cf966b5a84aa981478bf1ef2813ba7d57 SHA512 0e155359556664612f0b9950e10110e2567003ef0c8d050a39f18527b6b9ff43c55404e892fd29c9ca89b203dd411febec38f66c30c2a9e6101725b35a2b7ee5 -DIST gdk-pixbuf-0.21.1.crate 21423 BLAKE2B 615342a4ab24f38d723f964ba001a500f07cdfe5171f592f8ea1c615360e47a73c0f4dcb6e0dd3d470bb9325191f133ab1d756682ddf826d28726d9e3860f7d7 SHA512 98d84e7fecffb35e2911a6111d75a237cfb140ab1fa182473e5560669549e8b749e6c08776f3039598ed3b4ed0b8bd8b1843cf521dda051578ce91ed244097fd -DIST gdk-pixbuf-0.21.5.crate 21530 BLAKE2B 89f3e3150bf72516b8125f940c19d1a0fdbfa18bb761a680855073ffcc7b9041f4d0a54372b4ae45fc0d6b305dc929f201e76234f0d15d5da596f79f5a18c843 SHA512 d16330d367dfcdd614b02f05fa8d502afeeb104f1f127bc0e7f305e2b97e1b7eb78a12694dc269b57104ac11446458f1c208c9c720bec8943743568307b3277c -DIST gdk-pixbuf-sys-0.20.7.crate 9852 BLAKE2B d6ff354a01b32a75f6a784c0fb959e0975d4dc22940b23a77d85a920042fffa24a0ada3068e2436f97d2814ef00ba815481ee8d594473aea6079fdcbe1773090 SHA512 74c4952e5692de4d4a10693cb6e9705752a99cc3cda245652fc81d9a933a44ac75a1fad866d5496add841f34c18a6b1b50ecd27e400444ee9bad89ea3dcf49c2 -DIST gdk-pixbuf-sys-0.21.1.crate 14021 BLAKE2B f022e47c6561f3687fe41592363dab4acd42a456ea0ea3c69cedf0e578f1eea6c795c6b62562afc2889e426d3be7dd696a1dafe5ff408be75b8baf5df2a5db1e SHA512 ff6ff8eeea9a7381f3335eb32ac39ef0c0beb8c158a5b3e430c8a5d8d90469cda0e574a8fbf38841c4bc9ddce29af3d22dbf9bfd8048a674885a304740db2441 -DIST gdk-pixbuf-sys-0.21.5.crate 13417 BLAKE2B ea0a079a0c595e348b04ebab7f87441b08fde7a30c19398cf6374f6a1a5ec3b19f5f7f00cfd3ba976e5724d39f836bdb9138488184a9e20e809867867042f3a8 SHA512 e785a20f5f5640fffd7a9a170492a46dd0ef3f3fc56a10f3be8aeca81cd230725a24295ebefd13ed59fe54fbb0be048e14acdabe29127262044a7529d55802cb -DIST gdk4-0.10.0.crate 101740 BLAKE2B a59fa6046f03d03575bea00af25a94570ffc8e0400e832071a958b6d48106d2fbda579aa2fcfc0f959a1baab9396cd6a5011ad7c27e9208239edd4b5aea81821 SHA512 35dcb4bf9f8c1ba83fd1f84527093659f5838ecd968c3750629e8906d0a37a2933880664404bcf642a3bc41f1b6ed6128fe11a893a74b51429574e9a54133b4f -DIST gdk4-0.10.3.crate 102540 BLAKE2B 43c7be0fb139a1b1d9b68a2cd1631168d20e39a0572bb4a1c283ba8268ff413947d8a8b3a7cc58a483faad275f6bfd567bf3e562d53f8f99bfba27e17333debc SHA512 110ab43af672b38bbad738751cd5e448b668385c35a5dff3e421cd14c242186a472f92baf3e70d4dccddf16196919055a96a640d9d519e80aefb0c6d4285c47c -DIST gdk4-0.9.6.crate 97926 BLAKE2B d553420f470247a48feb3bda1ff12873d0f4327c4963a0bd11ba2df12949561bf941c0409c1ff0aab0a77ee8390fe6c2e02c96dfce954b60ad86e8401bf72e42 SHA512 ffb2b73fadf13107a9eb574912ffdcc0c2f602a5901a7c3d3e774c46f4bf59137600c0588ea7e9f1e4d0a24db1b8a9147e6408843eafafd12506918f259bd75a -DIST gdk4-sys-0.10.0.crate 76442 BLAKE2B ed98315d63804100efc6884c4699c936da89e411f1ca94021929b5a42f29579cd3c1841c78494503e5abe42a9060060ea46fb678a144d26ce1bccf246005d833 SHA512 de2f1ebb323fab65ee1440fb79006f9d81144698206d9aa49818670dd4afb6046bbd853dc78c02e1b67ef574a7c3e37f07343245f31d74b9374a82a173179c50 -DIST gdk4-sys-0.10.3.crate 76249 BLAKE2B 4f7ba57236adf8195f98da44098c9532be3bad550c9aafbb369605756b9ad25b9ac0de8dd696b6a6dc349d9ca81b531d1caad247de7a049c93536f9d55e83884 SHA512 47d1af38547c974ed80b2dad62f2c978af79cf37436d9426ca841dfb1369ef629d382b963862c23dff0cc653ab0def9cddbaae7b5383bb8f47c645776b9d460c -DIST gdk4-sys-0.9.6.crate 70859 BLAKE2B ce076ba61de0fb80d75896e33e78e3f44c762be47bb1894a28cde024b3d372000c68c910f79ad2880856ef573f0e6def728664e2601490552b7f9fd107590bf9 SHA512 f23e4e3c90c2586ba3d0bffa9272a3ab57b4149b006e35ce75792852f5f9c36d71bdc0e7e9e7cfdb3c8a522d2373182512bf42a30743ac9722acdfaaf2c10054 -DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d -DIST geo-0.30.0.crate 308394 BLAKE2B 6636d70e748686f52bbbed32a02c16bce846da3c493e6bd87ae034c10fe3b499cffeae48116bd53b43c0e8ffad19aaf9607f673920126ab789ec83df7cf660da SHA512 60db395a6d2040f38ec288343a6dea44d67486cd78851375a90f1945a044d4d5e8a528da54c65634e8f615e9f4c6972861b962ba0793271c70ce86fdbe7529d0 -DIST geo-types-0.7.18.crate 46826 BLAKE2B 565efc0689349c6369e9ae2395387099a9aef2c8562d89e9a20abd90176da8fbb0c5aab59b0842879854ad5368840e6663f86b1b90bc8b7ae4d5a2d5fbb4f20e SHA512 ee09748b9e8ef3a1d585e81b32d5b3ce3fc1a206e7988465ec26817c08693783d830bf4bc58efa4558307e2c6c051b50ff7441c65bfba149a8094bceedffb512 -DIST geographiclib-rs-0.2.5.crate 54041 BLAKE2B 39bb6fc28a16828912c5dac45bd47c8259ca90b7be71f05c2fa20993ac973ed98a4f9e093cc8fc0f9ec0001d746a4f64f4a92226436d38ab6a04bbe83317c0d3 SHA512 0e7c1007418d7ee6cce9c48368a8e440e629b774b698d87383b64336448cdb8848729b1609502fe55433da1908648311b3c8655f2a96d5f2dc0492c67d77f49f -DIST getrandom-0.2.15.crate 37163 BLAKE2B 7d534e799a4711d01c6553b8c9422dbf01e384a850fb0f7cd76e444628f2b96d28d0f5e8dae042f8081a2bf9340f57c558be50a6f22ed5fa6b0301a15898fb35 SHA512 04789a53d3f4a84862e1e8b2113641af67e471b468de1222470d5e6cef0015232463a2cf3c3518dc2a533b3983b175a7c8922da00665bcf71c1e4e279b67e6fb -DIST getrandom-0.2.16.crate 40163 BLAKE2B cf95b380a610313eaf068fa210bdb4a9e0b9211321d708f9877cd9e1901df0f6b7f57462a4937da3419c7547ef300291deb5367f4dce4ff776e7f0d9d36dcd8d SHA512 6391d5322f8ce2ea7d14062d378ae2ffad66622afd58b9f1732e5314b27d3a554c8a008f6d0d133640f11d769ac51ea4acd24e40259e14e2ffce93d5c3c1eb1e -DIST getrandom-0.2.17.crate 40780 BLAKE2B 49168490a12561828bb324273c1a2dcb98017577f8500fe08a8bb7c3accc37afdc459af264da7b95a4608e53c4edf8fcec3cb240741b2ee7b128012fab975ede SHA512 23033dde606eaeacc0557e21b3c5ef732e083b17ae086dc95ac7d1a8bc1b695a9a6a7073b8ae774ec62e7477a8ea0644d417fa5da7841a3c8118694c21813d1a -DIST getrandom-0.3.1.crate 42449 BLAKE2B dd70e0abfd27a7c363ce1b91746ef7568edf1d176d5575201623b6403f3a503b5d8503d10ba01d055f9de61cd8092729d34ac8f0f4f9fc6ad79b9fce926720d1 SHA512 431682efdc2ba82114e173925b99e1059d4915ebec6b0432d4a7683e56ccff7b4b45b9ee9cf5d0ee53067d5ae1ba733524c18577379c8414c385189718fbbcfe -DIST getrandom-0.3.3.crate 49493 BLAKE2B 17bf881c1ec8e70b263dad11fbb307484d7ff6a7bb6c0ed217730c0a766adb3a19e6633b28cff9eb7c1f9deea55a647ad53636533c392a5c39ac82e26623a18c SHA512 8188d8fab05e8bdb3918eea6fc6f89aaf3767f8350fa953aeadfcdf24a513bb4e0d464853a264939bf2fa17f95ebd4077b74d813d587a7368072c5d7748c4c5b -DIST getrandom-0.3.4.crate 50932 BLAKE2B 34165a6994877aeaf3063affd48eb499512371a1fdc0d890feee598b5e22c14cb8347642a0e9374cd5d8a59a8281db839e45923769260312379321bef54c687d SHA512 43c44ec3ba0668f388519b2cefbee63f959f0e078730b3f7563742522e5f4b120472024b95fc94aeb90900a15d327c3573271bb26b2de4785e589a8bc1bc9da8 -DIST gettext-rs-0.7.2.crate 13870 BLAKE2B 3274d9f962c9b8073a7dcb67e46f8e3d9ae1a6a6f0a2f450772be277acc38815d43dacb8bb05caa4f533a55d373b1a8e1905458ed6b0730c498028dbb031b69a SHA512 90fa4368618e66de89aee2181646eccb1f8e1b6c15b5ff8742d79bda11210170346d443489dfdc03c19eaab46911ebc351893bfb80cc67f0c3be5f87ff3d7ab4 -DIST gettext-rs-0.7.7.crate 15518 BLAKE2B d52411edcb455b119aa59d2ade27ea0c784d2c4327d5b0da24597fa27a5bb3f28ebf9919f91392541c04e5c34f03376bb38d92853d2cb41f0c07844f25f4090e SHA512 ba917783041df897ca49e411b97c6a48457b660bb345bc7647678b6952e3326fcbac2e7c0c82cd0721fe58e93a0c9fca8d92e0c2546763a5600ddb103e451be6 -DIST gettext-sys-0.22.5.crate 10282346 BLAKE2B 0766a4ee3082937c7288e31bcbc0ea0286c82d585f87ba91cb8eb553b276f93bb09656f3840dc661785b3b288043aba87a8d6cf5d00a5de1dab6f430b6cbc4c7 SHA512 bf9400417c644e0ec194e6c6ac1c457e5b8f68d0622d51636e031cfc5ac9ddd458b4e5fbf814adf7f51257ed40411d521faab5a373c70732022101c6efdadf7a -DIST gettext-sys-0.26.0.crate 9677636 BLAKE2B 7fb4ad8fa76536f5fa941d882ffb95b11067c7d4a0fee36c3c58fe905e610d3b288be335768f1f708c6603bff666fab813b00de4d20748114f93b0c70d7f0a63 SHA512 9495f17a43ddb259bf4a96b3ad8cf86c4ba192dab8224f3e9bcb22696070bdfa571c1476c447a1f92dfa940dde5f5ba6f991a15ad68ff050996c657704a1cd32 -DIST gio-0.20.9.crate 220512 BLAKE2B 7c16cffb1f44fe18248adec5f769af7af70af50c3559f1ef70d906cfeb6be5996428cdabc878bc870c363efe40a95892e614085a95eec01c883bf599d9af7d98 SHA512 ee42a08500266ee20f03b17cc2b30fc569b063932e7860bf3bff64e3af5d59f6ab3da97b2d57ad0dba552ad2d06f347975fed94fe59cd9c7bf79163e81575f23 -DIST gio-0.21.1.crate 228292 BLAKE2B 6a90f18701e278be0300dd3e710dd63a98d97ad5b5ed3b8e2298e8b7ea68232e4cfcd24b3bcb8015015d9eb82f1197fd90d8a5dae45316e232ff14e86a8cbff9 SHA512 bd3d07237c82a48d6eb9427a8375d870ded24abbf69a2067fec5dca7391b8371ad6f05a25b85d9da0011b9cb39c6a9cba806818d49a85b4de1675f2cb1f05c99 -DIST gio-0.21.5.crate 233123 BLAKE2B 5bcefe79882bebb90b8ddf0a302ca3608bca3b35306cf6e842b33d5007736d42a33e11f25bfab9ff2c0d07ad50d417b6b338c6164882f5ecaee241f7ed7600e8 SHA512 fccb34f1b3f55886e70e869ba6c0dd75300e358d7024b01314ad0efc08893e5cd2e288577eed078dde36c282a9e4debdd876297a658201754d314b9308da91f1 -DIST gio-sys-0.20.9.crate 86086 BLAKE2B eb7777d62ee552114c95d4d891a931df5ab428ac548a538c21e0f54731a619e038987be22c15fd6873ffb069803740ca3fe954c81808f05f18e81a04b8c3f664 SHA512 ea3ff89577b7281439c496602f46462526442f74ad8ec85ef971389f7c93f72c4985a021b86ca8d1de3289250a99bfd40f71886b2efdf890d0694c8f0c505eeb -DIST gio-sys-0.21.1.crate 87224 BLAKE2B 0cac59c2ae2c944d4e45c4489bad765ff679eccd4de3022fd290b37238c9d178e11e5bab5c0130e916eb60c98ad9baf272fcc9e2c2d72cd78231b3e4750a81a4 SHA512 438e01f95803d4c1a67688f41a2f06476f15b125ffd489a2688b281ffeefaacb870922e921e48832bf73ab2f436008781e4cff4ad6b49d5c6ade48c1e50036c4 -DIST gio-sys-0.21.5.crate 86597 BLAKE2B 9c117d4b0d847bd6fdaad2797acb350333ebf93b40a7316c86d2341a4ebdb06332cc643da61731b65df5dcd9f61845b7a83279358e3faa1b363a348193797b9d SHA512 50dad933b686b88f560a76cfe59e473854a43c9efc4eb0cd0f936750ff9a3979920e5e2fb4e4140e8d706bf07fe2794c61034bf397a6b46b61bdce6a0a642168 -DIST git-version-0.3.9.crate 3087 BLAKE2B c7a7c1b0d47eae8aad9770b61f487c6410e5b27a94edadcfea8213cbe6640c73a14ed2a6c90f36d9bb833e364a996fb836b1eabe3ada44f7cd64766efa908421 SHA512 1d44b4f15338b5a415683e5d8d695a192749eff0c63fd79b2cf5d4ca4142b296bc9154c02cfa381dd7062db0a9c652d06a24a027a447a453107e19bcb8047396 -DIST git-version-macro-0.3.9.crate 5622 BLAKE2B 8362e1c187a97bc9fa3e18f1f01d45b791a9a85d04818d375c06feb9ed01fd265cdd51fd60251e8c66c5cf878cc14be101002dc2a79e7e3489a7112bc86a6d6f SHA512 e0b1d8ef1bf2c9b5c981a4c0f6a6610a04d1552ad5eca493357f392dfdb5ebc651f1846d5ba1d847208956f5e364972851de83ddd440a855df5f8b4891ba2f5d -DIST glib-0.20.9.crate 293359 BLAKE2B d47398864500c65ca710beeaa50c184ebe70aaf02dd00c40cdfffc7c43fd11c3217a8bf976aa9b50cb78cf561b413ab83e16e184411f616cde437c295a0b1510 SHA512 5870898564ab8516812529fb83b76094f9bb72358514c1a60d64d4522bb85c1866c84e292bf28cfb142c9760920eb2c9a6b8623e7f6e167b2aa69519312f8c22 -DIST glib-0.21.1.crate 298489 BLAKE2B 59736f0942c9b4044f5b0c202a6a242f906746d26cd017ac1b4442c26eb8af427501f269f7f50c8846cb7705aab3b0cad69ee526cd65228d6d69739f24afaca2 SHA512 49ce343233805d89e418a127d6e03a2ec3299168bdb10dc354e22adeee8f7fee5208e5c9e5d2ecf1b80e6be36db19fd182b787e63f1b9a13b484d31dab43f5ab -DIST glib-0.21.5.crate 298716 BLAKE2B 2688e771cb567d34a12ff7780175e239d1a41ec2316b2b24d290174cc64481d317fce4d8d27bf0d3c13af67fb472259249e198a04c5c0cc6bbbecead5e47f16d SHA512 369d9fa25e0e2bf162b9b0426913c94dc3651f37acf5a1d5d6e27f3a0f7145eb4c0c572d1ebf76315028e58b80c6a10ae07176a6bc295bd563aff4161911b37a -DIST glib-macros-0.20.7.crate 72089 BLAKE2B 0b20d59c7d10914fa470216f0531a13de1d8794ab43c7f7a2e26944066f062a3b1b018b441c4d0adfdf3cbf21de34cec8d6d9043a99fc18ae27fca34496a00a3 SHA512 730d8b248213a2b67c3b86b8e45d5440826d03703d21f4657615052a420a0e41fd1a6f989935660c54e4642f227c3130dab2b94d040ebc5faf6768c4b3567aba -DIST glib-macros-0.21.0.crate 65629 BLAKE2B 9463053c6eafa195eaf8412a9170dbaf97568aa2ff2555c3df1b16e030866f2f959943c6175e89901155b3817af2378d9e171419d64283544a77fc32da9fc98d SHA512 609f19c46c65ed6771a408745b1e1b76514acc485d957e49e60a4213340f73f89d4fd5c135632e76817626211dcd1f72f53075992a1f14e1f086234f04351e35 -DIST glib-macros-0.21.5.crate 70178 BLAKE2B 00f6a3b9ada9f750366666019c2f8a39b1ffa41e9691ac7b92916a3dfc66c3af836a73cca21cc13d76aa43fe8d705aeb3de74ffba548bd60e32d0d7a83f687c0 SHA512 0825c6a6bd32caa3dfa7ee10b778889588b2b3ea2b183bfda4791f13502c1565d3ac9cd8bb5595054e8346ac62e0657b566c422853ee25e01ce9d41088d9f3b3 -DIST glib-sys-0.20.9.crate 67109 BLAKE2B 718eab5848ef2d7072a30a00eb5fa1f448d0f3abd68ba331fe1b398eefadab74964a4c323570813da4c2771c1b16e5ab21b1b8696c4d88f695cd22518927398a SHA512 1d9b21aa93812a69767caa8073373620d8a41bd24d20787ad714fd6e69e834a3c9f747dca4a145493172d2e3492243771a4dd59ebf38ffdb128763875e45c16a -DIST glib-sys-0.21.1.crate 68368 BLAKE2B 0a717c90af4131437b5e33452927de98005fd43bedb6ea0dbe1a1301154127bb96c9c26a0376d6e7c598afa4ea3cd9c09b8f1cd12b54dc0285b40de91fe4ec46 SHA512 080e8712d612a85a26dd1949fd5796d092115658ec26e828202762352178a1e4f2b2217ec263f5c2b35a4c571570986f513ec237f42b422cbf1d017860c12473 -DIST glib-sys-0.21.5.crate 67231 BLAKE2B fb5295435425b1d3f5e014abeac59bb1476181c91d5dd04bb1cc9fd3ebee7924ed624b10e13a61225774f37c4c23da7e07a33eec0f33bfec995683f14c050a81 SHA512 1aa03503ac90e2a564eceb2b1012691c84d7de36f2b18f21baef58e60248b0de9498d255416b897eb3960fb3613a5be39f59a7bbafdb1e6c293ee2b0b566644a -DIST gobject-sys-0.20.9.crate 22509 BLAKE2B b8e8e82700e17c928644e9fcd185f453ea05b35f0b47105c750597ddb5c3fea9f13871cff20586f9061a340d095e74089642d501e62ecd93b587b010c0c7d5b3 SHA512 fff20b83534fc71f318e3f7c8c04f8af60d36301b15834a430fa1de02a925992803a57659094b08c5cf1a5f0cddd4e97a2e1245979b586d80cd8681ec4b8aefe -DIST gobject-sys-0.21.1.crate 23364 BLAKE2B 6cd2a7e68a21ec0a750783650439c2bf33260725888ca2d2b1f720bd98f8f1dbae8a5dcc4fe057a6d08d3924917ad68359f9d13428002ab2379a8cbcdaa8eb63 SHA512 c96c6f21424fe4924f6ef6d48b6624ea4bd9969b3b559452c8ca86fb1edfd3570a76686642759908d76351979c4150afbafa21fe571bfdde7ca5f477e63107b4 -DIST gobject-sys-0.21.5.crate 22168 BLAKE2B 356e2c025d6fba801c1ac5d467d07b21f1edf137d3aab879d9d208c9c2734dd7efffbb314eff7a48c50bd0f43d6a11708e55562036fef873d52bdfe0ac6a55f5 SHA512 4eedbcfeb232b4ea5cc2872b99122c93a8d6ac4762434c6b5afbf4bbdead5503e896ed01ece78724e54a08a08610d08d840d4bddcde99d81c0883b63558a9c29 -DIST graphene-rs-0.20.9.crate 21946 BLAKE2B a4495d92b8544a5a952330d5fcefe8e7fab5431b89939bbd50bc6e683defc7b3b4fd6169fdb327123c4d4fd773fe792e3028e5911a37477bda47e12d9d053cf8 SHA512 4cca20d1d14eda6145dfcc8243f75d15c732138c7a7477050c90e5640feffd8f59e88ed5740914bb973c8815d1ef2db4b1a98dbfcf89a644dfa200c312033566 -DIST graphene-rs-0.21.1.crate 22859 BLAKE2B 6332eb2cceb5a22c1c9c976bcc0cb8c10872d0e784cb6529b8b4e980d9fd4aa225a076953f761e008d7ee99ee833225c7d51ab216d8eaf2cd8abc620c2deddb5 SHA512 450461030a082b8b89fbff3a54d15f2ec6c98f575834dc54a6308833d277937736db6106ee2a2844ffc93bf671472d66aef57bbf06c9c4cacc8872ab41afd3bb -DIST graphene-rs-0.21.5.crate 23098 BLAKE2B 5b057fe0c8ba1b1b211e0a4d19f304feaa4ebac875644a544801f183b4b9a391f25f603c69ad16422dfdac48b818944169df6ae98f355e812df174802bc6e884 SHA512 0f44f00ff1a5f161221f1f7152d9db2b4c5b37f48222d6264a3c767c70695eb4b7d363b456ba91cefc752aad992ef9f5a62894f96f68337cd9d8303073a7a075 -DIST graphene-sys-0.20.7.crate 11684 BLAKE2B 11f9d9efb042b33deb8c127289b6a946d5be828a914030c18ada61daa1c1a0acb60e415c0e5a2dd6f5ed4293dd942501c8dda53a6256eaa94db6af86b9b1018d SHA512 89e350924f6b5e3601b1fab514a10dcbc34b0ae278cbba6b0b2c6e0da9f94a17a3b85f65a4f329af9acd55c7b936167beb1d47315ac113d0da6a2bd311f034da -DIST graphene-sys-0.21.1.crate 16157 BLAKE2B 8a9aa4279298c9408c170ab2b6212d1f5c375c659ef44dbf240e79d1c089a56efdd95ce6968c4c3a95736d664e049b3ff5d81e42f237c1cd69bb94f3888ea0cd SHA512 4dd294bca6a4b963fe21dbd064d04d2b4ccaa847fb60aaf31219e1724c386bf862ba08524f1f8e07adf17de182e8dca054645902480b1e0ee857f854572d7c5c -DIST graphene-sys-0.21.5.crate 14991 BLAKE2B 26bf66fbf8550e647232ba246e68f80904377d72851f7f0e8e44f03b0ce64816813f1bec5e3ced81e2b40881627ded2da17ee9b369a41aad5441e4a03c08a46e SHA512 a06313c6032c6455302bb5589369eeb20a82e350f9cc5e4afb5bfaee897d0c719f0ebc28de20e4acd185465ff645a6ac9ec08f3a1ca945149f13c4da819f8b20 -DIST gsk4-0.10.0.crate 37772 BLAKE2B 43c04f8bfe6d1fcf9158f74b170ffbb23b09bc0e1c111ef369c3cfc54f740646f2e2af6241027ee45ba7c36b770fb0dd20b1b9e69c8fe2b504788924839f7c76 SHA512 9b1633a1f1af26381800e5358635a44c6af38e8f16967ee9b0e2ca1fd397ac5cfa7680e469962aa1201fad9610a789da784336c6fb6effc6268c16b6cdd68f91 -DIST gsk4-0.10.3.crate 38675 BLAKE2B 83d4bf593eb97b4215757d1c26b162957b9711a2f0c64048a329819c0e71e27c242b80aa15c7d1464520253e18eb8d1b5941201bca50d14ee5c3a85a0b53014a SHA512 65985bb57c4973240d8fed31d33289a7def967038cdf8e2286923fe170130ca754e7c6061836ffc32758bdee96f18f7a6431dbdafc801cc67409d1a379535641 -DIST gsk4-0.9.6.crate 37149 BLAKE2B 2c6cfdec20f4c59c9484130edda89d12ffe654411734cb30ff2412e92e16e7a9451d0909af82880e5b566fd499ec1e5c1e7c4e30bd87107ee779c133c60b364a SHA512 1ae306742b3d3c14fb6ab55d174a03f77b9289d382e7e62908da20721f48567b3d8eb8610639e7d9fde24a1e0ab2da222687d2bfe3e37f034912ebcba15a2953 -DIST gsk4-sys-0.10.0.crate 20146 BLAKE2B 61491e9315820caead81072e5b041c14028414268eebe6e094009fe0761a40c220a71e01dbc30fb10afb89f055dc4e11b38379870e494bc4ba6dbd9d7874414c SHA512 efcb2b5de257d67cea93cde8b2505935e3e119cd330cba450b9ebc17e7de8957293118ec733e990cd1c0febfb4349b0a4a1cbd14f34ccfb9db8e01a57d9ed2d5 -DIST gsk4-sys-0.10.3.crate 19987 BLAKE2B 1655a59d3f17b748e9d86f309f8dab46e31920a688ba5c6385afffac973d612cf671c16b78e3d47f604b4c07598f34fb45e26b1802b38dbc86b566b211ba13ff SHA512 92d3f48ea01a4941ffb7fd3ae2e0ee13510738b71994c927ccc1e6562d112d7aa47d9083995156308ef43bc1d25c630f8623affcf2de66cc9ba321875c1714c2 -DIST gsk4-sys-0.9.6.crate 19232 BLAKE2B e29cdb08914e70a82e4c606e580d3550bd74362e2e958bc0c57b2d4a010264fbcc73b5fa95df957aa309e0b7fdb482cf6b3239fff0e2378a07becad480599566 SHA512 09ab85ed2171f4747f212b4d24319aa47ab02e72cb246f3f8a7c95282343955a63ceb49af10006c7a1ddea2df9e21b7a815fca967a2d99c8dd294ed15b875642 -DIST gtk4-0.10.0.crate 484995 BLAKE2B 62a5e901adf36db736dd477a93396b60ee960abbd0dfa30990c60cb1613330aa3ddba3e2dbd59c6b3de9287c6eea5cb5fa8d972d2cee01405ec4ba3f79b0f355 SHA512 ec644dc5e962cdb0cd9af1504ea845c9ad0b091fe32a4d3f7f0497640f945650363aa15086537b824e9a269336e25c9cc976e478a284ba662e5dc394f49fb870 -DIST gtk4-0.10.3.crate 488701 BLAKE2B b79a2699e2c600edd92984e8fc38b710ae9fb0f3defcdc8fdfa8215f3b77466c883e3905ca5fb05c40583e289b667a2eda562e091c1efdcaba8fef31cd16bfa0 SHA512 75fa9e5addf69cbf6a14f9df8aab078723a5e03af659b1dda92e074b1cc2709be1c032941b9f0f33dc398c5c017b4271c28aeefec54abb21201eeb12ac91ee01 -DIST gtk4-0.9.6.crate 485701 BLAKE2B 5c143fea466e01854422c659ef1b9123b0d65c8d76ef7b71587e19a1eac31c78f1855469bba849e1b2142a145fa29e8cce2db56208b868bbc4d47cd154474ac5 SHA512 a4ac3f5fcfd88714ad103e9fe71ffab68cefb90100fa562716efc19d3753c98ca3cb9468f5517dd855379a3b4d28c223d20eb8a8a311ac0482be09b16fc15d12 -DIST gtk4-macros-0.10.0.crate 16958 BLAKE2B 23c228401a9098b1e7ede52a0f0d33144ee7ee996ba7730d6892b0843158ab79d6ef852326070e617e3eb8552881e3ad056816584147fc51e30c1e6043b42f22 SHA512 e866d197a174858c08fd8960831af7ee4f7cb4cf02348bd84a80513c90d418a149ba2f467fe0cb84ed9b5b7ac42082d1d361636df7f412b38f7e3c8b8ae4a34f -DIST gtk4-macros-0.10.3.crate 22842 BLAKE2B 6012ba6671b70bf76947d2dd88fb8083e4ffed57e040d168e384d91e5856cac9af1341bfbc35ba3138b4e93000947e074486fa8037ccaf5bb46aae083c0509db SHA512 2db9947e7b4a18dc93019f0a0a79ea454d26b17fd27ced07a2c7d07271abd3005e8e9b947f7fa8fe09f117174a2115eccb5a940cc5c4fa22752dd9eea772d93a -DIST gtk4-macros-0.9.5.crate 16721 BLAKE2B 0199e66f82a96aaa70db95cf09f1ea479ac08d1fe6dd17f5d6dbf613a7f6f49cb67bd59340b7338fa0a8b0af2323e5bdb88b71f68076fc3723780f0ca904fd31 SHA512 29595714832ad53fe02b1419f88f8aff94b3ea3b7611fa05677ad87239cc225a953d387ce8efde3dadaae956aa0ee491ef4b09b06da4e636d52deda66d287098 -DIST gtk4-sys-0.10.0.crate 116203 BLAKE2B 2bf04882e13dac21d6f5747d917be7e484b178c8fc631180b6eac179d3f74939576120d75bede4ac5424f4a750e3118fd1a97c5833991f59ff40940c180f5113 SHA512 20d5882ee8443765b9079a84cdc60ec8dec238e490c72da5195d142b8223a219b2ea9df2c93dd7f9aafb085f94964d15966e053ea41d9240ccae38f8e94d103c -DIST gtk4-sys-0.10.3.crate 116244 BLAKE2B ae6fe66b9e4875032a23dbc798676a7b43f05ccb514225f29a6d85de8ec4cbaeac75f246060c6bd9854f6d614c2c0032c719bc64132f9242ec7e05bf1edf37a7 SHA512 1d1d904626a6e13b4d15094ca2b0bdc74d10e5ae3b81bc24234311445c6b29b0351c9cec2b257739b9e2deb5cabe7780dcf0485849c97a00c65e78b709ee7c0a -DIST gtk4-sys-0.9.6.crate 114426 BLAKE2B 359a6dd665a371558b790b732538201e65d340cb4068ff94f5a886411c86a6f311b552dd512d7e56e6b8c6b2f1e3026eee560bf2a13ee8ffcc223f885f80d2ac SHA512 7a593cdd4bd83ce4dfa32cf81027cd4ab18b80188eb9106a19085eb557c69155e65ab34be1d1eea309ff023bccfbb5639855d9be8ad80d455b78dcfc0712ec9c -DIST hash32-0.3.1.crate 10273 BLAKE2B 0e619f4020f86fd357156014e5b78018827e7508dd69022d3d008caba3e1dfb96502ae00847bac3724cb7184791ed8a56a46479d61b36ffa14fa5c32a2bf56f7 SHA512 e6f7c1be545ab27c0859ee51509fecae749a97f79f91f6742fa66533064fc1c327587e3fe875965c513824e64c9b58bb6e212bfead636ca3a2aef066311e740f -DIST hashbrown-0.15.2.crate 138478 BLAKE2B 453888ce68b10cd6e93d787986603fceb29b83fe2dc417e7e57316b9e0060d0bba51ec7fb71d46a038662c99f60deac8237a8f349297208d1d223bcc13f0d0ea SHA512 d6fc0613623f9313533dfcab1240e97f652f78f05baa21419f7edb2eff030c4a2c5f426d3eaae747923cffdd8aa9cc2648340e5fc229395b5eacc6fae087c8cd -DIST hashbrown-0.15.5.crate 140908 BLAKE2B 6a360eaa2e174ddd1e9761bc19edc4b57b80f84c36bb5d64003c7206755d4175a05f39c001acaf000ec69ced9e28c3853bd64702e2927aa7c38527a53abf2201 SHA512 654682535882733b56dad632851fed93a17ad0b2d3e13e3390d7802450781501e275b0e0b39fa32a6eae092132858ed79b305238cd5771c08987c5d26af6d692 -DIST hashbrown-0.16.1.crate 147785 BLAKE2B c506e64340b65fb462545c52e85a192b21e33025c91adf1d8255e799e8a5743814c60be971db56c0b9b1208dff8147ed4a28d8e37caf8f5646fd367d8d0bc9d7 SHA512 0739f1b2101488f88778e221d86738ce557b8ae12470e2a4444099eb90d876382030d00e789dd4ee44dcd7833a87a6e570fa11ba5823beb1cab3a56784ec2669 -DIST heapless-0.8.0.crate 77802 BLAKE2B 8ba81c82440701c3fc8e5f8282e71aeb485a78a1c724334f25534ea3bf30c3ab78d95facf3585aa6597c24ee121f2779378a8364cdd94f756b461842b5858dc8 SHA512 9cbcc4b5b763b9478d0070823aa0412805e4b08f28cdb92b3ad6c6add997d0abac13f25cd6a1dc05136d2100304e8617af55f165a4acad3499c15407d7b3aab3 -DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76 -DIST hermit-abi-0.4.0.crate 16310 BLAKE2B efcd1dee7bcd6d185cbe0051c7bc7e2776857ffcfd2adc3fb101febd7c1bd75994b7e4a4a0a59c5b4628cc2521b4c1f043e98a0c44935d0180e7499667690ab8 SHA512 b1a21f6d54598185a8e8c29565ffc2e1bc5da57cf1c9d87ba643d23d7c23d53e8ad36ee2f5c1ec8a504334b6f98b0f17a832ff37877c7b7f9238b196f4034e6f -DIST hermit-abi-0.5.2.crate 17435 BLAKE2B 695192149342273199ffb026de57e2d906249757b9b4bbceb6b40d3b2298a942a75390aeaa3ad4cad71e5d44687379dfc49598bacdb2cf989ab48864c4b2b517 SHA512 0392a8350288e5d500967bee8e98626024b47a7da331f833b9528bd7318cf43f41eefa46aa6aebd19febfadcbcb2d7c9f70d6ca3631c1618d63c60366dbe7c15 -DIST hex-0.4.3.crate 13299 BLAKE2B deab49bf3d97f6fd7c0a0855b50232422443b226362bc7a4a19e57c2e662fff2cb046d4c5bd7618ddd523045f3d8c78754508f862f9a8ca29ca9247da6d6ec79 SHA512 fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 -DIST hkdf-0.12.4.crate 171163 BLAKE2B ffa03876879110dcdd3081cdeadc9490534c44763b3b49f1d6a5f4407a7346e6fa1ea18303f429b23adcd23e8898ba8fbf3797f5ef9f7ab7b11499d130311d68 SHA512 a43fe20b7d14fa26b118c6eba2b84219645f65f2ff33fcca679b139ae3e96f72abc1e7a47eb8887aac5afe4e34211434a4eb5a2fdbc014666d82c4af340a4b21 -DIST hmac-0.12.1.crate 42657 BLAKE2B 5d432a666dbcf9077a98e1f8a4aaa3afc88f3d88553cf7a2356d117c66f38efafe686c148598ad67ae89d64ee3edf56387a6f89b75dd9ab5eee63e13953dcead SHA512 77d4bf51f4633a8c36712ce3178945141df31cd645eafcf4bd130b8ecd7cb498bf1ee6f2d9c8dfbbc9f97ac638919fcc81bd3ee600a1b27c3be3fa87313aa0b8 -DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9 SHA512 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c -DIST i_float-1.7.0.crate 15242 BLAKE2B 3e39ff5cdbe65af78a1848a16e678de8b90d5901e2fbea6bbd09c974d280b98057c7535fe2779252ddbadbdf40b26c6dfb7ac52c077d276df640dde17052bb96 SHA512 a67a18401262138f75ce4d8e670800537afdf0323438d088ccababffb30c95ca872de7e7bd3acd9301a645a1ea8505a8c0fbd7084ed65a5bba9b2cd15acad133 -DIST i_key_sort-0.2.0.crate 3237 BLAKE2B fb25385589104d5c21e7c709aa63b285f2b7035a9fc80d9e588cafb7287bcbf4a4befdb35a3f8359d963a1514614d9ac5354b057f7679e743c9d7974b9084a38 SHA512 044914c6e6bd83436114d34c155decd0d9dfaa8117e1b9529a8f72e59f6512689824e5ea1260c148f0b45437954ec5dcc8a6c88d1048d0badfa09ab48f1b8393 -DIST i_overlay-2.0.5.crate 201905 BLAKE2B ceace78a0c30eb9d3d51dccf5704716ccd29f304cef1f6b0a85150cdb89004ee68dbadda56f59c40cf14d4407b723cad2aeebf2668bfb99f5a634179217ee834 SHA512 b5ffe96b9f4dccf280d597f37a0f30e1edf25f9dd8529a888a7ec5d201081d2973f8f7e8042d9f4f4f4832597685ef2225d9290d44eecd9d1b597905eabfceca -DIST i_shape-1.7.0.crate 11805 BLAKE2B 95cb76c0c242c84f07d16370618fd3fb1d22f95827148ea41951ac6139967842590ac30e01093ce3768b9046efffa51a4d150a37033c6013ea7c30df3187a134 SHA512 ad3ee0326602dbb0a23dbaca3c6c390c28101e742e59fee0780edc906f963b5a7ee08c171349890f41a21bfc4b6b76110ddfb5fb2eafa057b9205d64161022ea -DIST i_tree-0.8.3.crate 14156 BLAKE2B 5db4353ec36cbe17a38f4e998d61f2b3541966a7696a9d5c4717a3d7f57c2013be7f6794d76a7eaab527d972aa33e582ac8b292e5f6abb65e5c7439dd7f30692 SHA512 6531cb4b09a8000f07de8e7e947f1f26efb1501870cdf82160b19e21057ec7bd83ef6c0fff667d57e8ae5bf330601e20c966274da358e536697e492842701243 -DIST icu_collections-2.0.0.crate 83033 BLAKE2B a67f95177d820ab3b0f9d5ede716551aece974545c1fa6654e27b923c85b43fbdb9fb73bcf2dab2bf9a0d5b0bad4acd953fcb3418bc73261ef2f6e3407ab155b SHA512 646f41881cc2861504ee9753795e596b85f90f108c2d509563bb007fe52b08e9bb6dbc7b762b8ec60012ec53bd51e25a1e16f9fea2ed2c11355ae619c49c5034 -DIST icu_collections-2.1.1.crate 87233 BLAKE2B 7c627fab991ad55a6033adccae72306a3116a3611fc2e4a9553cc5690a4e6b88d6180527c9032451f89568a73b019749f3e4d4f49ea5e83558612e0671d318ab SHA512 41d20dad05d6d37ca97ae37f4afd51da9c2de968e8087d42a628c1543fde1ecaf9a284730d81a1718a8102aa0fe9ffff6b4a77f0e941c92fdaaafbd911f03a9f -DIST icu_locale_core-2.0.0.crate 74430 BLAKE2B b01a63614fd91840cbaf00285ecfdec7f90eb9e23066a6c3b1a477574aeb8da1ba0b7f9115f8e5fde8454022cddfb54a25b2791ae33ec827f98fd1daf28a8ffc SHA512 cdebcb5e434b606da9fa24ef741a63d2cc2e6c20a2e47276aaf8923a578f6449bd319baabfd847640a65dac38858734554fc00474511d02c7145dd5d3f10e150 -DIST icu_locale_core-2.1.1.crate 70876 BLAKE2B df4099b46518196e8122aa5c248acdc5049153b19b804a043c1b00b3fe5010aea622e0b97822a5ca102b106f38cf75f24ec9578750bb1c8d10c042762f879246 SHA512 d83d2f14af1a285e3bdf6f1b81ab3ec6f8529e2375e04cfec245a9dd356265fa6770f76c1099d52f9d80219c7dea556035c3999abfbefc50091e142b8d2ecfb5 -DIST icu_normalizer-2.0.0.crate 61543 BLAKE2B c91b1c26e0bc995ca3bc32c743a53074955079de642dba1982816218b38a175af297f3adc4cf0048c354e9bbad813aed817d124fc0bf7f95aeab5c1ea005a22d SHA512 7947a3b7132860935b1f8d77cc02be402933be7c2728b815a455bec3533f5d52f8ef02f762ef5ca3d9fa615677527326fc3dfb0cce0590da0ab44a5ae5f7c84e -DIST icu_normalizer-2.1.1.crate 67132 BLAKE2B f43d626ee58afbdf472fdcac1bef6e334b8716c000f4a12ea21b917121b53ccf2d99af5594f589e7b68480522768c5bb8d9ce50093719c26250a77eac38bb3c8 SHA512 0dbdd24797e799ecf2c10a3c983222647698898c61fa53a257c67e95006fe80fff42698f421e5d9605a0d114e8493023dc888e769f4d1593ca988fa3234563fe -DIST icu_normalizer_data-2.0.0.crate 68101 BLAKE2B c129699813d651acc32b900d4d9fb052f352635925b13b33095ec8b66c841654bcd6d0c4cf3389c70587e31e4c1d0368c4d59e7263b8b8a366d6a544cfbee2be SHA512 20e443013977d65441366ca680c923760992ebed24171e87b62e4caf87bd2f52ef9a2a4537fbc1feaf1768a7ed1ece889b0b88449a0dbe025f6567b17996c0f5 -DIST icu_normalizer_data-2.1.1.crate 68649 BLAKE2B edd3436fb594109ceca6d5d9420ca876a091c0313e793ae96c932198d7a7d973416f0fd22fcd54faed2799977f10b33c169c1ba9c11b3ae461cf751dcf153f46 SHA512 9f6c6deb921252f4c9a243b6f2c538415d005c6e01221506cb9f5ca776c85795ac113833b1ad2661e478dd2b469f0f55a59e3b202dc667123daa8ff32b820823 -DIST icu_properties-2.0.1.crate 58165 BLAKE2B 265ffe58e96b7d3a1cbf56c3208ceb8ff73edb5dd82e719eaaff52c351c07f4a8b019bdeec52d1fb0a646d57f125d54783001545c7384ebf580521b11552bd70 SHA512 a963a6777a72ee044b33b284de95d6031dfdb56c72bfd535769d9c66d7a2cdd9e5734553f9d92708b53db46d1cc008680b6e1ea0ea1f598c2e29b025a5893bb8 -DIST icu_properties-2.1.2.crate 60136 BLAKE2B 5e52d8c0f5631e0ef0b2c7e54bb1a642a0fab2820cc19224a27332538cfe8eacdb8efa46e3b5017ca63a7c9c0ddacc5dc2fee63902e9c5793d527407288e27a1 SHA512 3d80aaf6c1d9d970f9823c65cabdf057bff2af428563570e2dd6fbaad69e517a8bf2eba66be748618b8dedb5f1adf9973bfed2994cca2c7e3f54385099a9c265 -DIST icu_properties_data-2.0.1.crate 159735 BLAKE2B d9b10e303614d1b380126daf43d36e858aa99740da6fd1ed416afff0f2c3b48ca49791ac5ebe098ee4c931b9d6b33b8598209b8294f54f72a5a6987be6c33f78 SHA512 f503b84491c77e2616f6b5a076acbe117832e5fd924df613389f06a6a479de1aa3d2106d1795692bc2818920c3d2d7005e1911787ae20e194a2fc11c175fa15f -DIST icu_properties_data-2.1.2.crate 163057 BLAKE2B 2a326c3f6e644666a7dc42597e4fba53cb533d6bf67bb0e1d9539d71d8fad68af29f8084362d089975f0051e71ace6c6ebde0ee67dd82b7e7961e1f972d58535 SHA512 1a1be68bd581594a7c98cbf5e1de8d4df24558ebb75a01f722fe68582075ef58cc0b2516a54a4df3bcf5080da24ed4afa8a8cc652999092f85f0b27d8c2a9f95 -DIST icu_provider-2.0.0.crate 50966 BLAKE2B 3e6f00e8c98df2a239a4c9b5c322d0ea9784b4f4401e3a62219fd5ec68a3f5f3c8714bf8c91c2a97b038956b013aacc24c55827138ac5f7b25d6807499766b0e SHA512 9353cfeacb76cfffa3132a77529c8a4cafd4fc943b0d9616d6ec80f04e67677e3cdd9369eaba1e655ecaa3af4433d82e12c1dd45dc190a4cdaeffcb2886ae6e2 -DIST icu_provider-2.1.1.crate 50907 BLAKE2B 32b368e70ed50baf016a259266d01f126e3647aac03178f798764f31cc49d83e6634e45b394d6aa079ce39bd161598a641e5217e7ad57bd4c5138fa577652b35 SHA512 36ba219c8fd48382a023c0272cc7c8f32ed5e5ed648a9de0a61bb7d7a3728542ec92404e4a197433e2f65ff6a3f4c9e1fa4717f7a60b53e5a4f5d3a5276f2d12 -DIST idna-1.1.0.crate 148747 BLAKE2B 89c6bec54cc2717741ddb5cff2939c08823189a490b79ec0e9c7acb3aa2b4fee472e33f36d7c345fb6658c863d3c174577aa1f1a10c9bba7558fca9f76b8ae82 SHA512 1d49993145fe694f33f7c71ebe62face416f2229b12690cec23ae2e4be2fc1c5aa5ad5651d815ab70057b68edc450ef6004306a775b920b8773c221c0fe6c106 -DIST idna_adapter-1.2.1.crate 10389 BLAKE2B 464a9a20da73aad657cb7c0d573d92bd21159032daa8e28fbe61a980b44e59d1a2b2e076d30ca35a49abcaf1bb71ec51f774ee137792dcddc81086a1b6c2eb61 SHA512 e94555b58646c596fe64006ee6f4458962987ceedc3341a12694d809cc298c38799fb56b382adaa966e3171b1f62b7835fbb2e688251e742deb7067975bf1aba -DIST image-0.25.6.crate 242367 BLAKE2B 6e6c4b57d5f3eddb20d6c5373d0c69a6a074fcbd50c3c7b2d4520d9fa9c3298773c20f58cf9b47e54c1bae32974b3be86497ca2d74326c5a0559066238235421 SHA512 230fe7669bea0497582ce92940f1c77cd8fe7f9cf0a88478fa8ef7f85b4862d24c06eac4dce0eb521dc8b42da6a3add9beb7fc1d5ab29d44fe56bed83c92f182 -DIST image-0.25.9.crate 294591 BLAKE2B aba5e7ce87b4697ac7dbddfeafb319988b4f362f3efcbe1d1b7380e721d7f09ffaedf60e5939f1070e04e84689922a867ea4aff982a5e818dc375da73b3fe539 SHA512 29759d53fa4812738b84aaf776b5915875465ecfa78153d7c28296dce9f2bb6bb64d831216717930ae3c56e7db81d57eaeb738a9685c17bbca1ca75ec4e5039b -DIST indexmap-2.11.0.crate 99851 BLAKE2B 45b0cb9e57e0550d26f6469c19cb4a4c0ea08941b6cb97929d7b73b1a15406050418c9896339ad877d232b68cc951a4ca7eae085b848fcb97373216124dc9553 SHA512 6726cf94d5b2adb8241ba35cb84986d663fe874a4967913e81eada0cd6b9d94c84846e9eccfcb341704efe02fc5a2b6f3a4029e474ae936b80e2304faca17d5e -DIST indexmap-2.13.0.crate 102206 BLAKE2B 7f3d070b645741f5960647f64759840b1941c1e28f61ee04d44d7eba0d8f600949cf139bec5fddb1507e4d5a9e12fb709a16415aa014eaff8f5e87cce41a9394 SHA512 f5efe0010603a3f1da8955f5f97c9a39e4d2c5042c0829c057ad739687d990c100d1276022dec23e7cd70efecceca07ad735693bd8a1b21b507b8892110198ad -DIST indexmap-2.7.1.crate 88644 BLAKE2B eab47b5a8322ea4ea038884e70a67dbfa40293eb71c125d0ccf117af9153c19268c5fd9efd7f0be4a773a04bef961bac90ab3269ad42b565e5ce6db5a6d49daf SHA512 225703f74a734da1ad464895192f07c83068b36129f69a9e87608134f250d3a19b95fdb21dcda6c44cb0204bc4ad69bfbba24d94c83b439000ab4b9ffec74abe -DIST ink-stroke-modeler-rs-0.1.0.crate 50660 BLAKE2B 2c2440b65679e757f688fa8c8b551e0103d4a5059203fcafae768da0d60ab4fad697fa1c586d0f781c57e2aa056da5426944554a422c36e1e97c2c50e7d97327 SHA512 746953c1b742bcc4d56fbcaaf09056dafee18e8fd37772f039a9c5c54d267e6f46e2caede60894438c25f22c8b24c3f20a7426a0bd1f711cd2210702d411434b -DIST inout-0.1.3.crate 10743 BLAKE2B ac2fa5cadd98088ea3f6eb94ca46b3a9ceb6547ba49f0de311d86474d71024d1a087ce9b8d44ec808008db69146e9c81446bcfeebeb2fd74d2e8d0ad2c4975ed SHA512 1db5bc2bd87aae145b3b0be6669a9a722df2aac8f970fda210aaf945c372e641b941cee822917926dfa1ab8381c6e99cc7df4b18d2f4e2fbef17fdec36ed2beb -DIST inout-0.1.4.crate 11280 BLAKE2B 557fb7818cd5e5b8a921fb456028b1d41b42ece0e9824976e83b577981e5c5dec30ed0acab903ad85b059ac40cc8b0f117c1810221dbf2362ffddebc85537373 SHA512 683ef612191d19a867afb1a622a30ceee8ae720df432132293c7e967ad1782190ad973e84ece7fa52a5d1ec7f4d8f078f56d818ac07fe7268547deb5b2399370 -DIST is_terminal_polyfill-1.70.1.crate 7492 BLAKE2B fa663f858ab8e5fd56202d731b572bfdd4ab0e8262100424e27360a9ffd2820182bc57d6718a305ef82d04c3798111841c0d9f9dcfe219765c0f63edb560dc1e SHA512 4730fa09401cb4e69c92b38b2b43afd74699c61f5bd7b37605efbc0c08ca7a1318d43e4a844e46e0f84f83f42432f01e33771be2b18eb5977702ab9f894837e1 -DIST is_terminal_polyfill-1.70.2.crate 7548 BLAKE2B d84c45a94bc0ede333843ddb5206379f1a7d9df742c7f7940374d6b17b0a9c300e32fed5fe2bc58e6b3bc5d18b5fc58dd4e283c01c2f3b4f10f254b3cf7668c3 SHA512 d62f444e83950bdd441215c0ce681ff774692b35fec2af7181dfa243dd43fe42ff7e10a6e3b1d578712e4130dbfdf471ecdae73a3a584a2856a848d387b6c261 -DIST jiff-0.2.15.crate 712996 BLAKE2B c90d59db2762c59fd85fa8f45c189e2cdb476afd140899e5cde1b657b2630cee75a10ea3d3f20a7ce2853fef972bbbfb21b701375e5e9d20b6287cbe433e9a10 SHA512 577b5b326c66bf8b81174c48e913ee381cb17030b7cfb3d211ea3376a4805edf08eebff7ba1aa67cf20144ebf3aca02d6f96f771cd44e5bf6aa0a23e96f6fd27 -DIST jiff-0.2.18.crate 764726 BLAKE2B e41433a8af8fcd9f5bf3c8155865985022a0f3dca132b270f9b2deee321fb36ccb6c8f558d688f55126998a684b854aba973f3c066be93233ee0ff02cccc1350 SHA512 3b6d1f57df5d81fbc529d99594c3c6992e7333428020251def4854b141eb9b071467104f720073b6b07119dbd8aa029b36378d41df6a06239b12f48d2a1b7b21 -DIST jiff-static-0.2.15.crate 76146 BLAKE2B 5409fded10b61363d8a6c907716b5e374eb1de51cd062706eb3a81f53064584722984e9bcfae5fb0f90d1c3c841a12a2c569419ab459319697c98e6d70c630dc SHA512 282b8bbfcba6b86f84a5f93f3efcc20a61b727abad664836e8f81d00b397a34b1e94276af05dca25c7abd44292abcfe7af3c3b710087d4af8b5bbf348999089a -DIST jiff-static-0.2.18.crate 83381 BLAKE2B f1da345e26e19f49cffc17fc7b920769001f1b4190f0c264f314b0fdae37505ce37765af0aa62df8625668ff83fb984d6dd8d55f3f6a41caaf0d700d430dfdbe SHA512 cab8cd27b3d67f9e5382d5e1456e147d4432f3af4f045b0ff176eb57efc4ab3971a37a3998a33e5e3b76b1800ea18fe1805d1b63c14a85028f82cef694a935e0 -DIST js-sys-0.3.85.crate 56436 BLAKE2B a5c35cde1d01b7e5eac3bf59f360e9f8b418009a3b30c81af850a181f14596fca25a4cacec213844b4d59f9ac21e154531700f223fc6e3a22047a5f43833c6e9 SHA512 dc7361feebd63457e0e3aafac86653297994004bc61b3734d1b9ffd05312c2c9b2a2708ad07ad469b326811598925b7f07e49fce2e7c611c8138210bd70fecae -DIST lazy_static-1.5.0.crate 14025 BLAKE2B df29e0e3d1c061815bdd608b41074436024dc407d454f32517705ab04b2fe06075e310086c5e4961df0b4885e91021589d0bca2c1cbe6f0aeffa3ff1b3fd4637 SHA512 6d2f9887cd7f34f019644e42f02f2bf0111accd73aeaa60973ba0b039b6774670debece1ea9a6978e923208ef5d3ab7326473ee3560c078817f0f7ab8ed0f65f -DIST libadwaita-0.7.1.crate 125670 BLAKE2B af792163dd1951f11867fca0c36188c1e2fe11a7d59eda5162f80ef25815664c8ac944899e27280ff457d21b3132d8ed6c6ab2a084ba5a53ada035523608f882 SHA512 3c789d12ca362c22a9b101e2a83471cf940e013608433226f249c79f91b8022021a68e469a3b3eec836a934cad4c47eb4dc48c3633ef8072f633ef04f8926a44 -DIST libadwaita-0.8.0.crate 129966 BLAKE2B 25db71a3866c63c52033a3f3681079bce9e18d4fec8c9de5a815a28433b4736f8ed6f2a3f0b872f4a1feb063c74375998f6d5052a6ddb557180206f82613a99f SHA512 e63c6920e389674f0ca1070f3b49d35d6008904948608b723b513c2cdffd865bd32d73175646651dac56b7f1ff2497bf3525b48bf9376aa7e58acdb4be2b5926 -DIST libadwaita-0.8.1.crate 137357 BLAKE2B 1a6c28aed240fdc9810ed8e8c3fc5c15d0461731ce80f965dedc222d91cbb94ac22c56a455d5e7a8c18817939125fcb77d94e3efee5ff63e47ce426607578705 SHA512 b0b1b2c9860b1e6f190c7a6edea48ad1ccf481528f318905a10c152ea2bf9f1fcaf3d2528b77c540bbb24e1b447d29df5d0be4991bee2c04c1b50cfd9fb9ba5f -DIST libadwaita-sys-0.7.1.crate 31122 BLAKE2B de823f746d24da383ebf936c2531bf829ec9e706530179618995a10f026e977394205a3bb7dfe80928fc4187b2f1626baf79464022f22e2dd558ae4fd9b9769b SHA512 bba16232081fe4e3e0645cbf1e39ef8ece43a44b04ac72feb60a164bc3eb80848ee080c09bcc784230554b633674715de369f43b4c28f02622900888ceeb7595 -DIST libadwaita-sys-0.8.0.crate 36944 BLAKE2B e2ed5a1c4720e5bdc8c9b5141e580397a6ed22b7e1858a683061ad4aca3b547ec7cf31993fc9036abb60c23673e291469c83696c6074186eb944874c1311e3bd SHA512 7118947fe29714858960893196935a4d1e0fcadd0093f0432fdbd66168cccc0ee9ab546b7c96340a67decded25cf302ab91a7d1f422cd05ae9ec9727c8ec0717 -DIST libadwaita-sys-0.8.1.crate 38338 BLAKE2B f2341d6f259b75d6a2acbbff2d9ad5008053ec73e5747c9c1bd1f38da3fa74828df4e0223426f269e2f01287e0a9a846d3f4c560b2d86e41d4019bd24b3f153d SHA512 1a00827f86872a64cc695c51992b7d1c57104da74223f8031bc9cf76cd68361d21ee9ff5dd53c93350df40b6fa66f6abf0d2ac4fd491cbd4d0106e2725e88422 -DIST libc-0.2.169.crate 757901 BLAKE2B 1012cf93d8975aa20fc3f2332e253426ff66be6aed63ace5292cc8568ee419b0f1a4b5b39ddbb78d9c2dfd8d72eb0d068c98faa229ab55556da5e674429f0e97 SHA512 c4566330a7967efc211edf31a23647d1a33aa51fc25aa4e9337716748c8fd4be0ae63679220ff2cf6e892f37d03bc5264c55e8f082eb82574a6ec1fa8e5e45ce -DIST libc-0.2.175.crate 788728 BLAKE2B dfbcc891a6da7d327916883deec54dbcb0ee5e7fda0b805926f06088dbbbef0520a838c07a62ea075d6a5a035994ea8130efbbc88e08b928c13b06bc5cf75bb9 SHA512 02fa1b6e61ecec3b626f3c802b53e7f46c98558f6e8c810b46d7322c2e4825f1be87068942ac81c07a2188356c6e2b6836b0dddd784396e43ab3712a62cd17ea -DIST libc-0.2.180.crate 812207 BLAKE2B 086681e1f488aa2ab8a477655e01bc27dc6c578fbf9eb2bb429828164825a5d450dee9bf1bc38afc8e1be5d849eddf384db75b9f4d3c64a0fde6cc37919c1b80 SHA512 5427ac2a7c03d02f14acc66c3a187fbb4e336a88e8cccf7f8281fe95f958b845c0205ec47aac2f6ba6ab8b8c4b5cd0d943205c3f78ad2830d44c3b7779c317ef -DIST libm-0.2.11.crate 111477 BLAKE2B b1247b197dc66a38b9a1f9db0e32655c9ee09575347895bb1e3f22e6953c334d74574a7015f214b0af0eed564ff2ee4576d07d0db5421aae917a7aa1e10ea142 SHA512 86742b5d97dc976cec5bbf75f565b40c7058e74cf840cbc7baf4d84823318040ac692b5796a407bd44caac553dda3f5a087d3bf8d6099cf26305123ce106c7bb -DIST libm-0.2.15.crate 156108 BLAKE2B 0bf4cf92e877f3f7e0bdcd79a3d26a3802f1ba38d0da08e750d2e6107d5dde49cc626a63d55910e8d597175483b1cb55ccbe866059e06c2cb51519ac5402655d SHA512 abee4d8d50a9d25f8d5cbada78877d53ea50d82434b888d170bd83a532bc0534190abbf877e38aba78c370c8cfdf9dc9955c8a8ba4640732e8e6deee3992ab41 -DIST libm-0.2.16.crate 164243 BLAKE2B 103d5eb2c94b0566068ceca366c1663ec5cb0a31af1afe8e3728a38769b27d4a60b83f31aa2bb66ca4cd2ee43caa0cf1807c6a6ad54a9ab3471487324ecef332 SHA512 9bc85e6cdb7fe39e5546c47f167d2ca2abcf0aefaa673eafd0dda6bb9ec03ce19433dd2b8c0e226a3c08340d5c005cdeab4c642b49ef926f2cb0681b1d9661f9 -DIST linux-raw-sys-0.11.0.crate 2659624 BLAKE2B 0852bb981c64b8e70c7037a3da13a6a16b7a89190bc50a07159d28a797e6d1ef2f2010383df5a43cda19fa291ee5eb4c6365a51f5d9fd31f204544ac7e115129 SHA512 b16261142f3cbd1caa4e0a17ba06dea49f0d4514f583ca511d9c7ba6ef231f18322f37303b7ffacc73ae7f22b81dfd740584ef7bfaf67a9eaf43859d2de1f941 -DIST linux-raw-sys-0.4.15.crate 2150898 BLAKE2B d1936eb74377d9bfddccef3830b56eb716c38ea3cb7e13b73325dfd00f9fc0df74bae49e4214dd7f27c257403b8b12cd1ef332d53336279d13f7e9497caf4135 SHA512 b5c39181fb6b901abddd8b2e7b449142e2e5691cddadb8e6b74ddc3b53076b1d410522cfa45af68dd18befd24ff12313c2494cf2cb0cf142e2228bfe42014309 -DIST linux-raw-sys-0.9.4.crate 2311088 BLAKE2B 261854a127942e528a09c79db0407974c22eac1144c9ecc9ea1a6f48f87a240e610932f5d911563d0e6c05c64b0cb302f86136659f8aca0d59f03946b2910baf SHA512 e98accb9b3e6f47d5753b1a370c61562d4c176fe1096188c6ec0d3be9e7e03d0ef2c08acb3ff4636cc4f90412b908d17f84fbdd99c5dbc130ed89b40b5145f92 -DIST litemap-0.8.0.crate 34344 BLAKE2B 0f083fa9ecb78ef6de4c094db8a7cebe2ff47af6e46414c06cc0dd0e92ecca06c941dca6ea0ac1b4982f14f6027cad979fd37d19db6631e3952dffb6e33c8798 SHA512 61162bd55b28540ec2d61262698045a78efbfadc7e2fa248d9e0215fd7d3ce53a8c50ea0487f2f7df41149e41c0131849e507737e3bbae29cb69ea41dcb8e2d9 -DIST litemap-0.8.1.crate 34172 BLAKE2B 3614a408d5c6b03c5371396dfaa5c654073dcbcbed3782a15cb6aa53973405344ae8ea7e96cf4b00e036be985cab9503bbdb51379fa55ba739c387d28d646a85 SHA512 6034f72d3c90ebe406b7e1b6df7e2535cde7728cfaa5328e66351d231f888625f394974f6aad891eff48142b00f14916fd8464a59fcaea1627ebc7338b865ead -DIST locale_config-0.3.0.crate 20808 BLAKE2B 68b0519639c816af82b941a417d4a74896033e9c5110081d495e1cc3a3e7613ddaf2a665770c6199749b89be131a35592dc4cd7cc2789928199b22205300aa9d SHA512 c7d77156e957559172f589f90405b2e9f5306041887990a60a31630af2de81c00fbba2bcdf52bd163fe431f85694dc6d2d380671f38f2724d7e4d178d89998da -DIST log-0.4.25.crate 44876 BLAKE2B ab9433934d16edca42b38f559c3c87f949c4540fc422e6d65c75aedd5055c7a4935ac0f735e7ef5c901a7443e70d60be77079a104dc61a3955b0c900162b3967 SHA512 b420404c82aeb04219e9f63505d60b8853cad44d1de0bec0750715baae21afae806bd4f741bb8964dd39bb5d1e0f5be41bc38d76773bdfd5e920d30533146231 -DIST log-0.4.27.crate 48120 BLAKE2B 09a2159032baaff7eede480062da30ffec1c1d4c77e76288467941dc13722ab1566742c1821326ca5f8c2f9f7597099e235213ecbf883fd93daf5ae9ad5ee981 SHA512 8d57219b76c8a25bae193e4d16d4d03bf0b8523e1ed3bdc80a692cabe00fc0359ae9bc3be989f04476ecda7187f27e4ad23fe260a96fcefc819af00fe12a1151 -DIST log-0.4.29.crate 51515 BLAKE2B 3f5dc889e895428f27ef107a63004c1b321793b865c29b20293adca81db4e25443e24354af37018c9a60dff1d54897c3b7b2c014a64280523f4a3586a7eeed24 SHA512 31bcf1669c27980f0a8500082c4d0cc500f6cc943518a3dacacc3ad4d8a0c238517f23c2c1969e5a22dbb5d25614adbf4e914c0557e45e1ebc8e7385b2ed14b3 -DIST lru-0.13.0.crate 16305 BLAKE2B 89af13ed74171c3ec5ed8e9c21bf5fedc635fc0403dcf62d5749aecb2a0bd4189c5cc5397fe4fa5248811f438726fb1ff8c6034f814f9eb2b0dcde68d33aabbe SHA512 807fddf29b5ee5d612ce8853af9ea846f6004481a48137c643c1c04d6e1cebb4631d0214a6934991d5162ec4c6141e1ea7ccc88bac35e9f7cc02c43f63acc501 -DIST lru-0.16.0.crate 16517 BLAKE2B fc6630626837eb0bc07d883493f89e1c8dccf050ef9cce0c507ede1dd1b2457b55967b1c779692034b1bf00c648fa1750885b90abf69767cbf07e22fd4bf985a SHA512 112e6b3832f519b5713e30a659b6c21e3ec4cf2ba303af14aeabfe308537801012472dddedad6e3a3e5a28d036b7a56809ea5d9023a1289d4d7a0f0fb1682cdf -DIST lru-0.16.3.crate 16743 BLAKE2B 0574e82714425293593e399930903da1004062ce84e5b90126c66d004e872ac580c6f474f7c39e1a8eafc9f78c6fe7a3049b50f248e8f3a9ecd03e9f04133b9b SHA512 5092b87dfbb7666e224dc6d8ed01fb8276929a2d1a31173034155afadb90e0762dbe6d5ce263bbf0353c079bb249027eff71dcac87228514a5406ef67dd06c15 -DIST malloc_buf-0.0.6.crate 1239 BLAKE2B baa59345fd372db162773adbb441caff1f6bad965c3681f244161deaee76282fa09b9af0d0642cd39ef35689f85f5bd7c2efb7ba8119a58e86c7cd12d81b2c6b SHA512 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed -DIST md-5-0.10.6.crate 16161 BLAKE2B bdd43889aed114cfa97ed0c70bc97b89fda28b14033a0a26bc7309ed744ee907d59151ab92e9cb95f0ff0ca1cfe2af360c48f1b99fc8a246a25c803a4b444a0f SHA512 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca -DIST memchr-2.7.4.crate 96670 BLAKE2B da38114beca670467c3e1fbf4e415af6f22d52e3223715d52e181babb89b872b46511563985bcc16d7ff4e82f812c6e83ad904b0fe2501b14445119dfa8240e6 SHA512 8d0e8b9c30208897d4b1b920f1bdcccd0c2b75d92a06abe4a1b2407938768abb6487d63de56c6a80419798fe69517210643dfaf11f5f5540185f0eccf220adb2 -DIST memchr-2.7.5.crate 97603 BLAKE2B ee41ef722d90265064db3ffe22d52eff8f7627ac1ae9b0bad6ca9fa06c1027dca8d67e594e03b03c944dbf85930d2dbf030c5aaed369020ca1a1ba00f153d91a SHA512 2606ee16a7dc02db95dac17cebd2cac9deb2e23d7ea62972cdb19145c06eaf75631347a49c4e6ceeff89fb6e90e992f9bca0a9c955eb5130f89ba2bd865936e1 -DIST memchr-2.7.6.crate 97616 BLAKE2B 3429786e97f1aa078892e417c8ed8198ec727969517309049b842e44097e58038583508aa974e6246888c18e11f9d23863c1bb012b542c5685250fe34e250d7b SHA512 38843817334da88ad74ce679b4401cf948cf8138815f3acc5eb0d005da3aabceb2216e20887e79344396569a2fa136e3aa1f7f3251a00d07dd6934cee79f4fad -DIST memoffset-0.9.1.crate 9032 BLAKE2B 0aab55fe084134bb599c52d77c96400db40949b1013e7037747ada4fcec8dc4a124b6f3755f04b36e057eb2fb4a6bd6f07d6eebcf166f8a71405ef434d802fbf SHA512 3a236c0f481e36973b9f805e454c2efe4dd375e6b4ee406b57145136c70d5fbf4e1183d563ebf3b5fbde7363bbf5f08f0d88e507aae5bda4cc75664ecd0e33aa -DIST miniz_oxide-0.8.9.crate 67132 BLAKE2B 1a11c5aeef43ac93635942e0c4f17538150f8307fb280b0d66436e4b6697638f0b1bafbdebb377a5dba14a75f213024201e325747419623e5f7d57060bba4445 SHA512 3f6fd786c5fa5b4abafaf21244dd4830d26688d5b6975522bda595206517f354d92d13fb95235667cbc39c0275371c737164d9c7a58e32e09da86eed2f239242 -DIST moxcms-0.7.11.crate 176892 BLAKE2B 117060a173af4532b9a72a26b02adf9911363fd631cc0e39f8b1e6d2a032821a58eb175c169a1ba597ab7e7fd2c791f1b23b4225c07d4d59b698988ac4bf0152 SHA512 1ed9524b013cc2cd5d8778b593c600fb3a6f537fc808a012c76323a34dc7a8d407aa44cc8db1b6dab3ca783fbfc91fd6cdc4bff0e1b5aab18ae69653c773b7bf -DIST nix-0.29.0.crate 318248 BLAKE2B 3a13a88375a359cf77b28d7f77f47f178bd31ef74b7627b6701bc6fc601024706be4e9ac1a076c7cba26b64d3bac4de17aab45fe3c045aa7a36e2d9232e872ca SHA512 86c05084aa0e6238f8d48df0f5ce6e6d7661b589f4f3fbdad43387c59c0d6afafea4badf25d31db1611615de19a0b9ef18ce614846b79a47cad4e2c9367dbe7f -DIST nix-0.30.1.crate 342015 BLAKE2B efe5faaf142fbf8d97366d11f28189167d3d22c1ed76b65e7887064f2fd146ae27282aeb230eb798d7c1b3850ea1502bcb325dc23536800690f0be3d66d37b63 SHA512 80df8102a3a387d9cd73cd8d756b9fad5c4c4b57f6e94d9acfa24ee07af51f28ba2db70b8d37ddd6c7eae883c7acf9fc366a0100659856939210ffde1b124d87 -DIST num-0.4.3.crate 9575 BLAKE2B ccf8b2bc0fb93ad75353ab93839344f1621e79a916b2cfee42e1332808608a5cc0552066c46c0608364c22df09b69651fce911448085782bab2ba08c90e4781e SHA512 766ba6b7a012f7272979ed02942acdabf9c5a97f553732e241c05a1075f4367651ac0bca58a512c22857f5df20dd9060a7829715e45e3b16de650d4fe4818c81 -DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 -DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 -DIST num-bigint-dig-0.8.6.crate 126196 BLAKE2B 6d278bde470640c5e88c361899fc5f1e30d2fc261051f930697f1c4504595d178834ce11ac026cf996f8df6262ffc9bb27d3ceb780e87c5de800cb57c22cad82 SHA512 f028bead9aa4da4ad0d6e10ad339a629c7cfbec710ca6feecb4beb59ab97b7997b043533f57ed85b339bc899af7f1fb1ac56f4bef68cbb5afa149fa6b102aedf -DIST num-complex-0.4.6.crate 30352 BLAKE2B b9f0465d53e8e16edc44187f8efa40681377e75fc4bbaec2c9fd8b8f5384044c3a989106ed3cdb740cb86e19659b34e4b38e7cfd7bb01904e137ddeda3d0b6b5 SHA512 11ca2c28ffbd15aacb7e184b7f3e09cbec9c955738568c1e0760c256c72b230cae7152403d834c8ed9358e42b724269e99313dde9a23027a6963ca176ca45615 -DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae -DIST num-iter-0.1.45.crate 10320 BLAKE2B 9f2a60a819e31a6e7e048ae86f7fa029015a73888348676e54ec6fdfe76abe94b632a49a82b53b86488ea5af1031f677b0eed8ba7c5e843ce804c6d6af123622 SHA512 6195c7bd5f904e9f0aeee3ce17b42c0383d053f9d37954a9ce3b4ff0a048afa121c9a37aa9c74b9ace7353d7fd9f57a7d04c7a18e1456fc2c4c298d8ecfd0172 -DIST num-rational-0.4.2.crate 28159 BLAKE2B 653e05b9ea621a92dbac090339d9e0ae0b3f952b332e3a54f27ba8f5209a4e9957b014ef18355555cea0caa63432de0ec0be7ea6798389aae46402f789432554 SHA512 0999130db45e5d877d1e2232c8900cc633bd39e749186b2ef4ac4343b958dcc80edcc2247df5f229546dcb3537fd45984a7a459a9bd8f62aee69a0239fce0b62 -DIST num-traits-0.2.19.crate 51631 BLAKE2B 78637360cbf32d172510a62bd9442708af9730c0296a2bb4ebd200c08facd49bc31bf8ddd58967e0df7273a938832b620265d9f8f4d26ad16049bf6dac1cb4e5 SHA512 180018a5eceb45085e4e8d103ff21bb4d5079cea874c42a0ad4c76c99d275d434bbc1cc289f0cdec172866daa89dbfe0871410b2cc3407233fe1129786905956 -DIST objc-0.2.7.crate 22036 BLAKE2B 14a41a5ed6beb100d68601af12914dfef67a9f580f80d70c4578ad9df98a6b4496bc3a1003dec762a27f0ae71afe2c9e8fd41ad715bdb310722c8fc092563599 SHA512 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 -DIST objc-foundation-0.1.1.crate 9063 BLAKE2B 876dd217b612278a522f2d08434537d468f8b0fd1efb0e58d0b58216e20f7f9fc80a5ff034ea25d9216d4d53b2d65552684ae5d5212f18d758c7937c91742a84 SHA512 976dcab4e62ad1c387a81723d70b969fb7d332e1f7dbeb2ea9a26c62fa999d91ff6d8f737ac5725a7611334862df16fa8b15765c036d7acfc3e42a745d051f34 -DIST objc_id-0.1.1.crate 3258 BLAKE2B 9a74fc17235ffdd7987c2735a7a9d136376fd13355f0561b4ecf234784aed077d1ab5aa11c1a82fcee7d47d4d36e471ca4ba3e5bb725a2ed0049a5565967326f SHA512 ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 -DIST once_cell-1.20.3.crate 33456 BLAKE2B b16081751a1b6649d0235fe9cef3fd0a9023d4f6980521933e4a411282458050ca27c1a8aa01d5237d424fa279219b5713da21d8900eccc3100d19c37d24b7a2 SHA512 3ede903f232d6ced73aa74c6b2e2ec306012517eac684db253913df4656515d087d1aff9f437a58fdeecb77cedf8a5960d6772d72bf1f1f19f1ce3fe54bc72dd -DIST once_cell-1.21.3.crate 34534 BLAKE2B 3578aaef305cad2fdffdc40c392775a3540bfab3f3aeafd22466d9507bf8346b9fcc200929d48525b051070c0aaa423ecbcaa12868b34dca007991effb224166 SHA512 32a87506c6f4598f3ca2c88556014ef2093d5db9a08602335e847caa537a866492fa74c894e7e1da2e4289a1d3dbffcb90a9e37a4a1453203832f434b8206990 -DIST once_cell_polyfill-1.70.1.crate 7510 BLAKE2B ca89c64ea6ed6037bbeef0a362b047073c33df36d1ad823ebd4ffec6f035111650f8fb3f90948af33a2ced71f925b234877dd9f539c1f9db65b6519dccfa86f8 SHA512 3b75e153221eb045708a864b2e27c0b115dfc07373dd7db166050262f3aa9afe8f9b0742c770e06c2c1939fcb45f690c6e8b480bf527bd8e050d748710fc1343 -DIST once_cell_polyfill-1.70.2.crate 7448 BLAKE2B 5a90f8eeff25a555987b84b9800f9e0b2aa94fb4827f76678ef45d344c4baeae5a079a288fd02a570d0f0099e9b2842d32dd206dbd609212496e77ede47a4d21 SHA512 9e0d07bcd40e4a5c271646d6fce71677acbfa4439b4e818bb4df823eb31eff976ba78239e3a7e0ad21e80ea8d0d3af3e74a7d0a0a55b308d4c777b9b5e1ef8ad -DIST oo7-0.3.3.crate 48134 BLAKE2B 005b16858c152251f156681d2d52106aa0016de6988e369cb8463d3bf7f7bbeb5c5b0aaf6dcd8469d56961a623dd56ffc88583b9859d8d0604b804d670c44a63 SHA512 864893cd4e0772cc428781a9c42d4e199c506aee97cbef1a484411d10da6b84f7243edc90fa0829faf6185325af067e3c0db60786861d633915d04bf8db76900 -DIST oo7-0.4.3.crate 51753 BLAKE2B f2776dd00db397ffebf14ab8d7f1f79f63fb229b3f9d1c322081c3ea5986cf5e2aac281546196b22861b97b0a7d2b45776d1ac684aaa509f98fca92ea6387d55 SHA512 a0eb1fa6f0227436fc3d55d27893c946819b79c848245f3849424dd0ce1681094539d69cb206cf29f18400a37c18b68ed2f8c376a90802b7d8b6e518636d2ed8 -DIST oo7-0.5.0.crate 54672 BLAKE2B eeb329592122106663959f0d4510541f6f20fb447bdfea912b765e2e3e113e6278a8a7d91837ce3878c63cd23a57d763e39322a0e97c39d16dcd35d9fbeaf749 SHA512 283b1feddc9866a74a9eab409844acf8ebacd59c0e2c855bb53fff824f29649849c9ee2099a68155e49a478b5323ad340665a653df3db906787dd4c4a68065b9 -DIST ordered-stream-0.2.0.crate 19077 BLAKE2B 581285d32136bb9c2134f405c5a2d67c952a36eb3613912be029f2826b847919188e1b479506b46f20e0b63d371f476b99d9e7e1ee8d47ddef7b4f48451b0e3e SHA512 99976f90637f0daedeae05d4270d33bc03fad1c06a85bcf2cd7140b149f76c7560d5e60becf05a633a62dc82f7f65900eb8f510c62aea4e630b78c45dc76d83e -DIST pango-0.20.9.crate 49656 BLAKE2B 857f5178be682939d1d918089c7d2910a2ecf3a4319424e3757588aaa9388f607d876f33937c6bef6462643d21f5723e6500a95edb32b76c6d928b909249b431 SHA512 8b56caa6fec5a58429f296be8798a2dd6094b18f4c87110c354cf9297e1199788e8c460116ac7d01ed673545313a458a0f7c89f10856e0729038555ccf19e285 -DIST pango-0.21.1.crate 49650 BLAKE2B 9500e2da51f2145507d98ff2a515ae1e6210e2ffdc0a71ec1703429d6591080d81d2c8ddbab7ef934880c46cbd56917597e4c16727cf554c474f206ea6ce057d SHA512 a4d781f22beb6e734e47ac972781c7c7bad71cce173a0837466ab0478250f8782b5f7d58882004e0a826431d70cff7a79fff65dab56667752998b2595d3c9f0a -DIST pango-0.21.5.crate 50279 BLAKE2B 0d29d688f8110221858317b0b4c5a45699e4ed56b4e29553efcd8af6751f402a4d1cd2fa39124f43a4f6587b1c8664ed0149c4ba61ba2e1a67cfe34f91d397d2 SHA512 60b30d3982c3a832ffec66d17c822f984b2cb2fd5dbc1191b8742021bba3d97b1c0c8b96108c21822d20fd2d230e5a6b9ee0d308c4b7bd743cc17aa5eb5272c8 -DIST pango-sys-0.20.9.crate 28371 BLAKE2B be2dc7ab0cce8fe0840bf9d13474e7fd6abf5abfc3587a3f7d767688bedabec9f52ef904f4f8cbd9cafd60d176004415223904af1d43cc997cb329b914b33499 SHA512 01bca837d7569e3385e9f2020f20b96eb041e414b670d66a60d89842d9453108fa99f021b1a3d195453bf5a75384683bd2d48feada370d1819ccba87c10d589f -DIST pango-sys-0.21.1.crate 29211 BLAKE2B 7bde0b675b3a639e4dce5abc2aaff803e40939bc703057cabfef8a29ecbecf9cd1a79ab2121947d4219c5f5fa2c8f929433eeaf66e729bee19c61e7056c904d8 SHA512 b4b96c2eda8bb99f00b595e3de292bc4bbaafc022777a5ca506f629d55b666ebe63b94602d6e4076584a7f3cb4b8b704381dc129901f13fa1537e9d8db035e6c -DIST pango-sys-0.21.5.crate 28298 BLAKE2B 6437ddacc0b6dec5a636860ee494f5d15d75c70cbc00d7fb38e4fff67f8171656db3fd3a558bc2d29653afab4f970ef0036a10f4dc29962d7679967f9ff6331a SHA512 9c2b5b9573af8e0871f89e86a0c476b1cfd7b86a4f50ebd4f672d4e02e80654bec03992b71523a9503b039833a526b31fd1633f80dca32654c614d3550025c33 -DIST papers-48.5.tar.xz 4585512 BLAKE2B 2daa2141f67018728ade842fffea93f26e2777719659a533675b97b638c4e328526ff4728138248e094c20c7321ecadb4cc412028d48c2240bbd132878740e9c SHA512 c8efd0140f5e83feb0e37ffa8be3fc0c5cf37a38f6652a5268afc5dfc5f8fbda3d00960acdd0aa06afb60affb5ad657b11feaeabac3f22e121d6aa282ad8f40f -DIST papers-49.6.tar.xz 4501488 BLAKE2B 1d0969e5cdc53a7256677545bec72f9107d434d247d8bf4bde2ecd3fdfb4ad1fc3b244093d9c8a9f35ea9e18ea1a9737ed6269fe5fbeef5b7e2fd09fd1aeaaa6 SHA512 47d4564e389059331c89ddbf66acfc2af7706b638a90a3579eaa2ee286238f5627344a5712493be22a32e8095f670bb6f931b6dc916a7a3567dd55a5395329ef -DIST papers-50.2.tar.xz 4581560 BLAKE2B 16a646c29bc1cb709d43ade0842352b6b516cf724b1b2efe51dde72f271b410e763646c60e1217fe172c513328fdb3c517043150ed3d19d6da896c5b57aa8ca3 SHA512 f1edefcd39142628c94c2a39086788e2327bc8a2a64976488523f63bb13407681d3f175c2834a0f2a49b88f96b73a01b33da1bf019e58991771cfe564b89ccfe -DIST parking-2.2.1.crate 10685 BLAKE2B 3af8020bc27ea921d6023c14f20545f70a5a5a5a216d5f97458d76d3bfc8d9de937f3c92668d31a79de85ce08ed0236d440c64ca1e4fe0a7748f412b941c052b SHA512 2e49137b59000f0467aa9ee0648d53e06cd2b8319d6ea28bf04c621b873469739a34186840b02f08d770d109cca26e161b3de3e4341dd729701885307a6a8177 -DIST pbkdf2-0.12.2.crate 13906 BLAKE2B 062731ec8623719543e497dbfc23b909c8cc62a521ba927f5cb628290c1b3898a0b6ca7677d733b2eb0c563d7af4018981f4ae533b5b3a23c312ce98119eae6c SHA512 5360a661db8ef11586badfa2623dc409e34f3e2f79254cebcb5fb68bfb20c3be47def7bbb16f7779facb42a92bb789cf0e71947d1c4c6f5b1ecb8d358f6b41ef -DIST percent-encoding-2.3.2.crate 11583 BLAKE2B 58925243b23a6a1decc3d92c4ce17d06af5206844ad283b49e69e523ac0db2c36c3f4407af4104ab92c029c2581c228bdf416a054a2531191a9e912448ba4408 SHA512 495b4aac88a7a46420811671d6bd82817e4eb2fe51d5068d11c5b50d0d927895d54c855cb07d4f4ad5a2d42b22f9419ad0183c14781dbfa240804fd49761035a -DIST pin-project-lite-0.2.16.crate 30504 BLAKE2B efd0b426fcc6ea8852bce499fac61f9755a11c6a2999cbec514f093ba7b3f94b1f2d437ee9abb243e31f3838ac1c74491a212851d7798eb249e209b35e015332 SHA512 971adfe54cfed304647fd944c1c915e78b37eaf0de3a582fb984a5e91f1b7d4db2cf0f53a9a64b64427062d4b41c0a36baddef782411a76ae3be0f8ca45f0718 -DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 -DIST piper-0.2.4.crate 15950 BLAKE2B 265ee8a57029e6ffa6532dda8e4da94a288504b658fceca9426d2c13086255cfe5a1013b58dd02e029ac658b6bfc8ff59b88458fa620a41e0203413b78b7ce1b SHA512 88c6fd8d1118b37b77217fae004e47c01db8f95b9b925f1302c0577971a8a9f239b4ac07ccbec924d8912cc47ccfd88eb2045cc607b5fef3fbaf496d24ef7df4 -DIST pkg-config-0.3.31.crate 20880 BLAKE2B ab7676e810751f89639b60ae70bdebe1d57edc76319f83077c3680049a701a26e72e8cc485fe77cdc4346fe3571d32c59e7384c8c86fef17e00d7d81df5daf43 SHA512 ac3e8062ee8831a4e4fc717b5247dc7f113da7bf6d64ec95cbca7875959a2afa1497bf81d9dfc27206b5fb10027a2509d51dd9ca1c10139d7b4c78128864fdf4 -DIST pkg-config-0.3.32.crate 21370 BLAKE2B 74ded191f066bc223739b3d4afec58f23de57566e7604e3dd62001d9a095a7b6a3633fdb01fdc46960c8134a694d6bf097d9ecec62b38c4f14acafbbabd6e893 SHA512 59569110185fa665f76a13e884a67ad1578c55246abacfc18cb9f037b2d2d9ec3f2078a3adfe5cc82a451892c9ad55f918ee01362a741f57dc9ff6846a4e32e5 -DIST png-0.17.16.crate 117975 BLAKE2B fce8a5b8e28fe800796161bacfc008e86076b920100beebbb7bc9f0608f13917cf6c12de363c84e1eea1eeb90d095211a46ac2926e410133ef33c3d4ab0c79fa SHA512 fd9130d8d91fe40724f4065748bf1a6175de0b7e8df521939f169000933dadd0815bed0f95c00d12bf5ad341469983ea97be427392a85b82c232473ea753b6ba -DIST png-0.18.0.crate 118041 BLAKE2B 982dd2e5014b6fe8a753aa2c299b9ba604bfab77803f0253fa54a8f4f1f063109741ae7b4b209e5086fe384e258604b64654800fe6b306c4a6a5c218c1fd03bd SHA512 8e19c4461862695146f412e2a72fa887e9368d20db892ed8a3b4fbd67a00bf1c635b4e4716ab7741b8b6a537b24087345c39853ad75558a1400f2bcc13d481df -DIST polling-3.10.0.crate 60095 BLAKE2B 993185f13780e82b84770ba0efd81c2dfdea4878baf162f0f7150c436caeb8a0c019e53c96235cc24f64ca66a71967d230d650829175c7eeaacd1021a271b30b SHA512 738963e58339a014eecd5d1b1f1a71ada62a9dd32c2b55d8cac8d04c309d180c34fae51c17fc4e2a12c0844787a93872ceeff30bf95dcdb9a296bf29bc280c53 -DIST polling-3.11.0.crate 59387 BLAKE2B 4e7823d14c46f87d5faf31b98c76820b49235fd2601e62e1f8275907b4a489d2c4f7d50ce8da5688836528a1052c6758c4ddb58cb4d46807a6fe4c3d07fd1459 SHA512 77f98b9f9ddb34e8fdc052c3b05782a645deea5b1abf38d804c0ede44c649bbc2a106f157a767064aa5a63737f900c98867d5571a66b03ca72a7abd686633db7 -DIST polling-3.7.4.crate 58239 BLAKE2B 4d42d4112693a14938aa40692674ea1d791ec251ba864d4820b7f884fa859bb8e285f997150974a1b09fba0be1f0f77b196376aeab02295e4f433705a105fbe7 SHA512 0a137aed396f9b6a34a69ceb043a355efbdbb6674d36664e767516b2555b51ca494b74cbfafd530ba2f9b48eb7ffa55ae1bbfe7b1e8ce7745d41600709a5d324 -DIST portable-atomic-1.11.1.crate 185506 BLAKE2B 953bb1f2059dc1d891305eb89945f1f6a172fa50972725aee499de72b5dd9b4ad8ccefe4e891183ff8e6b64f4d1bb45ec33b06e0f5af34c940f817b290f746d9 SHA512 4c037ae0b4aef43077bdbf803389bc078d963f20d023e2e1d339a54f67fa9b27c174e7c1b6eca8881ecf301e30c431632d2c0dcedfb5b19552892fac0f81e2e1 -DIST portable-atomic-1.13.0.crate 195086 BLAKE2B 232b1d78c459067819dd6662ed14d4aaa1bb8157cafdeb8a61b4726ecda05068350a6e53158d2eb321cea544c688e0b3d5ac05aea77f8259ee342430c91b01e6 SHA512 1eae32e2f45a3ab92a7aaa4914995927d99b7ae4c9d4e5bc817436a06583298a1557a94b4857649356d82178125493e6c5030750b5a489c3c4e6fc3f8d501bd7 -DIST portable-atomic-util-0.2.4.crate 47043 BLAKE2B 6a8e122bb2b9eb8262e9eb790f336dbb602f6c086f8ac025740c043170360d5474af578b3842b06ec51535535de3f4d1b6753ec54a6871dd0396f5c1012b0bd4 SHA512 f2266e78576181123aaf68e7b5d3523a368fa8136d447bac68a08d65c7051dea677cea84491a1a03b9decb4704b2f9392574d68dda9427092a2ac92cfa0affe8 -DIST potential_utf-0.1.3.crate 9698 BLAKE2B 16efbc71ed6516cf52a361118323e26a61af776378382f1ad73121f526484c0df2e915c847ab0bc487ad1e661f839599a0e8c66faae8da9f9e589209e03c1778 SHA512 8f5de5763b073b7869c2a9e5336f0bfaeb45407cb0f4c62a16319ecdf308c8490bceb8bb7c386bfcf700d145d52d591135a288f069b4c64b06d9aaf348316a8e -DIST potential_utf-0.1.4.crate 9514 BLAKE2B 97979688c9a93a05c29a9a55ac0a37e704eb4623d5890562cdc1c797cbf3e73aacdc6251d47151ac0874ec6d1eefbca8173630f20de3c44fea254be90819e027 SHA512 a8e36c596d7fcc3f13a80457a07da5ff0fda62954efeae3c2aa477bb32465b20fabcaec269929af666030415343a2c94d86db26f9f9bb5e2e2b151581f0e6022 -DIST ppv-lite86-0.2.20.crate 22478 BLAKE2B 9d68dc36d8148047d571c0147ed29f586f3c6ac9394b56bd955c8ae5bb18f5a8da5369809f7b8c3199074e23660325158c32c62e1bf69a16cb1f5da2a01f5df0 SHA512 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1 -DIST ppv-lite86-0.2.21.crate 22522 BLAKE2B 150b2ae019f296dc0a15090bcabcf4981bc58159d592b07da729565ef8976e3d1b4416381c6ecaac77874d8e259995254255c8831861ac20922b810753128cd4 SHA512 94710d5b25b67539cfa828476367849e1ecaca744f2e0429b48c05b47ec48cd57f950fb9845a361fbfd96f361ac00fd2d47cc27c584b79ce3d9d8fc133f5b7bc -DIST proc-macro-crate-3.2.0.crate 11164 BLAKE2B dba3e1f4e38f427df72794ad891746fbb8c24239cf06b076e75ab6795a7e8c9abf25ae0f40379e07a696827156e7a3780ae242da7e5442cf1224d058f54b83a6 SHA512 41479ec5e414a8b05dffaa0ece21122387d5165a54e60d8ee3502f8a3c0a2ac0247f56996f933d5d77f1efe41a56bffe16874e8c6a34b66100cf047e4b760863 -DIST proc-macro-crate-3.3.0.crate 12432 BLAKE2B 79892f0f9907beefa62e715773fda97e606ef70f905a072758f44b685c63a1c3aba40548f5f63cde1fba7f3882701d763dd6246a500c26e7e3e41c351c89fc91 SHA512 c16c0227336375106f655c50006a2ceee151c7bbd0a9c7a06fe7912c3370b0c3a7e4076fc8977b400c63433dcc3f7fbd96912a5a6a83148d93df82ced484ee20 -DIST proc-macro-crate-3.4.0.crate 12690 BLAKE2B d65a1be2058cbbd5458870153bd2758be63aa900f4daf012b7c527ecda915c6589f4778b4a5140b6c1a77e3bf1b954e0146de0ed6332ff12d3b9821640534d35 SHA512 bcfa9550d1938f2d92c3fce823cb7fa088c16b43a430962028df77682acd5227e7195042379a843007cf5b71b2d53a2dde649c89b92a1b87d982acbc088d78ad -DIST proc-macro2-1.0.101.crate 53886 BLAKE2B db566c4fb6a197e0aa45cc074310853eaa24ceeafe9fb91f2014ba47cf6b1cbc34e4e9391456c946587540c8e270e1a37f5195cf03bd15ea5d4f171bba9772db SHA512 3171c807d24371da2931f9c706fb3129bb9bf3ac40418e5d14cfc372baf96e5fee9ede72091163858e3ba0b4f88594efa1031b0bb7128ca68e7b847dead6856c -DIST proc-macro2-1.0.106.crate 59765 BLAKE2B 87f95795621c4c992c370dc3a1240a2d5580e3362356525efe640f8f26ad0492b3c88755d575c080ff7db11376b0d82f31141bf6f86c895249b85e46c081220f SHA512 b726e2c92af434bfa88cd4f53c3fe6db647503567675fb439890dee3d15f5111137e3242b28d164114ce081c10acf3fd11950753ddb349190c87ee04e7d97744 -DIST proc-macro2-1.0.93.crate 52388 BLAKE2B dae4493215b88f68cc485bc0ae80f0a48ebad68e0260839b1c367832d1ab778197bf040647b3fe36cfe9d5f7a496e05cd71b5914f531eb129c2d458d5f0be896 SHA512 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c -DIST pxfm-0.1.27.crate 879919 BLAKE2B b1f762b59dbdadebb9d7ff8dae1539fd25f82b68eb933a511470fb3457558324d95cd31454fe75ffeec999e0d4aaee956d168eb667d0103b0ef306f0458158c7 SHA512 069bb2e619f9eade1eb2204756e65deeb1a053a51950473bfef0cfbb0449a28d7b2c9dc2a806693e627a9298e1f158ce77927597afa69c6d796ad591e4c46457 -DIST quote-1.0.38.crate 31252 BLAKE2B a3836efbe5c21dec70c684002b47b8fc7cef643c82ee903b537a48bc0707a28106c4b33d98e60ff81e04c7520f7404b1dc4d49446e8d91dded517e476c36e1c2 SHA512 530c47c5e6372b508bf5b2b88a138408a7afa5ef52c47280ed20eccf39f8e97dfc1e0a18c1bd5472efcdc49a7a1e69566333a0a1b4c0b4f0e11e6a7a85bfe8af -DIST quote-1.0.40.crate 31063 BLAKE2B 09036ff3e5ebbd775c466bb936de91d4c070481eb4b98c62a4cddcda57cd7b67d63f979b321f6ec64aabee3f5da6c28e7a3efb83f4647768ba578f1bd0bd0bdb SHA512 45a76e22a2b0bec47e4ba73c3b73cc41d821dfcce9876134c5d8eed514da214aee4ce7612e372c8709f888c0d8b9b7e5442f27adb7a59f3571f0339ed7e2ac99 -DIST quote-1.0.44.crate 31629 BLAKE2B 6e34e4121b7a37fd7492fc22d652c44ff90b8b3391b5cfa320a606871a43a4494beca15c1d4416c342bf511adb6442afa5513821514c52376175e2f8a98b7293 SHA512 6c1e9b31e0c8bd13cd865e6846dc243d88f2c057adeb8e674117bdcb46947219a6a352a6a50be1132c483f55331e6556275ac514513dbf017825c64e5d96010d -DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad -DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 -DIST rand-0.9.2.crate 99930 BLAKE2B 4440c21211e3c09daf8797de5ae1c7c461ead207456ad0a0405c6da266de51427dbd68090c461f1a349a04064e4bdba8151656e2e9f7c17be1f4aaeec1e26f3a SHA512 91faee823d9a3b109135182b9566e6327881736359c9d68358ad7dc78eac1e845c553820e2450ca481cae1e0969ec6566e72f7f9233251b1f9133449306f2965 -DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 -DIST rand_chacha-0.9.0.crate 18258 BLAKE2B aa0efd158877a116b2587177f2da84832ba8153b629aaf8181ca7622bc8ea624b5a5d205d1b745caafaad78d5a55aa08a4f35822b8925acdf7d1212baf62abeb SHA512 f62a7bb067ff984049c96cddccc841cd9931daeb5b25bb69f056bfe577f62b1b35c08f2bb5028590eefa04a9369beead4e6b03607eec97256e0383b20542af96 -DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 -DIST rand_core-0.9.3.crate 24543 BLAKE2B d611130e240dffaff33f8384f13a008af93254b1530bbbd2369057ca33f295c7037178010efe76e4d7bf18e36003f843409fabec060c8c78077cba00772e66f9 SHA512 6e8e4067dbf5853c55b0ed38293b6bc6bdecbdd31bb9d624609b0222f706f5b29281ffd5fffd5c316367ba5b22c29e5282c61de3738344798ce0f9cf9cf2ce19 -DIST rand_core-0.9.5.crate 24129 BLAKE2B b259f980ad82cce5d7871d7d72adceccdf75348c9adc628308cede24b603df4c1978fcb9976574d99d1024207bd496df6359a998f7a6f1b235d3f16fd8556252 SHA512 0ae54e2fdc0fa8f6a2dd46fe29de26ac397b9f5c805424b3d06e467cf1d09762d66c7eb07ada74adb64ced326f15d4f415e665979d5de2b3f8e8cc1196547c56 -DIST regex-1.11.1.crate 254170 BLAKE2B 5cf41012fc2ba8a006c0eb4a922cbbf1614bf300be361c9e2d98956a9a5e9b140e37bea09132fab7bfb633d4439158723624bcf45e8c619c4061b399253c1b82 SHA512 d065f6dc405771518260425f39a5eaaf8cab62e78c91ceed3b3994a9a121674d2484cadaaf816bdad89c87a40550d57b66a3d9de6618a7119a658301ce7e67d8 -DIST regex-1.11.2.crate 166265 BLAKE2B 1ad50e6aa5d116e9aee28f8fb74ff1c981e62a31290441a62103a1f9827d1ce3b8f48dabf154dfa33441e57cc26d0fff95f2d27c05bf5c00f0820e22c584ccc4 SHA512 b1cd7de6128d2dd6dea6c367fd95d6eb10bdd4323d0750fa869d02a544e6e18222fdf369a2b29e991182d0374f75eb85b6fde70bb17df4bfb5d47efa46d7c0ae -DIST regex-1.12.2.crate 163843 BLAKE2B 4e36124886e35c2e06ecf3310c32f45bb80fff978a99509abd7d7eb6378f81123819470c227d5c234fd6e3bc7a8e7baa331ee0ed3137f9256c76cb32413ecb7f SHA512 c459657944679350369462c3c7686dcdf412597f75bc13c450a131bfceebfe2cd1e1d7f95f0f55b4aa16bfc1acb5c777f344fcfd6a5927aa76b8a2d7aa954d3c -DIST regex-automata-0.4.10.crate 622754 BLAKE2B b36be10f1393d69e37a64d203eab6304bb9883956136eb401c38f47c28e09614396af984cf076b54b8f55cf6b77d2aea166fd44afe6f25a994aaf0cf9e28fc4d SHA512 b234ac580c5b9c8777b8c519d53f95c5907c2032c5c581f2a63d6be4e55389df784d4db14ce3c3be2c3eef83804b8ed4a8709ad8aa9c4c4285e2e622989bb356 -DIST regex-automata-0.4.13.crate 625250 BLAKE2B e8682eff5df93737430a783cd913265dd45a9692fc4623a956557cd7d6553f34eff731f6f3ec5fed5c0dc6b7f8f31236203ad9f459a998fede053d990d9faea6 SHA512 f76939dc573a88d17b4cf37fedfcdf95202171ca8607374a5c2bcdc515abd1ef9231376175c6cf11cc567eddda34e0c5f90ed1c592f2c5efbd1dee883954a932 -DIST regex-automata-0.4.9.crate 618525 BLAKE2B ee3fc41c8c445be4c1aa3e5b19a3e61efd641b1a24e7a1ed55f837c1fba9c816272cb4645c13232b66b170bc7c413802928beb22e3891500141ad4ede65b60b0 SHA512 40bde0ec91cc27bc0c3fa237a37ecee5a1f023dbe006a999c5888f8f578ee2c4c64d9edfe1827546cea8e92ca3c10f8b4d494d81f3d0422b40d90bca9cf598d2 -DIST regex-syntax-0.8.5.crate 357541 BLAKE2B fc6d125f7a8574c37d81c75cbfd447cbcff736f2d9991b19814ffc1a414ebc5b76e84fb8fd36c983b38e8e391d165cdd9047832b0d9100f0e1ba7085484b7db5 SHA512 549d8d130fea9ec0d5806126f57f31d433f50e9328c5532ad417c44bb5488ec0d20acb0983dbe54dabaa0b453cbea4533cf7baac7144df119e8f78dfe55c5ab8 -DIST regex-syntax-0.8.6.crate 358808 BLAKE2B 01d09ab5cbd0b8e0a875060cf3113e64552496a64b08f24988f5b88824f40fe3bebe4ae7ca3facead9079f9f49e964d745bcc691e6e65ef7795e2a9911d20007 SHA512 251239eec7e34b9eb0033521d64831a25da710dc388632168ad66d5f5de052674c63c4aacf23f7ebbafc6a5403eab009b7bb2cc05c11c41cb427bf3ae4f20e47 -DIST regex-syntax-0.8.8.crate 359141 BLAKE2B db4a6a76dfd7d2619fffb7fddd8a82411afad16bc8b1a8501628e872c9b3e0a4fe71947a135900442590b944a623c5e9253e36bab865703bd5b5150aa2a65e51 SHA512 337ca84af81f2c5cd7d213e3ad96a1facba2917f135c4c1ef03571160d24e4ae47186ad07e421a7a4ff0baadbe95d34365e69400f3c36ef39ebeb3e7c14224e4 -DIST robust-1.2.0.crate 476487 BLAKE2B 0bd44b91c26969f41dacba1748c71ae3dcc90df354797034f1cbb18e386ffeaa1031504f9a1f2d14116879fa0fe2313779ed14d64ea9ce3b9b88d0134d723ae3 SHA512 6bf29b9da7b9510169bc6a30dc429efe46c22ddb0063d4627a3063bee4cb2f47ed96b754eab60bdf3c337875f26bee8c039496687fabaa6c753fee3739301536 -DIST rstar-0.12.2.crate 43756 BLAKE2B bc2519c0ee5e717eb67ff607b9bf3a320e9d679f1f3b124d319e23cbadda1ee24d0932c86ed7105f99a0611222f155149df57079b8fca49a04a769d6751432d3 SHA512 498e42bb658a40d5d8af5360cf01147bd8f369154b7eddaf30047200cdadcc27e48f20e25e7bacc04f2a2502f899349fab65ef7f3bd5f6d0a97e6d2e75deb97a -DIST rustc_version-0.4.1.crate 12245 BLAKE2B 0ed627c560d88e5ade830cc5f72c62f6ba88be3e30d0f8db34761fcd0b284e5b2fc063c240149aabdfb12c8410ecdbe50cb10a3544500b5a020f95a31cd6709c SHA512 7aa8a487ca7411b6d23cae62f7568fa3474a7b1fd1589621071be3428a550ed3b7c4ad68277a8f86849e5900397d7d0e9d678f5d423742a045dc7c660fa6c598 -DIST rustix-0.38.44.crate 379347 BLAKE2B 780efaa7c9e7fb78782c552345ead692e4dc87a6e68fe9c972097ed4ef9066b54633c565d4f1b4752e08a1ceceef15ed5d8c11286c7cf17d971648ac5f9d399f SHA512 b7e66a27c9188eff307aa9912852706f686864852a97af0696ac5fc5dccdf2e4d22a69266fa74ac71aa123e2831f24b898b7ee9121850d65cfb56e12bd647d8f -DIST rustix-1.0.8.crate 416688 BLAKE2B 20e09bbc33ca3d7da2e30c30e1e1bcd7a7868e8edd3c8aa1f4bc37fc5ee499da3cd25f548993ccffb926f39abeb8d207ea419cc764f07ff108d8e40050514e4d SHA512 23e98aaeb57688afd2bb78b4943eca542a800ec98ccbb63e544ed00f83dde5e25e6fd22c9f7a903d95d74818b30b080e50f8a3cc5aa16cd879e4a0132d9d4d7d -DIST rustix-1.1.3.crate 423447 BLAKE2B 0148cc9c0941d416c7ec0b47685210e898ac4fb5ab91e2fb7489aaedfafdd266965ac494c14706c48f7f323e4e7719001744c25697c046f8c8013c080c2fab53 SHA512 00f22451577b2b0cd789a651e6317c26ab1760f92df1283f23aef97703e75e61147a10143f85130f4c82487711d8cf439ccb1ac8b17167e00ca64c210a8a65c6 -DIST rustversion-1.0.22.crate 21096 BLAKE2B cdf773cda21ebde50da897c0af0e4af14660ce953d3037054a99d8adc3db2dc6e30a57201a45676abfb183c62016a68069848e7537f711b1752339d194b0a378 SHA512 7929352df3e5279ac88cebb26ca89bb13c755f46986d2d1f514d18a3239a63638bf64f8ff153920569d173185d988d692ee676335afba0bf72d47f71babe0e15 -DIST semver-1.0.25.crate 31291 BLAKE2B 725a2e1710936fcd759f4eba3f6dcce71dede5027591d06f731e05d162e41c3f4491415cabc9c46c6da18e668dbffd9ff67d1c2559b429459813310b3d2cb293 SHA512 82b66a040a155ea2714a7b014840d55bb4c01fd4862b58519e5adaa5651343048e1f1b86213470cfe919290664de46ee548680bad93e9969fc44ed227c545374 -DIST semver-1.0.26.crate 31303 BLAKE2B f99e282e2bc7844a451a4f600308840c4a96dfe032fad6e897e9ce66c8b5ee44ace8f94f93dc50a53792c8c485fa81dfa5477255c211017f06937212d9473dca SHA512 2d2c5edd771b67a9e32664255cc4c4eea8c9a6a4ab08a8ed968a493db70774b393ae98e20be0a87ff60149b7c142a01acc0ace28205b41b39320d63fd5dc6155 -DIST semver-1.0.27.crate 30081 BLAKE2B 760cd2994baba2ab8d63656b39f281304b309152cb3c576a0cf31ebf57294bdb6a10ad73e61f974688b0dd80490e0f4da004f3396cb6988bc90af8eee0961ed9 SHA512 8492a2ce5adf32cf6183d03509766f169b323a9376b061c9659a8752f69de5f45f7c64f474fa907fd9261fe3e9a7691a39c8a603d0c2e8d9484f5946bc27d78c -DIST serde-1.0.218.crate 78968 BLAKE2B af7f366a1aaaeb9b5f6f22e7398a30ea486aa3391ccab9a11435d45f7eba10796ce671556b771dbfd8b914563949c54b4a4f14fe447a549e879636339fa8f128 SHA512 35ffd8556287fa270beb90539c1641912d8fb233c53c4017f1f65a483b2dc340385458b9a869b7142b4d514bcc87c25e69c9370b3867e463be887bdebd19ead8 -DIST serde-1.0.219.crate 78983 BLAKE2B 7e9542a04c7f1aeff95b821245034368ff1721d98d7138bb1e0a99cdd6436dc37d69606308834fd33daaea3a1792409b3b2305b802433fa1d155816c55ca2a7d SHA512 0d3fe9a47af027d0d79499e60d940661dba6e29e8f0ce47d0db2ab722030d255aff637248af6f893a9c4224239733db09ffcdc6e1923a7177bfae55c98ebe769 -DIST serde-1.0.228.crate 83652 BLAKE2B d1909d671ea6d5c2eb4ce34ee4493ecaf665d416111b4cac754b5d33b85f916296110bae7aa961efd987a2ceb4a31ba645752ce99dd28dedb9f1eecdd4d7b1b2 SHA512 9b645d6214203533b303fc5e88ad4f7686c22df084878d18a0209a92304a340fcb62fdde88a7080cf7a7348d47b9b363885c4e1da90dba08cc99ff620f375e97 -DIST serde_core-1.0.228.crate 63111 BLAKE2B 8a64e4627ad21a3d16dd37d53fb809d11171bf337ec16bb1223075cbf81b6b85cd1c8d19abadf42460d0fbea323e2f351eeb6ef823389d519121b74e68edb215 SHA512 43897e3a7ebdc85d81d1cb30cda8f0a11610f6f551529c8a21462c24fb83110652b462846aa3e1bed5fbf8b5d7927018845a524ee9e079e2c8acf2c687efd6c4 -DIST serde_derive-1.0.218.crate 57782 BLAKE2B b2244847b41f1aa396352bcea886d6a28d13ede23ae6ceb813143849cc107b3fe0cf054687d9f35bbb9db4e95c619422d9710532fcfffff291280cbe3649a433 SHA512 e89c076b0aa22ad74010f5b6a60397b9b78b59ca50a9660b29ceb1fd608cab820c47e787e450da306062c0cea1ade7142a7d4626a77aa0ae486096c130442cde -DIST serde_derive-1.0.219.crate 57798 BLAKE2B 071f02019f829a2753769ce915d11df8f0d202ca67314fe83b42e1f1f3d07bc91b7e7c38fe498a0513714f80d3a3dbf2b447b1f85762de06dd021119801afa89 SHA512 1676bbf09e11273705a35c540d52d35d1bba7cdf1f347d40a364d7ae9269167f9f0f62ff4fa384aaa613c83e432a8eb3c016587ea643bb11434c00664a5c116b -DIST serde_derive-1.0.228.crate 59605 BLAKE2B 166ee2f9ff9f7a0928d0a65a72db3d9226c377bca2a1771956e8ecd9c7faf0544673c9c21be2a5553e621b55c74c7b958052592a1cf6eb6427a2d4f3e3dc6bb8 SHA512 8bfdfeee10ee7ef0670972aa963ef63b13e8eb2c8a09b9e0b717f92551aa89b3dd2a0dcbae6ccf20a1caece07e6adb18f0db56fdac020e4e0281b0d24e376003 -DIST serde_repr-0.1.19.crate 9997 BLAKE2B 1bfc8e94b8c3cf897813f4749d6a1112c1097c2c257821eb366073a41ac46084a21bdc0ee4e3b99d82444619a894472e24fccb60cbd8a41ab7d5b0469cad7c41 SHA512 678216a62702b3300fef850f10ee60d88f31de1fbeb7300e3fbbdc4e4a9cbc95c6890c8e7b9385223ec837d9504edd53e69b620f80609e54579c0994ed1ab0a1 -DIST serde_repr-0.1.20.crate 12627 BLAKE2B 64aa318e56628fa7d9777f7387e66d122454008fd1f296ed29b4fa7f4ad4c358ad981bf7d093f3e3a5ac8aaeb29a9a62b0c11ed70983d82ab76897dfbacb9394 SHA512 0b47cacfd34f914acd48f443b62247667565b12f2a5bd5b80f6474074e08bb7a3bc85b8711bb3d45e17003c181f3366da6669382cfed6276cfa88b6ea55c3e68 -DIST serde_spanned-0.6.8.crate 9330 BLAKE2B 630bb2cabd74e8d9736e315ac57c4d2c5c4f72264aab35ecc8e0040cb4186885722051a9f7b8a9006fd121fe58428cbb151e5cf541e7de30b6528c84e968f7ac SHA512 2343a2fda35ff57ed8ff7d8eeadd651821fce7e22f91c2d5797c6af7db9e009b7d637382f6f390c17911912865a5aea1ce87a86fbe36f4b6aeccb065a4c8942d -DIST serde_spanned-0.6.9.crate 10210 BLAKE2B 6b3a623aeddbf9b11dfded1a6491e8b629875dab69906797c118c9182f62f45dd77b3d2132f731cce917c60887485edcaaa138894724f2e608b55096ca2f29d0 SHA512 7bea513792e7712d9672d890c0b80df8e212c90b22c6ffbaa290729a0f89d04e3b7a65a8b39b774d2203cbea2515047789de163f93c8839cfba8cc88737ca5f2 -DIST serde_spanned-1.0.4.crate 11032 BLAKE2B 7f3f5297c30c6e90ebb007c4d2e413b15519befb3cd95c9b7dde758887345c774bd8e4595dd8746d0853eaf81134c4fd22c253f1c9b747060b4e7fe0d3913b52 SHA512 41e4b0f25b030a75e7bf39f3c1929d7c34e53a1d9513b614f2bfdeca1fef181c9fd95bd19f70a8cd6c64b0d4538fd8f76f946b76478d42a13ebf8c2a82194ac0 -DIST sha1-0.10.6.crate 13517 BLAKE2B 85ad8dcd237125945f6f9c2d7a48bc9802dfe8398a2bac86ddb96763486092fa18e80a2e69f89cfd6e95599d34d60ced33b26a68cbbe39bf158238a79433584b SHA512 fd37be7e3f1d4b6addd313a36b55215fb70abd21be7831b71de28bd3eb03b7352817d8a7b1a166df002c3a23eadc8224e49edd4a37556c0e5357565305d4128f -DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 -DIST sha2-0.10.9.crate 29271 BLAKE2B 1d614e0efe085cdb40e05726578a9b4ca6bce93f6d3324f5dc0444cb37054912cdaf5d28d468eac2c0046030d920fced2ccd006953b80865ce8a2d43ef3daa81 SHA512 963adeeb4ed8b0e7fc19085e8721ea13e9b3aea5d115ca1b3dbca495ad14810c6450991dd3753807c293c415aaeb1054b8b4124c72e7090cd9e86f09fcbb4f80 -DIST shell-words-1.1.0.crate 9871 BLAKE2B 7923b36f0ba50c17ac4eebfdda34566b615291253b7b41879b3f64b3fc1325e63948d3d44801e40748b11ddd2ab201b81d238af2a2007c7a57d71f5dcd0667f6 SHA512 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 -DIST shell-words-1.1.1.crate 10012 BLAKE2B 293716f6e69d5af09f7261bc6b325231763b8121152875a8072dfc5a2d58f819a2037c29ec2d78778ad4945df9a67ad39bec96528a1f898c6abe0d6609608230 SHA512 f1707928da035ea20333bfbed8fda109ed60b9bacab8ede562939ab96d7bc837ab5874a253fa50fcf8d249272e88662216e0078bb37b670f53d61377e1965ce6 -DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a -DIST signal-hook-registry-1.4.2.crate 18064 BLAKE2B 7274d4c115678eae2640a709bf9d682ce867c1f6295a0c5f49e492f95dd1c457f20b56207a74221df1fd9d744b24c6260e28f705777e3c7d47b7bdd36f1d57fb SHA512 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508 -DIST signal-hook-registry-1.4.6.crate 19277 BLAKE2B 0ae8056e09cd2a036cbbba5d654a480e58a31d3f39e2654e991c03f628e3c755cff692c4bf984f8f033a30085abc9fd2164e4d31e13c5e8115b61deaf83e4886 SHA512 58b60f104bbc529ef5c207c25f1f9805be08a5162c4e4c7ebbec486834eb39882f6be8d6e8b1dc3cf56774ed46aff2cd22dc69fc9c22ef1f2cff6e22878f9fec -DIST signal-hook-registry-1.4.8.crate 21668 BLAKE2B abaed3ca8f07e1631aecaa4bfcc9dea94f2bcd2ab227c9e44d543663392d5e7c7b3beea4d0624ff48637d4fc7544a722ba3d4113d109a77ec1a3b3c0d06580c5 SHA512 6625d842e5040fb15c3a6a03994aabe8b3d0b752773805866858452fb03e5cab2663c89367caa15a34dc0ee7c2b830e302d9be664130c093bdbc17d7b61f045c -DIST simd-adler32-0.3.7.crate 12086 BLAKE2B 8e0ae18603b344fd8a6573cc3fe1f8594ad542619a6e0d6e8f62e356a3a97409f4de3a215d561b8ed0e063ab431d81b63967a5a0b6561c45537a27ee84eaa362 SHA512 2976bb7fa153854ecd0d68ccdc108bf81d5da374839d53ce9dfb27e80d8db258bb817ea3dac73921e408541d75e2797b6d20fa63c42c1e8a935b6d75dee14bac -DIST simd-adler32-0.3.8.crate 17294 BLAKE2B 283af73c690a171593b2c82eea51e8dd5e5711b9718db8207b46835c5469359989fce15067ebc4e3bf1384653d1947dcb30f1d3b9728ea51115a0f8dfe2c373e SHA512 896229a4b8deb0dcf3f62aa4c8d16f9387b88718068ac8fbe0bedaf303e6da7ec58ee0e0b45b5f5ac2698dae4beec11430ab3ee12b7e77bc2fe10e1284937441 -DIST slab-0.4.11.crate 18549 BLAKE2B a4895b6dc87790946621e1d52b5bbdc0fd78db238d9164121a380f298b85be94eb3424405067e3a6d96ef42747680a8b2b5341373bf5733d5a62a4ae383fdd5b SHA512 b2f199651b1d0f0eacca534ac2da714a2e9f642608c4874e7a1440ba7f035d061e117f518c51915f982befa2269da747c9e12e3b0599675e6218cdd8e30bfdcf -DIST slab-0.4.9.crate 17108 BLAKE2B 8e5288c4d00efa915e7be27b55f2204850968624f0d8101c091a357131106bceeea7a63c98007420c12f67893dd2228b15d3f23508108c3a0ceaa605474bc7a9 SHA512 b6b5423ae026472920f7c9a4abe0962314140a36dc562c0a9e3fa60725b2b8b7a8b343110d9d4c0e18fb318b0103e14c0ccbc9ae350d5563a5ac80c35f228c40 -DIST smallvec-1.14.0.crate 35561 BLAKE2B aa8ee61800a6d13eda5acb4e9dc03543160849479a96a72c50ab38013b23e9593a665773b455a09777038edd436d7a35b501f6d4a0e16ff49544be60345a1e50 SHA512 90de38f208f551cdbf4980fda2314dee57d4e2bbf769a01c47bc849189e9243474932052faa92fe0ca59ecc9c5d1ed84091ef87f724343d38ebbbf710ba232be -DIST smallvec-1.15.1.crate 38116 BLAKE2B 8dd779d7726694672945e928399e0459f4973d284a6c2d664c2fc757ebb1177658f47c812d9800e982479cbd7413fd4283c64a4d248ba5cff6397f96b758676e SHA512 c26b097a063353beedfcc921129cd0fb838c1c9420218993a05b2655b47b6ec16f11e0054312018658b4abd893beee140c5d2739401a5e5aea2e64575f237047 -DIST spin-0.9.8.crate 38958 BLAKE2B 8648bf2e48fc618758e3de67f0a493bf3cd22a8d18666164b0d850ed7c0d73650f7b0af783019dd361116bd60c61d24895cdd2c579383cd2700de0e32a23cdae SHA512 b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee -DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 -DIST stable_deref_trait-1.2.1.crate 8186 BLAKE2B 6408959d169d1228c1b0802ef31c850206405f8259168f169aabc91f63683dcdf347ff0e74fb3535ab05d7642889dd2637afbdea389b43b0925e0d6cf441ed67 SHA512 630721d3f8e9f3290efc250c42aba13e2325839e62167a2a611618c18c6aa58c08a53622db61a9aa920284570626b98df26b3c28009cf45b6ce1ec134b9c9f5c -DIST static_assertions-1.1.0.crate 18480 BLAKE2B 358dd5ac413d06f62da0388e2016c5fcb8ec68fd7dceb0dbbcb97665c032b7509b7e083c20701648b6a9174485f117c02682ae4bde7ef037e80a85cdf6a0c86e SHA512 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee -DIST subtle-2.6.1.crate 14562 BLAKE2B 3cf4940b7a01f04715da1057f6a92b1043a6b86ab2ee7f9fee0337b680ff781201d330409460f6f90b3f81bb5fd4b563e17c762c6e824ba3b0af99e4ae7d66bd SHA512 f5946ebd9bcb8776ee3446abcbf4afb3cca5d8bd847cadda87e864333ac7ded537a3efa773e9648adf20ce4add2c1da85172cff88c1e1a3a6cb051401b00c6bd -DIST syn-2.0.106.crate 301514 BLAKE2B 6b28b30ee067c23dc4bd1b38365d14c1700245c974e785173965b0822301966d642b36bdda25210d61f17a99fc71eb81e29a56c89d1649773908bae32778fb1f SHA512 e07e1058770fa3f1039eaf335340cefb597c0dd11bb90fec9fa777ca5815d0e0bb1711bb4db52cac77e205dd68fbe2bce0e1aa9895c2a52a1ea6d7758d13424c -DIST syn-2.0.114.crate 304636 BLAKE2B 88ec8c2a781cf33b9961744166ec8d3acd46e770fc56d2d4353d8d1578bf0b629bbd294db3334379fa8570b7537e26f72872ee18a92b037499bf746eac81cd3e SHA512 42d935971246f1bc605f0d0a960c143dc31c96d27ed5427d3bb2baf46a3871852450a47556cb0eeab1e1333b208ed6fbb3832c1038e91f874680f8c68719d184 -DIST syn-2.0.98.crate 297807 BLAKE2B b17e2bb4f151fba26debb722bda8e8677dcc4f57f0e88bec214f8b06e9b15c48731ca3f63d1453a44f34845c9895b3519008ce6cfb69746486324d7a8e0e0c20 SHA512 792dc70249d55face151b5481b0ebabbd3d290de78cff8b5dad8bee08e5a932ee22e54ca5fc5980e0b218197d19822c3672e02eb92ca74c8ac1328081d4d2cbf -DIST synstructure-0.13.2.crate 18950 BLAKE2B c475f370d901a371262f466dd98e3914dd6f36aa473a33362866c0f781d27b1813233f96b02208f3463a825e8012cab0f8872eed848d9aa0eac88b581a0d261e SHA512 2698f4e80b93f7cf1d8ae97c4c42a7f61e7b7081f7f1bbb94d7f48ab7ae813a666d73c49ba3812cda9155e0138b55cc246fb96e5858e411a8d32bafb3e2b2afb -DIST system-deps-7.0.3.crate 26313 BLAKE2B 3429b765bbe57865f68a76a53562d31492892c4fe6963195002158049d989268f6ea91bf8826c73d762bd4a80506e1b238ae676234004031acce1eee35924026 SHA512 0b941160ef803e1c0545082bc5a1b6556ef9dc11fe1dab5575a0712428701ebf1446504308061f203bf52a9c61f3c9ab020cc238e9be2e3afc20dc047c746779 -DIST system-deps-7.0.5.crate 28669 BLAKE2B c8122363ea1f5465333da194f7781af4555fbcb4acd66f20576621f27a6a3b85575dc545ec0a2005916c1d57192acd7a2b54912228e6042a7db25e1eaca131d6 SHA512 778485d2f66fdaf486b9c76eee8c6552ae38b4547a540377e952218999fc93877af17f977263485a43e28c09fc18c1058d4a4906f32e1371865c14ad1544431f -DIST system-deps-7.0.7.crate 28941 BLAKE2B ce39752794d548f88000e7ae91caa357034f148cd201320d8621f61b1c8d8f657489cb9e463e762c4702d08b0916a81a62e6ce01102524d31a017e06b8ca62cd SHA512 b0118e29cd40aef79e3e143923fd937dbc6fe2c5cec961d728df666a419609e95ee2a4bee5cb3bae9e1e130bd5d5b7651d4907b846ff8a49753264199217d141 -DIST target-lexicon-0.12.16.crate 26488 BLAKE2B e7950e4a302059a1bfc9bc15618a3c1b971a17cffae117a6e8f5f63a0d82fd2bd02680301d15338612d5426d349dd24cfee30ee787a15a7d3187f2a6825e69ce SHA512 092639957c4a0391560b6442b31c47159c04d12e971010f730a6ec9cb5389e4be903ef3d7daa06db95e64dc78b6970731fb647179ebaad2b12e9ed5e9b24da27 -DIST target-lexicon-0.13.2.crate 27923 BLAKE2B 0761f0ffdc23b9c9df86b384d59611c7b8b5e29ff068f03367ad2fe84cfb6d11e1af149b9338236978e9566fedc51387db9f239d2a602db41045ac3db907faec SHA512 d25e3cc3d679cb6b6f24c03e0c24db9d6ca31b8ed42ac9531bd7637557fbba225a6c8ac4f68a8eaf3569195814d599e668a968afbc73b940a77cbc27552cc90a -DIST target-lexicon-0.13.3.crate 28498 BLAKE2B 397315667737abde41949081f8377f704c3a1105790162249a9f0c08b60f012e67d66550e9063d900ac98f5191d13c5ed23d1a8045f99373e7a673a3cfc029e7 SHA512 23422df6edb2a8cb0a9f048864faf76ccb27d6e97fbed7b208b77206941b196f155896a0381150e387142e976439a0a296dcf4cbb4df6bc0e11c65f97f979443 -DIST temp-dir-0.1.14.crate 5943 BLAKE2B 1115aaf506baff9afd95d0cfd526e18d3150c70f6b505bfd05468ed38117342666df6a05d7e63bee3d8cde5d25a8cbcfc73deaa856d076b7d161fe38a527ce7f SHA512 aa0a95075d384fd559ed68fdf2a5e51a23c1134fba619c13b83a76d4cd0119c4369d66e01527e19e8fab7e7ecf826b35e933ff462e07b7fd243dbb50e819e0c0 -DIST temp-dir-0.1.16.crate 6127 BLAKE2B 28f8a20f7e657a2945b4ad194448ebeb3c1d65f962fdd958e0406da2ce423efe5fa53f132995f1dde238f274ae2f9241bd8537f246344ffef45f32bb15c9a003 SHA512 79d08fcef04518a162608bd59808abb7fcf4eea31eb8d505d079e3b6aa79dd7cca342c480b4dc655b183f690d49161f6c3ca970848b0c88272a0af7659aeb30b -DIST tempfile-3.17.1.crate 39240 BLAKE2B 92e3094e47a04054805a2e4dfa19048632be6954ecea640c952876dcac5a68339cdf3136997fb1e7cdc0f12e0a44e3129dd95a305596804b5ebe8c9421ecdc07 SHA512 52eb23b3c4daebd6731338b0fb21ab625a5b910c75310a58c1b339500c32bb77fc9a31c2f5d88ade11e60cc49df478cf86b7b8a81416401a5bbaa284c3293efd -DIST tempfile-3.21.0.crate 42581 BLAKE2B 32745150d08a0bc5abb539735667e0d36799462404d7d104c8928fde90a6effe5178d1d4baa42b08102e816daecfae9fab2142ca882309ee6c9d6413d759ef49 SHA512 623813d3ce97bd182dd335ffa10b4f43d7c65b731ad8da127b579baa4ebd47b73f2ef09e1c281837e14d6499a2aac7556b9b2cdb35de1e7136475002ca46021f -DIST tempfile-3.24.0.crate 40849 BLAKE2B 1d659541878287336b903dd0d9523387336db3aaab7d04027364266331472d95e05845ad2719a5e7057246afefe2e9cc78e6aac035ec3ce837dd9fc5ef8209da SHA512 f8d83270d3e51567f8b1f52978e563953e528e32ab1521bbd3d464a38a7157586e707a8fa118476423b1033eccd2f3a3427343287edca78e452d34904658edfe -DIST thiserror-2.0.18.crate 28875 BLAKE2B 4edeb4a39f27204d417d673dd3e2c1dec67a5bcdf44aeea70a02715b6101da290b5ac1534908001bb7d758528777f5be30b428eaf13cf0d8afffdbece054f3f4 SHA512 5e20261c0f8898574b5668c743d292be1763a78f6431918f33eea2ee2badb40743af4f668ed245ad685a90c3ae23631a2ae8266569d8f1e7dea111f08ef12352 -DIST thiserror-impl-2.0.18.crate 21413 BLAKE2B 38d2dd849f6919b2735b23e32250c0750366f2a5ef9dc385262ec00fc8e0cef17ef902211bdacaffef4e59dfcde9ca2d84a0ce4d052a96b4233a21b168e6bfb3 SHA512 52a7b5a98cdc32f7d6911451d75f008599ba3775fecc1f7483b161cc4fa176e5b19659f10abf8189748d769fa23d3a22b774cc5102fce395c6f77a5f107b0553 -DIST tinystr-0.8.1.crate 23333 BLAKE2B 59bc4a522d81bc53c7acff215ec711e0f340c3884858fd4e985d655eb620d4a8b2679854e23f035bbcb6d795647fd314e26707eda564f07c05850c010db084a2 SHA512 07e32300424c9adf7e8bb830efdfcb23460b712c72c3eff11b9d00f1496c8082659bab52914cbac0bd26e45c352fcb859fc6b1cfbb2028a49cfc03e75ab0ea2a -DIST tinystr-0.8.2.crate 23942 BLAKE2B c84593349183f328d3df66b2ceb3b5bb9ccde3b9c082de72b7daa2845ab2ccfba9ef170a712f41e5ccf02008c018b456fef0ec380eed93f020605cc9b293d287 SHA512 21416092df2692c3f3f3efb9f1e2d124389162fbbd1038d244befc419347cdc686cb01d6bf1d589bf23fc6f69e23a94522bc7dc81aa7a2be74c697cdbcfc8501 -DIST toml-0.8.20.crate 51095 BLAKE2B 8e46bf5b667fa650883fba759efd1cc524fa758eaf1b9124f73121127cc72c0ebefaf64edaba6d249d7a9d0d81f75295d335f68e4e88d20949aba538a2aa71a5 SHA512 c842705270baea3e62e3b0535485f15af87e9a1b26dafb7945e1918e9fd59654b83316ace4ff837d84739d2dd1fddfafabc7d7b0c3ea1dcb9a07433a8cce72f1 -DIST toml-0.8.23.crate 36050 BLAKE2B df3b8a263cffefa8c1d0736b69d74c1ec9bce70e0dd96934366ff3652fd5052362e738f807b2ffe10f91fe6867fe0e3f45770bbe141c8f3995fdbd5233a77a5e SHA512 0da3a5fdee8dd5aa0ad2cc251380f23109c548b514af5b90737446487c9e89860ab5030d4112c88e2abeb7ad229ce085b3375a3e237156b94b27770322a7c7a0 -DIST toml-0.9.11+spec-1.1.0.crate 56484 BLAKE2B 0efa0d7957b5f5fff81d355a1af1d3163f42df65df4e3afef55da71eac37daf66219c76fc3d239ca04269f7b2bb81771999f73f75d2b5c061cf13014f14ec4ee SHA512 635b45316d55c1e9634319ce1e7f79312c9acf03a8292c08e3a08662c4da47021203049fe18bf3487dc92d0312671b309f5ac50bc2c10e3fdea38c3e899c0e0f -DIST toml_datetime-0.6.11.crate 16125 BLAKE2B 5afe564b47bc6f94771a15e4ae759225217c43115e501a1507b6f2c14738678cb36007ac426fb3c21c51659a5d48bfde24a28cb7f944b85477380c53c50ac2ce SHA512 d650d916c7d8827b6dc130d7690bc7584d26d5be0a35f94c6a37291b7f2d5aa94cd16762be23e27aec4a7c36271c62ce145a64aedaa9f89ed69df82ac5c8db48 -DIST toml_datetime-0.6.8.crate 12028 BLAKE2B 62113366771f22b437b2ed0d3bb2489ae9078cb589cfad2ad2e92c81ddbda48f689e5a573366eea4f54c2b3cbc6b37eaa8b442b6d935b631a992de4917268757 SHA512 d38b98db3b2d4eebd3001d88e2135b6fdbae63b200f7e900c6bb9c121dd3f170e557332bd26f237312c1cbef61666716b0cf550c2d730f86fa7cd9eb5f64a16f -DIST toml_datetime-0.7.5+spec-1.1.0.crate 17975 BLAKE2B 78f3ba1af90ef25ba23491c1828e8c64d70ae9fdd4718e58c689c17848f9b74469d62471c7ba447dada7d749e1c63b153bc2850b9966cf1ac7ce87a6c7916861 SHA512 4db08a8865011ebec8351a5c42c7c9ce862956c04cf80d10644f68d727362699a4240db9e210cb6d558fecadb63da0fb41b356b5f0cd1142303069988a8642b0 -DIST toml_edit-0.22.24.crate 106399 BLAKE2B 7a28b08a5eac9c9d43243173e1b87f763127d4685f07e4792cb7bdf3d871faafd183129eac29c6785718a48b7f8e8804a9a568ac7d0b6af26c5fdc53e37f1475 SHA512 67798e7ec7b2cdbe895b0edbb50f5fcb86a11acc674605a42795e15ee5ceb8d1a3cc1249c6a914b397574ee4bcb7ffd7417598f766c6f36215ab5f5761134319 -DIST toml_edit-0.22.27.crate 78602 BLAKE2B 32b8baf55fbafbf6d176ec696f93c06dee4867cc7fab4dae9f01651d84d61e5e98b3eb37adbe1787c125f48c391c57abcc268a04a2118bc0ea37d0567955f8a1 SHA512 844832ab59928dab567b3084f7458a9a8ab1ad0065ff057c1203bedcfa9bafe4c7a36e723340c73279e56bf797dd7fdad6d78e4a2bf6666a414d6c44f750f466 -DIST toml_edit-0.23.10+spec-1.0.0.crate 66420 BLAKE2B ca854ab01780950033763887069becee2527e72c72dc821e0b152713faa4b9414ce111ab1e57742bb13ca1d32e5756e9b564d4db50b2c4d93a8dc533d437a04b SHA512 2e8eb555e7c1eb2279f9f868f688b78f27a53a60985be952561e81d2d317f1f115739de6c15ee79ff7e580272657c0a86138410ac10505a0e3ae3836412c7f99 -DIST toml_parser-1.0.6+spec-1.1.0.crate 34897 BLAKE2B 1cdc6e777678b2b70bd0418df9a21e19e52c448da185d6635d160c9fd79b08a8368f80565d8201c75a17b2874a3f642ed7c416127b14d237a58f375872586777 SHA512 16d8239dfc00dc55271ef0b5d7c4d7c87833b86a6204266f9edf94d5e2bf2cddf698b65383b53eca87da28b35162a28edea62f039e024883a2501fbb13122dbd -DIST toml_writer-1.0.6+spec-1.1.0.crate 17187 BLAKE2B 7786c6a4ea68ba0d478244dea241c4909906f286c46d1276b33c4af7b14cff6d9c77c1c6dfc070fd4c5c02f89cff4917bc166f91de4a3cf27a2b77b3dc15b27c SHA512 c10836e5e69a052806dda9490dab4458532a0bd8bad31a33834b48ceeef25c2020caf3dd1300aea5ebaf87c1f367e18a357ee9ecc8956553a63685d283a822d6 -DIST tracing-0.1.41.crate 82448 BLAKE2B c056d938e001654e03efaec7a11eb8ecfbdfe9af2099271fcefa43f4f4683b40c59f7111fdf7f27df4da38bcbe94f1b2ac0abb6ec3d6e6a0d165b9fbb14da3a3 SHA512 dffb8d3a1375f1b9d5418550a46cb7b1d92b2cc8ffbccb430a38f7731547960775bb42798074186711847d256eee30fb3e74078b69cb36f28c07d9f231dbf96c -DIST tracing-0.1.44.crate 463135 BLAKE2B 86054adc3043c73510bdd64973918dbcd4a8295dd007a4356e702d6dc90bca8b0f211df5e934b850d63618057fffa10215fb5d966340162117c110ff3e3e1c98 SHA512 383404a78c9bcb9dee947140082420673688dabc54eff334460222abddfc246b0256996ecb456d5b6325c029fcb2e641c95ff659a08366089b8b79784cb28869 -DIST tracing-attributes-0.1.28.crate 33280 BLAKE2B 4f4bfab16ad8a296c9399125edfd4314d55ef58977d8a1f3e867618617feed898cd14766527c9b788d5fe3d3f8ee5bcca0e26dae79a2e6cf05366991ac23dc10 SHA512 4a3d5fd76efc414c86af0721aab9e9aa70fcd6b08eed4acee8c2af5af56fd665197aea612187c7f6022d1acf5567d5b9e72a7dcdcf25cc401135d875d95a99ed -DIST tracing-attributes-0.1.30.crate 39142 BLAKE2B d7dc828c9dd73dff54b3b86af9777e719a0acd7f7be9ec9cfe0be95bd1c6d2b3e455659e4823ebb602db33e265292548eaf9769dd1bb9b0a22ed64d53a4bc270 SHA512 cd33b967cdba94dd5f4c5ebb097aef45913e60e93cac1473063dba32190e0d10584c07914eb59e8d0a41142e95b04794accdb6b768ac6ddd2d08db093a3ea0ab -DIST tracing-attributes-0.1.31.crate 39733 BLAKE2B 5a345c85a36414241fa88bb44cfee5e07b33ad39416be0f05e35e0f17adeb99ef68cd1fcdbb7beed21c1efbeb2020a81a33f33b74c3486aba32bec175b5f9c9f SHA512 6954ce397903cfced12ef495d46885e8320233cb631116b0c35731c89c51d2cf2532c77ed02d9b708375b5555f3580a197dd63ad6899a32c87e34e2da2733bfa -DIST tracing-core-0.1.33.crate 63434 BLAKE2B bc36332ffe5f4c95ae2d12df43944bcf589746cdb923a39098e5f4007fd1f19d7c3bb115011ddc40c13e3ae0e5cfc9a59c49861824e99fed7430fd29479abacf SHA512 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef -DIST tracing-core-0.1.34.crate 63760 BLAKE2B 3e4377814970e27524b813177fcd619df50a4ee75e7d1fe91dc61ff191137c445dc9a50a333f11694f728206283c829cc8601631660a2740d8e84f6b74d3e059 SHA512 21ee3e1668310a580d089a95242197f21bc4eabecd2f58c21a5dbbf036cd452275a0d56dd3810aff490dd710cb94bf8d0e79fe80a3ae7e7e0fa29143523fda3c -DIST tracing-core-0.1.36.crate 63967 BLAKE2B ed35889974aeca741414d425c874232c3d0722aea1740a68f1e2c8054b7dfc11d3c19de078a4a88a189d9a00afecf2eb5bb779a5ef0cffabee7fcfdc6387ecbf SHA512 7cecb6c2f1deeb6d23ab466c376e1c1300dd9226301c112deeb2483eea13f7bb514fe57ece707a8c67450245062060872dd4d7be390462008b369ca3dfc57dc6 -DIST typenum-1.18.0.crate 74871 BLAKE2B 99116d32b5317a658526daaf4fece2b9dc8cdbbc30c1e7a32fadf913e56a270a742abe0a0d348ea6039ae74fd4258c702d4626b14071626b7c5d2e2c31d82dec SHA512 c30ca78f8ba2e3e1bbfb3472c01974a0aeecb4471640ef373ddbef984ab37bca87ad4eced8193e5db6206d35ead31ebc25cdfe958f371625eeb97b6664f9c9e3 -DIST typenum-1.19.0.crate 76414 BLAKE2B 8083988e0bf1d7927377112b8939607f32af098f198a2bfcc2c5302170d9f6e5b29cf02d3cab16c1ecd0fb9f0a45ea3c6bd4a4e4baaf2dfdf8f694093300deeb SHA512 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4 -DIST uds_windows-1.1.0.crate 17040 BLAKE2B c77914e150d2f0afc5c55680e28ba242238f4f1291948ae492fe63c16791e443ef33bafa6686cb753e53361ce452f2df27d2bf4088fb1ae203a47df3c55856bf SHA512 092c41f6fac2aacd5b83009b4aabe2cfc487cc1ad5ebc8237d9804aff0c5c823d3c079d99748e9ec3bb1c02b8a51f6a22e41441ec9a72c50600c08b1efdeb0ca -DIST unicode-ident-1.0.17.crate 47704 BLAKE2B cafb0d9dbeabd44d45c73dfec9855d9cc8e41482ff75b7b1f4fc4423e2eeb2a5a04f7e3ce0f721fda6acf1e02f2bae77c6bb346b48bc26ab1972255b080c190d SHA512 1eaf422163126796f3181f8a3cee319ce0492e75c0c293def441872b39eba8282a95e058d0fd5dd39a8d6f3304d4ae13420a0eed901f71c157d5da99e08e1437 -DIST unicode-ident-1.0.18.crate 47743 BLAKE2B 517ab42a847020515b2b871844d0571ea672340f89a762631a791eac18935ac122122fa5566e58b99ab47de179eadb5298e8ff1d05b123c4e93b7fa989c8e31f SHA512 d11f89fb696f9e2953c96a40b5478832651b268c83b9c7a700b07e768e795d6e8dc346597d1226df21219d36866768d1f640bd8edb68db8bd3d5d437b2bfd324 -DIST unicode-ident-1.0.22.crate 47919 BLAKE2B 766f52249631092af952df717e09e1eb0d2a8e87c45e65113f0b2b88b42e8b406a87241fadd368ceb9e13339362b48cdbbc6f699f95f448ab45dbbd861615d62 SHA512 81666679aaa2eebfe1429827fa2a88ee0b52bd69723067132c24252070133b3731287bcd880ba16d16274f038c7b27bcf637e9150b6cd955fb4ff49642078125 -DIST url-2.5.7.crate 87907 BLAKE2B 1c8fae906be2022bec520d0ba28399961fb60d2920f5495571255997063197127314f30b89dda2796eadb47b3c68c7228febc0b2f0aa102a577f3991f3e3d8af SHA512 bef3c8fa25242615f5749428cac1ad2ca895c7f194bb3df39020d6d7697c4fadafa11046378d44a72f46e39c5f657ecdef8760fd2a36cf25d82b1de75d190999 -DIST url-2.5.8.crate 86512 BLAKE2B f289265720ff9243a27c371a938abd00e2c458a440e6ffc30cb0fb0ea4aae4a6b82eace80c3655a9dbfdf2c9428a10844cb3fe6299cd8820e86a13e5cb078d8a SHA512 5848b47d63ae9c195fd5f82bd8333c53cb399f383240e84a606c486d3dbb37db4e268b01a147deb8cdf5bc534a4ebc7b11391e73f81dc3ea3ad7254507ac0c6c -DIST utf8_iter-1.0.4.crate 10437 BLAKE2B 1e7a8b9241ebbb62cb497542b970473780f735010a0af900771a43abceae4e7f362d21d4f79f7c00630e4549400875ea17574b2cbe4f5ea19e8ed428e3b5577d SHA512 a72671995b3eb295581c60dc632e4a25ba257227fb5d58a8bec322428b6d69529bba79a6f02b8e7ee6698b7779d9d6695f5badad73e07c254b00c9d6256c9090 -DIST utf8parse-0.2.2.crate 13499 BLAKE2B 095b5d219ab8ff04c06fd6303e03d913ae36a57845f0b2ca3217a40e31a54cb0fb5ecedbde165d28f5f60f1553d8252986d7098fa83befc84a7cb20bf3b76144 SHA512 f3dbf78fe924f1dc3cf9498b6e43fb10174699463f31091a7a8136d8f31ec84fc00e80e3d8551b7e86257e8b3573cfddb56fc0de797fdb2cde0e962a8f239266 -DIST uuid-1.20.0.crate 60654 BLAKE2B f91ecedf66437f426ff6bb3633fd89f34b5c07898c2c44be02fa6c8217bcbf5dc86848ff882f3881b8f0847ec4dc9b51f4a62c4bf6a0e6577ab3cf9cf58f109f SHA512 16054a7814267ee0032ebc3ff408339d71b361499d7f1a1576ddbe42a605b94ada57578d7969aa9a3a028b38ded6016c2ad368356423154b2f488a38371f19e8 -DIST version-compare-0.2.0.crate 13942 BLAKE2B 054f7d717ba953f4dbda226aa22332fb40622a776a6f53450831f027273e5a64bb8e87d42a9af1c64a6f035afa76565309c5a8810a20b8a5e51a7168a2e91dbc SHA512 b799c1713d4bf7af00f9c6d562d39c5e916f37350c2f3f57119277725b81c93246d0b1410d4ee981694bbbb731460b6512a813fdde1cf25949cd45fb3e70bd6f -DIST version-compare-0.2.1.crate 14245 BLAKE2B 92e952cfb544ef73c4ef0fd44238b414fd66fa71bfb3e0e0d2c849f5f4353570a0a9b8dc8750c5c30ce4e4c3f50a9becb188ee96c383a3e3f03b23349c2415be SHA512 43e6aa9e53c2e8b21aedcf3704aece741329bf85508ecbc20e4ee35651d8a819d9e28c2102172a5fc335ea3124c379eb5507407c09e6532124a56a3aaa1097d9 -DIST version_check-0.9.5.crate 15554 BLAKE2B 131e75cc287518831e142430e2a39b48e4275874f4473780d47a27552294097aa1cddb65c385583e1022478f940b495eb43c24a8b1617b8ac5a24af3340c0d72 SHA512 d11d5a2240ab0c67ea69db56561ce202201edeef9a8e5eda3d9ae7ab7bb5752d8f343fe7f6536d8383de8d55f9024efa84f66a0c21e69563b7a38c4a628014db -DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f -DIST wasi-0.11.1+wasi-snapshot-preview1.crate 28477 BLAKE2B bcc773ba28cbe8d820e9e9fbb275fb4451bc7f39b3bd88bcd93850bf2bdb5300489bd8eca27489ccc5f6269b00f4e1b505ae3a33a35d708cd5a414ad307be149 SHA512 29e3c903763db2580a15f50db487c5e1d4e90763e48d90a5b3f681e468a24f9df1a01773bd1ffa0e3cd293dd8cb4d6fbabfaa63c0e13889c811a56f4554ada49 -DIST wasi-0.13.3+wasi-0.2.2.crate 136754 BLAKE2B a17e2670caed033c1b2e2bd709a79c1dff5d0ff46b32e9d9b0faceac2b3350397e7bc6ce113a9275c400537121c9d853130b4bd546afbf0bcd248f4c69d8a708 SHA512 c0b0ce3c4d82ad7350e017fda565a69cf91186ebc41a1c5bc21a6e2fd2f0d8e7d90bcd60488074da6062ac1fa39c684ddd8ee1d8efd66e82eff36ddb16682abd -DIST wasi-0.14.3+wasi-0.2.4.crate 144010 BLAKE2B 7450579526f4567971f13ad1634a6598debab6f57fef35f5f554bc64ffda2519a4bc5a0700417b968f155ed4f1e964026f02c058782e73ae3ac74f8db6834c77 SHA512 596fc8b8077bf18974bec4d93bbf1527f92db98fccf5c5862b6d87c5504c3abfc7548809f7ccc051b47d2281573246378ae6af3b369c49784607ba825e69929f -DIST wasip2-1.0.1+wasi-0.2.4.crate 132087 BLAKE2B 9ae5188981d55ab0cfc52668cd822bedde6b03104990bcd070f459a39ef75699a792bfbd33766cdfae852147c2f3ea236aa1d1b792e85c56be21b74aee2232af SHA512 56b88f97224b6b9763f4d2572e986609fc86a98f597930b5cbc8095d4184a0279286c8c79f6ace19bb08ba08854a408a61004bdc6b2f3b72d4f3fcb5e43edceb -DIST wasm-bindgen-0.2.108.crate 49120 BLAKE2B 7cda1630cf38a776750f91d5811a55f955fc05f8460bb5ec12f147b37763ab73c0f40bfab4ae85d9cff93c80a6d0845916d47d61f4eb1750844c9459254bfb75 SHA512 d938d6fee0e9018cf3e1d3bf736b3ef9fbad3b20854917c93409bb4baad70c3a8220646ad3aa8e340d91c655eb7d0ccde01f4f38eb6941780c88c70989616716 -DIST wasm-bindgen-macro-0.2.108.crate 9283 BLAKE2B 89ae171ed3418bcf27f3a55a8fb03c9d8983bfd16254e9419fe93671ea68532d83a24a6e4b6834a291e4fd068049216c84272f041cd99f76a620f7bbf5f2dde9 SHA512 5b154c3010a31bb7338d16e559a9b3d2d69cab7681914d22e8b4331cafbc2e6d8b5913fcfbdf5a3ee0e793918affc94ae0dac76fa407f02881ba4642ed1a2b66 -DIST wasm-bindgen-macro-support-0.2.108.crate 49855 BLAKE2B 5282f38ec1f5de7f1147145e9083863965e047e75c0b5cfbd46231619ace34b59a2a4db6d3298d265df35dd40de48a8cce2a47678644af432cf28368d3c9345c SHA512 8ccbf76754e3d62df3f157e397a3b560083e429840be50f38dd77cf737eb892db3054295d62f0df2a6cb78589a9abda6e9bc2fbcb2fd431ea74dcae46470b2e6 -DIST wasm-bindgen-shared-0.2.108.crate 10121 BLAKE2B c7e80b0eed58bae092167450b44dde4d351188115c5b5d966ed2ce39b4fdeea77ceba89d7bd28400ea92f639b17cdc557a57428da8f4a379d2ecb90ad847f13c SHA512 97fea5811a789c68c8a9b19587450d69b40bf2b76e38efcbb12f4864ffc2ca38a5d3deb5d9d437f47458d44f05afcfc5078c748996c3fcefd65e15bbdf9b226a -DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 -DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 -DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 -DIST windows-link-0.1.3.crate 6154 BLAKE2B 28e87a3e32312ec3252945eebb11a6bee886de50f13ca2a2c45aa9c7b7c7f7e41cc2323519135e8dc96d433694aeedab7e4cfc9a46c96a2735831017ebcc356f SHA512 b1d6551fa7391b569771bcca3185ca40be6108b9881184aa4c54edccda2a4bf2b60b04248839b718d15b82d9c64a3de61d1b75245cfde5f166ed1f778def682a -DIST windows-link-0.2.1.crate 6133 BLAKE2B d1ca714178e6fe12bb3b4caeed9a52a36890989e77ae2dcd6f2d18ae4a21fb8479d304cdff63bb0a5f28acf44eaf104821cff83cd66b3a0406a5f33a800e3641 SHA512 afb0c87beb8914fd9a3e52db6f2f64a840470b9751b66c83892c24cb1c46cda63fb16b1aeafcaa5a1fc7c5ba01da46be63e5227cc108dede8b0bd27785498a6b -DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 -DIST windows-sys-0.59.0.crate 2387323 BLAKE2B 3110c8cd2bc005f8c95cd038a8d574af648dc19788fe4485f977376f92e36b911b1a542d669a07ae9cd4ea72a884ab01ec78b8a2b5587456eb202452d1d8fa0d SHA512 d35e009e979633a1f3c8468cd038bd5c8c0381405165ce03497decd7d9edaaac485d704487e4a61d9aaf4e4d011b4248408912df6a0044d50e8457259867e061 -DIST windows-sys-0.60.2.crate 2518479 BLAKE2B c2e2f614066e5a9d7ec461d9d25bd441188797ad85e1e923baeb0193e82f5c138ae7fb4ad0255d483f60f7a94e3f5cd8373d01b7485c052c9498937bc40da992 SHA512 a48aa1b66479451e431032737b63dc62eac6f63c251534e258de75bbee4858829faf5e641756566f00e153b08548ba32beb437b5ea42e9531e3fcbd8eb25209d -DIST windows-sys-0.61.2.crate 2517186 BLAKE2B f4eab0b365aa1df8a353d634da5081237bef0f7b69f02ffcaba232a688e59dfe877c47114de64c81e3cbb929c2fea1143ed6bda56ce935e66d871a993ac29106 SHA512 e6c8f61f0724dafca7821ee9b9c07237ccfee69be269be2fa7318eb48b151285ecf63e860aa1fe303639222fe11268e3773f37c2dd79f923029af58c645edb3f -DIST windows-targets-0.52.6.crate 6403 BLAKE2B eb98d0a8daeed5fe76e7fa8edb2743e2a3e77dfb9c4ea68605a6ab10532cb7cfc43bc1cea0180869445bd940be762a40136500e26b84ca88b5e0c502004c7a4c SHA512 d6d2dbd96096c6c396dba141a9817e377c35877f3b2fe58b2553280c7cfcb1ed6ee75bd4d62c9b882662de67ddaf0c1049b91530d29c94dd709c230e08eb895f -DIST windows-targets-0.53.3.crate 7099 BLAKE2B f3fdeaa9fad436279d498bd83a8673b4fa2ba9a0a4e01b0543c68eebf18162de10c7d0bc8e3fc12aecd7ab80eb1c764eb8100285d3dc51672fba60c7537b3e75 SHA512 6990e60737249c02603ef6e2797b1d1ce73e0568d2ba06df477277747299a94217925f99dca1641ae1a9f1b0ab047b26588178a8861e90485302eaf1607bb024 -DIST windows_aarch64_gnullvm-0.52.6.crate 435718 BLAKE2B 8b12ae02892cb69401329034bbca671d13bd268a112120b56b90504707cef89decfbd2560492844a9f0588fab62dc1476ab7e931126b939015d25a8cc91ca334 SHA512 f62b2d942bdb3a9353465b07d47b93de179bb706511aa497e4addd74cff95e689a9b633e7801ce786e73b5ae5f30b506b6faa199c5ab86eefdc1d94652df79c5 -DIST windows_aarch64_gnullvm-0.53.0.crate 782443 BLAKE2B 64a74d4f10a60cfbd6cc02dfbb41ca9709abf56f49f74a6dfb4f4686bdc3d847d27eb92553c553c4ccbd39dd4f967bad1cba3c42a33a0e86fd8500284f260cd0 SHA512 185d1a63f3c00a4acd1a14701fd12ebcd715d6e709d6e40e6423e832fda0336463a8746f8eb5e3f81c9fbf26ed0de2332c04bd4d057c57ff67dd43e6a07fa9ac -DIST windows_aarch64_msvc-0.52.6.crate 832615 BLAKE2B adc8ff61b6dc96d39c92c7d4221ae6aa0575edfc016cfcd046067ca5d8fcfd56d10e8e227be1c038ce34684be22c7ccaf5f18cd5a7638d28fbff4ba15b48b90b SHA512 a3e21305ad0e6de38f5b5ed5d37ee5825b7521064163bcdf31d63341cd87983f54377865d2daf3bb480d2d0aa66d6f598fa09540ec1d71baea74569c86bd213b -DIST windows_aarch64_msvc-0.53.0.crate 834446 BLAKE2B cc3df33489a282fcce6d693dd14d4bd5a284279794fed9e717a37c9367e4b3b40c47981e70adbcf8b15cc9cc01aebb63cf90f4564bd4289c8ef8daf59fd6bb50 SHA512 32d56f60b2327e334552f7554e67adc042b3c8e79f6b69237d83fa28f768cbee232b1e783430dad1b437dbaf2d7e1f1ae5c53e2cacf3021b99498148ac964cb3 -DIST windows_i686_gnu-0.52.6.crate 880402 BLAKE2B 5aab8ee07132eccb7695807eb44811beeb0657aadfb672c54e99b6ae39c067ba9b93e38fc69bb5b9b14a9759f263ccd5e301597d2727d83b31b49a409b6bd405 SHA512 a1f6b5dd23d17ec3567bc9d11a4be6f35e196eee21ca342e9b88dbaa6a5f7c46e439c834b77e724f32ac22c0d81573746b3b513a6c944a221b92b2c76fe98822 -DIST windows_i686_gnu-0.53.0.crate 936973 BLAKE2B c64b15193a5263e871e1919ecdb49fbf5a94b3e5b8d96c547a9212733f3bd07096511cd6f6b129dd3566bfc263c17e909daf04925916cb4f6789c797926ea793 SHA512 676ec6ed73672e418913078d8bae9b74679db02a3b5bee9cc72c62452fb70d87f7dd1e2b2a7e4e6058f4bc536c15075f929c38c7261d7f47872099a397fb5ca3 -DIST windows_i686_gnullvm-0.52.6.crate 475940 BLAKE2B fec4fda8bb2bf319a501a22372fa642ae682e4dee3235b258a028190ee73220bfc55b3142f06249bb4579b17e5fde662bb2b121aefe18544653350d7d0fe7d8e SHA512 95f13af855d530acc0b856214478d4b11b8dbab3f8f79dd223d0b009790c0e46d096fc1773e0277997deb2d5b96c704f17f23c7df11411524629f75415dec99f -DIST windows_i686_gnullvm-0.53.0.crate 854056 BLAKE2B db81a346b516db01e7977137e11f79c0cf1df0763a5415b75c9f49972436c22ab77084f958b92a7cda3fa11bf2a764ee7bb6b2e6592889a895c278793a806ff6 SHA512 ec830a4c7b5d3be4948d788971f034c53e4bda7351ceb9aeb5a0af24868fe8c8383f96b1736de27832b113d2a679d5fa8764db2fe2db5942e25bccd036e96232 -DIST windows_i686_msvc-0.52.6.crate 901163 BLAKE2B 99ed34e052db5ba77bab240ed5d38ce450be347a794d63ec39b719304c32722c9999b540ab40abe0216318900b7412970df99dfb36d1516a9517cae0c77d1bdc SHA512 ca97913ce202d73266cf55947b868bea7e964a4516b6a096a81aeab6a60ee73867171032ced35e3afccff741ddfb2def7468343b6eceb95253e4d4f349efbf96 -DIST windows_i686_msvc-0.53.0.crate 903450 BLAKE2B 0cb567d1b54ff979ad6549f1a17919510eecd62e028bc01ee3448ade18d08e684746023881f713e078ae5ca9d9e799cc4e6d15bea12f926463d291f46d6b3c85 SHA512 9f7f6df98e47895e0824dd70af7b6dd5017b65a6904f0b0c6cba8df59f8162489754c6437f87b281fc8c34da2557e21eb33c89ef505f1b3fbcf60f5152191342 -DIST windows_x86_64_gnu-0.52.6.crate 836363 BLAKE2B e2335829155cdbd4a55cc9f9babc237e14e32aab97f6f91afabcdf80d2aee37d6fb4b8669aaf433ff532c85dba59b3d366c7d41b61a2f29b96f960169c900687 SHA512 c4086bb0280042f2bef9b556283b67f8a5cacddd209e1c5fabec63decec6d4fd2d6a7071407973981b98ae0c0cf7034fc612f9e70dc6d3eed9acdec771ae31cb -DIST windows_x86_64_gnu-0.53.0.crate 902585 BLAKE2B f376f4ed30c1f82f567713f2fa03dd5fe5f8e78ea876d4d29e4b3a0fc52400d64cd6b971e06fb4607e5da15d6c4aba6a7a83841e2f178ffec73e70996f1ce052 SHA512 9856a67c32c9969100ff4f730047f92ecdf8a19e003553b3d9cbfd847f376a20c72a1202071a36f3640afbb6ff45f95c83579ce4a45a2b64485c980fc06b65ab -DIST windows_x86_64_gnullvm-0.52.6.crate 435707 BLAKE2B ab77dccd06328cdb00175f41cdbc120594050a9678b7f9820444391fb50aada3911a91ea00f3a6db2b4fa1820fd23bc9a007dfbe65ad41417c26ee1137ef9b96 SHA512 67681f5859e249c56b0183181811f6212cc7008d6471dad78aecc7ebe3d027686b19210b8aa9014c554410f69f913d21ce2aca928eea905eab779bea26464cbd -DIST windows_x86_64_gnullvm-0.53.0.crate 782434 BLAKE2B b82d7a41c771db81f2dbc6500616fec8f019f89cc0f3c43b45332ff8275dd0f7919cf0b6e0fd2d50aaa1cd7e381e7d20211414f619ca92b60a21fa2137c7f9b0 SHA512 bd3777209b4cee092134c21298859d5974b29b70fd0d2882ae704b58a34413022de944f6254d8948fc87b4dbe1044b08ddc6a82b9d1a48b33d33509454318e7f -DIST windows_x86_64_msvc-0.52.6.crate 832564 BLAKE2B 8e9a3044654c6de99a9153e7cacd575474e7a8a3d883c67b02132af5d3fc99d03cd5f7a4dd666a3947451d11218e6acc6eb5e2526f012481106cc13453839719 SHA512 21944cd8e3a481b514509e73ae3f62722fe7ed380d37ea0c25f8fbdeba79174dd52ff65d898838da5df4197894b74e00f45d47489418e978753b4e55c7e623e7 -DIST windows_x86_64_msvc-0.53.0.crate 834400 BLAKE2B b5a06459571c6ac31fdb94d64f66f83ad71fa039ba04e07b62259ca66211662e703dc9afde205cb0489a2213a937ba1d8d6bc212262e8140a1629d2273d4bf43 SHA512 47265ca5d43c39c9470c9ff7caa8ad0962bf81cfedb207d3307895cc7e4885512a4895d3447906349e1261dbef531c0c3326cd82cecf6d645d42039997134707 -DIST winnow-0.7.13.crate 174454 BLAKE2B 037d07cc421502502b5fc99e2640e3d78b476229071ba44252da52e368f9a46607b6fd3b6e0c0be2f201beb7502850ae01ddf24e0fdb4f4585c05805bcbd19b2 SHA512 dd8b5fb359f894e17e4737d29ae9629125d2f9578abdbfd5214c333be8faa2860f5345e4383f207129ac4f0e6e419d681c59375ba8b78604e9230835d77867ab -DIST winnow-0.7.14.crate 184718 BLAKE2B 6bff099d199831a72ff677db3e4de2feaa5a0b6aad782051c9af629459faebcd131518e20d6bb8f3f7f44b708284e6ba54f2ad7e0811bc0bf1df89899ff561c1 SHA512 ffa96e23707d87d5bf0f0e0c8aefbbbe4e3d2219fa5fd6a1535cb3c7b049a8481ef6f9f9fd69c78be855f36b242476f3b4462f2536925d48953afebe00bb50cb -DIST winnow-0.7.3.crate 171602 BLAKE2B 0a738c4de042153646245e97361472188ec6c325b07d6a929cbd17e5f0e48dfb46e9c7a6750bea06b66b0b39d4d05e7d4a29003c5957fa05e8919a25376149ba SHA512 dada8441d8054af75cb38084211d4241142da85886ca10c9334a274006eeaef95ea6fbccf727f783f8dd066b84216d6811c92afe09e79c137279f9289d9c6d37 -DIST wit-bindgen-0.45.0.crate 60405 BLAKE2B e92399aacede7ec5cdf5e24b8d44783e12a505ad17cbf4f56380d3cd33f470362c9e15d706a0e2b72c97c4070ed998e81c53d89ffafeac62f76b7cb7e90a6077 SHA512 232695391125f96d2de4721d29cba8ccddcc3a717ba08199938302e6e92380a9095078489ba0d36632cea237a37623c29b4150afca3d81c172f388383aad8a44 -DIST wit-bindgen-0.46.0.crate 60508 BLAKE2B 4422fb47880ecd70749d615ea6ed0a8bcb5941bd9de2c2164a6f1248574363408fcb634e0e9aa0af3e0f278c9311a81212818dff70ef39614646ffdd646b1fe7 SHA512 5d37ac5855797cfb906c983a70780d7cd29d70c4e5b6e54328fc18297feeb89ceda0aa732123280a12610015fbdb42bcd76aae12b1debb281b0a848016134548 -DIST wit-bindgen-rt-0.33.0.crate 3357 BLAKE2B 7c5227e835eb405b681ba36a2472fb3330b9e44f8e9cef06ae5de326691d4e4535cfd09843241963572060f4ccb048aa088fb8692591f9253cd215f510969420 SHA512 fffae2da775fcb5066398aba5cd02119a07f5bb5ab2282c74f1665656de0278ba13352b8ccc6ff107677aec3ec5d401729158332f653e0a2e7b393d1aa018b8a -DIST writeable-0.6.1.crate 24068 BLAKE2B c513c806d6abf7459db1a203c7b4aed4766e6f75cd82a40a874fac50cb50d03970d0500251551192164da14bd7d2341961fff78b7e01c88bab83007008c3e1b2 SHA512 686ca04702815096ac529ae6b9b80a30338f42eb5d414331992518c467c1827462673fcbbeb293818bbe570bd2723e9c60324522071c1b790c862fa6652c1385 -DIST writeable-0.6.2.crate 25181 BLAKE2B ffc57bdfd8eeef7e2b50a1a7fb2fc8af0322c17cc99cc4a3eef3fb2062e447e05721db74e62080fab08f565db15dba21be8b6bfbcac984acd2eb2a80e08b9ba2 SHA512 d267aba601237bc4061a484103c10f0cf4ca3cf6db0f50063319801e1aa73272280115ad3ad4f461ecc4ed9cf4ee19131ee7cfacffacfcde54657bdfe3c557e7 -DIST xdg-home-1.3.0.crate 4000 BLAKE2B 0da36aadfa518f1ecb3fe9067eb4c014689af1f76c71c592184aa4c4fe457883faf1dad757344b375a92c484bcb3d7a408f8759c24b2e7738ef4997c870fdb85 SHA512 4d090f18ea4a37199d2c1760faca11e16ba9069086245543b3390c53e74a84145144a94863c7d8c3155a9d616732a3cd8caaa1a416c43dc4d107ce045727279d -DIST yoke-0.8.0.crate 28726 BLAKE2B 1013ebf0478242d9172179b53a638fcf7a167e554b40464ba67a4c4db17f75963703b2c9aba29f9368af7530f475ed79a43672bf6f0840b0d77fb0d2539f8c3d SHA512 6b6efbfd2bcb7e06fd6f9ae7bd213a54fedc7550273e2613fee3b8791bbe1038a7e7209142cc673d71fd57b7184cbb1209115ecd15c647db1a74f2966d593276 -DIST yoke-0.8.1.crate 32016 BLAKE2B 9dba7f506636b93ce559817ec57380836858eb14fd3484d5024535ea909d5e7d5da759c316bad86847607f05db1228a04d65942dd020b426fde1b7fa40962c02 SHA512 0ab6353207432bd0a18b6ac038cc37332ece4f2f5182b7eba6e47881a051f0f2ac41d365a8feb74bd3de1d4e4d8dc20c92fa2f3f1252b35d4ab6ff0f56f31de0 -DIST yoke-derive-0.8.0.crate 7521 BLAKE2B 088fc7f5954704c453dbd2abd2a9a5a779552067aec8e51793cb6fb8144f0bee7a7b04d777bbd05c1c62f49c9c75c7f3df09b5497d35eb64c079bc04867e42f2 SHA512 38672da30ebb9657e2b5f3d509940ea80ee6cfbdad61b14b84ee8a7d96c1dc597eff7f3c75e5c375bcdcf8ef5bebe21f9f520844f448ca215a3be19763f578c3 -DIST yoke-derive-0.8.1.crate 7593 BLAKE2B 09953385df0b24b5cdbe4fed4c8788e20236c9f5a79d144799a31807a1a4e82380cd3ed451a46055ac21561c2f9a05ca91c953b7c8aa250a26a2e11fd11b7a9c SHA512 20561f74561f3e7d5ce2a2b702bac565047be284cdd24a3bf837d423954c8260d32f8d27ef9761f5e891bb539f59af22afc4830a4e52cf9888c8ca2a50784a96 -DIST zbus-4.4.0.crate 158301 BLAKE2B 7a9a3f8712d99285955020ec60c128289578824061964ae0c26d7f6b284f0ea393087dcf40ae15d13bf87977ba61acab71460120256a5f16b9e5f713fe0a9cad SHA512 2522cf51b6eeeb06b350a0fcacd7cb768459a55a524c8c379da8d0c6f1b7b946f352fe95f993b0af8297de4eb9e63e2f009888465a2b554cfd904d4ca3717699 -DIST zbus-5.10.0.crate 166302 BLAKE2B 6e55265e201bf0452172d987014e73c13143553230f7b4d0d6fce7e11808ea20655c7f03ea86190809ba02e874df1462d28b75018027bc9d24437845c93075c1 SHA512 6613d0d2a5c1e9b2401106906bb8e027670dafe5ed4b22f90b2749c45c8ded84d985eca52cdf240b0b5d8e0ae5d1938088331b27bbc9991048a5d1f3d0f2600f -DIST zbus-5.13.2.crate 174016 BLAKE2B 7cbe8e1bcb7fa6f03ec6c0162f9ea680e285d710b1d7765445c438f66c5636111abbbedfd82d6c9d0f74aff9f9bf6f8ae517ffca5967702c7f69804d0a9f359a SHA512 04d27a7f202e0a3c0bc791025db7df49e782f84b0ed83d553b90ba0b1ed1375c159f0a6c18ba09071e1451f5e80f937e9925d972260d13b51f03bc040fa18d11 -DIST zbus_macros-4.4.0.crate 31183 BLAKE2B 9448845e1cfa58d51688b74ddf0aa3e65d1621db3c636809426e67433074dcbce36cbe595dbdaca895650775e7971d9e1fd1e9feb7cad42ba6521839459b6780 SHA512 7fa5d4baa95f440be12d74d4c855f16f60803690020a6af1d28d1ba04d792ff763df3c2c3e4d275e0753a6effeaf597ad8cdedd4a34d4b93f8e69a34b31fa1dd -DIST zbus_macros-5.10.0.crate 37433 BLAKE2B f24cffd09c0988250b3d37c44b570e7a495a52dd96d6849689d0a2c29255b58853a6fbfa5a2cb7db64681cae86c588c368d3de805b774fbb01812f5fef0e78e6 SHA512 1088932d38f32525eaa54ad0707c8549ec7a841e0cd57c43789cc506836ced443491e80c3cf7f52a7f9f375f66b8fedd71c49c8e5e8b162de87ecd19c35a693a -DIST zbus_macros-5.13.2.crate 38749 BLAKE2B d29e6f1fbbdf5f3ee43192c5da3a810ee020de4dc35c4c809c52bdefc689f706bbef66da4ffe608ea4a1ec2aa82028f3c93c4fcb8bfb7536c2c18a40c15bfd01 SHA512 28a15d1cffad7659b1e4d8ed7209a6e1b3d06f44037a53b095bf0e23c6b58dd87f8db837b44984282e640a35298d2cc2e2fa586f0973fc135a1603098e87056e -DIST zbus_names-3.0.0.crate 10650 BLAKE2B 0c8a0ee67c9236ef51a1add3038d5ac5a9f00dccd9df059b16454754db44e7c5ac66b74f3f98c317ee73a1c982b8439d6a92995d984b9b9d744c3c9203edbed3 SHA512 e0ebd468f152ef8063faa547f60b58d2d87948e24741d1cec0e97eef1817653d524ce5519795db64a3a7d9101ee2c6b67f0bf2bade894c57b5c37aee19fc82ab -DIST zbus_names-4.2.0.crate 17015 BLAKE2B 9aded72b9d3b14e8ded49d1b34bf87327b05bd7099ce5bb1974c173ac3b68ada041f3a9c202475c9ea7aa6d80f860772157b00ff17a6e024888814b196e90dae SHA512 b88179106fc12400339bd70fa34042b00e9664e657f3dcb11c762127005cb8b90d3b2366cf77631fc8d65f7530744b7aaa18f6f8ade17732167d83a158062849 -DIST zbus_names-4.3.1.crate 18076 BLAKE2B aa66dda5540d1206eb24d7cc206ca8eb0c51e02e3f27dc4b65196453e4cea5368123292d1011abb414d901d94863429deca9a05bd8a49182777248ff0e6b3dcc SHA512 848b8ee331daa9f3863b865033674a4937ea747df3b926ba30a57047bdaefdc87514556f0120c73a30ce16962d6e72e337605d6c9586de48615e6ecb2fa2c480 -DIST zerocopy-0.7.35.crate 152645 BLAKE2B 8f13123c9d9257ac5a5c6954d38c3510fa658624442f7e03cdcc6db5a0977d9f26bb4e277be172b7872ec365cf6e58ac742e5578636f7698f9f37093e9249d9a SHA512 17fcb31c029ae89c01e5bae5fb2bb46bd434120199a3dc2c7fe0012dbbcfe2a0bb38934c4a7d3a4920e3fe47c097403beee554fefa54b66cb390f8b1de638d3c -DIST zerocopy-0.8.26.crate 249223 BLAKE2B 793b5579fc9120026d2dd7b1a6e7fc2505476288c1f6dc06746c3d65a8655551ba7232ddebb54cb2abd1284d8103369820445cd11b31d86501871c69513e7e1a SHA512 dac6018003092ff65396c93de65a432edea42a28870af4e779f391c7be19a06b6df429493f433532613a8fa18998367714e89abd06324586f5f91f20fd5dc592 -DIST zerocopy-0.8.35.crate 276483 BLAKE2B 1374512c2bdc5ae2db49ace03302948e534092308c3d66d6e80a0c02658e7266501dc2b4849a5129ee4e60508085dba36a74287364decffe3350db5b2c1c3f3e SHA512 926fe1a74862f17a573f3dd203c68a8af1f4309a01c6ae5feb9f432326d3fe3598a650f9398f5edf1299eefa14dc6cf88138f6e9692fee36c91fbfe1e2773784 -DIST zerocopy-derive-0.7.35.crate 37829 BLAKE2B badeb7fa5e0bfe93a6788d93fd297604ed31de526b121549300ead3c49d450f49265f499e2e7ce606dcce2b59dd01f7fa817b8fbb3f237475185c5b42f5299c4 SHA512 dbe23573b62a6267d7bc8c744320b75b2fbda03b908c1d175211f7394374fe182bce58021e25485c10671d726b2007f250565dfe53134d51c89293bb607e9feb -DIST zerocopy-derive-0.8.26.crate 88080 BLAKE2B ca9b8ee1970b75d0119a520ab4f2a44b88d28b2b3c48acd2fb81f3fe1b1081efcb52c50bbe21045cc8b16d15305f87ea3c8032d40298af1ecf024e8ff8cf0c2a SHA512 344469950a97cd691849792a6a1bc875c04797c8e7950ef4bbce22a467f527cf28209f802ee8d74db71973355d1350fcd33b161000a92670fbf30e89e3e32526 -DIST zerocopy-derive-0.8.35.crate 106957 BLAKE2B 69e4fcf220175e310d0ce3bf4a861c3082041a1bfd0e367adf59f51d4bb8da083fd79588e3e7d359ab1c526b1d2ce35975f2586470e413ce8a7c1e8a8a79fd8b SHA512 29617d31e28d389a83de3e67287872a9ed8b2f60c9603084e3212c1c95491fc2e10683f16ab006abfff97bb0992d425ebb375c670ede397766c4122c02466387 -DIST zerofrom-0.1.6.crate 5669 BLAKE2B 1428e9cfdcdae13b39b7465524d1b8b79bdd89f743d3db4a3305c2b39d61ad7ced958dabd673a135147a04c8ace69d8c710dc06c6a07b1dd3987fc0a45148094 SHA512 e87c50b4f87caff70d026099bddcced73398c432f6aade32d74ad199cb3a985956bac282f48efdd501e64e80297afe4f8a4518db32437bf297fcf51a6f94bbd9 -DIST zerofrom-derive-0.1.6.crate 8305 BLAKE2B 9ab7425b450bf8c47538be7ff32901045393bdd91b9687b8a32ac194b7272dbd4f5310629647c6710f97a50cea45c722c018a77006f24da2b44a4c475daa54cb SHA512 ef4226df3c9ca9c0146639b19d9aa611f2ea3148c10ea875f43ca1960ee8ed438a553b078a9b449a58862f44cb7d4434fa35bbd6db6f0a773618f63d2575c985 -DIST zeroize-1.8.1.crate 20029 BLAKE2B 092eba034cd35ec47290020e0c2b213177ff5dbe14ab9e7f0b4ef3cb1ecbc42fbec2b951414e26ab00bc65aaddc2c93eddd5a1963b27c6cd613ac71c65d5cc24 SHA512 dd40ebe98b98fd742608d4066b5ab66caba94b2e679428fcaff9fe547d8cd6ff2360dc85d671ee9183e32fb79cb554d00d6aef9eb8f3d8ad0ec92d0435aa4ebe -DIST zeroize-1.8.2.crate 20907 BLAKE2B f9233758bde107e2409b56e936e02f51442ff29dfb2589c0b194edb38645421b4b8e6064208f7548a93836149c425de90c08792288e5cea1ae117911406bcdd5 SHA512 ce1fb97ac69cb0792f2f5820919aaa0a9f71c4b410bd0d0c2343d8415d39e3eec3f948cc2769eaf639c14695a3961fb6cd96ba7a77a15a77924d1a8c16497b81 -DIST zeroize_derive-1.4.2.crate 11141 BLAKE2B a40add656369a3a40d5b5f3397a77a1e9f803d4b8ae5b7d51c9f2ebb332a289b3c1ea528655806a26998e081a1cc9f4b07828664542de8d8d2619faf079d25c5 SHA512 d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226 -DIST zeroize_derive-1.4.3.crate 11695 BLAKE2B 1ed359b6ee80ab73bcc030d312b9e05453db2da5b2aa2c054be194d1c0fe4faf6db021be008a68b4c33552686ae4ade03b45f5e398d3352e025eae321287a16e SHA512 baefce9fad32add4c9b6f5560835679ac782ecbff383a80931acedbc12e459ec0d5a0cfb0113d47ea91bbb0969651ed62e2e22c69a0a3e87c0a4930be234cc83 -DIST zerotrie-0.2.2.crate 74423 BLAKE2B ddbf7c1a1e45fd4b3c44bd7036e46070a2d9fbb338de719c2c775dfa96ed11d06e14232f05eec4b5c9ac500ed4e7abd8a483dcd06a6a60ba20e6b6b6fa7333ff SHA512 72b6e9633f100172b5e8ef25dce004ea1eb14e110b9189d91faf19f63f8a7714325c2847df559b7ade1f0b2c54369c63fb9745946c4976750a28853790328ee8 -DIST zerotrie-0.2.3.crate 69547 BLAKE2B e5195d0ac15eb05ced2064cd106892855253b11fb996fa8a9f8b44b3b2958e900c95503200c5fccaef91df3fcf0dd17c9a028ad8c014ba09485f7743cfe6b74f SHA512 10d3cb670f959b81a7170440a081ebe66f147c76be8e6c769b9093bc737cbb28c1b632515311adf7ffccee0cf05f808ad461743128429d2d1ad86932e54b587d -DIST zerovec-0.11.4.crate 125080 BLAKE2B 67957532912716a8fe7b5468effc8af700251acfedad13e4874229ce91a2450026a2a336b542cc1239f62a71da997e406c49f85f4f8c7019a9228997d8a31750 SHA512 461ac55146b32f323dff50f85044040096369361bd23e341d729467e99b5c825ec0add8fa940bf0c17cd4990fd7e629268891a711d5b49348167c0a9d6c03e31 -DIST zerovec-0.11.5.crate 119620 BLAKE2B 8277a379f53b95575fc14ff56b41930099433af7c10b480e7ac7e4b3c9b971571f7966873272bd4249dbdb2ff388c56963a5b9d7b2c9ac2072ac2a85178028e0 SHA512 65705ab802bc441561efe7af6cbd6187c04ee8d2feb2b5d5137dbbcf92d65edd30db5ef003c2f34588dd1a3a0a2aac475b4312d3c4951a32a82d5aeb57a2fda9 -DIST zerovec-derive-0.11.1.crate 21294 BLAKE2B cb51fbd289868568f65ca7253059c1c2c94a8130a2a9879b2a0129faf5867e13ff675cfc9b359793629d955a1b39617c6fce9079398a54ae31670ec29eab6ef1 SHA512 5836035134bdf09a4a8cdd5a18f629696902704903c4b3579ddf1adfa49ab47a68287ecf2be165d631ba454daf150c043410359783bf1ce448e7ca46b8cb6039 -DIST zerovec-derive-0.11.2.crate 21421 BLAKE2B 42ec1fd49da71796845e1b3414d3422ebecd6f30e7affb7a672449a75a70acfcfc24096130edf3c247651272b03134519a89bcfe36dc2e426a8224fd687236cf SHA512 ee36fa909e0ba80ec0cc10608837bcb0b4fde68b12174c8311ffab0eb8ac78f62ed6540bfb5bd4fb756c911f4ebf44b3a0bfb5ce293572bafb75b9e5705a5745 -DIST zvariant-4.2.0.crate 82180 BLAKE2B 6d8309a223c32eae3c1ba4291d69bab395a3ef0f65da1e380552d27ccc547a31cf32f9dcf2feecce34276c065d044d0c897c9468b6df4c16efa94a0668dd19eb SHA512 ae7329db133ff8c262443bfe6fc10698606501ecdde8295367f3876e9c590730778ad2d4977c27e26288c92737055897686e7a0d30210723279c33da7467af80 -DIST zvariant-5.7.0.crate 90643 BLAKE2B c8e9300af4b8d3682c9a423ee245c621944da2b649dfb953560d1275ee5d603e57948c55347aa9565600e3ded0d7429e553056471ebf10f33cec8cdfe05100d7 SHA512 94ff074be5f2cafcff4a8601f0343b6c93b17e289481917ecebf3f2c004b5c2c455eed6f557171c72deb44dbb02f2a139926d80d111f689d54af6c22c36e5065 -DIST zvariant-5.9.2.crate 92444 BLAKE2B 0aba4d0ed27735b94faedc24b48c557581b828f015d9af7d24412b55249d943220218c394529f89ab0358a98a03fc8da6cedd73e4ef1559434a7f2da4f8fcea2 SHA512 4d04bc03f9b9ea784822485fc08696eb3afaf071f6342973fbe5597a3c8e5d7773de7b9266e3bd4708326dafe1c0971685f25bb2030a0dc538dfb154945c5dba -DIST zvariant_derive-4.2.0.crate 11057 BLAKE2B 891c141bfa0db95a5ac62ab2c31bef1215ef658a787d855c09c9b0e42485cd8aa52683c82a07394042615ec51b42ae5efcde81e7dbd2a35f7670888b28477df2 SHA512 8a50d143b38d57a757b3a6b6293c43d7db1a563ccf25002ad6b6a69b7c157765c604329659318a0cb64df1ecf78b3f0dbe88d6650740c016da9161719427f9c2 -DIST zvariant_derive-5.7.0.crate 14214 BLAKE2B 09458d1151cd1f4f46fdfec88511730d07ea53e58993e927d2844325d5cc6ffe5f4214dded71d15b6bf4912a3a1f5272be2c669370fbfe1878acd18e79515760 SHA512 060b2878ca713ceaa467d38923968ea590e504556f34f975ab1f845a3f458c246b3de0d218e391e2452e828641130bb656ad4c63351c483a33e54770ae185b4b -DIST zvariant_derive-5.9.2.crate 16586 BLAKE2B 10b751028262cc74f95bbd4111d37230e2d021de788a712ae1be56eb4cb2e089d6599c058387ac33e41fa2d062bf1b1b22512df50fc4c602802b9a8c11fd7c90 SHA512 b45f91b5a27d912efe229c2f8b0afa7bd28ebf8a83c8891980036c6e114c85a0e7095ed214b859dec21fa182cfe85f4c144ec58e2909c45aa80d8ac5f5ef4c9c -DIST zvariant_utils-2.1.0.crate 7043 BLAKE2B b891c5fc2b5afb5eba01b9068b454a965b4f07548c1a080fd5b598165994a5177a7df5f39cf7263ea8bcc5d054c7d87012ca1588737d630d96f24f0d00dee6cf SHA512 345b70d1106b37df41426efdb1ba49bf270e00898381c2a8021b5761c59efdea55def45cb2e2598b130b6cba8733503f3997a55578bca90867ab3e8f2346f80e -DIST zvariant_utils-3.2.1.crate 14678 BLAKE2B 2805645ce661e26e37019718cddb09a22e089061fac15f4c3b073beb6f98d56a1d9167f4b05e582273ca650362af73b3b7b972eca3b512b0f270c4708d9db780 SHA512 fe24c744a60f774a4ca0d6d987fe38a6f1ac98d04b365928366200f03412415e81d9ea605689a413f0c42390b697e0742c85e8fd8b5c02105ec49da20f56fd76 -DIST zvariant_utils-3.3.0.crate 15417 BLAKE2B 08f7613b63f8f1b53541270d1246ca5bdfaae845e202bddd23f64d4d58336d33e27a5c33df1cf7e4973c3255b82ed1947b707089cf1afc08c2259eb8f5fb9785 SHA512 55644ac7f81d60b414ac13e0da4db190ca58bc9d1d7ab82c447e0995d23970d3ebd9322ce7c066303e8455141bd91e2125618d924aaf17109d7015d49289f4d7 diff --git a/app-text/papers/metadata.xml b/app-text/papers/metadata.xml deleted file mode 100644 index a87c14366bf7..000000000000 --- a/app-text/papers/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="comics">Enable comics support</flag> - <flag name="nautilus">Enable nautilus support</flag> - <flag name="sysprof">Enable sysprof support</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/papers/papers-48.5-r1.ebuild b/app-text/papers/papers-48.5-r1.ebuild deleted file mode 100644 index 379402082016..000000000000 --- a/app-text/papers/papers-48.5-r1.ebuild +++ /dev/null @@ -1,320 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.0 - -EAPI=8 - -CRATES=" - aes@0.8.4 - aho-corasick@1.1.3 - allocator-api2@0.2.21 - anstream@0.6.18 - anstyle-parse@0.2.6 - anstyle-query@1.1.2 - anstyle-wincon@3.0.7 - anstyle@1.0.10 - async-broadcast@0.7.2 - async-channel@2.3.1 - async-executor@1.13.1 - async-fs@2.1.2 - async-io@2.4.0 - async-lock@3.4.0 - async-net@2.0.0 - async-process@2.3.0 - async-recursion@1.1.1 - async-signal@0.2.10 - async-task@4.7.1 - async-trait@0.1.86 - atomic-waker@1.1.2 - autocfg@1.4.0 - bitflags@2.8.0 - block-buffer@0.10.4 - block-padding@0.3.3 - block@0.1.6 - blocking@1.6.1 - byteorder@1.5.0 - cairo-rs@0.20.7 - cairo-sys-rs@0.20.7 - cbc@0.1.2 - cc@1.2.14 - cfg-expr@0.17.2 - cfg-if@1.0.0 - cfg_aliases@0.2.1 - cipher@0.4.4 - colorchoice@1.0.3 - concurrent-queue@2.5.0 - cpufeatures@0.2.17 - crossbeam-utils@0.8.21 - crypto-common@0.1.6 - digest@0.10.7 - endi@1.1.0 - enumflags2@0.7.11 - enumflags2_derive@0.7.11 - env_filter@0.1.3 - env_logger@0.11.6 - equivalent@1.0.2 - errno@0.3.10 - event-listener-strategy@0.5.3 - event-listener@5.4.0 - fastrand@2.3.0 - field-offset@0.3.6 - foldhash@0.1.4 - futures-channel@0.3.31 - futures-core@0.3.31 - futures-executor@0.3.31 - futures-io@0.3.31 - futures-lite@2.6.0 - futures-macro@0.3.31 - futures-sink@0.3.31 - futures-task@0.3.31 - futures-util@0.3.31 - futures@0.3.31 - gdk-pixbuf-sys@0.20.7 - gdk-pixbuf@0.20.9 - gdk4-sys@0.9.6 - gdk4@0.9.6 - generic-array@0.14.7 - getrandom@0.2.15 - getrandom@0.3.1 - gettext-rs@0.7.2 - gettext-sys@0.22.5 - gio-sys@0.20.9 - gio@0.20.9 - glib-macros@0.20.7 - glib-sys@0.20.9 - glib@0.20.9 - gobject-sys@0.20.9 - graphene-rs@0.20.9 - graphene-sys@0.20.7 - gsk4-sys@0.9.6 - gsk4@0.9.6 - gtk4-macros@0.9.5 - gtk4-sys@0.9.6 - gtk4@0.9.6 - hashbrown@0.15.2 - heck@0.5.0 - hermit-abi@0.4.0 - hex@0.4.3 - hkdf@0.12.4 - hmac@0.12.1 - humantime@2.1.0 - indexmap@2.7.1 - inout@0.1.3 - is_terminal_polyfill@1.70.1 - lazy_static@1.5.0 - libadwaita-sys@0.7.1 - libadwaita@0.7.1 - libc@0.2.169 - libm@0.2.11 - linux-raw-sys@0.4.15 - locale_config@0.3.0 - log@0.4.25 - lru@0.13.0 - malloc_buf@0.0.6 - md-5@0.10.6 - memchr@2.7.4 - memoffset@0.9.1 - nix@0.29.0 - num-bigint-dig@0.8.4 - num-bigint@0.4.6 - num-complex@0.4.6 - num-integer@0.1.46 - num-iter@0.1.45 - num-rational@0.4.2 - num-traits@0.2.19 - num@0.4.3 - objc-foundation@0.1.1 - objc@0.2.7 - objc_id@0.1.1 - once_cell@1.20.3 - oo7@0.3.3 - ordered-stream@0.2.0 - pango-sys@0.20.9 - pango@0.20.9 - parking@2.2.1 - pbkdf2@0.12.2 - pin-project-lite@0.2.16 - pin-utils@0.1.0 - piper@0.2.4 - pkg-config@0.3.31 - polling@3.7.4 - ppv-lite86@0.2.20 - proc-macro-crate@3.2.0 - proc-macro2@1.0.93 - quote@1.0.38 - rand@0.8.5 - rand_chacha@0.3.1 - rand_core@0.6.4 - regex-automata@0.4.9 - regex-syntax@0.8.5 - regex@1.11.1 - rustc_version@0.4.1 - rustix@0.38.44 - semver@1.0.25 - serde@1.0.218 - serde_derive@1.0.218 - serde_repr@0.1.19 - serde_spanned@0.6.8 - sha1@0.10.6 - sha2@0.10.8 - shell-words@1.1.0 - shlex@1.3.0 - signal-hook-registry@1.4.2 - slab@0.4.9 - smallvec@1.14.0 - spin@0.9.8 - static_assertions@1.1.0 - subtle@2.6.1 - syn@2.0.98 - system-deps@7.0.3 - target-lexicon@0.12.16 - temp-dir@0.1.14 - tempfile@3.17.1 - toml@0.8.20 - toml_datetime@0.6.8 - toml_edit@0.22.24 - tracing-attributes@0.1.28 - tracing-core@0.1.33 - tracing@0.1.41 - typenum@1.18.0 - uds_windows@1.1.0 - unicode-ident@1.0.17 - utf8parse@0.2.2 - version-compare@0.2.0 - version_check@0.9.5 - wasi@0.11.0+wasi-snapshot-preview1 - wasi@0.13.3+wasi-0.2.2 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-sys@0.52.0 - windows-sys@0.59.0 - windows-targets@0.52.6 - windows_aarch64_gnullvm@0.52.6 - windows_aarch64_msvc@0.52.6 - windows_i686_gnu@0.52.6 - windows_i686_gnullvm@0.52.6 - windows_i686_msvc@0.52.6 - windows_x86_64_gnu@0.52.6 - windows_x86_64_gnullvm@0.52.6 - windows_x86_64_msvc@0.52.6 - winnow@0.7.3 - wit-bindgen-rt@0.33.0 - xdg-home@1.3.0 - zbus@4.4.0 - zbus_macros@4.4.0 - zbus_names@3.0.0 - zerocopy-derive@0.7.35 - zerocopy@0.7.35 - zeroize@1.8.1 - zeroize_derive@1.4.2 - zvariant@4.2.0 - zvariant_derive@4.2.0 - zvariant_utils@2.1.0 -" - -RUST_MIN_VER="1.81" - -inherit cargo gnome.org gnome2 meson xdg - -DESCRIPTION="A document viewer for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/Papers" - -# SRC_URI for loupe is set by gnome.org eclass. -SRC_URI+=" ${CARGO_CRATE_URIS}" - -LICENSE="GPL-2+ MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-3.0 ZLIB -" - -# subslot = ppsd4.0.(suffix of libppsdocument-4.0)-ppsv4.0.(suffix of libppsview-4.0) -SLOT="0/ppsd4.0.5-ppsv4.0.4" - -KEYWORDS="amd64" - -IUSE="+comics djvu doc gnome-keyring introspection nautilus +spell sysprof test tiff" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - dev-libs/appstream-glib - doc? ( dev-util/gi-docgen ) -" - -# sys-crates in pycargoebuild order -DEPEND=" - x11-libs/cairo - x11-libs/gdk-pixbuf[introspection?] - sys-devel/gettext - media-libs/graphene - media-libs/libraw - x11-libs/pango[introspection?] -" -# meson.build file -DEPEND+=" - >=dev-libs/glib-2.75.0:2 - >=gui-libs/gtk-4.17.1:4[X] - >=gui-libs/libadwaita-1.6:1 - media-libs/exempi:2 - >=x11-libs/cairo-1.14.0 - virtual/zlib:= - - sysprof? ( dev-util/sysprof-capture:4 ) - - nautilus? ( >=gnome-base/nautilus-43 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) - spell? ( >=app-text/libspelling-0.2 ) - comics? ( >=app-arch/libarchive-3.6.0 ) - djvu? ( >=app-text/djvu-3.5.22 ) - - >=app-text/poppler-25.01.0[cairo] - x11-libs/cairo - - tiff? ( >=media-libs/tiff-4 ) - -" -RDEPEND="${DEPEND} - gnome-keyring? ( app-crypt/libsecret ) -" - -QA_FLAGS_IGNORED="usr/bin/papers" - -src_configure() { - local emesonargs=( - $(meson_feature sysprof) - $(meson_use nautilus) - $(meson_feature comics) - $(meson_feature djvu) - -Dpdf=enabled - $(meson_feature tiff) - $(meson_use test tests) - $(meson_use doc documentation) - $(meson_use doc user_doc) - $(meson_feature introspection) - $(meson_feature sysprof) - $(meson_feature gnome-keyring keyring) - $(meson_feature spell spell_check) - ) - meson_src_configure - ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die -} - -src_install() { - meson_src_install - if use doc; then - mv "${ED}"/usr/share/doc/{libpps*,${PF}/.} || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/papers/papers-49.6-r1.ebuild b/app-text/papers/papers-49.6-r1.ebuild deleted file mode 100644 index 462730501efe..000000000000 --- a/app-text/papers/papers-49.6-r1.ebuild +++ /dev/null @@ -1,371 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.1 - -EAPI=8 - -CRATES=" - adler2@2.0.1 - aes@0.8.4 - aho-corasick@1.1.3 - allocator-api2@0.2.21 - anstream@0.6.20 - anstyle-parse@0.2.7 - anstyle-query@1.1.4 - anstyle-wincon@3.0.10 - anstyle@1.0.11 - ashpd@0.11.0 - async-broadcast@0.7.2 - async-channel@2.5.0 - async-executor@1.13.3 - async-fs@2.1.3 - async-io@2.5.0 - async-lock@3.4.1 - async-net@2.0.0 - async-process@2.4.0 - async-recursion@1.1.1 - async-signal@0.2.12 - async-task@4.7.1 - async-trait@0.1.89 - atomic-waker@1.1.2 - autocfg@1.5.0 - bitflags@1.3.2 - bitflags@2.9.3 - block-buffer@0.10.4 - block-padding@0.3.3 - block@0.1.6 - blocking@1.6.2 - bytemuck@1.23.2 - byteorder-lite@0.1.0 - byteorder@1.5.0 - cairo-rs@0.21.1 - cairo-sys-rs@0.21.1 - cbc@0.1.2 - cc@1.2.34 - cfg-expr@0.18.0 - cfg-if@1.0.3 - cfg_aliases@0.2.1 - cipher@0.4.4 - colorchoice@1.0.4 - concurrent-queue@2.5.0 - cpufeatures@0.2.17 - crc32fast@1.5.0 - crossbeam-utils@0.8.21 - crypto-common@0.1.6 - digest@0.10.7 - displaydoc@0.2.5 - endi@1.1.0 - enumflags2@0.7.12 - enumflags2_derive@0.7.12 - env_filter@0.1.3 - env_logger@0.11.8 - equivalent@1.0.2 - errno@0.3.13 - event-listener-strategy@0.5.4 - event-listener@5.4.1 - fastrand@2.3.0 - fdeflate@0.3.7 - field-offset@0.3.6 - flate2@1.1.2 - foldhash@0.1.5 - form_urlencoded@1.2.2 - futures-channel@0.3.31 - futures-core@0.3.31 - futures-executor@0.3.31 - futures-io@0.3.31 - futures-lite@2.6.1 - futures-macro@0.3.31 - futures-sink@0.3.31 - futures-task@0.3.31 - futures-util@0.3.31 - futures@0.3.31 - gdk-pixbuf-sys@0.21.1 - gdk-pixbuf@0.21.1 - gdk4-sys@0.10.0 - gdk4@0.10.0 - generic-array@0.14.7 - getrandom@0.2.16 - getrandom@0.3.3 - gettext-rs@0.7.2 - gettext-sys@0.22.5 - gio-sys@0.21.1 - gio@0.21.1 - git-version-macro@0.3.9 - git-version@0.3.9 - glib-macros@0.21.0 - glib-sys@0.21.1 - glib@0.21.1 - gobject-sys@0.21.1 - graphene-rs@0.21.1 - graphene-sys@0.21.1 - gsk4-sys@0.10.0 - gsk4@0.10.0 - gtk4-macros@0.10.0 - gtk4-sys@0.10.0 - gtk4@0.10.0 - hashbrown@0.15.5 - heck@0.5.0 - hermit-abi@0.5.2 - hex@0.4.3 - hkdf@0.12.4 - hmac@0.12.1 - icu_collections@2.0.0 - icu_locale_core@2.0.0 - icu_normalizer@2.0.0 - icu_normalizer_data@2.0.0 - icu_properties@2.0.1 - icu_properties_data@2.0.1 - icu_provider@2.0.0 - idna@1.1.0 - idna_adapter@1.2.1 - image@0.25.6 - indexmap@2.11.0 - inout@0.1.4 - is_terminal_polyfill@1.70.1 - jiff-static@0.2.15 - jiff@0.2.15 - lazy_static@1.5.0 - libadwaita-sys@0.8.0 - libadwaita@0.8.0 - libc@0.2.175 - libm@0.2.15 - linux-raw-sys@0.9.4 - litemap@0.8.0 - locale_config@0.3.0 - log@0.4.27 - lru@0.16.0 - malloc_buf@0.0.6 - md-5@0.10.6 - memchr@2.7.5 - memoffset@0.9.1 - miniz_oxide@0.8.9 - nix@0.30.1 - num-bigint-dig@0.8.4 - num-bigint@0.4.6 - num-complex@0.4.6 - num-integer@0.1.46 - num-iter@0.1.45 - num-rational@0.4.2 - num-traits@0.2.19 - num@0.4.3 - objc-foundation@0.1.1 - objc@0.2.7 - objc_id@0.1.1 - once_cell@1.21.3 - once_cell_polyfill@1.70.1 - oo7@0.4.3 - ordered-stream@0.2.0 - pango-sys@0.21.1 - pango@0.21.1 - parking@2.2.1 - pbkdf2@0.12.2 - percent-encoding@2.3.2 - pin-project-lite@0.2.16 - pin-utils@0.1.0 - piper@0.2.4 - pkg-config@0.3.32 - png@0.17.16 - polling@3.10.0 - portable-atomic-util@0.2.4 - portable-atomic@1.11.1 - potential_utf@0.1.3 - ppv-lite86@0.2.21 - proc-macro-crate@3.3.0 - proc-macro2@1.0.101 - quote@1.0.40 - r-efi@5.3.0 - rand@0.8.5 - rand@0.9.2 - rand_chacha@0.3.1 - rand_chacha@0.9.0 - rand_core@0.6.4 - rand_core@0.9.3 - regex-automata@0.4.10 - regex-syntax@0.8.6 - regex@1.11.2 - rustc_version@0.4.1 - rustix@1.0.8 - semver@1.0.26 - serde@1.0.219 - serde_derive@1.0.219 - serde_repr@0.1.20 - serde_spanned@0.6.9 - sha2@0.10.9 - shell-words@1.1.0 - shlex@1.3.0 - signal-hook-registry@1.4.6 - simd-adler32@0.3.7 - slab@0.4.11 - smallvec@1.15.1 - spin@0.9.8 - stable_deref_trait@1.2.0 - static_assertions@1.1.0 - subtle@2.6.1 - syn@2.0.106 - synstructure@0.13.2 - system-deps@7.0.5 - target-lexicon@0.13.2 - temp-dir@0.1.16 - tempfile@3.21.0 - tinystr@0.8.1 - toml@0.8.23 - toml_datetime@0.6.11 - toml_edit@0.22.27 - tracing-attributes@0.1.30 - tracing-core@0.1.34 - tracing@0.1.41 - typenum@1.18.0 - uds_windows@1.1.0 - unicode-ident@1.0.18 - url@2.5.7 - utf8_iter@1.0.4 - utf8parse@0.2.2 - version-compare@0.2.0 - version_check@0.9.5 - wasi@0.11.1+wasi-snapshot-preview1 - wasi@0.14.3+wasi-0.2.4 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-link@0.1.3 - windows-sys@0.60.2 - windows-targets@0.53.3 - windows_aarch64_gnullvm@0.53.0 - windows_aarch64_msvc@0.53.0 - windows_i686_gnu@0.53.0 - windows_i686_gnullvm@0.53.0 - windows_i686_msvc@0.53.0 - windows_x86_64_gnu@0.53.0 - windows_x86_64_gnullvm@0.53.0 - windows_x86_64_msvc@0.53.0 - winnow@0.7.13 - wit-bindgen@0.45.0 - writeable@0.6.1 - yoke-derive@0.8.0 - yoke@0.8.0 - zbus@5.10.0 - zbus_macros@5.10.0 - zbus_names@4.2.0 - zerocopy-derive@0.8.26 - zerocopy@0.8.26 - zerofrom-derive@0.1.6 - zerofrom@0.1.6 - zeroize@1.8.1 - zeroize_derive@1.4.2 - zerotrie@0.2.2 - zerovec-derive@0.11.1 - zerovec@0.11.4 - zvariant@5.7.0 - zvariant_derive@5.7.0 - zvariant_utils@3.2.1 -" - -RUST_MIN_VER="1.83" - -inherit cargo gnome.org gnome2 meson xdg - -DESCRIPTION="A document viewer for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/Papers" - -# SRC_URI is set by gnome.org eclass. -SRC_URI+=" ${CARGO_CRATE_URIS}" - -LICENSE="GPL-2+ MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD MIT Unicode-3.0 - ZLIB -" - -# subslot = ppsd4.0.(suffix of libppsdocument-4.0)-ppsv4.0.(suffix of libppsview-4.0) -SLOT="0/ppsd4.0.6-ppsv4.0.5" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -IUSE="+comics djvu doc gnome-keyring introspection nautilus +spell sysprof test tiff" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - >=dev-build/meson-1.8.0 - dev-util/blueprint-compiler - dev-libs/appstream - dev-libs/appstream-glib - doc? ( dev-util/gi-docgen ) -" - -# sys-crates in pycargoebuild order -DEPEND=" - x11-libs/cairo - x11-libs/gdk-pixbuf[introspection?] - sys-devel/gettext - media-libs/graphene - media-libs/libraw - x11-libs/pango[introspection?] -" -# meson.build file -DEPEND+=" - >=dev-libs/glib-2.75.0:2 - >=gui-libs/gtk-4.17.1:4 - >=gui-libs/libadwaita-1.8_alpha:1 - media-libs/exempi:2 - >=x11-libs/cairo-1.14.0 - virtual/zlib:= - - sysprof? ( dev-util/sysprof-capture:4 ) - - nautilus? ( >=gnome-base/nautilus-43 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) - spell? ( >=app-text/libspelling-0.2 ) - comics? ( >=app-arch/libarchive-3.6.0 ) - djvu? ( >=app-text/djvu-3.5.22 ) - - >=app-text/poppler-25.01.0[cairo] - x11-libs/cairo - - tiff? ( >=media-libs/tiff-4 ) - -" -RDEPEND="${DEPEND} - gnome-keyring? ( app-crypt/libsecret ) -" - -QA_FLAGS_IGNORED="usr/bin/papers usr/bin/papers-thumbnailer" - -src_configure() { - local emesonargs=( - $(meson_feature sysprof) - $(meson_use nautilus) - $(meson_feature comics) - $(meson_feature djvu) - -Dpdf=enabled - $(meson_feature tiff) - $(meson_use test tests) - $(meson_use doc documentation) - $(meson_use doc user_doc) - $(meson_feature introspection) - $(meson_feature sysprof) - $(meson_feature gnome-keyring keyring) - $(meson_feature spell spell_check) - ) - meson_src_configure - ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die -} - -src_install() { - meson_src_install - if use doc; then - mv "${ED}"/usr/share/doc/{libpps*,${PF}/.} || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/papers/papers-50.2.ebuild b/app-text/papers/papers-50.2.ebuild deleted file mode 100644 index e7af1b0d2a38..000000000000 --- a/app-text/papers/papers-50.2.ebuild +++ /dev/null @@ -1,390 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.1 - -EAPI=8 - -CRATES=" - adler2@2.0.1 - aes@0.8.4 - aho-corasick@1.1.4 - allocator-api2@0.2.21 - anstream@0.6.21 - anstyle-parse@0.2.7 - anstyle-query@1.1.5 - anstyle-wincon@3.0.11 - anstyle@1.0.13 - approx@0.5.1 - ashpd@0.12.1 - async-broadcast@0.7.2 - async-channel@2.5.0 - async-executor@1.13.3 - async-fs@2.2.0 - async-io@2.6.0 - async-lock@3.4.2 - async-net@2.0.0 - async-process@2.5.0 - async-recursion@1.1.1 - async-signal@0.2.13 - async-task@4.7.1 - async-trait@0.1.89 - atomic-waker@1.1.2 - autocfg@1.5.0 - bitflags@2.10.0 - block-buffer@0.10.4 - block-padding@0.3.3 - block@0.1.6 - blocking@1.6.2 - bumpalo@3.19.1 - bytemuck@1.24.0 - byteorder-lite@0.1.0 - byteorder@1.5.0 - cairo-rs@0.21.5 - cairo-sys-rs@0.21.5 - cbc@0.1.2 - cc@1.2.54 - cfg-expr@0.20.6 - cfg-if@1.0.4 - cipher@0.4.4 - colorchoice@1.0.4 - concurrent-queue@2.5.0 - cpufeatures@0.2.17 - crc32fast@1.5.0 - crossbeam-utils@0.8.21 - crypto-common@0.1.7 - digest@0.10.7 - displaydoc@0.2.5 - endi@1.1.1 - enumflags2@0.7.12 - enumflags2_derive@0.7.12 - env_filter@0.1.4 - env_logger@0.11.8 - equivalent@1.0.2 - errno@0.3.14 - event-listener-strategy@0.5.4 - event-listener@5.4.1 - fastrand@2.3.0 - fdeflate@0.3.7 - field-offset@0.3.6 - find-msvc-tools@0.1.8 - flate2@1.1.8 - float_next_after@1.0.0 - foldhash@0.2.0 - form_urlencoded@1.2.2 - formatx@0.2.4 - futures-channel@0.3.31 - futures-core@0.3.31 - futures-executor@0.3.31 - futures-io@0.3.31 - futures-lite@2.6.1 - futures-macro@0.3.31 - futures-sink@0.3.31 - futures-task@0.3.31 - futures-util@0.3.31 - futures@0.3.31 - gdk-pixbuf-sys@0.21.5 - gdk-pixbuf@0.21.5 - gdk4-sys@0.10.3 - gdk4@0.10.3 - generic-array@0.14.7 - geo-types@0.7.18 - geo@0.30.0 - geographiclib-rs@0.2.5 - getrandom@0.2.17 - getrandom@0.3.4 - gettext-rs@0.7.7 - gettext-sys@0.26.0 - gio-sys@0.21.5 - gio@0.21.5 - git-version-macro@0.3.9 - git-version@0.3.9 - glib-macros@0.21.5 - glib-sys@0.21.5 - glib@0.21.5 - gobject-sys@0.21.5 - graphene-rs@0.21.5 - graphene-sys@0.21.5 - gsk4-sys@0.10.3 - gsk4@0.10.3 - gtk4-macros@0.10.3 - gtk4-sys@0.10.3 - gtk4@0.10.3 - hash32@0.3.1 - hashbrown@0.16.1 - heapless@0.8.0 - heck@0.5.0 - hermit-abi@0.5.2 - hex@0.4.3 - hkdf@0.12.4 - hmac@0.12.1 - i_float@1.7.0 - i_key_sort@0.2.0 - i_overlay@2.0.5 - i_shape@1.7.0 - i_tree@0.8.3 - icu_collections@2.1.1 - icu_locale_core@2.1.1 - icu_normalizer@2.1.1 - icu_normalizer_data@2.1.1 - icu_properties@2.1.2 - icu_properties_data@2.1.2 - icu_provider@2.1.1 - idna@1.1.0 - idna_adapter@1.2.1 - image@0.25.9 - indexmap@2.13.0 - ink-stroke-modeler-rs@0.1.0 - inout@0.1.4 - is_terminal_polyfill@1.70.2 - jiff-static@0.2.18 - jiff@0.2.18 - js-sys@0.3.85 - lazy_static@1.5.0 - libadwaita-sys@0.8.1 - libadwaita@0.8.1 - libc@0.2.180 - libm@0.2.16 - linux-raw-sys@0.11.0 - litemap@0.8.1 - locale_config@0.3.0 - log@0.4.29 - lru@0.16.3 - malloc_buf@0.0.6 - md-5@0.10.6 - memchr@2.7.6 - memoffset@0.9.1 - miniz_oxide@0.8.9 - moxcms@0.7.11 - num-bigint-dig@0.8.6 - num-bigint@0.4.6 - num-complex@0.4.6 - num-integer@0.1.46 - num-iter@0.1.45 - num-rational@0.4.2 - num-traits@0.2.19 - num@0.4.3 - objc-foundation@0.1.1 - objc@0.2.7 - objc_id@0.1.1 - once_cell@1.21.3 - once_cell_polyfill@1.70.2 - oo7@0.5.0 - ordered-stream@0.2.0 - pango-sys@0.21.5 - pango@0.21.5 - parking@2.2.1 - pbkdf2@0.12.2 - percent-encoding@2.3.2 - pin-project-lite@0.2.16 - pin-utils@0.1.0 - piper@0.2.4 - pkg-config@0.3.32 - png@0.18.0 - polling@3.11.0 - portable-atomic-util@0.2.4 - portable-atomic@1.13.0 - potential_utf@0.1.4 - ppv-lite86@0.2.21 - proc-macro-crate@3.4.0 - proc-macro2@1.0.106 - pxfm@0.1.27 - quote@1.0.44 - r-efi@5.3.0 - rand@0.8.5 - rand@0.9.2 - rand_chacha@0.3.1 - rand_chacha@0.9.0 - rand_core@0.6.4 - rand_core@0.9.5 - regex-automata@0.4.13 - regex-syntax@0.8.8 - regex@1.12.2 - robust@1.2.0 - rstar@0.12.2 - rustc_version@0.4.1 - rustix@1.1.3 - rustversion@1.0.22 - semver@1.0.27 - serde@1.0.228 - serde_core@1.0.228 - serde_derive@1.0.228 - serde_repr@0.1.20 - serde_spanned@1.0.4 - sha2@0.10.9 - shell-words@1.1.1 - shlex@1.3.0 - signal-hook-registry@1.4.8 - simd-adler32@0.3.8 - slab@0.4.11 - smallvec@1.15.1 - spin@0.9.8 - stable_deref_trait@1.2.1 - subtle@2.6.1 - syn@2.0.114 - synstructure@0.13.2 - system-deps@7.0.7 - target-lexicon@0.13.3 - temp-dir@0.1.16 - tempfile@3.24.0 - thiserror-impl@2.0.18 - thiserror@2.0.18 - tinystr@0.8.2 - toml@0.9.11+spec-1.1.0 - toml_datetime@0.7.5+spec-1.1.0 - toml_edit@0.23.10+spec-1.0.0 - toml_parser@1.0.6+spec-1.1.0 - toml_writer@1.0.6+spec-1.1.0 - tracing-attributes@0.1.31 - tracing-core@0.1.36 - tracing@0.1.44 - typenum@1.19.0 - uds_windows@1.1.0 - unicode-ident@1.0.22 - url@2.5.8 - utf8_iter@1.0.4 - utf8parse@0.2.2 - uuid@1.20.0 - version-compare@0.2.1 - version_check@0.9.5 - wasi@0.11.1+wasi-snapshot-preview1 - wasip2@1.0.1+wasi-0.2.4 - wasm-bindgen-macro-support@0.2.108 - wasm-bindgen-macro@0.2.108 - wasm-bindgen-shared@0.2.108 - wasm-bindgen@0.2.108 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-link@0.2.1 - windows-sys@0.61.2 - winnow@0.7.14 - wit-bindgen@0.46.0 - writeable@0.6.2 - yoke-derive@0.8.1 - yoke@0.8.1 - zbus@5.13.2 - zbus_macros@5.13.2 - zbus_names@4.3.1 - zerocopy-derive@0.8.35 - zerocopy@0.8.35 - zerofrom-derive@0.1.6 - zerofrom@0.1.6 - zeroize@1.8.2 - zeroize_derive@1.4.3 - zerotrie@0.2.3 - zerovec-derive@0.11.2 - zerovec@0.11.5 - zvariant@5.9.2 - zvariant_derive@5.9.2 - zvariant_utils@3.3.0 -" - -RUST_MIN_VER="1.85.0" - -inherit cargo gnome.org gnome2 meson xdg - -DESCRIPTION="A document viewer for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/Papers" - -# SRC_URI is set by gnome.org eclass. -SRC_URI+=" ${CARGO_CRATE_URIS}" - -LICENSE="GPL-2+ MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD MIT Unicode-3.0 - ZLIB -" - -# subslot = ppsd4.0.(suffix of libppsdocument-4.0)-ppsv4.0.(suffix of libppsview-4.0) -SLOT="0/ppsd4.0.6-ppsv4.0.5" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -IUSE="+comics djvu doc gnome-keyring introspection nautilus +spell sysprof test tiff" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - >=dev-build/meson-1.8.0 - dev-util/blueprint-compiler - dev-libs/appstream - dev-libs/appstream-glib - doc? ( dev-util/gi-docgen ) -" - -# sys-crates in pycargoebuild order -DEPEND=" - x11-libs/cairo - x11-libs/gdk-pixbuf[introspection?] - sys-devel/gettext - media-libs/graphene - media-libs/libraw - x11-libs/pango[introspection?] -" -# meson.build file -DEPEND+=" - >=dev-libs/glib-2.75.0:2 - >=gui-libs/gtk-4.17.1:4 - >=gui-libs/libadwaita-1.8_alpha:1 - media-libs/exempi:2 - >=x11-libs/cairo-1.14.0 - virtual/zlib:= - - sysprof? ( dev-util/sysprof-capture:4 ) - - nautilus? ( >=gnome-base/nautilus-43 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) - spell? ( >=app-text/libspelling-0.2 ) - comics? ( >=app-arch/libarchive-3.6.0 ) - djvu? ( >=app-text/djvu-3.5.22 ) - - >=app-text/poppler-25.07.0[cairo] - x11-libs/cairo - - tiff? ( >=media-libs/tiff-4 ) - -" -RDEPEND="${DEPEND} - gnome-keyring? ( app-crypt/libsecret ) -" - -QA_FLAGS_IGNORED="usr/bin/papers usr/bin/papers-thumbnailer" - -src_configure() { - local emesonargs=( - $(meson_feature sysprof) - $(meson_use nautilus) - $(meson_feature comics) - $(meson_feature djvu) - -Dpdf=enabled - $(meson_feature tiff) - $(meson_use test tests) - $(meson_use doc documentation) - $(meson_use doc user_doc) - $(meson_feature introspection) - $(meson_feature sysprof) - $(meson_feature gnome-keyring keyring) - $(meson_feature spell spell_check) - ) - meson_src_configure - ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die -} - -src_install() { - meson_src_install - if use doc; then - mv "${ED}"/usr/share/doc/{libpps*,${PF}/.} || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest deleted file mode 100644 index cc1625c792b2..000000000000 --- a/app-text/paperwork-backend/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST paperwork-2.2.5.tar.bz2 2515993 BLAKE2B 3d4e6607d06efc40939fb1d6df72937acb58d54200be96f8c276efe2564ec3e67cafde11e1d8733ff7fd9647b3f30410f9eb584569d56efc3ea5bff21b25acb1 SHA512 60e8acc439bd935f402871208b6acccda033c6324b734aac7adde45716c0e44770902bf97499c10d11af171be5c8bd8ab832b714a972bac27cd274ff5b9fb8ef -DIST paperwork-data-2.2.5.tar.gz 5206588 BLAKE2B 7dd15d31b0b3b59900556d78b271f36cc1cab533d273948a7d0eb364028ec0d1c26b2743a10565e2fc1d65786a11a1589c776c2ec1df6030efe8a79b2fba53a0 SHA512 aaf8e4174504eed7b33b2a0d3ad1b0af489d70bd9a425cf9363011fc6e24dd42a6822a5d078898279e78bbe15b4e36075c5a57a5ec74eabb3c2af7b9c3cc3e76 -DIST paperwork_backend-2.2.5.tar.gz 1401703 BLAKE2B 8c370abf1d46b712013de122e217fe4d2c1a4b7e57ebe84cb46653ea07b7f9f388c607c729bb253a5d42bf44525095d56ad1e33a13b0844088badcd0474357b9 SHA512 652992188da3a772e28e5e4971a0f8ededa22759216eb879d7e9f2f3d1f271477042e322cd0a100b9f5da620112352b0713085bfcd947d7d478752adf5cd4fa0 diff --git a/app-text/paperwork-backend/metadata.xml b/app-text/paperwork-backend/metadata.xml deleted file mode 100644 index e7778ddc74c3..000000000000 --- a/app-text/paperwork-backend/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.5-r1.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.5-r1.ebuild deleted file mode 100644 index 5b9e62f5b76f..000000000000 --- a/app-text/paperwork-backend/paperwork-backend-2.2.5-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Backend part of Paperwork (Python API, no UI)" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" - -# Use pypi sdist due to AUTHORS.json which relies on git to generate a proper file -# -# Update from release hash at: -# https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/tags -#REL_HASH="3f51346f" -#SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2 -# https://download.openpaper.work/data/paperwork/master_${REL_HASH}/data.tar.gz -> paperwork-data-${PV}.tar.gz" -#S=${WORKDIR}/paperwork-${PV}/${PN} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# openpaperwork-gtk: https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/work_items/1126 -RDEPEND=" - app-text/openpaperwork-core[${PYTHON_USEDEP}] - app-text/openpaperwork-gtk[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pycountry[${PYTHON_USEDEP}] - dev-python/pyocr[${PYTHON_USEDEP}] - dev-python/pypillowfight[${PYTHON_USEDEP}] - dev-python/scikit-learn[${PYTHON_USEDEP}] - dev-python/whoosh[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - media-libs/libinsane - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - # see pytest.ini in the repo - epytest -o python_files='tests_*.py' -} diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild deleted file mode 100644 index 42f4b814a64a..000000000000 --- a/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Backend part of Paperwork (Python API, no UI)" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -# Update from release hash at: -# https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/tags -REL_HASH="3f51346f" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2 - https://download.openpaper.work/data/paperwork/master_${REL_HASH}/data.tar.gz -> paperwork-data-${PV}.tar.gz" -S=${WORKDIR}/paperwork-${PV}/${PN} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-text/openpaperwork-core[${PYTHON_USEDEP}] - app-text/openpaperwork-gtk[${PYTHON_USEDEP}] - app-text/poppler[introspection] - dev-python/distro[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pycountry[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/scikit-learn[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}] - dev-python/whoosh[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - dev-python/setuptools-scm[${PYTHON_USEDEP}] - sys-apps/which - sys-devel/gettext - test? ( - dev-python/pypillowfight[${PYTHON_USEDEP}] - media-libs/libinsane - ) -" - -distutils_enable_tests unittest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_compile() { - emake l10n_compile - - distutils-r1_python_compile -} diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest deleted file mode 100644 index c9f078009fd9..000000000000 --- a/app-text/paperwork/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST paperwork-2.2.5.tar.bz2 2515993 BLAKE2B 3d4e6607d06efc40939fb1d6df72937acb58d54200be96f8c276efe2564ec3e67cafde11e1d8733ff7fd9647b3f30410f9eb584569d56efc3ea5bff21b25acb1 SHA512 60e8acc439bd935f402871208b6acccda033c6324b734aac7adde45716c0e44770902bf97499c10d11af171be5c8bd8ab832b714a972bac27cd274ff5b9fb8ef -DIST paperwork-data-2.2.5.tar.gz 5206588 BLAKE2B 7dd15d31b0b3b59900556d78b271f36cc1cab533d273948a7d0eb364028ec0d1c26b2743a10565e2fc1d65786a11a1589c776c2ec1df6030efe8a79b2fba53a0 SHA512 aaf8e4174504eed7b33b2a0d3ad1b0af489d70bd9a425cf9363011fc6e24dd42a6822a5d078898279e78bbe15b4e36075c5a57a5ec74eabb3c2af7b9c3cc3e76 diff --git a/app-text/paperwork/metadata.xml b/app-text/paperwork/metadata.xml deleted file mode 100644 index 5911eac391d1..000000000000 --- a/app-text/paperwork/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <longdescription lang="en"> - Paperwork is a personal document manager for scanned documents (and PDFs). - - It's designed to be easy and fast to use. The idea behind Paperwork is "scan and forget": You should be able to just scan a new document and forget about it until the day you need it again. - - In other words, let the machine do most of the work for you. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/paperwork/paperwork-2.2.5.ebuild b/app-text/paperwork/paperwork-2.2.5.ebuild deleted file mode 100644 index 5913272d32b4..000000000000 --- a/app-text/paperwork/paperwork-2.2.5.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 xdg - -DESCRIPTION="a personal document manager for scanned documents (and PDFs)" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -# Update from release hash at: -# https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/tags -REL_HASH="620eb580" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2 - https://download.openpaper.work/data/paperwork/master_${REL_HASH}/data.tar.gz -> paperwork-data-${PV}.tar.gz" -S=${WORKDIR}/paperwork-${PV}/${PN}-gtk - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="~app-text/openpaperwork-core-${PV}[${PYTHON_USEDEP}] - ~app-text/openpaperwork-gtk-${PV}[${PYTHON_USEDEP}] - ~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}] - dev-python/pypillowfight[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}] - >=dev-python/pyxdg-0.25[${PYTHON_USEDEP}] - media-libs/libinsane - x11-libs/libnotify[introspection]" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] - sys-apps/which - sys-devel/gettext" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -src_prepare() { - default - cp -a "${WORKDIR}"/${PN}-gtk "${WORKDIR}"/paperwork-${PV}/ -} - -python_compile() { - emake l10n_compile - - distutils-r1_python_compile -} - -python_install_all() { - distutils-r1_python_install_all - - # This queries tesseract languages and will fail sandbox with - # USE=opencl, bugs #793446 #830012 #852134 - addpredict /dev/dri/renderD128 - addpredict /dev/kfd - addpredict /dev/nvidiactl - - PYTHONPATH="src" "${EPYTHON}" src/paperwork_gtk/main.py install \ - --icon_base_dir="${ED}"/usr/share/icons \ - --data_base_dir="${ED}"/usr/share -} diff --git a/app-text/paps/Manifest b/app-text/paps/Manifest deleted file mode 100644 index 3d0ef72a1bc9..000000000000 --- a/app-text/paps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paps-0.8.0.tar.gz 75685 BLAKE2B e20ea4ceafe41e938901d61c3c684d9d6b53a621127a66551d0137215c42a7a3c9a8657456bfe4893b8b6b9cd0b65fb104e0492d090b1bb584ca850c06d01236 SHA512 f8c101f6439159354b6a6d218b19baab605f08fa4e70171addb6e38cf5645a7888601fa0aa9d067ec1e5c423297f305cc35268cfde8a3327ffc6ced73ce6df50 diff --git a/app-text/paps/files/paps-0.8.0-fix_fmt11.2.patch b/app-text/paps/files/paps-0.8.0-fix_fmt11.2.patch deleted file mode 100644 index e365dd4003ec..000000000000 --- a/app-text/paps/files/paps-0.8.0-fix_fmt11.2.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://github.com/dov/paps/pull/77.patch -PR merged -From 2a37bffcaddd93002bea9fb49122167274a0cbbd Mon Sep 17 00:00:00 2001 -From: Nicolas PARLANT <nicolas.parlant@parhuet.fr> -Date: Fri, 11 Jul 2025 07:23:51 +0200 -Subject: [PATCH] Replace deprecated fmt::localtime with std::localtime - -fmt::localtime is deprecated since fmt 11.2.0 - -Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> ---- - src/format_from_dict.cc | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/src/format_from_dict.cc b/src/format_from_dict.cc -index bcad60e..ce72e99 100644 ---- a/src/format_from_dict.cc -+++ b/src/format_from_dict.cc -@@ -54,7 +54,11 @@ static string scalar_to_string(scalar_t scalar, - time_t val = get<time_t>(scalar); - if (!spec.length()) - return to_string(val); -- return format(runtime(format("{{:{}}}", spec)), fmt::localtime(val)); -+ const auto *tm = std::localtime(&val); -+ if (tm == nullptr) -+ return {}; -+ -+ return format(runtime(format("{{:{}}}", spec)), *tm); - } - throw runtime_error("Unrecognized type!"); // I shouldn't be here! - } diff --git a/app-text/paps/files/paps-0.8.0-fix_glib.patch b/app-text/paps/files/paps-0.8.0-fix_glib.patch deleted file mode 100644 index a4ed8aea0bad..000000000000 --- a/app-text/paps/files/paps-0.8.0-fix_glib.patch +++ /dev/null @@ -1,47 +0,0 @@ -https://github.com/dov/paps/pull/71.patch -PR merged -From e6ec698be127822661e31f7fca7d2e0107944b24 Mon Sep 17 00:00:00 2001 -From: Yaakov Selkowitz <yselkowi@redhat.com> -Date: Tue, 17 Sep 2024 13:58:46 -0400 -Subject: [PATCH] Fix build with glib 2.82 - -g_utf8_next_char no longer includes a cast to char* as of this change: - -https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4016 - -Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com> ---- - src/paps.cc | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/paps.cc b/src/paps.cc -index fde04d1..3ab9a7c 100644 ---- a/src/paps.cc -+++ b/src/paps.cc -@@ -1107,7 +1107,7 @@ split_text_into_paragraphs (PangoContext *pango_context, - while (p != nullptr && *p) - { - wc = g_utf8_get_char (p); -- next = g_utf8_next_char (p); -+ next = (char *) g_utf8_next_char (p); - if (wc == (gunichar)-1) - { - fprintf (stderr, _("%s: Invalid character in input\n"), g_get_prgname ()); -@@ -1122,7 +1122,7 @@ split_text_into_paragraphs (PangoContext *pango_context, - para->length = p - last_para; - /* handle dos line breaks */ - if (wc == '\r' && *next == '\n') -- next = g_utf8_next_char(next); -+ next = (char *) g_utf8_next_char(next); - para->layout = pango_layout_new (pango_context); - - if (page_layout->cpi > 0.0L) -@@ -1193,7 +1193,7 @@ split_text_into_paragraphs (PangoContext *pango_context, - g_free (newtext); - - para->length = i; -- next = g_utf8_offset_to_pointer (para->text, para->length); -+ next = (char *) g_utf8_offset_to_pointer (para->text, para->length); - wc = g_utf8_get_char (g_utf8_prev_char (next)); - } - else diff --git a/app-text/paps/files/paps-0.8.0-fix_unused_results.patch b/app-text/paps/files/paps-0.8.0-fix_unused_results.patch deleted file mode 100644 index 2b8bd61a0702..000000000000 --- a/app-text/paps/files/paps-0.8.0-fix_unused_results.patch +++ /dev/null @@ -1,84 +0,0 @@ -https://github.com/dov/paps/pull/58.patch -PR merged -From 0eac5cb403dd7dc4f4ebd05c9a93730fa1521e53 Mon Sep 17 00:00:00 2001 -From: Akira TAGOH <akira@tagoh.org> -Date: Wed, 1 Mar 2023 15:24:27 +0900 -Subject: [PATCH] Fix the build issue - -Some code ignores a return value of g_string_free() and that causes: - -ignoring return value of 'gchar* g_string_free_and_steal(GString*)' declared with attribute 'warn_unused_result' [-Wunused-result] - -This fixes it. ---- - src/paps.cc | 21 ++++++++++++--------- - 1 file changed, 12 insertions(+), 9 deletions(-) - -diff --git a/src/paps.cc b/src/paps.cc -index cb48ddc..429b764 100644 ---- a/src/paps.cc -+++ b/src/paps.cc -@@ -368,6 +368,7 @@ copy_pango_parse_enum (GType type, - { - int i; - GString *s = g_string_new (nullptr); -+ gchar *gstr; - - for (i = 0, v = g_enum_get_value (klass, i); v; - i++ , v = g_enum_get_value (klass, i)) -@@ -382,10 +383,10 @@ copy_pango_parse_enum (GType type, - G_ENUM_CLASS_TYPE_NAME(klass), - s->str); - -- if (possible_values) -- *possible_values = s->str; -+ gstr = g_string_free (s, possible_values ? false : true); - -- g_string_free (s, possible_values ? false : true); -+ if (possible_values) -+ *possible_values = gstr; - } - } - -@@ -1001,7 +1002,7 @@ read_file (FILE *file, - if (ferror (file)) - { - fprintf(stderr, _("%s: Error reading file.\n"), g_get_prgname ()); -- g_string_free (inbuf, true); -+ (void) g_string_free (inbuf, true); - exit(1); - } - else if (bp == nullptr) -@@ -1043,8 +1044,7 @@ read_file (FILE *file, - if (inbuf->len && inbuf->str[inbuf->len-1] != '\n') - g_string_append(inbuf, "\n"); - -- text = inbuf->str; -- g_string_free (inbuf, false); -+ text = g_string_free (inbuf, false); - - if (encoding != nullptr && cvh != nullptr) - g_iconv_close(cvh); -@@ -1671,7 +1671,11 @@ get_date() - fprintf(stderr, _("%1$s: Error while converting date string from '%2$s' to UTF-8.\n"), - g_get_prgname(), get_encoding()); - /* Return the unconverted string. */ -- g_string_free(inbuf, false); -+ /* -+ * inbuf isn't used here, but a few memory is -+ * allocated by default. so it should be freed anyway. -+ */ -+ (void) g_string_free(inbuf, true); - g_iconv_close(cvh); - return date; - } -@@ -1679,8 +1683,7 @@ get_date() - obuffer[BUFSIZE * 6 - 1 - oblen] = 0; - g_string_append(inbuf, bp); - -- date_utf8 = inbuf->str; -- g_string_free(inbuf, false); -+ date_utf8 = g_string_free(inbuf, false); - g_iconv_close(cvh); - } - diff --git a/app-text/paps/metadata.xml b/app-text/paps/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/paps/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/paps/paps-0.8.0.ebuild b/app-text/paps/paps-0.8.0.ebuild deleted file mode 100644 index a6164bb05349..000000000000 --- a/app-text/paps/paps-0.8.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit edo meson python-r1 - -DESCRIPTION="Unicode-aware text to PostScript converter" -HOMEPAGE="https://github.com/dov/paps" -SRC_URI="https://github.com/dov/paps/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-libs/glib:2 - dev-libs/libfmt:= - x11-libs/cairo - x11-libs/pango -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - # patches merged in upstream, to be removed for the next version. - "${FILESDIR}"/${P}-fix_glib.patch - "${FILESDIR}"/${P}-fix_unused_results.patch - "${FILESDIR}"/${P}-fix_fmt11.2.patch -) - -src_prepare() { - default - - # even if it can be changed with --pango-outlang-path, fix the default value - sed -e "/^pango_outlang_path =/s/\/usr\/local/${EPREFIX}\/usr/" \ - -i scripts/src-to-paps || die -} - -src_test() { - edo "${BUILD_DIR}"/src/paps examples/small-hello.utf8 -o "${T}"/test-out.ps -} - -src_install() { - meson_src_install - - python_foreach_impl python_doscript scripts/src-to-paps -} diff --git a/app-text/par/Manifest b/app-text/par/Manifest deleted file mode 100644 index 1e4ad4bb6667..000000000000 --- a/app-text/par/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Par-1.53.0.tar.gz 52209 BLAKE2B 4069f75e1d0ff397938941ab58020c41cb1b896ab91b370c4f9c9a4d4eea1fe695cc0c27b0129780d40b7274e355ac1f41a933d051bffebc938c284e71971fe6 SHA512 3f8ac57fe19ebcf427b11f4d79f2c5cc9286c1439c38a53d45bd29b9219369db2798efbd0e203ac359d59ebbdd3ead1c50ae75352a1ffc568d4d3b9ad50642b1 diff --git a/app-text/par/metadata.xml b/app-text/par/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/par/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild deleted file mode 100644 index 35e7ac398666..000000000000 --- a/app-text/par/par-1.53.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -MY_P="Par-${PV}" -DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better" -HOMEPAGE="http://www.nicemice.net/par/" -SRC_URI="http://www.nicemice.net/par/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="|| ( MIT par )" -SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86 ~x64-macos" - -src_compile() { - emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \ - LINK1="$(tc-getCC) ${LDFLAGS}" -} - -src_install() { - newbin par par-format - doman par.1 - dodoc releasenotes par.doc -} - -src_test() { - emake -f protoMakefile test -} diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest deleted file mode 100644 index c5b39da46527..000000000000 --- a/app-text/pastebinit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pastebinit-1.7.0.tar.gz 54026 BLAKE2B 11d049333cd08866765ccd22292d1c13e13248ace2e713b69a30a0100d65ff16554368e0c875752d07050de2728ff5ad327f0f8fdbbaa6b53bd7fa98a7286cde SHA512 01f65eb91803926bc401d01781d29ff5e409e1caf0aa593744a6e137571db6308893ce327b954131d55b2a5f764d4598fcfbfbab40cdc74a3fdb776566ab4488 -DIST pastebinit-1.8.0.tar.gz 54121 BLAKE2B 414ec7907420e37f4a6dbb9abe5248bd61efcbda4a5cc84067fb8b9fc8d8bf25010a2073954250168f447f7030f3819f99cc5c72fc2569bdf7be95a00b4c58ad SHA512 9bd32240546fed184e616c45d0285777903289da4f317915a4f30ad54f4c56d9feb0580016be70454b6ee481259819460b2fb850f7fe7989e0aa27db51f8d90d diff --git a/app-text/pastebinit/metadata.xml b/app-text/pastebinit/metadata.xml deleted file mode 100644 index b13b750637f7..000000000000 --- a/app-text/pastebinit/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <stabilize-allarches /> - <upstream> - <remote-id type="launchpad">pastebinit</remote-id> - <remote-id type="cpe">cpe:/a:pastebinit_project:pastebinit</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pastebinit/pastebinit-1.7.0.ebuild b/app-text/pastebinit/pastebinit-1.7.0.ebuild deleted file mode 100644 index 38486616ab9a..000000000000 --- a/app-text/pastebinit/pastebinit-1.7.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit optfeature python-single-r1 - -DESCRIPTION="Software that lets you send anything you want directly to a pastebin" -HOMEPAGE="https://github.com/pastebinit/pastebinit" -SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="man" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND=" - sys-devel/gettext - man? ( - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - ) -" - -src_prepare() { - default - python_fix_shebang "${S}"/${PN} -} - -src_compile() { - emake -C po - - if use man; then - ebegin "Generating a manpage with xsltproc" - xsltproc --nonet \ - "${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ - pastebinit.xml - eend $? || die - fi -} - -src_install() { - dobin pastebinit utils/pbput - dosym pbput /usr/bin/pbget - dosym pbput /usr/bin/pbputs - - einstalldocs - doman utils/*.1 - use man && doman pastebinit.1 - - insinto /usr/share/locale - doins -r po/mo/* - - insinto /usr/share - doins -r pastebin.d -} - -pkg_postinst() { - optfeature "pbput and pbputs scripts" app-arch/xz-utils - optfeature "pbget and pbputs scripts" app-crypt/gnupg -} diff --git a/app-text/pastebinit/pastebinit-1.8.0.ebuild b/app-text/pastebinit/pastebinit-1.8.0.ebuild deleted file mode 100644 index 25d01c513398..000000000000 --- a/app-text/pastebinit/pastebinit-1.8.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit optfeature python-single-r1 - -DESCRIPTION="Software that lets you send anything you want directly to a pastebin" -HOMEPAGE="https://github.com/pastebinit/pastebinit" -SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="man" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND=" - sys-devel/gettext - man? ( - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - ) -" - -src_prepare() { - default - python_fix_shebang "${S}"/${PN} -} - -src_compile() { - emake -C po - - if use man; then - ebegin "Generating a manpage with xsltproc" - xsltproc --nonet \ - "${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ - pastebinit.xml - eend $? || die - fi -} - -src_install() { - dobin pastebinit utils/pbput - dosym pbput /usr/bin/pbget - dosym pbput /usr/bin/pbputs - - einstalldocs - doman utils/*.1 - use man && doman pastebinit.1 - - insinto /usr/share/locale - doins -r po/mo/* - - insinto /usr/share - doins -r pastebin.d -} - -pkg_postinst() { - optfeature "pbput and pbputs scripts" app-arch/xz-utils - optfeature "pbget and pbputs scripts" app-alternatives/gpg -} diff --git a/app-text/pdf2html/Manifest b/app-text/pdf2html/Manifest deleted file mode 100644 index 85d3e2013779..000000000000 --- a/app-text/pdf2html/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdf2html-1.4.tgz 22976 BLAKE2B d0177c34065dda391204813bc0c05b16ad8a711ca3d8f9ced060e2ee2c2f276fd7f0a713c5dfec934f7f95dd37641ef6aada9bab010ed9f457698c23554906a4 SHA512 00488c5e6303e1609294e7873c892866d19f3ee820f22f2d75436de22037bf3e4e1a565b7db29df5f6b20a76c5e2df4786e39e1d803cd7cca88274da65c7bbbb diff --git a/app-text/pdf2html/files/pdf2html-1.4-gentoo.patch b/app-text/pdf2html/files/pdf2html-1.4-gentoo.patch deleted file mode 100644 index de1b4b4f379f..000000000000 --- a/app-text/pdf2html/files/pdf2html-1.4-gentoo.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- a/pbm2png.c -+++ b/pbm2png.c -@@ -145,15 +145,13 @@ - sprintf(string,"%s%d.html",basename,index); - f=fopen(string,"w"); - -- fprintf(f,"<html><head><title>%s</title></head><body bgcolor=\"#000000\" text=\"#00ff00\" link=\"#ffff00\" vlink=\"#00ffff\" --alink=\"#ffff00\">\n",titlestring); -+ fprintf(f,"<html><head><title>%s</title></head><body bgcolor=\"#000000\" text=\"#00ff00\" link=\"#ffff00\" vlink=\"#00ffff\" alink=\"#ffff00\">\n",titlestring); - fprintf(f,"<h1>%s, Page %d</h1>\n",titlestring,index+pageoffset); - fprintf(f,"<p><table border=0 cellspacing=0 cellpadding=2><tr>"); - fprintf(f,"<td valign=\"top\"><table border=0 cellpadding=0 cellspacing=0><tr><td>"); - if (index) - { -- fprintf(f,"<a href=\"%s%d.html\"><img src=\"left.png\" border=0 --></a>\n",basename,index-1); -+ fprintf(f,"<a href=\"%s%d.html\"><img src=\"left.png\" border=0></a>\n",basename,index-1); - } - else - { -@@ -162,18 +160,15 @@ - fprintf(f,"</td><td>"); - if (index<filenumber-1) - { -- fprintf(f,"<a href=\"%s%d.html\"> --<img src=\"right.png\" border=0></a>\n",basename,index+1); -+ fprintf(f,"<a href=\"%s%d.html\"> <img src=\"right.png\" border=0></a>\n",basename,index+1); - } - else - { - fprintf(f,"<img src=\"right.png\" border=0>\n"); - } -- fprintf(f,"</td></tr><tr><td colspan=2><a href=\"index.html\"> --<img src=\"idx.png\" border=0 ></a></td>"); -+ fprintf(f,"</td></tr><tr><td colspan=2><a href=\"index.html\"><img src=\"idx.png\" border=0 ></a></td>"); - fprintf(f,"</tr></table>"); -- fprintf(f,"</td><td><img src=\"%s%d.png\" border=\"0\" --></td>\n</tr></table>",basename,index); -+ fprintf(f,"</td><td><img src=\"%s%d.png\" border=\"0\"></td>\n</tr></table>",basename,index); - fprintf(f,"</body></html>"); - fclose(f); - } -@@ -438,9 +433,8 @@ - int a,z; - - if (argc<7){ -- fprintf(stderr,"Usage: pbm2png <dpi> <basename> <titlestring> --<bottom_html_code> <pageoffset> <ifname> [starting_filenumber [invert]]\n"); -- return 0; -+ fprintf(stderr,"Usage: pbm2png <dpi> <basename> <titlestring> <bottom_html_code> <pageoffset> <ifname> [starting_filenumber [invert]]\n"); -+ return 0; - } - dpi=atol(argv[1]); - ppm=dpi*1000/25.4; diff --git a/app-text/pdf2html/files/pdf2html-1.4-libpng15.patch b/app-text/pdf2html/files/pdf2html-1.4-libpng15.patch deleted file mode 100644 index 7e5635332df8..000000000000 --- a/app-text/pdf2html/files/pdf2html-1.4-libpng15.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/pbm2png.c -+++ b/pbm2png.c -@@ -23,6 +23,7 @@ - #include <stdlib.h> - #include <string.h> - #include <unistd.h> -+#include <zlib.h> /* Z_BEST_COMPRESSION */ - #include <png.h> - #include <sys/types.h> - #include <sys/stat.h> diff --git a/app-text/pdf2html/metadata.xml b/app-text/pdf2html/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/pdf2html/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild deleted file mode 100644 index 3afbb6abe920..000000000000 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Converts pdf files to html files" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/" -SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~sparc x86" - -DEPEND=">=media-libs/libpng-1.4 - virtual/zlib:=" -RDEPEND="${DEPEND} - app-text/ghostscript-gpl - >=media-gfx/imagemagick-6" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-libpng15.patch -) - -src_compile() { - tc-export CC - # Rewrite the Makefile as that's simpler - echo "LDLIBS=-lpng" > Makefile || die "echo failed" - echo "all: pbm2png" >> Makefile || die "echo #2 failed" - emake - echo "pbm2eps9: pbm2eps9.o printer.o" > Makefile || die "echo #3 failed" - emake pbm2eps9 - - echo "cp \"${EPREFIX}\"/usr/share/${P}/*.png ." >> pdf2html || die "echo #4 failed" -} - -src_install() { - dobin pbm2png pbm2eps9 pdf2html ps2eps9 - - insinto /usr/share/${P} - doins *.png *.html - - dodoc CHANGELOG README VERSION -} diff --git a/app-text/pdfarranger/Manifest b/app-text/pdfarranger/Manifest deleted file mode 100644 index 9158394509c4..000000000000 --- a/app-text/pdfarranger/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pdfarranger-1.13.0.tar.gz 627691 BLAKE2B e7056ce52d90b24858cc06491b3b12db64437a99c434db51b72a1cd008fd074295960b80315eff6f8c6c423a582b17b3d5ac637639d78094a5924a752e53f94c SHA512 04921604019bccda0dee504594680d6311af1ff7ccfc57ce0c7e44e7abfd8cad0206e3f3d400862928d4a5ea1306c8fa9ebfd982563e198413c09f80dcc2af6d -DIST pdfarranger-1.14.0.tar.gz 640919 BLAKE2B 01e5e49f1bbf86e85242b542bc19c3bef50931c9314cdd741f8764cd2150db9737878a517041594a73debc406b3877fdfdef1607fc2f4c273391f33601076d72 SHA512 4ad667eabced76ae83849e8059805a379a758c756b92d0363353b8697547008faa358bc8b96ea9348cf132b5c9851a9892dd1f301f9ffbe6b351a692cfd3a5df diff --git a/app-text/pdfarranger/metadata.xml b/app-text/pdfarranger/metadata.xml deleted file mode 100644 index ca5d2b21702a..000000000000 --- a/app-text/pdfarranger/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <longdescription lang="en"> - A small python-gtk application, which helps the user to merge or split pdf documents - and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. - It is a frontend for pikepdf. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfarranger/pdfarranger-1.13.0.ebuild b/app-text/pdfarranger/pdfarranger-1.13.0.ebuild deleted file mode 100644 index a045b9f82308..000000000000 --- a/app-text/pdfarranger/pdfarranger-1.13.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 optfeature xdg desktop - -DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages" -HOMEPAGE="https://github.com/jeromerobert/pdfarranger" -SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - app-text/poppler[introspection,cairo] - dev-python/pikepdf[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP},lcms] - dev-python/pygobject:3[${PYTHON_USEDEP},cairo] - dev-python/python-dateutil[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection] -" -DEPEND="${RDEPEND}" - -src_install() { - distutils-r1_src_install - for x in 16 32 48 256 scalable - do doicon -s ${x} data/icons/hicolor/${x}*/* - done -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "image file import" media-gfx/img2pdf -} diff --git a/app-text/pdfarranger/pdfarranger-1.14.0.ebuild b/app-text/pdfarranger/pdfarranger-1.14.0.ebuild deleted file mode 100644 index 258652fe488a..000000000000 --- a/app-text/pdfarranger/pdfarranger-1.14.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 optfeature xdg desktop - -DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages" -HOMEPAGE="https://github.com/jeromerobert/pdfarranger" -SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-text/poppler[introspection,cairo] - dev-python/pikepdf[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP},lcms] - dev-python/pygobject:3[${PYTHON_USEDEP},cairo] - dev-python/python-dateutil[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection] -" -DEPEND="${RDEPEND}" - -src_install() { - distutils-r1_src_install - for x in 16 32 48 256 scalable - do doicon -s ${x} data/icons/hicolor/${x}*/* - done -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "image file import" media-gfx/img2pdf -} diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest deleted file mode 100644 index 0fde5861c685..000000000000 --- a/app-text/pdfgrep/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pdfgrep-2.1.2.tar.gz 197289 BLAKE2B 94d20649104f7b17adf2d99bdf2ce215cf16746c649f7ec77d58a41b90b13dd903d47b5ed2d35f56ca7ca12ae49cfb8a57004f9ad3ee6b8930f533b33d7d8463 SHA512 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c -DIST pdfgrep-2.2.0.tar.gz 213237 BLAKE2B eedc41810a1b1b1e23323118c10617787364496ac224738a7b0b9b566c47b08e609788f9d8e1a3b56587be86833820acef58c53ba32dd9fdfc8cc3be89db5e68 SHA512 de39ccb266f30b32ec71083759553979a31f7220b4923a4c3c74e1001c2f2c0dbef17c00f8139ffe88eec2031c48a13f18a057c7523ad363689b0f5b004c420f diff --git a/app-text/pdfgrep/metadata.xml b/app-text/pdfgrep/metadata.xml deleted file mode 100644 index 9c91967bbe86..000000000000 --- a/app-text/pdfgrep/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>flow@gentoo.org</email> - <name>Florian Schmaus</name> - </maintainer> - <use> - <flag name="unac">Removing accents and ligatures before search</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild deleted file mode 100644 index 22c87a31ea4d..000000000000 --- a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A tool similar to grep which searches text in PDFs" -HOMEPAGE="https://pdfgrep.org/" -SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="+pcre test unac" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/poppler:=[cxx] - dev-libs/libgcrypt:0= - pcre? ( dev-libs/libpcre[cxx] ) - unac? ( app-text/unac )" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/asciidoc - virtual/pkgconfig - test? ( - dev-texlive/texlive-latex - dev-texlive/texlive-latexrecommended - dev-util/dejagnu - )" - -DOCS="AUTHORS README.md NEWS.md" - -src_configure() { - econf \ - $(use_with pcre libpcre) \ - $(use_with unac) -} diff --git a/app-text/pdfgrep/pdfgrep-2.2.0.ebuild b/app-text/pdfgrep/pdfgrep-2.2.0.ebuild deleted file mode 100644 index b2a1da059d2c..000000000000 --- a/app-text/pdfgrep/pdfgrep-2.2.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A tool similar to grep which searches text in PDFs" -HOMEPAGE="https://pdfgrep.org/" -SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" -IUSE="+pcre test unac" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/poppler:=[cxx] - dev-libs/libgcrypt:0= - pcre? ( dev-libs/libpcre2:= ) - unac? ( app-text/unac ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/asciidoc - virtual/pkgconfig - test? ( - dev-texlive/texlive-latex - dev-texlive/texlive-latexrecommended - dev-util/dejagnu - ) -" - -DOCS="AUTHORS README.md NEWS.md" - -src_configure() { - econf \ - $(use_with pcre libpcre) \ - $(use_with unac) -} diff --git a/app-text/pdfjam/Manifest b/app-text/pdfjam/Manifest deleted file mode 100644 index 32d73e9756a0..000000000000 --- a/app-text/pdfjam/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pdfjam-3.12.tar.gz 162802 BLAKE2B d22e78cdb1e0135b2d2a9d1269a7467417a2fd3f984e969434d59db82f94a6575ff12bf814c3f90081e8e08823d68577e43b243fb2f52160dffc9d425fc84f0e SHA512 c801f5dbfb2eebf185734d14974a00c3ca3b8edda349ed7d6e0017ac80136ea10cab7ab0dc77ec1a712f7e338c8c9e58d24d7b8b69a3b2116e0a6473fc0b1317 -DIST pdfjam-4.1.tar.gz 801493 BLAKE2B 1fabd8aac3fb071afca3c7835a29e42c5c95363abbb1c5ba4267656ec96afafca90708b2f81005c3ecfe63b61ca93ad702a6c25315a68029260e94000dfdb73e SHA512 a3eab360165796b2a66014cbbd66103520f2688085986ff449b24b354f8ba5f3ab53a72b1361fddbb2ed3bfb0ef68e6d4ca6453a1b383c2ed47a4140c0b977ed -DIST pdfjam-extra-20191118.tar.gz 15457 BLAKE2B 3d673ba68a1ee89cec7af0ec7d7fc61c8993b9ae328d3362a6bbbae47cbda2caa2e8f4ecd28424dd894c31d14754228b067389b61fa7845cfe5dfc0e2b5d9b8d SHA512 1d02abb9d81baf6edf3e51e2c7838df191a7a18b4b50518ee1ae3108020a274d7608570654ab540539d3717e51ef10f548c83c3480681bc20c9702280f694b8f diff --git a/app-text/pdfjam/metadata.xml b/app-text/pdfjam/metadata.xml deleted file mode 100644 index cae3d6ca3600..000000000000 --- a/app-text/pdfjam/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <use> - <flag name="extra">Install unsupported wrapper scripts, for example pdf90, pdfnup, pdfjoin</flag> - </use> - <longdescription> - The pdfjam is a shell script providing a simple interface to much of - the functionality of the excellent pdfpages package (by Andreas - Matthias) for LaTeX. - - It takes one or more PDF files (and/or JPG/PNG graphics files) as input, - and produces one or more PDF files as output. It is useful for joining - files together, selecting pages, reducing several source pages onto one - output page. - However, it does not preserve hyperlinks. - - If you don't like this package upstream recommends: - - <pkg>app-text/pdftk</pkg> (Java based) - - PDFsam (Java based) - - PSPDFUtils (Python based, supports PostScript) - </longdescription> - <upstream> - <bugs-to>https://github.com/pdfjam/pdfjam/issues</bugs-to> - <changelog>https://github.com/pdfjam/pdfjam/releases</changelog> - </upstream> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfjam/pdfjam-3.12.ebuild b/app-text/pdfjam/pdfjam-3.12.ebuild deleted file mode 100644 index 4584f47ab7e9..000000000000 --- a/app-text/pdfjam/pdfjam-3.12.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PDFJAM_EXTRAS_COMMIT=622e03add59db004144c0b41722a09b3b29d6d3e - -DESCRIPTION="Tool for manipulatiing PDF files" -HOMEPAGE="https://github.com/rrthomas/pdfjam" -SRC_URI=" - https://github.com/rrthomas/pdfjam/releases/download/v${PV}/pdfjam-${PV}.tar.gz - extra? ( - https://github.com/rrthomas/pdfjam-extras/archive/${PDFJAM_EXTRAS_COMMIT}.tar.gz - -> pdfjam-extra-20191118.tar.gz - ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -IUSE="extra test" -RESTRICT="!test? ( test )" - -DEPEND="virtual/latex-base" -RDEPEND=" - ${DEPEND} - !<dev-texlive/texlive-binextra-2023_p69527-r4 -" -BDEPEND="test? ( app-arch/unzip )" - -src_prepare() { - default - if use test; then - unzip tests.zip || die - fi -} - -src_test() { - ./tests/run.sh || die -} - -src_install() { - dobin bin/* - dodoc README.md - doman man1/* - - insinto usr/share/etc - doins pdfjam.conf - - if use extra; then - cd ../pdfjam-extras-${PDFJAM_EXTRAS_COMMIT} || die - - dobin bin/* - newdoc README.md README-extras.md - doman man1/* - fi -} diff --git a/app-text/pdfjam/pdfjam-4.1.ebuild b/app-text/pdfjam/pdfjam-4.1.ebuild deleted file mode 100644 index 8f39fa70e683..000000000000 --- a/app-text/pdfjam/pdfjam-4.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shell-completion - -PDFJAM_EXTRAS_COMMIT=622e03add59db004144c0b41722a09b3b29d6d3e - -DESCRIPTION="Tool for manipulatiing PDF files" -HOMEPAGE="https://github.com/rrthomas/pdfjam" -SRC_URI=" - https://github.com/pdfjam/pdfjam/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz - extra? ( - https://github.com/rrthomas/pdfjam-extras/archive/${PDFJAM_EXTRAS_COMMIT}.tar.gz - -> pdfjam-extra-20191118.tar.gz - ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -IUSE="extra test" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - virtual/latex-base -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - app-text/texlive[xetex] - ) -" -RDEPEND=" - ${COMMON_DEPEND} - !<dev-texlive/texlive-binextra-2023_p69527-r4 -" - -src_prepare() { - default - - sed -i s/mandate=.*/mandate=2025-01-31/ utils/build.sh || die -} - -src_compile() { - ./utils/build.sh ${PV} || die -} - -src_test() { - l3build check || die - - # XXX: this seems to run a different set of tests than "l3build - # check", but the tests run by check-tex.sh fail (bug #950103). - # ./utils/check-tex.sh || die -} - -src_install() { - cd build/pdfjam || die - - dobin bin/* - dodoc README.md - doman man/* - - insinto usr/share/etc - doins pdfjam.conf - - dozshcomp shell-completion/zsh/_pdfjam - - if use extra; then - cd "${WORKDIR}"/pdfjam-extras-${PDFJAM_EXTRAS_COMMIT} || die - - dobin bin/* - newdoc README.md README-extras.md - doman man1/* - fi -} diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest deleted file mode 100644 index b0e5970f2168..000000000000 --- a/app-text/pdfminer/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pdfminer.six-20240706.gh.tar.gz 11010877 BLAKE2B 7253d9fbdd44bce80b46d2006caa530b628327c2a2c5d68dd165267b7f2c1078895361da62b508991e4c0938163835a3381356e7353efd7208ee7b9e5ee3a0bd SHA512 01359926e889788daf92db8845978c3cd6e0b88c0659041d2df26d48e558a2918aa373ab86db19bc3c314220ed8c5070778d5b7fd1457b9145fe67aa735a94b5 -DIST pdfminer.six-20260107.gh.tar.gz 13097452 BLAKE2B 485f57672d34700f749b274b4dbc83ef46b6b9e9d9f87f08185c429e1a5f9174bb84728af6e2615d4f9e48df6a110394743d020abf92cfbc328d3d8bc3d3dd4f SHA512 dda588f0510e39e7bd0f064dc210be803c65146d8af761f11309e8ae9becd9da0ab9561dd88112d8f5622478c69096818f063a56eee9c6437dec9aff423b81cd diff --git a/app-text/pdfminer/metadata.xml b/app-text/pdfminer/metadata.xml deleted file mode 100644 index bd8bc1a6da43..000000000000 --- a/app-text/pdfminer/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <maintainer> - <name>Yusuke Shinyama</name> - </maintainer> - <maintainer> - <name>Philippe Guglielmetti</name> - <email>pdfminer@goulu.net</email> - </maintainer> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfminer/pdfminer-20240706.ebuild b/app-text/pdfminer/pdfminer-20240706.ebuild deleted file mode 100644 index f61a1e456af3..000000000000 --- a/app-text/pdfminer/pdfminer-20240706.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -MY_P="${PN}.six-${PV}" -DESCRIPTION="Python tool for extracting information from PDF documents" -HOMEPAGE="https://pdfminersix.readthedocs.io/en/latest/" -# Release tarballs lack tests -SRC_URI="https://github.com/pdfminer/pdfminer.six/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples" - -RDEPEND=">=dev-python/charset-normalizer-2.0.0[${PYTHON_USEDEP}] - >=dev-python/cryptography-36.0.0[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source "dev-python/sphinx-argparse" -distutils_enable_tests pytest - -python_prepare_all() { - sed -i -z -e "s:setuptools_git_versioning={[^}]*}:version=${PV}:" setup.py || die - distutils-r1_python_prepare_all -} - -python_install_all() { - use examples && dodoc -r samples - distutils-r1_python_install_all -} diff --git a/app-text/pdfminer/pdfminer-20260107.ebuild b/app-text/pdfminer/pdfminer-20260107.ebuild deleted file mode 100644 index e417d73bbc59..000000000000 --- a/app-text/pdfminer/pdfminer-20260107.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 optfeature - -MY_P="${PN}.six-${PV}" -DESCRIPTION="Python tool for extracting information from PDF documents" -HOMEPAGE="https://pdfminersix.readthedocs.io/en/latest/" -# Release tarballs lack tests -SRC_URI="https://github.com/pdfminer/pdfminer.six/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/charset-normalizer-2.0.0[${PYTHON_USEDEP}] - >=dev-python/cryptography-36.0.0[${PYTHON_USEDEP}] -" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" - -EPYTEST_PLUGINS=() - -distutils_enable_sphinx docs/source "dev-python/sphinx-argparse" -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -pkg_postinst() { - optfeature "export to JPEG support" dev-python/pillow -} diff --git a/app-text/pdfpc/Manifest b/app-text/pdfpc/Manifest deleted file mode 100644 index 2bd27556f23d..000000000000 --- a/app-text/pdfpc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdfpc-4.7.0.tar.gz 7768713 BLAKE2B 7c4a0c318a191125fcc9e9b13c25265e8018e76eb72186bc079b10eb50f3c29ed4f364d65ae09059b757e221ddbb8865a4a5a15e38f476d66b5fd41b85a392d0 SHA512 2ee0bec8ed1d6c330042a0fd296511e73d88bd1bba153fd3f19ca43135662c8d93670e503c1db1822f927c67097a5c5112f783545063f47c29f3c7160d07be49 diff --git a/app-text/pdfpc/metadata.xml b/app-text/pdfpc/metadata.xml deleted file mode 100644 index a76689f0aeb6..000000000000 --- a/app-text/pdfpc/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ulm@gentoo.org</email> - </maintainer> - <use> - <flag name="gstreamer"> - Compile support for movie playback (<pkg>media-libs/gstreamer</pkg>) - </flag> - <flag name="soup"> - Compile support for REST server (<pkg>net-libs/libsoup</pkg>) - </flag> - <flag name="webkit"> - Enable viewing Markdown notes (<pkg>net-libs/webkit-gtk</pkg>) - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild b/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild deleted file mode 100644 index 9daf22b65ba8..000000000000 --- a/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VALA_MAX_API_VERSION="0.56" # append versions in sed line if increased - -#COMMIT_ID="" - -inherit cmake vala - -DESCRIPTION="Presenter console with multi-monitor support for PDF files" -HOMEPAGE="https://pdfpc.github.io https://github.com/pdfpc/pdfpc" - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - inherit git-r3 -elif [[ ${PV} == *_p* ]]; then - SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT_ID}" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+gstreamer soup wayland webkit" - -RDEPEND=" - app-text/discount:= - app-text/poppler:=[cairo] - dev-libs/glib:2 - dev-libs/json-glib - dev-libs/libgee:0.8= - gnome-base/librsvg - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X,wayland?] - x11-libs/libX11 - x11-libs/pango - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/gst-plugins-good:1.0 - media-plugins/gst-plugins-gtk:1.0= - media-plugins/gst-plugins-cairo:1.0= - ) - soup? ( - media-gfx/qrencode - net-libs/libsoup:3.0 - ) - webkit? ( net-libs/webkit-gtk:4.1= ) -" -DEPEND="${RDEPEND}" -BDEPEND="$(vala_depend)" - -DOCS=( - CHANGELOG.rst - FAQ.rst - README.rst - SUPPORT.rst -) - -src_prepare() { - sed -i -e '/cmake_minimum_required/s/3\.7/&...3.20/' \ - CMakeLists.txt || die #964651 - - if ! use wayland; then #958395 - sed -i -e 's/GDK_WINDOWING_WAYLAND/GdK_nO_wAyLaNd/' \ - src/display_backend.c || die - fi - - cmake_src_prepare - vala_setup - sed -i -e "/find_program/s/valac/& &-0.56 &-0.54 &-0.52 &-0.50/" \ - cmake/vala/FindVala.cmake || die -} - -src_configure() { - local mycmakeargs=( - -DMOVIES=$(usex gstreamer on off) - -DREST=$(usex soup on off) - -DMDVIEW=$(usex webkit on off) - -DCMAKE_VERBOSE_MAKEFILE=TRUE - ) - cmake_src_configure -} diff --git a/app-text/pdfsandwich/Manifest b/app-text/pdfsandwich/Manifest deleted file mode 100644 index 688ed27a60cc..000000000000 --- a/app-text/pdfsandwich/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdfsandwich-0.1.7.tar.bz2 17461 BLAKE2B edeb08ab55df89ef2d1f3e43446e831c66e57273b36ecd56a4cc5f910ca5b59a03e2a66b13e7150f06f8f3eb26ed14cd1c80d02cd38d6bd6cfe923c30c801577 SHA512 ac315aeba2cc753fddc380e2522d0c41d65ea80372a23c2cd5371ebc239ac104ab5a5a1386378b9e026b2935a767128224f7617a5eb8f5ef9d6874cc18ef83ff diff --git a/app-text/pdfsandwich/files/pdfsandwich-0.1.7-gentoo.patch b/app-text/pdfsandwich/files/pdfsandwich-0.1.7-gentoo.patch deleted file mode 100644 index f16b94379b6a..000000000000 --- a/app-text/pdfsandwich/files/pdfsandwich-0.1.7-gentoo.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/Makefile 2020-05-21 20:46:14.961927486 +0200 -+++ b/Makefile 2020-05-21 20:49:16.203121793 +0200 -@@ -6,7 +6,7 @@ - - SOURCE = pdfsandwich.ml - TARGET = pdfsandwich --MANUAL = $(TARGET).1.gz -+MANUAL = $(TARGET).1 - - VERSION := $(shell cat pdfsandwich_version) - -@@ -24,7 +24,7 @@ - - $(MANUAL): manual.txt - # you need gawk for this: -- ./txt2man -t PDFSANDWICH manual.txt | gzip -9 > $(MANUAL) -+ ./txt2man -t PDFSANDWICH manual.txt > $(MANUAL) - - # Canceling pathological implicit rule: - %: %.o -@@ -40,7 +40,7 @@ - include makefile.installprefix - - PREF = $(DESTDIR)$(PREFIX) --INSTALL = install -s -+INSTALL = install - CP = cp - INSTALLBINDIR = $(PREF)/bin - INSTALLMANDIR = $(PREF)/share/man/man1 -@@ -47,12 +47,8 @@ - INSTALLDOCDIR = $(PREF)/share/doc/$(TARGET) - - install: $(DOCFILES) $(ADDITIONAL) -- (umask 0022; mkdir -p $(INSTALLBINDIR) $(INSTALLDOCDIR) $(INSTALLMANDIR)) -+ (umask 0022; mkdir -p $(INSTALLBINDIR)) - $(INSTALL) $(TARGET) $(INSTALLBINDIR) -- $(CP) $(DOCFILES) $(INSTALLDOCDIR) -- gzip -9 $(INSTALLDOCDIR)/changelog -- $(CP) $(MANUAL) $(INSTALLMANDIR) -- chmod 644 $(INSTALLDOCDIR)/* $(INSTALLMANDIR)/* - - uninstall: - rm -rf $(INSTALLBINDIR)/$(TARGET) $(INSTALLDOCDIR) $(INSTALLMANDIR)/$(MANUAL) diff --git a/app-text/pdfsandwich/metadata.xml b/app-text/pdfsandwich/metadata.xml deleted file mode 100644 index 8e8556c47b87..000000000000 --- a/app-text/pdfsandwich/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tupone@gentoo.org</email> - <name>Tupone Alfredo</name> - </maintainer> - <longdescription> - pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which - contain only images (no text) will be processed by optical character - recognition (OCR) and the text will be added to each page invisibly - "behind" the images. - - pdfsandwich is a command line tool which is supposed to be useful to - OCR scanned books or journals. It is able to recognize the page layout - even for multicolumn text. - - Essentially, pdfsandwich is a wrapper script which calls the following - binaries: unpaper, convert, gs, and tesseract. It supports - parallel processing on multiprocessor systems. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild deleted file mode 100644 index 3c542157df96..000000000000 --- a/app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit flag-o-matic - -DESCRIPTION="generator of sandwich OCR pdf files" -HOMEPAGE="http://www.tobias-elze.de/pdfsandwich" -SRC_URI="https://downloads.sourceforge.net/pdfsandwich/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="png" - -RDEPEND="app-text/tesseract - media-gfx/exact-image - app-text/unpaper - app-text/ghostscript-gpl - app-text/poppler - virtual/imagemagick-tools[png?]" -DEPEND="sys-apps/gawk - dev-lang/ocaml[ocamlopt]" - -DOCS=( changelog ) - -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) - -QA_FLAGS_IGNORED="/usr/bin/${PN}" -QA_TEXTRELS="/usr/bin/${PN}" - -src_prepare() { - sed -i \ - -e "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" \ - Makefile || die - # Bug #866043 - filter-lto - default -} - -src_install() { - default - doman ${PN}.1 -} - -pkg_postinst() { - elog "pdfsandwich relies on the tesseract library for OCR." - elog "Consequently language support is determined by tesseract's" - elog "language support which in turn is controlled via the LINGUAS" - elog "variable in make.conf." -} diff --git a/app-text/pdftk/Manifest b/app-text/pdftk/Manifest deleted file mode 100644 index b2858d995097..000000000000 --- a/app-text/pdftk/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pdftk-3.3.3_p20231025.tar.bz2 2246135 BLAKE2B 641a8947d7be2a219b1deb4619f8ea201b8c0616ca50cc1cc1b4363050d16a7b622437f2b75236373f27ed2539f975c081f4f95a09163656d0e130969a5f4b7e SHA512 7745a161e788af2538a1e45e49c3342b8d1496cfec1079b51d4efed66440ce07a27657623ffb59d3078aa9ee964e77cbe3f8258d7d699938c59e9c6a2980f51b -DIST pdftk-9999-bc176.patch 5016 BLAKE2B 1cdde6aa5fddf28a1fac6f52a40592993139ae19d6895421d36c2df61ad3f7ee2b5a2a8014be0da06e6953427933c152050ea6e5497a9844c5639851cbb0d77a SHA512 405576c55594ae1862eb4ebc9a1ca605fa33320b36672f2c0028257badfa666d0e7e5f1a5ef20e817824ace531a795799010befe709111f87c535353f1199b96 diff --git a/app-text/pdftk/metadata.xml b/app-text/pdftk/metadata.xml deleted file mode 100644 index 20b8f364a975..000000000000 --- a/app-text/pdftk/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:pdftk-java_project:pdftk-java</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pdftk/pdftk-3.3.3_p20231025.ebuild b/app-text/pdftk/pdftk-3.3.3_p20231025.ebuild deleted file mode 100644 index 87529db37526..000000000000 --- a/app-text/pdftk/pdftk-3.3.3_p20231025.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="com.gitlab.pdftk-java:pdftk-java:3.3.3" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A port of pdftk into java" -HOMEPAGE="https://gitlab.com/pdftk-java/pdftk" -MY_COMMIT="3f1918c831c919d0a8fcf18c36cf40118398b995" -SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2" -S="${WORKDIR}/pdftk-${MY_COMMIT}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64" - -CP_DEPEND=" - dev-java/bcprov:0 - dev-java/commons-lang:3.6 -" - -DEPEND=" - >=virtual/jdk-1.8:* - ${CP_DEPEND} - test? ( - app-text/poppler[cairo] - dev-java/system-rules:0 - ) -" - -RDEPEND=" - >=virtual/jre-1.8:* - ${CP_DEPEND}" - -DOCS=( CHANGELOG.md README.md ) - -JAVA_MAIN_CLASS="com.gitlab.pdftk_java.pdftk" -JAVA_RESOURCE_DIRS="resources/java" -JAVA_SRC_DIR="java" - -JAVA_TEST_GENTOO_CLASSPATH="junit-4,system-rules" -JAVA_TEST_SRC_DIR="test" - -src_prepare() { - java-pkg-2_src_prepare - mkdir resources || die - cp -r {,resources/}java || die - find resources/java -type f \( -name '*.java' -o -name '*.sh' \) -exec rm -rf {} + || die -} - -src_test() { - # some tests seem to need special treatment - einfo "Runnig first test" - JAVA_TEST_RUN_ONLY=( - com.gitlab.pdftk_java.CatTest - com.gitlab.pdftk_java.DataTest - com.gitlab.pdftk_java.FormTest - com.gitlab.pdftk_java.MultipleTest - ) - java-pkg-simple_src_test - einfo "Running second test" - JAVA_TEST_RUN_ONLY=() - JAVA_TEST_EXCLUDES=( - com.gitlab.pdftk_java.CatTest - com.gitlab.pdftk_java.DataTest - com.gitlab.pdftk_java.FormTest - com.gitlab.pdftk_java.MultipleTest - ) - java-pkg-simple_src_test -} - -src_install() { - java-pkg-simple_src_install - doman "${PN}.1" -} diff --git a/app-text/pdftk/pdftk-9999.ebuild b/app-text/pdftk/pdftk-9999.ebuild deleted file mode 100644 index a5c5682c23ad..000000000000 --- a/app-text/pdftk/pdftk-9999.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="com.gitlab.pdftk-java:pdftk-java:3.3.3" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A port of pdftk into java" -HOMEPAGE="https://gitlab.com/pdftk-java/pdftk" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/" - SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/commit/3f1918c831c919d0a8fcf18c36cf40118398b995.patch -> - ${P}-bc176.patch" - S="${WORKDIR}/pdftk-${PV}" -else - SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~ppc64" - S="${WORKDIR}/pdftk-v${PV}" -fi - -LICENSE="GPL-2" -SLOT="0" - -# Switch back to bcprov:0 once pdftk updates its bcprov dependency. -CP_DEPEND=" - dev-java/bcprov:0 - dev-java/commons-lang:3.6 -" - -DEPEND=" - >=virtual/jdk-1.8:* - ${CP_DEPEND} - test? ( - app-text/poppler[cairo] - dev-java/system-rules:0 - ) -" - -RDEPEND=" - >=virtual/jre-1.8:* - ${CP_DEPEND}" - -DOCS=( CHANGELOG.md README.md ) - -PATCHES=( "${DISTDIR}/pdftk-9999-bc176.patch" ) - -JAVA_MAIN_CLASS="com.gitlab.pdftk_java.pdftk" -JAVA_RESOURCE_DIRS="resources/java" -JAVA_SRC_DIR="java" - -JAVA_TEST_GENTOO_CLASSPATH="junit-4,system-rules" -JAVA_TEST_SRC_DIR="test" - -src_prepare() { - default #780585 - java-pkg-2_src_prepare - mkdir resources || die - cp -r {,resources/}java || die - find resources/java -type f \( -name '*.java' -o -name '*.sh' \) -exec rm -rf {} + || die -} - -src_test() { - # some tests seem to need special treatment - einfo "Runnig first test" - JAVA_TEST_RUN_ONLY=( - com.gitlab.pdftk_java.CatTest - com.gitlab.pdftk_java.DataTest - com.gitlab.pdftk_java.FormTest - com.gitlab.pdftk_java.MultipleTest - ) - java-pkg-simple_src_test - einfo "Running second test" - JAVA_TEST_RUN_ONLY=() - JAVA_TEST_EXCLUDES=( - com.gitlab.pdftk_java.CatTest - com.gitlab.pdftk_java.DataTest - com.gitlab.pdftk_java.FormTest - com.gitlab.pdftk_java.MultipleTest - ) - java-pkg-simple_src_test -} - -src_install() { - java-pkg-simple_src_install - doman "${PN}.1" -} diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest deleted file mode 100644 index 265bdd18d468..000000000000 --- a/app-text/pelican/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pelican-4.11.0.gh.tar.gz 1573316 BLAKE2B 492b6444de43ab38caa768eb3389af28985380c82d25dc860b53d7bd858e9bd9c5ff82a5994b56e47d4bf631ea6cc05eebda9470b88244737989bd8fc599407b SHA512 6ccbaa473a7fc441f9033657c99310673950e460f8bf4d27c90cec4f8e8a122b162efb226d8d62ade96e8dfd2f8fb0b16c86097cb8ba8f5273078a8239088521 -DIST pelican-4.12.0.gh.tar.gz 1582796 BLAKE2B 37d4888bf6691b3e787fabacc58a74154b5d4587be282ca476cbdf6eeffb14c7d6633040ae887ce639857e3abc496cee465ba093f0df3e2089d98f9261cdd0b7 SHA512 004d751f3827deb55e8147b905f506afe23db101702c2bd5c7c90739a992f1225be90484a0ddde82f63635d61ef250704ae9c7b7bd21853b5588eb329cca2c4c diff --git a/app-text/pelican/files/pelican-4.9.1-no-locales-for-tests.patch b/app-text/pelican/files/pelican-4.9.1-no-locales-for-tests.patch deleted file mode 100644 index c7d917cdad6e..000000000000 --- a/app-text/pelican/files/pelican-4.9.1-no-locales-for-tests.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/863962 -https://git.alpinelinux.org/aports/tree/testing/py3-pelican/no-locales-for-tests.patch - ---- a/pelican/tests/support.py -+++ b/pelican/tests/support.py -@@ -150,15 +150,7 @@ - - - def locale_available(locale_): -- old_locale = locale.setlocale(locale.LC_TIME) -- -- try: -- locale.setlocale(locale.LC_TIME, str(locale_)) -- except locale.Error: -- return False -- else: -- locale.setlocale(locale.LC_TIME, old_locale) -- return True -+ return False - - - def can_symlink(): diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml deleted file mode 100644 index f713d80c85e0..000000000000 --- a/app-text/pelican/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <stabilize-allarches /> - <upstream> - <bugs-to>https://github.com/getpelican/pelican/issues</bugs-to> - </upstream> - <use> - <flag name="markdown">Markdown support</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pelican/pelican-4.11.0.ebuild b/app-text/pelican/pelican-4.11.0.ebuild deleted file mode 100644 index fe8077599aaa..000000000000 --- a/app-text/pelican/pelican-4.11.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" -HOMEPAGE=" - https://getpelican.com/ - https://pypi.org/project/pelican/ -" -SRC_URI=" - https://github.com/getpelican/pelican/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="doc examples markdown" - -RDEPEND=" - >=dev-python/docutils-0.20.1[${PYTHON_USEDEP}] - >=dev-python/blinker-1.7.0[${PYTHON_USEDEP}] - >=dev-python/feedgenerator-2.1.0[${PYTHON_USEDEP}] - >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}] - >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}] - >=dev-python/pygments-2.16.1[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] - >=dev-python/pytz-2020.1[${PYTHON_USEDEP}] - >=dev-python/rich-13.6.0[${PYTHON_USEDEP}] - >=dev-python/unidecode-1.3.7[${PYTHON_USEDEP}] - >=dev-python/watchfiles-0.21.0[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] )" -BDEPEND=" - test? ( - >=dev-python/markdown-3.1[${PYTHON_USEDEP}] - dev-python/typogrify[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - )" - -DOCS=( README.rst ) - -# For musl, bug 863962 -PATCHES=( "${FILESDIR}/${PN}-4.9.1-no-locales-for-tests.patch" ) - -EPYTEST_DESELECT=( - # Needs investigation, we weren't running tests at all before - pelican/tests/test_testsuite.py::TestSuiteTest::test_error_on_warning - pelican/tests/test_pelican.py::TestPelican::test_basic_generation_works - pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works - - # For musl, bug 863962 - # Per Alpine https://git.alpinelinux.org/aports/tree/testing/py3-pelican/APKBUILD - pelican/tests/test_contents.py::TestPage::test_datetime -) - -distutils_enable_tests pytest - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - if use examples; then - docinto /usr/share/doc/${PF} - docompress -x /usr/share/doc/${PF}/samples - dodoc -r samples - fi - - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "Typographical enhancements (alternative to markdown)" dev-python/typogrify -} diff --git a/app-text/pelican/pelican-4.12.0.ebuild b/app-text/pelican/pelican-4.12.0.ebuild deleted file mode 100644 index 3d57c3311968..000000000000 --- a/app-text/pelican/pelican-4.12.0.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" -HOMEPAGE=" - https://getpelican.com/ - https://pypi.org/project/pelican/ -" -SRC_URI=" - https://github.com/getpelican/pelican/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="doc examples markdown" - -RDEPEND=" - >=dev-python/docutils-0.22.0[${PYTHON_USEDEP}] - >=dev-python/blinker-1.7.0[${PYTHON_USEDEP}] - >=dev-python/feedgenerator-2.1.0[${PYTHON_USEDEP}] - >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}] - >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}] - >=dev-python/pygments-2.16.1[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] - >=dev-python/pytz-2020.1[${PYTHON_USEDEP}] - >=dev-python/rich-13.6.0[${PYTHON_USEDEP}] - >=dev-python/unidecode-1.3.7[${PYTHON_USEDEP}] - >=dev-python/watchfiles-0.21.0[${PYTHON_USEDEP}] - doc? ( >=dev-python/sphinx-9.0.0[${PYTHON_USEDEP}] ) - markdown? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( - >=dev-python/markdown-3.1[${PYTHON_USEDEP}] - dev-python/typogrify[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/beautifulsoup4-4.13.3[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -DOCS=( README.rst ) - -# For musl, bug 863962 -PATCHES=( "${FILESDIR}/${PN}-4.9.1-no-locales-for-tests.patch" ) - -EPYTEST_DESELECT=( - # Needs investigation, we weren't running tests at all before - pelican/tests/test_testsuite.py::TestSuiteTest::test_error_on_warning - pelican/tests/test_pelican.py::TestPelican::test_basic_generation_works - pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works - - # For musl, bug 863962 - # Per Alpine https://git.alpinelinux.org/aports/tree/testing/py3-pelican/APKBUILD - pelican/tests/test_contents.py::TestPage::test_datetime -) - -distutils_enable_tests pytest - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - if use examples; then - docinto /usr/share/doc/${PF} - docompress -x /usr/share/doc/${PF}/samples - dodoc -r samples - fi - - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "Typographical enhancements (alternative to markdown)" dev-python/typogrify -} diff --git a/app-text/pep/Manifest b/app-text/pep/Manifest deleted file mode 100644 index 85b09066d388..000000000000 --- a/app-text/pep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pep-2.8.zip 84665 BLAKE2B 529ce27e819e1f4aa683516b71e1b391169647dc477980db5e6f334559f265f6427d20043edf42047286c46724cba578a961a305bfecd24cd72692ebca061e6a SHA512 553efb3f6ca113d96313cfaa7efc7142e3f87d1eb746478aa5f112bb09d6e5d863cd8fa2a34d866777d6724b525d9b94a0978842afc6198fa70fe59c2a8d1169 diff --git a/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch b/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch deleted file mode 100644 index 724873090c1c..000000000000 --- a/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: Sam James <sam@gentoo.org> -Date: Fri, 30 Sep 2022 21:51:17 +0100 -Subject: [PATCH] Fix -Wimplicit-int - -Fixes build with Clang 16. - -Bug: https://bugs.gentoo.org/871081 ---- a/main.c -+++ b/main.c -@@ -410,7 +410,7 @@ static void dofile(int eflage) - - /*---( main )---------------------------------------------------------------*/ - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - struct stat statbuf; - unsigned int statype; diff --git a/app-text/pep/files/pep-2.8-gcc15.patch b/app-text/pep/files/pep-2.8-gcc15.patch deleted file mode 100644 index 2375b694e97e..000000000000 --- a/app-text/pep/files/pep-2.8-gcc15.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix build with GCC 15 -https://bugs.gentoo.org/944760 - ---- a/plain.src -+++ b/plain.src -@@ -112,7 +112,6 @@ static int NSpace = 0; /* No. of spaces not flushed. */ - - /*---( forward )------------------------------------------------------------*/ - --char *getenv(); - - - /*---( housekeeping )-------------------------------------------------------*/ diff --git a/app-text/pep/files/pep-2.8-gentoo.patch b/app-text/pep/files/pep-2.8-gentoo.patch deleted file mode 100644 index e932a35cefbf..000000000000 --- a/app-text/pep/files/pep-2.8-gentoo.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/Makefile 2004-03-24 20:23:42.000000000 +0100 -+++ b/Makefile 2019-03-10 10:05:13.973408328 +0100 -@@ -66,7 +66,7 @@ - - # Unix (Solaris, Linux) - CC = gcc --LFLAGS = -o pep -+LFLAGS = -o pep $(LDFLAGS) - SRC = src - XXX = c - OBJ = o -@@ -78,10 +78,10 @@ - UNZIP = unzip - - # directories, etc. --BINDIR = $(HOME)/bin/$(HOSTTYPE) --LIBDIR = $(HOME)/lib/pep -+BINDIR = /usr/bin/ -+LIBDIR = /usr/share/pep - MANEXT = 1 --MANDIR = $(HOME)/man/man$(MANEXT) -+MANDIR = /usr/share/man/man$(MANEXT) - TODAY = 19950811 - CLOCK = 0200 - VER = 28 diff --git a/app-text/pep/files/pep-2.8-include.patch b/app-text/pep/files/pep-2.8-include.patch deleted file mode 100644 index d70c8dfe35cf..000000000000 --- a/app-text/pep/files/pep-2.8-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/main.c 1995-08-11 02:00:00.000000000 +0200 -+++ b/main.c 2010-08-26 23:57:03.000000000 +0200 -@@ -91,6 +91,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <unistd.h> - #include <string.h> - #include <ctype.h> - #include "pep.h" diff --git a/app-text/pep/metadata.xml b/app-text/pep/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/pep/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild deleted file mode 100644 index 53e8444e9426..000000000000 --- a/app-text/pep/pep-2.8-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="General purpose filter and file cleaning program" -HOMEPAGE="https://hannemyr.com/enjoy/pep.html" -SRC_URI="https://hannemyr.com/enjoy/${PN}${PV//./}.zip -> ${P}.zip" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc x86" - -BDEPEND="app-arch/unzip" - -# pep does not come with autoconf so here's a patch to configure -# Makefile with the correct path -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-include.patch - "${FILESDIR}"/${P}-Fix-Wimplicit-int.patch -) - -src_prepare() { - default - - # Darwin lacks stricmp and DIRCHAR - if [[ ${CHOST} == *-darwin* ]] ; then - sed -i -e '/^OBJS/s/^\(.*\)$/\1 bdmg.o/' Makefile || die - append-flags "-Dunix" -DSTRICMP - fi -} - -src_compile() { - # make man page too - emake Doc/pep.1 - emake CC="$(tc-getCC)" -} - -src_install() { - dobin pep - doman Doc/pep.1 - - insinto /usr/share/pep - doins Filters/* - - dodoc aareadme.txt file_id.diz -} diff --git a/app-text/pep/pep-2.8-r3.ebuild b/app-text/pep/pep-2.8-r3.ebuild deleted file mode 100644 index 5967f1157447..000000000000 --- a/app-text/pep/pep-2.8-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="General purpose filter and file cleaning program" -HOMEPAGE="https://hannemyr.com/enjoy/pep.html" -SRC_URI="https://hannemyr.com/enjoy/${PN}${PV//./}.zip -> ${P}.zip" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86" - -BDEPEND="app-arch/unzip" - -# pep does not come with autoconf so here's a patch to configure -# Makefile with the correct path -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-include.patch - "${FILESDIR}"/${P}-Fix-Wimplicit-int.patch - "${FILESDIR}"/${P}-gcc15.patch -) - -src_prepare() { - default - - # Darwin lacks stricmp and DIRCHAR - if [[ ${CHOST} == *-darwin* ]] ; then - sed -i -e '/^OBJS/s/^\(.*\)$/\1 bdmg.o/' Makefile || die - append-flags "-Dunix" -DSTRICMP - fi -} - -src_compile() { - # make man page too - emake Doc/pep.1 - emake CC="$(tc-getCC)" -} - -src_install() { - dobin pep - doman Doc/pep.1 - - insinto /usr/share/pep - doins Filters/* - - dodoc aareadme.txt file_id.diz -} diff --git a/app-text/pinfo/Manifest b/app-text/pinfo/Manifest deleted file mode 100644 index 5d4d910667e1..000000000000 --- a/app-text/pinfo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pinfo-0.6.13.tar.gz 157103 BLAKE2B 18af4a5ae1bbd2abccb174ce1a3a16e4d17207a10015042723c58f80695c2580ca0c1c60f4f6f4f08e67eb01316fe48cd848a887e65159a6cd4463eca14bdecd SHA512 739e24821a363a087fb9df5651694f051286d4a15c3e51f2421a2aa60b1efe1da558b959ba22a0094e22854534ea5875498156e8ea2e198e31001aecab1a18df diff --git a/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch b/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch deleted file mode 100644 index 676cd4b09d37..000000000000 --- a/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/parse_config.h -+++ b/src/parse_config.h -@@ -85,8 +85,6 @@ - colours; - #endif /* HAVE_CURSES_COLOR */ - --int use_manual; -- - int parse_config (void); - int parse_line (char *line); - char *str_toupper (char *s); diff --git a/app-text/pinfo/files/pinfo-0.6.9-GROFF_NO_SGR.patch b/app-text/pinfo/files/pinfo-0.6.9-GROFF_NO_SGR.patch deleted file mode 100644 index dc902c0cae0a..000000000000 --- a/app-text/pinfo/files/pinfo-0.6.9-GROFF_NO_SGR.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/manual.c 2006-03-16 15:14:30.000000000 +0100 -+++ b/src/manual.c 2010-06-03 19:47:11.000000000 +0200 -@@ -261,6 +261,7 @@ - xfree(tmpfilename1); - } - tmpfilename1 = make_tempfile(); -+ putenv("GROFF_NO_SGR=true"); - - #ifdef getmaxyx - init_curses(); diff --git a/app-text/pinfo/files/pinfo-0.6.9-lzma-xz.patch b/app-text/pinfo/files/pinfo-0.6.9-lzma-xz.patch deleted file mode 100644 index 6ae0766fb803..000000000000 --- a/app-text/pinfo/files/pinfo-0.6.9-lzma-xz.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/src/filehandling_functions.c -+++ b/src/filehandling_functions.c -@@ -41,14 +41,16 @@ - * you dump the file through `gunzip -d -c', etc. * - ******************************************************************************/ - --#define SuffixesNumber 4 -+#define SuffixesNumber 6 - - Suffixes suffixes[SuffixesNumber] = - { - {"", "cat"}, - {".gz", "gzip -d -q -c"}, - {".Z", "gzip -d -q -c"}, -- {".bz2", "bzip2 -d -c"} -+ {".bz2", "bzip2 -d -c"}, -+ {".lzma", "lzma -d -c"}, -+ {".xz", "xz -d -c"} - }; - - /*****************************************************************************/ diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/pinfo/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild deleted file mode 100644 index 4770bac181a8..000000000000 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools flag-o-matic - -DESCRIPTION="Hypertext info and man viewer based on (n)curses" -HOMEPAGE="https://github.com/baszoetekouw/pinfo" -SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="nls readline" - -RDEPEND=" - sys-libs/ncurses:0= - sys-libs/readline:0= - nls? ( virtual/libintl ) -" - -DEPEND=" - ${RDEPEND} - sys-apps/texinfo - app-alternatives/yacc - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -PATCHES=( - "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch - "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch - "${FILESDIR}"/${PN}-0.6.13-fno-common.patch -) - -src_prepare() { - default - - sed -i -e 's| -Werror||g' configure.ac || die - - eautoreconf -} - -src_configure() { - # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35 - # is merged. - append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk() - - econf \ - $(use_with readline) \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" sysconfdir="${EPREFIX}/etc" install -} diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest deleted file mode 100644 index 3baa2347cd9e..000000000000 --- a/app-text/po4a/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST po4a-0.74.tar.gz 5907018 BLAKE2B 0b349840faad2625854738db980ae3586a8a7758be956cd19e5ff1966594c1546e0f407e5184bd90633968f97e525a45d61bd0bef94f93c43a531b19be343389 SHA512 2156b95a62788694b4c47dc651f7a0571b2e15159d6d8bcee0c6b0538aecd5b81012ae76e15ef333a7662f6b1e59b717f8bbe8137126042ae2cfe614db5b6d66 diff --git a/app-text/po4a/files/po4a-man.patch b/app-text/po4a/files/po4a-man.patch deleted file mode 100644 index 22444c1681b9..000000000000 --- a/app-text/po4a/files/po4a-man.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Po4aBuilder.pm -+++ b/Po4aBuilder.pm -@@ -243,7 +243,6 @@ - } - $parser->parse_from_file( $file, $out ); - -- system("gzip", "-9", "-n", "-f", $out) and die; - unlink "$file" or die; - } - -@@ -275,7 +274,6 @@ - print "Convert $outdir/$outfile.$section (online docbook.xsl file). "; - system("xsltproc", "-o", "$outdir/$outfile.$section", "--nonet", $docbook_xsl_url, $file) and die; - } -- system("gzip", "-9", "-n", "-f", "$outdir/$outfile.$section") and die; - } - unlink "$file" or die; - } diff --git a/app-text/po4a/metadata.xml b/app-text/po4a/metadata.xml deleted file mode 100644 index 5bb2dda1be44..000000000000 --- a/app-text/po4a/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hattya@gentoo.org</email> - <name>Akinori Hattori</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/po4a/po4a-0.74-r1.ebuild b/app-text/po4a/po4a-0.74-r1.ebuild deleted file mode 100644 index f611a043f051..000000000000 --- a/app-text/po4a/po4a-0.74-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja ka kn ko nb nl pl pt pt_BR ro ru sl sr sr_Cyrl sv ta uk vi zh_Hans zh_Hant" - -inherit perl-module plocale - -DESCRIPTION="Tools to ease the translation of documentation" -HOMEPAGE="https://po4a.org/" -SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-text/opensp - dev-libs/libxslt - dev-perl/Locale-gettext - dev-perl/Pod-Parser - dev-perl/SGMLSpm - dev-perl/Syntax-Keyword-Try - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-perl/Unicode-LineBreak - dev-perl/YAML-Tiny - sys-devel/gettext" -DEPEND="${RDEPEND}" -BDEPEND="app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xsl-stylesheets - dev-perl/Module-Build - sys-devel/gettext - test? ( - app-text/docbook-sgml-dtd:4.1 - dev-perl/Test-Pod - virtual/latex-base - )" - -PATCHES=( "${FILESDIR}"/${PN}-man.patch ) - -DIST_TEST="do" - -src_prepare() { - plocale_find_changes "${S}/po/bin" '' '.po' - - rm_locale() { - PERL_RM_FILES+=( po/{bin,pod}/${1}.po ) - } - plocale_for_each_disabled_locale rm_locale - - perl-module_src_prepare -} diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest deleted file mode 100644 index 688667200797..000000000000 --- a/app-text/podofo/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST 1afc745452245cc75640682d1ec36a4a383756cd.tar.gz 4245378 BLAKE2B c7aebd52c7df61dcd6fe61e360f4e3489500641f6bb942950a310656eed7420800801d3a2a3a3eb82c04d298a21dfef87aea08890f2b66acbebc7d51572a0dbb SHA512 b5e6c520cbbf15df0f579a47d4669eca1afb516e843c945293e58b6149d4aa6c8447935c98f85259cd0c8e7d403eb15c5ec9cfdad48a4c99ccc4c7a4fe837ee1 -DIST d2ae0feff518783b6e24429f1f85d68ecfd2a3c0.tar.gz 29558639 BLAKE2B 38aa6b55459839c715b46a7186a0dbe05163fdc7348033251d357363a72d0c372d8b0b6d902d17f72c89643477dd64f8693dfffbd8fac80da58cd317126c5ddc SHA512 cb8df9ca9f036b0ee77c61cdaefc6ba207d4ca5021dfc383afdf5f915d43f249e3513219307cf3d838984b20aaf5ee44d47f8aec1ebe2161122ab047813f6301 -DIST podofo-0.10.4.tar.gz 1692182 BLAKE2B 10cd9111c1e17e8c31fb8f0f1b29e0f4d4d6126ac6d0c8a52b98eb8e85d0933882560b39e1188c95feb58fb365fd261af488cacd299ff1b6f7f0fdb933296994 SHA512 963d8e2ad6516a0be4d3d416881e58e2384f07f0c006a8a33656d25f6a6b52858344750a4959e0aef568370df1cb052fc08f308aeec3795844a59cc8c47cff23 -DIST podofo-0.10.5.tar.gz 1696209 BLAKE2B 2a4053aaefba26926a5d5ef3564aec13b6047644edd00c993d05220ba922e808b279cc7c754f403b2f1ea40d8bf335b63bae480fd5ce3c8801bad0ca3db04763 SHA512 9b9921100c638d591e8796ec4bedb6eb4496bfe4fdb0d633ea6619da899451a1c0239b1f95fabc61b08572d1eab5a3f67c4a97f869520c8f2a1b89e060b8b3bb -DIST podofo-1.0.2.tar.gz 3359442 BLAKE2B 5a971beb68d7b28548484fb1bd978f43f6f849212d3cc3111e00176bab7308e05bdb97ee49291cea71fade7f7be9cf7a24738d570b517a43cadfcf98f02ba34b SHA512 685c5771c58195ce8b70c76f1ef352a6740e716845988d75ca0f0f1abaa548766e22bed9608143737e5cdaef284d61c189031564e0cfe4bba8103f678667dcd1 diff --git a/app-text/podofo/metadata.xml b/app-text/podofo/metadata.xml deleted file mode 100644 index f801dafb7bab..000000000000 --- a/app-text/podofo/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> - </maintainer> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:podofo_project:podofo</remote-id> - <changelog>https://sourceforge.net/p/podofo/code/commit_browser</changelog> - </upstream> - <use> - <flag name="boost">Add support for boost</flag> - <flag name="tools">Build and install commandline tools.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/podofo/podofo-0.10.4.ebuild b/app-text/podofo/podofo-0.10.4.ebuild deleted file mode 100644 index f140224ddae1..000000000000 --- a/app-text/podofo/podofo-0.10.4.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2021-2024 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit cmake flag-o-matic lua-single toolchain-funcs - -DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format" -HOMEPAGE="https://sourceforge.net/projects/podofo/" - -RESOURCES_COMMIT="1afc745452245cc75640682d1ec36a4a383756cd" -SRC_URI=" - https://github.com/podofo/podofo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/podofo/podofo-resources/archive/${RESOURCES_COMMIT}.tar.gz -" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" -IUSE="+boost idn debug test +tools" -RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE} - test? ( tools )" - -RDEPEND="${LUA_DEPS} - idn? ( net-dns/libidn:= ) - dev-libs/openssl:0= - - media-libs/fontconfig:= - media-libs/freetype:2= - virtual/jpeg:0= - media-libs/libpng:0= - media-libs/tiff:0= - sys-libs/zlib:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - boost? ( dev-libs/boost ) - test? ( dev-util/cppunit )" - -DOCS="AUTHORS.md CHANGELOG.md TODO.md" - -src_prepare() { - cp -fr ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT}/* ${S}/extern/resources - rm -rf ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT} - cmake_src_prepare - -} - -src_configure() { - # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()' - filter-flags -fvisibility-inlines-hidden - - mycmakeargs+=( - "-DPODOFO_BUILD_STATIC=0" - "-DPODOFO_HAVE_JPEG_LIB=1" - "-DPODOFO_HAVE_PNG_LIB=1" - "-DPODOFO_HAVE_TIFF_LIB=1" - "-DWANT_FONTCONFIG=1" - "-DUSE_STLPORT=0" - -DLUA_VERSION="$(lua_get_version)" - -DWANT_BOOST=$(usex boost ON OFF) - -DHAVE_LIBIDN=$(usex idn ON OFF) - -DPODOFO_HAVE_CPPUNIT=$(usex test ON OFF) - -DPODOFO_BUILD_LIB_ONLY=$(usex tools OFF ON) - ) - - cmake_src_configure - mkdir -p "${S}/test/TokenizerTest/objects" || die -} - -src_test() { - cd "${BUILD_DIR}"/test/unit || die - ./podofo-test --selftest || die "self test failed" -} diff --git a/app-text/podofo/podofo-0.10.5.ebuild b/app-text/podofo/podofo-0.10.5.ebuild deleted file mode 100644 index 4e9da18311ae..000000000000 --- a/app-text/podofo/podofo-0.10.5.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2021-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit cmake flag-o-matic lua-single toolchain-funcs - -DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format" -HOMEPAGE="https://sourceforge.net/projects/podofo/" - -RESOURCES_COMMIT="1afc745452245cc75640682d1ec36a4a383756cd" -SRC_URI=" - https://github.com/podofo/podofo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/podofo/podofo-resources/archive/${RESOURCES_COMMIT}.tar.gz -" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" -IUSE="+boost idn debug test +tools" -RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE} - test? ( tools )" - -RDEPEND="${LUA_DEPS} - idn? ( net-dns/libidn:= ) - dev-libs/openssl:0= - - media-libs/fontconfig:= - media-libs/freetype:2= - virtual/jpeg:0= - media-libs/libpng:0= - media-libs/tiff:0= - sys-libs/zlib:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - boost? ( dev-libs/boost ) - test? ( dev-util/cppunit )" - -DOCS="AUTHORS.md CHANGELOG.md TODO.md" - -src_prepare() { - cp -fr ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT}/* ${S}/extern/resources - rm -rf ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT} - cmake_src_prepare - -} - -src_configure() { - # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()' - filter-flags -fvisibility-inlines-hidden - - mycmakeargs+=( - "-DPODOFO_BUILD_STATIC=0" - "-DPODOFO_HAVE_JPEG_LIB=1" - "-DPODOFO_HAVE_PNG_LIB=1" - "-DPODOFO_HAVE_TIFF_LIB=1" - "-DWANT_FONTCONFIG=1" - "-DUSE_STLPORT=0" - -DLUA_VERSION="$(lua_get_version)" - -DWANT_BOOST=$(usex boost ON OFF) - -DHAVE_LIBIDN=$(usex idn ON OFF) - -DPODOFO_HAVE_CPPUNIT=$(usex test ON OFF) - -DPODOFO_BUILD_LIB_ONLY=$(usex tools OFF ON) - ) - - cmake_src_configure - mkdir -p "${S}/test/TokenizerTest/objects" || die -} - -src_test() { - cd "${BUILD_DIR}"/test/unit || die - ./podofo-test --selftest || die "self test failed" -} diff --git a/app-text/podofo/podofo-1.0.0.ebuild b/app-text/podofo/podofo-1.0.0.ebuild deleted file mode 100644 index 4e9da18311ae..000000000000 --- a/app-text/podofo/podofo-1.0.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2021-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit cmake flag-o-matic lua-single toolchain-funcs - -DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format" -HOMEPAGE="https://sourceforge.net/projects/podofo/" - -RESOURCES_COMMIT="1afc745452245cc75640682d1ec36a4a383756cd" -SRC_URI=" - https://github.com/podofo/podofo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/podofo/podofo-resources/archive/${RESOURCES_COMMIT}.tar.gz -" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/${PV%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" -IUSE="+boost idn debug test +tools" -RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE} - test? ( tools )" - -RDEPEND="${LUA_DEPS} - idn? ( net-dns/libidn:= ) - dev-libs/openssl:0= - - media-libs/fontconfig:= - media-libs/freetype:2= - virtual/jpeg:0= - media-libs/libpng:0= - media-libs/tiff:0= - sys-libs/zlib:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - boost? ( dev-libs/boost ) - test? ( dev-util/cppunit )" - -DOCS="AUTHORS.md CHANGELOG.md TODO.md" - -src_prepare() { - cp -fr ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT}/* ${S}/extern/resources - rm -rf ${WORKDIR}/podofo-resources-${RESOURCES_COMMIT} - cmake_src_prepare - -} - -src_configure() { - # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()' - filter-flags -fvisibility-inlines-hidden - - mycmakeargs+=( - "-DPODOFO_BUILD_STATIC=0" - "-DPODOFO_HAVE_JPEG_LIB=1" - "-DPODOFO_HAVE_PNG_LIB=1" - "-DPODOFO_HAVE_TIFF_LIB=1" - "-DWANT_FONTCONFIG=1" - "-DUSE_STLPORT=0" - -DLUA_VERSION="$(lua_get_version)" - -DWANT_BOOST=$(usex boost ON OFF) - -DHAVE_LIBIDN=$(usex idn ON OFF) - -DPODOFO_HAVE_CPPUNIT=$(usex test ON OFF) - -DPODOFO_BUILD_LIB_ONLY=$(usex tools OFF ON) - ) - - cmake_src_configure - mkdir -p "${S}/test/TokenizerTest/objects" || die -} - -src_test() { - cd "${BUILD_DIR}"/test/unit || die - ./podofo-test --selftest || die "self test failed" -} diff --git a/app-text/poppler-data/Manifest b/app-text/poppler-data/Manifest deleted file mode 100644 index d5bb2a09ed73..000000000000 --- a/app-text/poppler-data/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST poppler-data-0.4.11-2-extra.tar.xz 3124 BLAKE2B 8ae0cb7613d36e2ceddb77736b04a61353cf4bcd3ac74e6cc65e7ddf727b65b98aa57c31bc02782cd74318119f0577cb3b187c9192ee0bb47dc8666e908a919b SHA512 3e43bc37b1a9affe4fabf68c3ea3490cbae0892286b3fd01f60f2fd232da68bc863fe0b058821d7d2e4ac4d7427b0ab02f8374abeba2cad704d578a155f46885 -DIST poppler-data-0.4.12.tar.gz 4504754 BLAKE2B 0d34ff1fcc9120b5db2baded9d931ca37128106eecdd54892d0256f9736f799d52eacd4017741797432048def914dd13150c6e3bf8d9ea5b8597a799a497d1c7 SHA512 75f201e4c586ba47eb9a48a33ef6663fe353d0694b602feb7db282d73da7f0daffb0ff7e18e4a6cb40324305efa2413df562666939f4214e2dfd7ff00288f3de diff --git a/app-text/poppler-data/metadata.xml b/app-text/poppler-data/metadata.xml deleted file mode 100644 index 137cb98e6853..000000000000 --- a/app-text/poppler-data/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/poppler-data/poppler-data-0.4.12.ebuild b/app-text/poppler-data/poppler-data-0.4.12.ebuild deleted file mode 100644 index da3095c44fc5..000000000000 --- a/app-text/poppler-data/poppler-data-0.4.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -POPPLER_DATA_EXTRA_VERSION="0.4.11-2" -DESCRIPTION="Data files for poppler to support uncommon encodings without xpdfrc" -HOMEPAGE="https://poppler.freedesktop.org/" -SRC_URI="https://poppler.freedesktop.org/${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${POPPLER_DATA_EXTRA_VERSION}-extra.tar.xz" - -# AGPL-3+ for the extra files needed by ghostscript, bug #844115 -LICENSE="AGPL-3+ BSD GPL-2 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -src_install() { - emake prefix="${EPREFIX}"/usr DESTDIR="${D}" install - - # We need to include extra cMaps for ghostscript, bug #844115 - cp "${WORKDIR}"/${PN}-${POPPLER_DATA_EXTRA_VERSION}-extra/Identity-* "${ED}"/usr/share/poppler/cMap || die - - # bug #409361 - dodir /usr/share/poppler/cMaps - cd "${ED}"/usr/share/poppler/cMaps || die - find ../cMap -type f -exec ln -s {} . \; || die -} diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest deleted file mode 100644 index 3166027d79af..000000000000 --- a/app-text/poppler/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST poppler-26.03.0.tar.xz 2029264 BLAKE2B cde442181f849250e63a1778e466787ff16eb913af43727481b2593823ca357920f7473bb2c770ed6566e494f4411b0725b66af6bba26868c6481bff37bf296f SHA512 f3682ce6eb3fe862c1f5e01a0d27ffe948702262b0cf930b103d24992b79048cd950c48ac41f016a918318300170a35ef08339a0b69837944744ebe4110e620b -DIST poppler-26.03.0.tar.xz.sig 833 BLAKE2B eea034ec8391dc6f8e0901c2672e35265285679493dee5d61fb30d84091a83fdc41afb9cb70bf704df6020ec0197487f29e8fdb4ea270d22d7adc06731d9e76c SHA512 fa63e7463871ed8b4983a80a96d958c4c2eaedd9413825e06e313bdeb8c14250450ccb6f8840ef792280eee5a4b89a62d411fddfa486e5ea5b3c4535746daf5d -DIST poppler-26.05.0.tar.xz 2037356 BLAKE2B 0054b2d012a0f62fb5141ad2dc019e1f0049b785b46866a6a924c157ce6c11645b51a2ee963853d4e5a4512dea6c5d5472fc11a444a2a415d11f232a577f23c1 SHA512 e9c3e091d927156d64425830e88bea43df52bef2d77aa84847d529a4b3e11f0e82170030379016db7de45748f39d92d894b02de134e44244e42f2076cd75ce79 -DIST poppler-26.05.0.tar.xz.sig 833 BLAKE2B 5e34d555dcad19cff70fd173c349d1408dec985551547a8fab01bd40a9519d96617178213c84a76d5ad383e985b5a24586f2dfd60fd8cb53de97a22d880042f4 SHA512 7a346821ec64b0686468657e9da1f18960d3ec63ede711030f844f9aac5464536a3fddb32708653ab302fbce9597157268e94e67ef270323a76379efd5a7ad1d -DIST poppler-test-9d5011815a14c157ba25bb160187842fb81579a5.tar.bz2 5500878 BLAKE2B 4ced4be267431cfd7c39398055e22c7228df2f1de09cba86bfbd76d785b26f4767a69eefccaa7473b4f410a7f1a4b97d9133141b8c66892bb3f209376d5d231e SHA512 89982192b2d98c5c1e9c03ad1e4a09fe38d1525669799690e8d5f333d2e5905b5b57f58dd09483e5a4d3634fa35da22984b9d2797f4e11c3d821eaaf67865f6c diff --git a/app-text/poppler/files/poppler-0.57.0-disable-internal-jpx.patch b/app-text/poppler/files/poppler-0.57.0-disable-internal-jpx.patch deleted file mode 100644 index faf632128ff7..000000000000 --- a/app-text/poppler/files/poppler-0.57.0-disable-internal-jpx.patch +++ /dev/null @@ -1,25 +0,0 @@ -Fix security issue [internal unmaintained JPX decoder] that is caused -by building without system-jpeg libs. Fedora does not care because they -always build with system-jpeg, however in Gentoo we allow the user to -disable both options and poppler's buildsystem is making us believe -there would be no JPX decoder built in that case, when in reality -JPXStream.cc is built (even if it may not be used by the code). - - ---- a/CMakeLists.txt 2017-11-24 23:12:41.953450442 +0100 -+++ b/CMakeLists.txt 2017-11-24 23:16:09.441030669 +0100 -@@ -506,9 +508,11 @@ - add_definitions(-DUSE_OPENJPEG2) - set(poppler_LIBS ${poppler_LIBS} ${LIBOPENJPEG2_LIBRARIES}) - else () -- set(poppler_SRCS ${poppler_SRCS} -- poppler/JPXStream.cc -- ) -+ if(NOT WITH_OPENJPEG AND HAVE_JPX_DECODER) -+ set(poppler_SRCS ${poppler_SRCS} -+ poppler/JPXStream.cc -+ ) -+ endif() - endif() - if(USE_CMS) - if(LCMS_FOUND) diff --git a/app-text/poppler/files/poppler-26.01.0-qt-deps.patch b/app-text/poppler/files/poppler-26.01.0-qt-deps.patch deleted file mode 100644 index fc16074965a3..000000000000 --- a/app-text/poppler/files/poppler-26.01.0-qt-deps.patch +++ /dev/null @@ -1,71 +0,0 @@ -Source: https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/2013 - -From 1fccd6fefd96b2934a886ebd12bc27da0afc70bc Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Wed, 9 Dec 2020 01:28:25 +0100 -Subject: [PATCH] Move Qt test dependencies into test dir - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> -Signed-off-by: Sam James <sam@gentoo.org> ---- - CMakeLists.txt | 8 ++++---- - qt5/CMakeLists.txt | 7 +++++-- - qt6/CMakeLists.txt | 6 ++++-- - 3 files changed, 13 insertions(+), 8 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 48033dce..4785f2b2 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -216,15 +216,15 @@ set(QT5_VERSION "5.15") - find_soft_mandatory_package(ENABLE_QT5 Qt5Core ${QT5_VERSION}) - find_soft_mandatory_package(ENABLE_QT5 Qt5Gui ${QT5_VERSION}) - find_soft_mandatory_package(ENABLE_QT5 Qt5Xml ${QT5_VERSION}) --find_soft_mandatory_package(ENABLE_QT5 Qt5Widgets ${QT5_VERSION}) --find_soft_mandatory_package(ENABLE_QT5 Qt5Test ${QT5_VERSION}) -+find_soft_mandatory_package(BUILD_QT5_TESTS Qt5Widgets ${QT5_VERSION}) -+find_soft_mandatory_package(BUILD_QT5_TESTS Qt5Test ${QT5_VERSION}) - - set(QT6_VERSION "6.2") - SET(QT_NO_CREATE_VERSIONLESS_TARGETS ON) - find_soft_mandatory_package(ENABLE_QT6 Qt6Core ${QT6_VERSION}) - find_soft_mandatory_package(ENABLE_QT6 Qt6Gui ${QT6_VERSION}) --find_soft_mandatory_package(ENABLE_QT6 Qt6Widgets ${QT6_VERSION}) --find_soft_mandatory_package(ENABLE_QT6 Qt6Test ${QT6_VERSION}) -+find_soft_mandatory_package(BUILD_QT6_TESTS Qt6Widgets ${QT6_VERSION}) -+find_soft_mandatory_package(BUILD_QT6_TESTS Qt6Test ${QT6_VERSION}) - - add_definitions(-DQT_NO_CAST_FROM_ASCII) - add_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) -diff --git a/qt5/CMakeLists.txt b/qt5/CMakeLists.txt -index 431d2d35..bd4194e5 100644 ---- a/qt5/CMakeLists.txt -+++ b/qt5/CMakeLists.txt -@@ -9,5 +9,8 @@ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050E00) - add_definitions(-DQT_NO_DEPRECATED_WARNINGS) - - add_subdirectory(src) --add_subdirectory(tests) --add_subdirectory(demos) -+ -+if(BUILD_QT5_TESTS) -+ add_subdirectory(tests) -+ add_subdirectory(demos) -+endif() -diff --git a/qt6/CMakeLists.txt b/qt6/CMakeLists.txt -index 89e612d1..23b39d72 100644 ---- a/qt6/CMakeLists.txt -+++ b/qt6/CMakeLists.txt -@@ -7,5 +7,7 @@ endif() - - add_subdirectory(src) - --add_subdirectory(tests) --add_subdirectory(demos) -+if(BUILD_QT6_TESTS) -+ add_subdirectory(tests) -+ add_subdirectory(demos) -+endif() --- -2.52.0 - diff --git a/app-text/poppler/files/poppler-26.01.0-respect-cflags.patch b/app-text/poppler/files/poppler-26.01.0-respect-cflags.patch deleted file mode 100644 index 0527da6cb99b..000000000000 --- a/app-text/poppler/files/poppler-26.01.0-respect-cflags.patch +++ /dev/null @@ -1,116 +0,0 @@ -From f15f298518f03fa8f661f8fd1b1ce5f7449abc3d Mon Sep 17 00:00:00 2001 -From: Theo Anderson <telans@posteo.de> -Date: Wed, 14 Apr 2021 10:16:11 +1200 -Subject: [PATCH] build: respect cflags - -[Rebased by: Stefan Radermacher <gentoo@zaister.de>] -Signed-off-by: Theo Anderson <telans@posteo.de> -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - cmake/modules/PopplerMacros.cmake | 69 +------------------------------ - 1 file changed, 2 insertions(+), 67 deletions(-) - -diff --git a/cmake/modules/PopplerMacros.cmake b/cmake/modules/PopplerMacros.cmake -index 4fa44dfd..17645e3f 100644 ---- a/cmake/modules/PopplerMacros.cmake -+++ b/cmake/modules/PopplerMacros.cmake -@@ -87,9 +87,6 @@ set(_known_build_types RELWITHDEBINFO;RELEASE;DEBUG;DEBUGFULL;PROFILE) - # CMake toolchain file). To avoid surprising compilation errors, we emit an - # error in that case, so that the user can handle the passed CMAKE_BUILD_TYPE - # in the compiler flags logic below. --if (NOT "${_CMAKE_BUILD_TYPE_UPPER}" IN_LIST _known_build_types) -- message(FATAL_ERROR "Unsupported CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") --endif() - set(_save_cflags "${CMAKE_C_FLAGS}") - set(_save_cxxflags "${CMAKE_CXX_FLAGS}") - -@@ -99,7 +96,6 @@ if(CMAKE_COMPILER_IS_GNUCXX) - set(_warn "${_warn} -Wcast-align") - set(_warn "${_warn} -Wformat-security") - set(_warn "${_warn} -Wframe-larger-than=65536") -- set(_warn "${_warn} -Wlogical-op") - set(_warn "${_warn} -Wmissing-format-attribute") - set(_warn "${_warn} -Wnon-virtual-dtor") - set(_warn "${_warn} -Woverloaded-virtual") -@@ -115,20 +111,6 @@ if(CMAKE_COMPILER_IS_GNUCXX) - - set(DEFAULT_COMPILE_WARNINGS "${_warn}") - set(DEFAULT_COMPILE_WARNINGS_EXTRA "${_warn} ${_warnx}") -- -- set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-names -D_DEFAULT_SOURCE") -- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") -- set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") -- set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline") -- set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") -- set(CMAKE_C_FLAGS "-std=c99 -D_DEFAULT_SOURCE") -- set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") -- set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") -- set(CMAKE_C_FLAGS_DEBUGFULL "-g3 -fno-inline") -- set(CMAKE_C_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") -- - poppler_check_link_flag("-Wl,--as-needed" GCC_HAS_AS_NEEDED) - if(GCC_HAS_AS_NEEDED) - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--as-needed") -@@ -138,55 +120,8 @@ if(CMAKE_COMPILER_IS_GNUCXX) - set(_compiler_flags_changed 1) - endif (CMAKE_COMPILER_IS_GNUCXX) - --if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") --# set the default compile warnings -- set(_warn "-Wall -Wextra -Wpedantic") -- set(_warn "${_warn} -Wcast-align") -- set(_warn "${_warn} -Wformat-security") -- set(_warn "${_warn} -Wframe-larger-than=65536") -- set(_warn "${_warn} -Wmissing-format-attribute") -- set(_warn "${_warn} -Wnon-virtual-dtor") -- set(_warn "${_warn} -Woverloaded-virtual") -- set(_warn "${_warn} -Wmissing-declarations") -- set(_warn "${_warn} -Wundef") -- set(_warn "${_warn} -Wzero-as-null-pointer-constant") -- set(_warn "${_warn} -Wshadow") -- set(_warn "${_warn} -Wweak-vtables") -- -- # set extra warnings -- set(_warnx "${_warnx} -Wconversion") -- -- set(DEFAULT_COMPILE_WARNINGS "${_warn}") -- set(DEFAULT_COMPILE_WARNINGS_EXTRA "${_warn} ${_warnx}") -- -- set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE") -- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") -- # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2 -- set(CMAKE_CXX_FLAGS_DEBUG "-g") -- set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline") -- set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") -- set(CMAKE_C_FLAGS "-std=c99 -D_DEFAULT_SOURCE") -- set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") -- # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2 -- set(CMAKE_C_FLAGS_DEBUG "-g") -- set(CMAKE_C_FLAGS_DEBUGFULL "-g3 -fno-inline") -- set(CMAKE_C_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") -- set(_compiler_flags_changed 1) --endif() -- --if(CMAKE_C_COMPILER MATCHES "icc") -- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") -- set(CMAKE_CXX_FLAGS_DEBUG "-O2 -g -0b0 -noalign") -- set(CMAKE_CXX_FLAGS_DEBUGFULL "-g -Ob0 -noalign") -- set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") -- set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") -- set(CMAKE_C_FLAGS_DEBUG "-O2 -g -Ob0 -noalign") -- set(CMAKE_C_FLAGS_DEBUGFULL "-g -Ob0 -noalign") -- set(_compiler_flags_changed 1) --endif(CMAKE_C_COMPILER MATCHES "icc") -+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Woverloaded-virtual") -+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99") - - if(_compiler_flags_changed) - # Ensure that the previous CMAKE_{C,CXX}_FLAGS are included in the current configuration flags. --- -2.52.0 - diff --git a/app-text/poppler/files/poppler-26.05.0-qt-deps.patch b/app-text/poppler/files/poppler-26.05.0-qt-deps.patch deleted file mode 100644 index 1a1a0da8a657..000000000000 --- a/app-text/poppler/files/poppler-26.05.0-qt-deps.patch +++ /dev/null @@ -1,68 +0,0 @@ -From 99a7093be6ff45199afd1c77c3c937b9b309a7ef Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Wed, 9 Dec 2020 01:28:25 +0100 -Subject: [PATCH] Move Qt test dependencies into test dir - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> -Signed-off-by: Sam James <sam@gentoo.org> ---- - CMakeLists.txt | 8 ++++---- - qt5/CMakeLists.txt | 7 +++++-- - qt6/CMakeLists.txt | 6 ++++-- - 3 files changed, 13 insertions(+), 8 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 29ba72f6..d6e52941 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -218,14 +218,14 @@ endif() - find_soft_mandatory_package(ENABLE_QT5 Qt5Core ${QT5_VERSION}) - find_soft_mandatory_package(ENABLE_QT5 Qt5Gui ${QT5_VERSION}) - find_soft_mandatory_package(ENABLE_QT5 Qt5Xml ${QT5_VERSION}) --find_soft_mandatory_package(ENABLE_QT5 Qt5Widgets ${QT5_VERSION}) --find_soft_mandatory_package(ENABLE_QT5 Qt5Test ${QT5_VERSION}) -+find_soft_mandatory_package(BUILD_QT5_TESTS Qt5Widgets ${QT5_VERSION}) -+find_soft_mandatory_package(BUILD_QT5_TESTS Qt5Test ${QT5_VERSION}) - - SET(QT_NO_CREATE_VERSIONLESS_TARGETS ON) - find_soft_mandatory_package(ENABLE_QT6 Qt6Core ${QT6_VERSION}) - find_soft_mandatory_package(ENABLE_QT6 Qt6Gui ${QT6_VERSION}) --find_soft_mandatory_package(ENABLE_QT6 Qt6Widgets ${QT6_VERSION}) --find_soft_mandatory_package(ENABLE_QT6 Qt6Test ${QT6_VERSION}) -+find_soft_mandatory_package(BUILD_QT6_TESTS Qt6Widgets ${QT6_VERSION}) -+find_soft_mandatory_package(BUILD_QT6_TESTS Qt6Test ${QT6_VERSION}) - - add_definitions(-DQT_NO_CAST_FROM_ASCII) - add_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) -diff --git a/qt5/CMakeLists.txt b/qt5/CMakeLists.txt -index 431d2d35..bd4194e5 100644 ---- a/qt5/CMakeLists.txt -+++ b/qt5/CMakeLists.txt -@@ -9,5 +9,8 @@ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050E00) - add_definitions(-DQT_NO_DEPRECATED_WARNINGS) - - add_subdirectory(src) --add_subdirectory(tests) --add_subdirectory(demos) -+ -+if(BUILD_QT5_TESTS) -+ add_subdirectory(tests) -+ add_subdirectory(demos) -+endif() -diff --git a/qt6/CMakeLists.txt b/qt6/CMakeLists.txt -index 89e612d1..23b39d72 100644 ---- a/qt6/CMakeLists.txt -+++ b/qt6/CMakeLists.txt -@@ -7,5 +7,7 @@ endif() - - add_subdirectory(src) - --add_subdirectory(tests) --add_subdirectory(demos) -+if(BUILD_QT6_TESTS) -+ add_subdirectory(tests) -+ add_subdirectory(demos) -+endif() --- -2.54.0 - diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml deleted file mode 100644 index b54cc830eede..000000000000 --- a/app-text/poppler/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <maintainer type="project"> - <email>office@gentoo.org</email> - <description>Please CC on stabilisation bugs</description> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:freedesktop:poppler</remote-id> - </upstream> - <use> - <flag name="boost">Use boost::small_vector for a serious performance gain</flag> - <flag name="gpgme">Enable signatures handling with <pkg>app-crypt/gpgme</pkg> - </flag> - <flag name="nss">Enable signatures handling with <pkg>dev-libs/nss</pkg> - </flag> - <flag name="utils">Install command-line PDF converters and various utilities</flag> - </use> - <slots> - <subslots>Reflects ABI compatibility of libpoppler.so only, - NOT libpoppler-{glib,qt6,cpp}.so!</subslots> - </slots> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/poppler/poppler-26.03.0.ebuild b/app-text/poppler/poppler-26.03.0.ebuild deleted file mode 100644 index 5fea32bca2cd..000000000000 --- a/app-text/poppler/poppler-26.03.0.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 2005-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit cmake flag-o-matic python-any-r1 toolchain-funcs xdg-utils - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/poppler/poppler" - SLOT="0/9999" -else - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/aacid.asc - inherit verify-sig - - TEST_COMMIT="9d5011815a14c157ba25bb160187842fb81579a5" - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" - SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )" - SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - SLOT="0/158" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION -fi - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="https://poppler.freedesktop.org/" - -LICENSE="GPL-2" -IUSE="boost cairo cjk curl +cxx debug doc gpgme +introspection +jpeg +jpeg2k +lcms nss png qt6 test tiff +utils" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - >=media-libs/fontconfig-2.13 - >=media-libs/freetype-2.10 - virtual/zlib:= - cairo? ( - >=dev-libs/glib-2.64:2 - >=x11-libs/cairo-1.16 - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - ) - curl? ( net-misc/curl ) - gpgme? ( dev-cpp/gpgmepp:= ) - jpeg? ( >=media-libs/libjpeg-turbo-1.1.0:= ) - jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) - lcms? ( media-libs/lcms:2 ) - nss? ( >=dev-libs/nss-3.49 ) - png? ( media-libs/libpng:0= ) - qt6? ( dev-qt/qtbase:6[gui,xml] ) - tiff? ( media-libs/tiff:= ) -" -RDEPEND="${COMMON_DEPEND} - cjk? ( app-text/poppler-data ) -" -DEPEND="${COMMON_DEPEND} - boost? ( >=dev-libs/boost-1.74 ) - test? ( qt6? ( dev-qt/qtbase:6[widgets] ) ) -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/glib-utils-2.64 - virtual/pkgconfig -" - -if [[ ${PV} != *9999* ]] ; then - BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-aacid-20230907 )" -fi - -DOCS=( AUTHORS NEWS README.md README-XPDF ) - -PATCHES=( - "${FILESDIR}/${PN}-26.01.0-qt-deps.patch" - "${FILESDIR}/${PN}-26.01.0-respect-cflags.patch" - "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" -) - -src_unpack() { - if [[ ${PV} == *9999* ]] ; then - git-r3_src_unpack - elif use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.sig} - fi - - default -} - -src_prepare() { - cmake_src_prepare - - # Clang doesn't grok this flag, the configure nicely tests that, but - # cmake just uses it, so remove it if we use clang - if tc-is-clang ; then - sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die - fi -} - -src_configure() { - xdg_environment_reset - append-lfs-flags # bug #898506 - - # giscanner is called if cairo and introspection are enabled. - # In that case, PKG_CONFIG must be defined. - tc-export PKG_CONFIG - - local mycmakeargs=( - -DBUILD_GTK_TESTS=OFF - -DBUILD_QT5_TESTS=OFF - -DBUILD_QT6_TESTS=$(usex test $(usex qt6)) - -DBUILD_CPP_TESTS=$(usex test) - -DBUILD_MANUAL_TESTS=$(usex test) - -DTESTDATADIR="${WORKDIR}"/test-${TEST_COMMIT} - -DRUN_GPERF_IF_PRESENT=OFF - -DENABLE_BOOST="$(usex boost)" - -DENABLE_ZLIB_UNCOMPRESS=OFF - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON - -DWITH_Cairo=$(usex cairo) - -DENABLE_LIBCURL=$(usex curl) - -DENABLE_CPP=$(usex cxx) - -DENABLE_GPGME=$(usex gpgme) - -DWITH_JPEG=$(usex jpeg) - -DENABLE_DCTDECODER=$(usex jpeg libjpeg none) - -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none) - -DENABLE_LCMS=$(usex lcms) - -DENABLE_NSS3=$(usex nss) - -DWITH_PNG=$(usex png) - -DENABLE_QT5=OFF - -DENABLE_QT6=$(usex qt6) - -DENABLE_LIBTIFF=$(usex tiff) - -DENABLE_UTILS=$(usex utils) - ) - use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - # live version doesn't provide html documentation - if use cairo && use doc && [[ ${PV} != *9999* ]]; then - # For now install gtk-doc there - insinto /usr/share/gtk-doc/html/poppler - doins -r "${S}"/glib/reference/html/* - fi -} diff --git a/app-text/poppler/poppler-26.05.0.ebuild b/app-text/poppler/poppler-26.05.0.ebuild deleted file mode 100644 index dd3643ae0ffd..000000000000 --- a/app-text/poppler/poppler-26.05.0.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 2005-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit cmake flag-o-matic python-any-r1 toolchain-funcs xdg-utils - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/poppler/poppler" - SLOT="0/9999" -else - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/aacid.asc - inherit verify-sig - - TEST_COMMIT="9d5011815a14c157ba25bb160187842fb81579a5" - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" - SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )" - SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - SLOT="0/160" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION -fi - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="https://poppler.freedesktop.org/" - -LICENSE="GPL-2" -IUSE="boost cairo cjk curl +cxx debug doc gpgme +introspection +jpeg +jpeg2k +lcms nss png qt6 test tiff +utils" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - >=media-libs/fontconfig-2.15 - >=media-libs/freetype-2.11 - virtual/zlib:= - cairo? ( - >=dev-libs/glib-2.80:2 - >=x11-libs/cairo-1.18 - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - ) - curl? ( net-misc/curl ) - gpgme? ( dev-cpp/gpgmepp:= ) - jpeg? ( >=media-libs/libjpeg-turbo-1.1.0:= ) - jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) - lcms? ( media-libs/lcms:2 ) - nss? ( >=dev-libs/nss-3.98 ) - png? ( media-libs/libpng:0= ) - qt6? ( dev-qt/qtbase:6[gui,xml] ) - tiff? ( media-libs/tiff:= ) -" -RDEPEND="${COMMON_DEPEND} - cjk? ( app-text/poppler-data ) -" -DEPEND="${COMMON_DEPEND} - boost? ( >=dev-libs/boost-1.83 ) - test? ( qt6? ( dev-qt/qtbase:6[widgets] ) ) -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/glib-utils-2.80 - virtual/pkgconfig -" - -if [[ ${PV} != *9999* ]] ; then - BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-aacid-20230907 )" -fi - -DOCS=( AUTHORS NEWS README.md README-XPDF ) - -PATCHES=( - "${FILESDIR}/${P}-qt-deps.patch" - "${FILESDIR}/${PN}-26.01.0-respect-cflags.patch" - "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" -) - -src_unpack() { - if [[ ${PV} == *9999* ]] ; then - git-r3_src_unpack - elif use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.sig} - fi - - default -} - -src_prepare() { - cmake_src_prepare - - # Clang doesn't grok this flag, the configure nicely tests that, but - # cmake just uses it, so remove it if we use clang - if tc-is-clang ; then - sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die - fi -} - -src_configure() { - xdg_environment_reset - append-lfs-flags # bug #898506 - - # giscanner is called if cairo and introspection are enabled. - # In that case, PKG_CONFIG must be defined. - tc-export PKG_CONFIG - - local mycmakeargs=( - -DBUILD_GTK_TESTS=OFF - -DBUILD_QT5_TESTS=OFF - -DBUILD_QT6_TESTS=$(usex test $(usex qt6)) - -DBUILD_CPP_TESTS=$(usex test) - -DBUILD_MANUAL_TESTS=$(usex test) - -DTESTDATADIR="${WORKDIR}"/test-${TEST_COMMIT} - -DRUN_GPERF_IF_PRESENT=OFF - -DENABLE_BOOST="$(usex boost)" - -DENABLE_ZLIB_UNCOMPRESS=OFF - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON - -DWITH_Cairo=$(usex cairo) - -DENABLE_LIBCURL=$(usex curl) - -DENABLE_CPP=$(usex cxx) - -DENABLE_GPGME=$(usex gpgme) - -DWITH_JPEG=$(usex jpeg) - -DENABLE_DCTDECODER=$(usex jpeg libjpeg none) - -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none) - -DENABLE_LCMS=$(usex lcms) - -DENABLE_NSS3=$(usex nss) - -DWITH_PNG=$(usex png) - -DENABLE_QT5=OFF - -DENABLE_QT6=$(usex qt6) - -DENABLE_LIBTIFF=$(usex tiff) - -DENABLE_UTILS=$(usex utils) - ) - use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - # live version doesn't provide html documentation - if use cairo && use doc && [[ ${PV} != *9999* ]]; then - # For now install gtk-doc there - insinto /usr/share/gtk-doc/html/poppler - doins -r "${S}"/glib/reference/html/* - fi -} diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild deleted file mode 100644 index 24be2a585a5b..000000000000 --- a/app-text/poppler/poppler-9999.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 2005-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit cmake flag-o-matic python-any-r1 toolchain-funcs xdg-utils - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/poppler/poppler" - SLOT="0/9999" -else - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/aacid.asc - inherit verify-sig - - TEST_COMMIT="9d5011815a14c157ba25bb160187842fb81579a5" - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" - SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )" - SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" - SLOT="0/160" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION -fi - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="https://poppler.freedesktop.org/" - -LICENSE="GPL-2" -IUSE="boost cairo cjk curl +cxx debug doc gpgme +introspection +jpeg +jpeg2k +lcms nss png qt6 test tiff +utils" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - >=media-libs/fontconfig-2.15 - >=media-libs/freetype-2.11 - virtual/zlib:= - cairo? ( - >=dev-libs/glib-2.80:2 - >=x11-libs/cairo-1.18 - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - ) - curl? ( net-misc/curl ) - gpgme? ( dev-cpp/gpgmepp:= ) - jpeg? ( >=media-libs/libjpeg-turbo-1.1.0:= ) - jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) - lcms? ( media-libs/lcms:2 ) - nss? ( >=dev-libs/nss-3.98 ) - png? ( media-libs/libpng:0= ) - qt6? ( dev-qt/qtbase:6[gui,xml] ) - tiff? ( media-libs/tiff:= ) -" -RDEPEND="${COMMON_DEPEND} - cjk? ( app-text/poppler-data ) -" -DEPEND="${COMMON_DEPEND} - boost? ( >=dev-libs/boost-1.83 ) - test? ( qt6? ( dev-qt/qtbase:6[widgets] ) ) -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/glib-utils-2.80 - virtual/pkgconfig -" - -if [[ ${PV} != *9999* ]] ; then - BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-aacid-20230907 )" -fi - -DOCS=( AUTHORS NEWS README.md README-XPDF ) - -PATCHES=( - "${FILESDIR}/${PN}-26.05.0-qt-deps.patch" - "${FILESDIR}/${PN}-26.01.0-respect-cflags.patch" - "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" -) - -src_unpack() { - if [[ ${PV} == *9999* ]] ; then - git-r3_src_unpack - elif use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.sig} - fi - - default -} - -src_prepare() { - cmake_src_prepare - - # Clang doesn't grok this flag, the configure nicely tests that, but - # cmake just uses it, so remove it if we use clang - if tc-is-clang ; then - sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die - fi -} - -src_configure() { - xdg_environment_reset - append-lfs-flags # bug #898506 - - # giscanner is called if cairo and introspection are enabled. - # In that case, PKG_CONFIG must be defined. - tc-export PKG_CONFIG - - local mycmakeargs=( - -DBUILD_GTK_TESTS=OFF - -DBUILD_QT5_TESTS=OFF - -DBUILD_QT6_TESTS=$(usex test $(usex qt6)) - -DBUILD_CPP_TESTS=$(usex test) - -DBUILD_MANUAL_TESTS=$(usex test) - -DTESTDATADIR="${WORKDIR}"/test-${TEST_COMMIT} - -DRUN_GPERF_IF_PRESENT=OFF - -DENABLE_BOOST="$(usex boost)" - -DENABLE_ZLIB_UNCOMPRESS=OFF - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON - -DWITH_Cairo=$(usex cairo) - -DENABLE_LIBCURL=$(usex curl) - -DENABLE_CPP=$(usex cxx) - -DENABLE_GPGME=$(usex gpgme) - -DWITH_JPEG=$(usex jpeg) - -DENABLE_DCTDECODER=$(usex jpeg libjpeg none) - -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none) - -DENABLE_LCMS=$(usex lcms) - -DENABLE_NSS3=$(usex nss) - -DWITH_PNG=$(usex png) - -DENABLE_QT5=OFF - -DENABLE_QT6=$(usex qt6) - -DENABLE_LIBTIFF=$(usex tiff) - -DENABLE_UTILS=$(usex utils) - ) - use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - # live version doesn't provide html documentation - if use cairo && use doc && [[ ${PV} != *9999* ]]; then - # For now install gtk-doc there - insinto /usr/share/gtk-doc/html/poppler - doins -r "${S}"/glib/reference/html/* - fi -} diff --git a/app-text/ps2eps/Manifest b/app-text/ps2eps/Manifest deleted file mode 100644 index 3b424d2d8f2b..000000000000 --- a/app-text/ps2eps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ps2eps-1.68.tar.gz 97304 BLAKE2B 594b894b2d81f64c8c6a7461d1df96d7b6e3ce3ef8f7eaf58161eb6a05ebca7b2d304a531be954898f1a9ad53cccd84536b64127b080afbc3902265d2e4e1108 SHA512 7fc84da5da00d5b1169d6e337b1db232adf80d9d957e48bfdd9272946151adca3e44f712587387ef557488cd15f44210b3fbd8c545488ec0071641d9d25a9c2b diff --git a/app-text/ps2eps/metadata.xml b/app-text/ps2eps/metadata.xml deleted file mode 100644 index 478357e891ef..000000000000 --- a/app-text/ps2eps/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ps2eps/ps2eps-1.68.ebuild b/app-text/ps2eps/ps2eps-1.68.ebuild deleted file mode 100644 index 28ae5baf2a15..000000000000 --- a/app-text/ps2eps/ps2eps-1.68.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Generate Encapsulated Postscript Format files from one-page Postscript documents" -HOMEPAGE="http://www.tm.uka.de/~bless/ps2eps" -SRC_URI="http://www.tm.uka.de/~bless/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - app-text/ghostscript-gpl - !<app-text/texlive-core-2007-r7" - -S="${WORKDIR}/${PN}" - -src_configure() { - tc-export CC -} - -src_compile() { - cd src/C || die - emake bbox -} - -src_install() { - dobin src/C/bbox - dobin bin/ps2eps - - doman doc/man/man1/bbox.1 - doman doc/man/man1/ps2eps.1 - - local DOCS=( Changes.txt README.txt doc/pdf ) - local HTML_DOCS=( doc/html/. ) - einstalldocs -} diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest deleted file mode 100644 index 67621d7651a1..000000000000 --- a/app-text/ps2pkm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 -DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 diff --git a/app-text/ps2pkm/metadata.xml b/app-text/ps2pkm/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/ps2pkm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild deleted file mode 100644 index a423245cecc4..000000000000 --- a/app-text/ps2pkm/ps2pkm-1.8_p20230311.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" -S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -DEPEND=">=dev-libs/kpathsea-6.2.1:=" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" ) - -src_configure() { - econf \ - --with-system-kpathsea -} diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild deleted file mode 100644 index 795012e6d9a8..000000000000 --- a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" -S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -DEPEND=">=dev-libs/kpathsea-6.2.1:=" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" ) - -src_configure() { - # bug #944098 - append-cflags -std=gnu17 - - econf \ - --with-system-kpathsea -} diff --git a/app-text/psiconv/Manifest b/app-text/psiconv/Manifest deleted file mode 100644 index 304184407a36..000000000000 --- a/app-text/psiconv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST psiconv-0.9.9.tar.gz 554882 BLAKE2B ff27054bd447503900e96007818c849889c33d997559e06efed1a63a671e65cafbd81528c66852b3291eecef9deb44139d76b0deed9b3d6fb506d19729c7fac0 SHA512 ec21d1e4734ad79dc19146223d7016bd53b3a3bb602f3a55489663ccbf3a4c6f5c6417728e798b4448acc2e49ff5145f58c812edfdd6c11ee9060128b6157d3a diff --git a/app-text/psiconv/files/psiconv-0.8.3-gcc10-fno-common.patch b/app-text/psiconv/files/psiconv-0.8.3-gcc10-fno-common.patch deleted file mode 100644 index 4c21a6ed3d4a..000000000000 --- a/app-text/psiconv/files/psiconv-0.8.3-gcc10-fno-common.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/program/psiconv/psiconv.c -+++ b/program/psiconv/psiconv.c -@@ -41,6 +41,8 @@ - #include "gen.h" - #include "psiconv.h" - -+psiconv_list fileformat_list; -+ - static void print_help(void); - static void print_version(void); - static void strtoupper(char *str); ---- a/program/psiconv/psiconv.h -+++ b/program/psiconv/psiconv.h -@@ -31,6 +31,6 @@ - output_function *output; - } *psiconv_fileformat; - --psiconv_list fileformat_list; /* of struct psiconv_fileformat */ -+extern psiconv_list fileformat_list; /* of struct psiconv_fileformat */ - - #endif /* PSICONV_GEN_H */ diff --git a/app-text/psiconv/files/psiconv-0.9.9-fix_getopt.patch b/app-text/psiconv/files/psiconv-0.9.9-fix_getopt.patch deleted file mode 100644 index d5aad908a7de..000000000000 --- a/app-text/psiconv/files/psiconv-0.9.9-fix_getopt.patch +++ /dev/null @@ -1,23 +0,0 @@ -# We don't need to declare getopt -# No conflict with musl or glibc -diff --git a/compat/getopt.h b/compat/getopt.h -index b0147e9..62de71c 100644 ---- a/compat/getopt.h -+++ b/compat/getopt.h -@@ -127,15 +127,7 @@ struct option - `getopt'. */ - - #if defined __STDC__ && __STDC__ --# ifdef __GNU_LIBRARY__ --/* Many other libraries have conflicting prototypes for getopt, with -- differences in the consts, in stdlib.h. To avoid compilation -- errors, only prototype getopt for the GNU C library. */ --extern int getopt (int __argc, char *const *__argv, const char *__shortopts); --# else /* not __GNU_LIBRARY__ */ --extern int getopt (); --# endif /* __GNU_LIBRARY__ */ -- -+// getopt already declared in glibc and musl - # ifndef __need_getopt - extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, - const struct option *__longopts, int *__longind); diff --git a/app-text/psiconv/files/psiconv-0.9.9-fix_imagemagick.patch b/app-text/psiconv/files/psiconv-0.9.9-fix_imagemagick.patch deleted file mode 100644 index fc6947cebc5b..000000000000 --- a/app-text/psiconv/files/psiconv-0.9.9-fix_imagemagick.patch +++ /dev/null @@ -1,246 +0,0 @@ -https://git.pld-linux.org/?p=packages/psiconv.git;a=blob;f=psiconv-magick.patch -Allow new API for imagemagick -Avoid Magick-config hardcoded ---- psiconv-0.9.9/configure.in 2014-10-22 20:38:11.000000000 +0200 -+++ psiconv-0.9.9/configure.in 2019-07-01 18:49:10.146154303 +0200 -@@ -67,22 +67,33 @@ - [IMAGEMAGICK=$withval], - [IMAGEMAGICK='yes']) - if test x"$IMAGEMAGICK" != xno ; then -- AC_CHECK_PROG(IMAGEMAGICK,Magick-config,yes,no) -- if test x"$IMAGEMAGICK" != xno ; then -+ AC_CHECK_PROG(MAGICKCONFIG,Magick-config,yes,no) -+ if test x"$MAGICKCONFIG" != xno ; then - CFLAGS_OLD="$CFLAGS" - CPPFLAGS_OLD="$CPPFLAGS" - LDFLAGS_OLD="$LDFLAGS" - LIBS_OLD="$LIBS" -- CFLAGS="$CFLAGS `Magick-config --cflags`" -- CPPFLAGS="$CPPFLAGS `Magick-config --cppflags`" -- LDFLAGS="$LDFLAGS `Magick-config --ldflags`" -- LIBS="$LIBS `Magick-config --libs`" -+ CFLAGS="$CFLAGS `$MAGICKCONFIG --cflags`" -+ CPPFLAGS="$CPPFLAGS `$MAGICKCONFIG --cppflags`" -+ LDFLAGS="$LDFLAGS `$MAGICKCONFIG --ldflags`" -+ LIBS="$LIBS `$MAGICKCONFIG --libs`" - - - AC_MSG_CHECKING(whether GetMagickInfo works and which API to use) - AC_TRY_RUN([ #include <stdio.h> - #include <stdlib.h> - #include <time.h> -+ #include <MagickCore/MagickCore.h> -+ int main(void) { -+ unsigned long number_formats; -+ ExceptionInfo *exception = AcquireExceptionInfo(); -+ GetMagickInfoList("*",&number_formats,exception); -+ return number_formats == 0; }], -+ IMAGEMAGICK=5,IMAGEMAGICK=no,IMAGEMAGICK=no) -+ if test x"$IMAGEMAGICK" = xno ; then -+ AC_TRY_RUN([ #include <stdio.h> -+ #include <stdlib.h> -+ #include <time.h> - #include <magick/api.h> - int main(void) { - unsigned long number_formats; -@@ -92,6 +103,7 @@ - GetMagickInfoList("*",&number_formats,&exception); - return number_formats == 0; }], - IMAGEMAGICK=4,IMAGEMAGICK=no,IMAGEMAGICK=no) -+ fi - if test x"$IMAGEMAGICK" = xno ; then - AC_TRY_RUN([ #include <stdio.h> - #include <stdlib.h> -@@ -148,7 +148,7 @@ - fi - fi - if test x"$IMAGEMAGICK" != xno ; then -- LIB_MAGICK="`Magick-config --libs` `Magick-config --ldflags`" -+ LIB_MAGICK="`$MAGICKCONFIG --libs` `$MAGICKCONFIG --ldflags`" - AC_DEFINE(IMAGEMAGICK, 1 ,[ImageMagick availability]) - AC_DEFINE_UNQUOTED(IMAGEMAGICK_API, $IMAGEMAGICK, [ImageMagick API version]) - else ---- psiconv-0.9.9/program/psiconv/magick-aux.h 2014-10-22 21:46:01.000000000 +0200 -+++ psiconv-0.9.9/program/psiconv/magick-aux.h 2019-07-02 17:01:45.109667769 +0200 -@@ -21,7 +21,11 @@ - - #if IMAGEMAGICK - --#if IMAGEMAGICK_API == 1 -+#if IMAGEMAGICK_API >= 5 -+ -+#include <MagickCore/MagickCore.h> -+ -+#elif IMAGEMAGICK_API == 1 - - #include <magick/magick.h> - -@@ -34,7 +38,7 @@ - - #endif /* IMAGEMAGICK_API == 1 */ - --#if IMAGEMAGICK_API == 100 -+#if IMAGEMAGICK_API >= 5 /* IM 7 or GM */ - - #define DestroyImages DestroyImageList - ---- psiconv-0.9.9/program/psiconv/gen_image.c 2014-10-22 21:45:59.000000000 +0200 -+++ psiconv-0.9.9/program/psiconv/gen_image.c 2019-07-02 17:20:52.370119193 +0200 -@@ -56,9 +56,13 @@ - Image *image; - float *pixel, *p, *red, *green, *blue; - int x,y; -- ExceptionInfo exc; -+#if IMAGEMAGICK_API >= 5 -+ ExceptionInfo *pexc = AcquireExceptionInfo(); -+#else -+ ExceptionInfo exc, *pexc = &exc; - - GetExceptionInfo(&exc); -+#endif - red = sec->red; - green = sec->green; - blue = sec->blue; -@@ -71,14 +75,14 @@ - } - } - -- image = ConstituteImage(sec->xsize,sec->ysize,"RGB",FloatPixel,pixel,&exc); -- if (! image || (exc.severity != UndefinedException)) { -- MagickError(exc.severity,exc.reason,exc.description); -+ image = ConstituteImage(sec->xsize,sec->ysize,"RGB",FloatPixel,pixel,pexc); -+ if (! image || (pexc->severity != UndefinedException)) { -+ MagickError(pexc->severity,pexc->reason,pexc->description); - exit(1); - } - free(pixel); - -- DestroyExceptionInfo(&exc); -+ DestroyExceptionInfo(pexc); - - return image; - } -@@ -87,17 +91,23 @@ - void image_to_list(psiconv_list list,Image *image,const char *dest) - { - ImageInfo *image_info; -- ExceptionInfo exc; -+#if IMAGEMAGICK_API >= 5 -+ ExceptionInfo *pexc = AcquireExceptionInfo(); -+#else -+ ExceptionInfo exc, *pexc = &exc; -+#endif - size_t length; - unsigned char *data; - int i; - - strcpy(image->magick,dest); - image_info = CloneImageInfo(NULL); -+#if IMAGEMAGICK_API < 5 - GetExceptionInfo(&exc); -- data = ImageToBlob(image_info,image,&length,&exc); -- if (!data || (exc.severity != UndefinedException)) { -- MagickError(exc.severity,exc.reason,exc.description); -+#endif -+ data = ImageToBlob(image_info,image,&length,pexc); -+ if (!data || (pexc->severity != UndefinedException)) { -+ MagickError(pexc->severity,pexc->reason,pexc->description); - exit(1); - } - for (i = 0; i < length; i++) { -@@ -106,7 +116,7 @@ - exit(1); - } - } -- DestroyExceptionInfo(&exc); -+ DestroyExceptionInfo(pexc); - DestroyImageInfo(image_info); - } - -@@ -119,18 +129,22 @@ - Image *image = NULL; - Image *last_image = NULL; - Image *this_image, *images; -- ExceptionInfo exc; - int i; -+#if IMAGEMAGICK_API >= 5 -+ ExceptionInfo *pexc = AcquireExceptionInfo(); -+#else -+ ExceptionInfo exc, *pexc = &exc; - - GetExceptionInfo(&exc); -- mi = GetMagickInfo(dest,&exc); -- if (!mi || (exc.severity != UndefinedException)) { -- MagickError(exc.severity,exc.reason,exc.description); -+#endif -+ mi = GetMagickInfo(dest,pexc); -+ if (!mi || (pexc->severity != UndefinedException)) { -+ MagickError(pexc->severity,pexc->reason,pexc->description); - exit(1); - } - - if ((psiconv_list_length(sections) < 1) || -- ((psiconv_list_length(sections)) > 1 && ! (mi->adjoin))) { -+ ((psiconv_list_length(sections)) > 1 && ! GetMagickAdjoin(mi))) { - fprintf(stderr,"This image type supports only one image\n"); - exit(1); - } -@@ -152,9 +166,9 @@ - - image_info = CloneImageInfo(NULL); - if (image->next) { -- images = CoalesceImages(image,&exc); -- if (!images || (exc.severity != UndefinedException)) { -- MagickError(exc.severity,exc.reason,exc.description); -+ images = CoalesceImages(image,pexc); -+ if (!images || (pexc->severity != UndefinedException)) { -+ MagickError(pexc->severity,pexc->reason,pexc->description); - exit(1); - } - } else -@@ -162,7 +176,7 @@ - - image_to_list(list,image,dest); - -- DestroyExceptionInfo(&exc); -+ DestroyExceptionInfo(pexc); - DestroyImageInfo(image_info); - if (image != images) - DestroyImages(image); -@@ -249,7 +263,7 @@ - ff.description = strdup(mi[i]->description); - ff.supported_format = FORMAT_CLIPART_SINGLE | FORMAT_MBM_SINGLE | - FORMAT_SKETCH; -- if (mi[i]->adjoin) -+ if (GetMagickAdjoin(mi[i])) - ff.supported_format |= FORMAT_MBM_MULTIPLE | FORMAT_CLIPART_MULTIPLE; - psiconv_list_add(fileformat_list,&ff); - } ---- psiconv-0.9.9/program/psiconv/magick-aux.c 2014-10-22 21:46:07.000000000 +0200 -+++ psiconv-0.9.9/program/psiconv/magick-aux.c 2019-07-02 17:22:32.846241534 +0200 -@@ -93,6 +93,25 @@ - return copy; - } - -+#elif IMAGEMAGICK_API == 5 -+ -+const MagickInfo ** GetMagickFileList(void) -+{ -+ const MagickInfo **mi; -+ const MagickInfo **copy; -+ size_t len; -+ int i; -+ ExceptionInfo *pexc = AcquireExceptionInfo(); -+ mi = GetMagickInfoList("*",&len,pexc); -+ copy = malloc((len+1) * sizeof(*copy)); -+ for (i = 0; i < len; i++) { -+ copy[i] = mi[i]; -+ } -+ copy[len] = NULL; -+ DestroyExceptionInfo(pexc); -+ return copy; -+} -+ - #elif IMAGEMAGICK_API == 100 - /* GraphicsMagick library */ - const MagickInfo ** GetMagickFileList(void) diff --git a/app-text/psiconv/metadata.xml b/app-text/psiconv/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/psiconv/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/psiconv/psiconv-0.9.9.ebuild b/app-text/psiconv/psiconv-0.9.9.ebuild deleted file mode 100644 index 186991909bde..000000000000 --- a/app-text/psiconv/psiconv-0.9.9.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools edo - -DESCRIPTION="Interpreter for Psion 5(MX) file formats" -HOMEPAGE="https://frodo.looijaard.name/project/psiconv" -SRC_URI="https://frodo.looijaard.name/system/files/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="+imagemagick" - -# TIFF is the output by default for input image formats -RDEPEND="imagemagick? ( media-gfx/imagemagick:=[cxx,tiff] )" -DEPEND="${RDEPEND}" -BDEPEND="app-alternatives/bc" - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.3-gcc10-fno-common.patch - "${FILESDIR}"/${PN}-0.9.9-fix_getopt.patch - "${FILESDIR}"/${PN}-0.9.9-fix_imagemagick.patch -) - -src_prepare() { - default - - # use patched configure.in, then modernize the build system - eautoreconf -} - -src_configure() { - local myeconfargs=( - MAGICKCONFIG="Magick++-config" - $(use_with imagemagick) - ) - econf "${myeconfargs[@]}" -} - -src_test() { - # test various encodings and output formats - # anyway the html doc is already generated with the freshly compiled binary - for file in Word TextEd; do - for e in UTF8 UCS2 ASCII; do - edo program/psiconv/psiconv examples/${file} -n 3 -e ${e} -T XHTML -o "${T}"/${file}-${e}.out - done - done - if use imagemagick; then - for file in Sketch Clipart MBM; do - edo program/psiconv/psiconv examples/${file} -n 3 -T TIFF -o "${T}"/${file}.out - done - fi -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die - - # move html in the docdir and remove source files - mv "${ED}"/usr/share/psiconv/xhtml "${ED}"/usr/share/doc/${PF}/html || die - rm -r "${ED}"/usr/share/psiconv || die -} diff --git a/app-text/psmark/Manifest b/app-text/psmark/Manifest deleted file mode 100644 index c22a67413f94..000000000000 --- a/app-text/psmark/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST psmark-v2.1.tar.gz 16296 BLAKE2B e4f77b7a3abd86f8214e2f00d85eaef4a7b897b3fad970cf86565ad32ab42e25ab7674e9a1a7116a4cce93f46a99a5d17a21c14fb4ff3b2a860e1e2627b268a7 SHA512 0a765dda878478e767ae02ac0838a9c36a110000b35d557b1b3d17d22c518f42249cd4eba856b476ba8042e026cb49f736077d3bf236f2a9a4f3df4ff4357fef diff --git a/app-text/psmark/files/psmark-2.1-Makefile-QA.patch b/app-text/psmark/files/psmark-2.1-Makefile-QA.patch deleted file mode 100644 index 145fe3a32e8e..000000000000 --- a/app-text/psmark/files/psmark-2.1-Makefile-QA.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -3,14 +3,13 @@ - all: - make clean - make psmark - - psmark: -- gcc $(CFLAGS) -o psmark psmark.c -- strip psmark -+ $(CC) $(CFLAGS) $(LDFLAGS) -o psmark psmark.c - - clean: - rm -f *.o psmark - - install: -- install -s psmark /usr/bin/ -+ install psmark /usr/bin/ - install psmark.1 /usr/man/man1/ diff --git a/app-text/psmark/files/psmark-2.1-string.patch b/app-text/psmark/files/psmark-2.1-string.patch deleted file mode 100644 index 1d1fb3dfbb57..000000000000 --- a/app-text/psmark/files/psmark-2.1-string.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/psmark.c -+++ b/psmark.c -@@ -97,9 +97,9 @@ - progname); - fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\"" - "\n\n",progname); -- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but -- they are not in sync with the page corner: some fiddling is required -- to get text to appear right in the corner.\n" -+ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n" -+ "they are not in sync with the page corner: some fiddling is required\n" -+ "to get text to appear right in the corner.\n" - ); - - exit(error ? EXIT_FAILURE : EXIT_SUCCESS); diff --git a/app-text/psmark/metadata.xml b/app-text/psmark/metadata.xml deleted file mode 100644 index 37edfa470787..000000000000 --- a/app-text/psmark/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - Command-line Postscript watermark tool; simple, but useful for things - like adding a watermark to outgoing or incoming faxes (eg, use with the - sendfax command from net-misc/hylafax). - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/psmark/psmark-2.1.ebuild b/app-text/psmark/psmark-2.1.ebuild deleted file mode 100644 index 8d8d4e7fd704..000000000000 --- a/app-text/psmark/psmark-2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -MY_PN=${PN}-v -MY_P=${MY_PN}${PV} - -DESCRIPTION="Prints watermark-like text on any PostScript document" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="http://www.antitachyon.com/download/${MY_P}.tar.gz" -S="${WORKDIR}"/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-string.patch - "${FILESDIR}"/${P}-Makefile-QA.patch -) - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin psmark - doman psmark.1 - dodoc README CHANGELOG -} diff --git a/app-text/pspdftool/Manifest b/app-text/pspdftool/Manifest deleted file mode 100644 index 0c507b116b89..000000000000 --- a/app-text/pspdftool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pspdftool-0.03.tar.bz2 129936 BLAKE2B 100ae29a9d929475d90c0acd6c5e50b61c65d690489ef223238bd19f567757635e0b0e774ff4561aa8e41476dd9a270ef8abafb307ad354e4f919b5ce578cf9c SHA512 8e621719c59f79f7201e8221a851e85d11573fa1895a64ab5e77382fa1103004f70a38f98928a8ce4b5795ce89ac3e4a7a5eade772959e26e49d6db9cc7fe7ea diff --git a/app-text/pspdftool/metadata.xml b/app-text/pspdftool/metadata.xml deleted file mode 100644 index 2285c380e57f..000000000000 --- a/app-text/pspdftool/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - Pspdftool is a tool for preprinting preparation of documents. It supports PostScript and PDF files and allows users do several transformations (for example rotation, scale, miror ...) and pages selections. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pspdftool/pspdftool-0.03.ebuild b/app-text/pspdftool/pspdftool-0.03.ebuild deleted file mode 100644 index 17732e540dfe..000000000000 --- a/app-text/pspdftool/pspdftool-0.03.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic - -DESCRIPTION="Tool for prepress preparation of PDF and PostScript documents" -HOMEPAGE="https://sourceforge.net/projects/pspdftool" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="zlib" - -RDEPEND="zlib? ( virtual/zlib:= )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - # -Werror=strict-aliasing; do not trust for LTO-safety either. - # https://bugs.gentoo.org/855023 - # Upstream is dead for nearly a decade. Not forwarded. - append-flags -fno-strict-aliasing - filter-lto - - econf $(use_with zlib) -} - -src_install() { - default - rm -rf "${ED}"/usr/share/doc/${PN}* || die -} diff --git a/app-text/pspresent/Manifest b/app-text/pspresent/Manifest deleted file mode 100644 index d236464e6289..000000000000 --- a/app-text/pspresent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pspresent-1.3.tar.gz 14357 BLAKE2B b15f288f2446ef0a9a00bcf454d9e55fc60a0547c534f0015695c6d2b23c5bd779acd2b423b01f6cd019cff419cdc79da8f8575804440c3f70bbeb29e5fa1b32 SHA512 cfca0b4758d03051cea95d077a45239103f6fd24dada775c3b7fb0b7f78863f6628b530a21834546546dc935596b6d93dbe45048a661fcc41152a4b97b8f21f3 diff --git a/app-text/pspresent/files/pspresent-1.3-makefile.patch b/app-text/pspresent/files/pspresent-1.3-makefile.patch deleted file mode 100644 index 363a52c57285..000000000000 --- a/app-text/pspresent/files/pspresent-1.3-makefile.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -4,28 +4,16 @@ - # - - # You may need to change these paths --X11_CFLAGS=-I/usr/X11R6/include --X11_LDLIBS=-L/usr/X11R6/lib -lX11 -+X11_CFLAGS = $(shell $(PKG_CONFIG) --cflags x11) -+X11_LDLIBS = $(shell $(PKG_CONFIG) --libs x11) - - # Remove the following two lines to disable XINERAMA support --XINERAMA_CFLAGS=-DHAVE_LIBXINERAMA --XINERAMA_LDLIBS=-lXext -lXinerama -+ifdef USE_XINERAMA -+XINERAMA_CFLAGS = -DHAVE_LIBXINERAMA $(shell $(PKG_CONFIG) --cflags xinerama) -+XINERAMA_LDLIBS = $(shell $(PKG_CONFIG) --libs xinerama) -+endif - --CC = gcc --CFLAGS = -Wall -O2 $(X11_CFLAGS) $(XINERAMA_CFLAGS) -+CPPFLAGS += $(X11_CFLAGS) $(XINERAMA_CFLAGS) - LDLIBS = $(X11_LDLIBS) $(XINERAMA_LDLIBS) - --TARGET = pspresent --OBJS = pspresent.o gs.o ps.o -- --$(TARGET): $(OBJS) -- $(CC) -o $(TARGET) $(OBJS) $(LDLIBS) -- --clean: -- rm $(TARGET) $(OBJS) -- --.SUFFIXES: --.SUFFIXES: .c .o -- --.c.o: -- $(CC) $(CFLAGS) -o $@ -c $< -+pspresent: gs.o ps.o diff --git a/app-text/pspresent/metadata.xml b/app-text/pspresent/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/pspresent/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pspresent/pspresent-1.3-r2.ebuild b/app-text/pspresent/pspresent-1.3-r2.ebuild deleted file mode 100644 index 167d8e647c8a..000000000000 --- a/app-text/pspresent/pspresent-1.3-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A tool to display full-screen PostScript presentations" -HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" -SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="xinerama" - -RDEPEND=" - app-text/ghostscript-gpl - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -src_configure() { - tc-export CC PKG_CONFIG - use xinerama && export USE_XINERAMA=1 -} - -src_install() { - dobin pspresent - doman pspresent.1 -} diff --git a/app-text/pstotext/Manifest b/app-text/pstotext/Manifest deleted file mode 100644 index b9468de047ac..000000000000 --- a/app-text/pstotext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pstotext-1.9.tar.gz 37461 BLAKE2B ff0c816ff0f57882e6fb36df9a2ba02049526cc0d5a0996e47c32f98a3d3208ca35f59c84605e75c787b80b3a0d8db498afbd4d28e2095be8abd979ecaa6bc22 SHA512 a8148e94d635544a7dfa8c96ff6071717388e4dc6c3db36f2c50939dce96c1f824ee423b1622af9111fffc60cb298215a6ee85d956c81873d71ceac804ee48ca diff --git a/app-text/pstotext/files/1.9-flags.patch b/app-text/pstotext/files/1.9-flags.patch deleted file mode 100644 index 6f3c9b68d82c..000000000000 --- a/app-text/pstotext/files/1.9-flags.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/Makefile b/Makefile -index 551e3b8..1d55ebe 100644 ---- a/Makefile -+++ b/Makefile -@@ -9,7 +9,7 @@ - # commenting out the includes of ptotdll.h in ptotdll.c and main.c. - # PMcJ 6 Sep 96 - --CC=gcc -+CC ?= gcc - #CC=cc -std - - BUNDLE = ocr.h rot270.h rot90.h -@@ -17,18 +17,18 @@ BUNDLE = ocr.h rot270.h rot90.h - all: pstotext - - main.o: main.c ptotdll.h bundle.h ocr.h rot270.h rot90.h -- $(CC) -c $*.c -+ $(CC) $(CFLAGS) -c $*.c - - ptotdll.o: ptotdll.c ptotdll.h -- $(CC) -c $*.c -+ $(CC) $(CFLAGS) -c $*.c - - pstotext: bundle.o main.o ptotdll.o -- $(CC) -o pstotext main.o bundle.o ptotdll.o -lm -+ $(CC) $(CFLAGS) $(LDFLAGS) -o pstotext main.o bundle.o ptotdll.o -lm - - .SUFFIXES: .ps - - .c.o: -- $(CC) -c $*.c -+ $(CC) $(CFLAGS) -c $*.c - - # "Bundle" an Ascii file. - .ps.h: diff --git a/app-text/pstotext/files/pstotext-1.9-quote-chars-fix.patch b/app-text/pstotext/files/pstotext-1.9-quote-chars-fix.patch deleted file mode 100644 index 177d3726e659..000000000000 --- a/app-text/pstotext/files/pstotext-1.9-quote-chars-fix.patch +++ /dev/null @@ -1,136 +0,0 @@ -diff -urN pstotext-1.9.orig/main.c pstotext-1.9/main.c ---- pstotext-1.9.orig/main.c 2004-01-09 11:17:38.000000000 +0100 -+++ pstotext-1.9/main.c 2006-05-19 11:43:52.000000000 +0200 -@@ -126,12 +126,14 @@ - static int cleanup(void) { - int gsstatus, status = 0; - pstotextExit(instance); -- if (gs!=NULL) { - #ifdef VMS -+ if (gs!=NULL) { - gsstatus = fclose(gs); -+ } - #else -- gsstatus = pclose(gs); -+ waitpid(-1, &gsstatus, 0); - #endif -+ if (gsstatus) { - if (WIFEXITED(gsstatus)) { - if (WEXITSTATUS(gsstatus)!=0) status = 3; - else if (WIFSIGNALED(gsstatus)) status = 4; -@@ -166,8 +168,13 @@ - - static int do_it(char *path) { - /* If "path" is NULL, then "stdin" should be processed. */ -- char *gs_cmdline; -- char *input; -+ char *gs_argv[32]; -+ int gs_argc=0; -+#ifdef DEBUG -+ int i; -+#endif -+ int fd[2]; -+ pid_t p; - int status; - char norotate[] = ""; - FILE *fileout; -@@ -201,47 +208,31 @@ - exit(1); - } - -- if (path==NULL) { -- input = (char*)malloc(2); -- if (input == NULL) { -- fprintf(stderr,"No memory available\n"); -- cleanup(); -- exit(1); -- } -- strcpy(input, "-"); -- } else { -- input = (char*)malloc(strlen(path) + 6); -- if (input == NULL) { -- fprintf(stderr,"No memory available\n"); -- cleanup(); -- exit(1); -- } -- strcpy(input, "-- '"); strcat(input, path); strcat(input, "'"); -+ gs_argv[gs_argc++] = "gs"; -+ gs_argv[gs_argc++] = "-r72"; -+ gs_argv[gs_argc++] = "-dNODISPLAY"; -+ gs_argv[gs_argc++] = "-dFIXEDMEDIA"; -+ gs_argv[gs_argc++] = "-dDELAYBIND"; -+ gs_argv[gs_argc++] = "-dWRITESYSTEMDICT"; -+ if (!debug) { -+ gs_argv[gs_argc++] = "-q"; -+ } -+ gs_argv[gs_argc++] = "-dNOPAUSE"; -+ gs_argv[gs_argc++] = "-dSAFER"; -+ if (rotate_path && strcmp(rotate_path, "")) { -+ gs_argv[gs_argc++] = rotate_path; -+ } -+ if (ocr_path && strcmp(ocr_path, "")) { -+ gs_argv[gs_argc++] = ocr_path; -+ } -+ if (path == NULL ) { -+ gs_argv[gs_argc++] = "-"; -+ } -+ else { -+ gs_argv[gs_argc++] = "--"; -+ gs_argv[gs_argc++] = path; - } -- -- gs_cmdline = (char*)malloc(strlen(gs_cmd)+strlen(rotate_path)+ -- strlen(ocr_path) + strlen(input) + 128); -- -- if (gs_cmdline == NULL) { -- fprintf(stderr, "No memory available\n"); -- cleanup(); -- exit(1); -- } -- -- sprintf( -- gs_cmdline, --#ifdef VMS -- "%s -r72 \"-dNODISPLAY\" \"-dFIXEDMEDIA\" \"-dDELAYBIND\" \"-dWRITESYSTEMDICT\" %s \"-dNOPAUSE\" %s %s %s", --#else -- "%s -r72 -dNODISPLAY -dFIXEDMEDIA -dDELAYBIND -dWRITESYSTEMDICT %s -dNOPAUSE %s %s %s", --#endif -- gs_cmd, -- (debug ? "" : "-q"), -- rotate_path, -- ocr_path, -- input -- ); -- if (debug) fprintf(stderr, "%s\n", gs_cmdline); -+ gs_argv[gs_argc++] = NULL; - #ifdef VMS - cmdfile = tempnam("SYS$SCRATCH:","PS2TGS"); - gsoutfile = tempnam("SYS$SCRATCH:","GSRES"); -@@ -259,8 +250,25 @@ - exit(1); - } - #else -- gs = popen(gs_cmdline, "r"); -- if (gs==0) {perror(cmd); exit(1);} -+ if (pipe(fd)) { -+ perror("pipe failed: "); exit(1); -+ }; -+ p = fork(); -+ if (p == -1) { -+ perror("fork failed: "); exit(1); -+ } -+ if (p == 0) { /* child */ -+ close(fd[0]); -+ dup2(fd[1], 1); /* Redirect stdout into pipe to parent */ -+ execvp("/usr/bin/gs", gs_argv); -+ perror("execvp: "); status=cleanup(); exit(1); -+ } else { /* parent */ -+ close(fd[1]); -+ gs = fdopen(fd[0], "r"); -+ if (gs == NULL) { -+ perror("fdopen: "); status=cleanup(); exit(1); -+ } -+ } - #endif - status = pstotextInit(&instance); - if (status!=0) { diff --git a/app-text/pstotext/metadata.xml b/app-text/pstotext/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/pstotext/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/pstotext/pstotext-1.9-r5.ebuild b/app-text/pstotext/pstotext-1.9-r5.ebuild deleted file mode 100644 index 72c02ff901a4..000000000000 --- a/app-text/pstotext/pstotext-1.9-r5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Extract ASCII text from a PostScript or PDF file" -HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm" -SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz" - -LICENSE="PSTT" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" - -RDEPEND="app-text/ghostscript-gpl" - -PATCHES=( - "${FILESDIR}"/${P}-quote-chars-fix.patch - "${FILESDIR}"/${PV}-flags.patch -) - -src_configure() { - tc-export CC -} - -src_install() { - dobin pstotext - doman pstotext.1 -} diff --git a/app-text/psutils/Manifest b/app-text/psutils/Manifest deleted file mode 100644 index b4a961b8dd7f..000000000000 --- a/app-text/psutils/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST psutils-2.09.tar.gz 1231162 BLAKE2B 237c26aaf5d9567177cd092d2651aa4562599776118bc4b7bdc717c03935fbddf94e28e037c603b54cee178687135e88dd9593c4d6bad952e1afcb2838e2bc17 SHA512 962c182a4cd71fbc77892806f9e46985306e75f726a58e218718bda20fdada72e9622bb55cef70ed92709b9c1c227a6542096be9605002f4c476edf529ccd4c1 -DIST psutils-3.3.11.tar.gz 1245613 BLAKE2B e1f1d114d964d4d2f8ba8ea70236ac46b4cd90860ffbd45a01ae904fdbd2a71538f9f4e9a7a1fe4c16ee23620f16378c85cb8f6baad5067fc642f0fafc80b8c9 SHA512 c20ce27105c2593028f91928531b9b08936dfa6e323b595e94aceb5e5126e0f8713fe7b2ba6333493fe4b30c620474ba6f6b8a6a290062145714ffd6d09a0f96 -DIST psutils_1.17.dfsg.orig.tar.gz 40296 BLAKE2B c74cde600e841e876892f3c0cfd20ab5d1ed87135e0bc952b19baf90315b95f89bf177b66deeeb91862fc2c620f688ba49972673bf9f4b4ff250590f0b2fc848 SHA512 a4ee49ecea9a948c0cfb8b51d10471409ec461a07bb94c1158c64e433f02ede4770fcb961d6ec79088bf247176db9757389d3e1cf5b64246b3b90b5584b59ff3 diff --git a/app-text/psutils/files/psutils-1.17-clang-implicit-int.patch b/app-text/psutils/files/psutils-1.17-clang-implicit-int.patch deleted file mode 100644 index 0f70648dd600..000000000000 --- a/app-text/psutils/files/psutils-1.17-clang-implicit-int.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/pserror.c -+++ b/pserror.c -@@ -22,11 +22,11 @@ extern char *program ; /* Defined by mai - #define MAX_COLUMN 78 /* maximum column to print upto */ - - void message(int flags, char *format, ...) - { - va_list args ; -- static column = 0 ; /* current screen column for message wrap */ -+ static int column = 0 ; /* current screen column for message wrap */ - char msgbuf[MAX_MESSAGE] ; /* buffer in which to put the message */ - char *bufptr = msgbuf ; /* message buffer pointer */ - - if ( (flags & MESSAGE_NL) && column != 0 ) { /* new line if not already */ - putc('\n', stderr) ; - diff --git a/app-text/psutils/files/psutils-1.17-makefile.patch b/app-text/psutils/files/psutils-1.17-makefile.patch deleted file mode 100644 index 8e8f03208f78..000000000000 --- a/app-text/psutils/files/psutils-1.17-makefile.patch +++ /dev/null @@ -1,210 +0,0 @@ ---- a/Makefile.unix -+++ b/Makefile.unix -@@ -25,10 +25,10 @@ - - OS = UNIX - --BINDIR = /usr/local/bin -+BINDIR = $(DESTDIR)$(EPREFIX)/usr/bin - SCRIPTDIR = $(BINDIR) --INCLUDEDIR = /usr/local/share/psutils --PERL = /usr/local/bin/perl -+INCLUDEDIR = $(DESTDIR)$(EPREFIX)/usr/share/psutils -+PERL = "/usr/bin/env perl" - - BINMODE = 0755 - MANMODE = 0644 -@@ -36,10 +36,9 @@ - INSTALL = install -c -m $(BINMODE) - INSTALLMAN = install -c -m $(MANMODE) - MANEXT = 1 --MANDIR = /usr/local/share/man/man$(MANEXT) -+MANDIR = $(DESTDIR)$(EPREFIX)/usr/share/man/man$(MANEXT) - --CC = gcc --CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall -+CFLAGS += -DPAPER=\"$(PAPER)\" -DUNIX -Wall - - BIN = psbook psselect pstops epsffit psnup \ - psresize -@@ -65,30 +64,24 @@ - epsffit.o: epsffit.c pserror.h patchlev.h - - epsffit: epsffit.o pserror.o -- $(CC) $(CCFLAGS) -o epsffit pserror.o epsffit.o - - psnup: psnup.o psutil.o psspec.o pserror.o -- $(CC) $(CCFLAGS) -o psnup psutil.o psspec.o pserror.o psnup.o - - psnup.o: psutil.h patchlev.h psspec.h pserror.h psnup.c - - psresize: psresize.o psutil.o pserror.o psspec.o -- $(CC) $(CCFLAGS) -o psresize psutil.o psspec.o pserror.o psresize.o - - psresize.o: psutil.h patchlev.h psspec.h pserror.h psresize.c - - psbook: psbook.o psutil.o pserror.o -- $(CC) $(CCFLAGS) -o psbook psutil.o pserror.o psbook.o - - psbook.o: psutil.h patchlev.h pserror.h psbook.c - - psselect: psselect.o psutil.o pserror.o -- $(CC) $(CCFLAGS) -o psselect psutil.o pserror.o psselect.o - - psselect.o: psutil.h patchlev.h pserror.h psselect.c - - pstops: pstops.o psutil.o psspec.o pserror.o -- $(CC) $(CCFLAGS) -o pstops psutil.o psspec.o pserror.o pstops.o - - pstops.o: psutil.h patchlev.h psspec.h pserror.h pstops.c - -@@ -99,116 +92,116 @@ - cp $? $@ - - psmerge: psmerge.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixfmps: fixfmps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixmacps: fixmacps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) INCLUDE=$(INCLUDEDIR) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) INCLUDE=$(INCLUDEDIR) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixpsditps: fixpsditps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixpspps: fixpspps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixscribeps: fixscribeps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixtpps: fixtpps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixwfwps: fixwfwps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixwpps: fixwpps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixwwps: fixwwps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - fixdlsrps: fixdlsrps.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - extractres: extractres.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) $? > $@ - $(CHMOD) $(BINMODE) $@ - - includeres: includeres.pl -- $(PERL) maketext OS=$(OS) PERL=$(PERL) INCLUDE=$(INCLUDEDIR) $? > $@ -+ perl maketext OS=$(OS) PERL=$(PERL) INCLUDE=$(INCLUDEDIR) $? > $@ - $(CHMOD) $(BINMODE) $@ - - epsffit.$(MANEXT): epsffit.man -- $(PERL) maketext MAN="$(MANPAGES)" $? > $@ -+ perl maketext MAN="$(MANPAGES)" $? > $@ - - psnup.$(MANEXT): psnup.man -- $(PERL) maketext MAN="$(MANPAGES)" PAPER=$(PAPER) $? > $@ -+ perl maketext MAN="$(MANPAGES)" PAPER=$(PAPER) $? > $@ - - psresize.$(MANEXT): psresize.man -- $(PERL) maketext MAN="$(MANPAGES)" PAPER=$(PAPER) $? > $@ -+ perl maketext MAN="$(MANPAGES)" PAPER=$(PAPER) $? > $@ - - psbook.$(MANEXT): psbook.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - psselect.$(MANEXT): psselect.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - pstops.$(MANEXT): pstops.man -- $(PERL) maketext "MAN=$(MANPAGES)" PAPER=$(PAPER) $? > $@ -+ perl maketext "MAN=$(MANPAGES)" PAPER=$(PAPER) $? > $@ - - psmerge.$(MANEXT): psmerge.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixfmps.$(MANEXT): fixfmps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixmacps.$(MANEXT): fixmacps.man -- $(PERL) maketext "MAN=$(MANPAGES)" INCLUDE=$(INCLUDEDIR) $? > $@ -+ perl maketext "MAN=$(MANPAGES)" INCLUDE=$(INCLUDEDIR) $? > $@ - - fixpsditps.$(MANEXT): fixpsditps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixpspps.$(MANEXT): fixpspps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixscribeps.$(MANEXT): fixscribeps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixtpps.$(MANEXT): fixtpps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixwfwps.$(MANEXT): fixwfwps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixwpps.$(MANEXT): fixwpps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixwwps.$(MANEXT): fixwwps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - fixdlsrps.$(MANEXT): fixdlsrps.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - extractres.$(MANEXT): extractres.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - includeres.$(MANEXT): includeres.man -- $(PERL) maketext "MAN=$(MANPAGES)" INCLUDE=$(INCLUDEDIR) $? > $@ -+ perl maketext "MAN=$(MANPAGES)" INCLUDE=$(INCLUDEDIR) $? > $@ - - getafm.$(MANEXT): getafm.man -- $(PERL) maketext "MAN=$(MANPAGES)" $? > $@ -+ perl maketext "MAN=$(MANPAGES)" $? > $@ - - clean: - rm -f *.o diff --git a/app-text/psutils/files/psutils-1.17-no-fixmacps.patch b/app-text/psutils/files/psutils-1.17-no-fixmacps.patch deleted file mode 100644 index 16a3c13484a2..000000000000 --- a/app-text/psutils/files/psutils-1.17-no-fixmacps.patch +++ /dev/null @@ -1,26 +0,0 @@ -Files md68_0.ps md71_0.ps have unknown copyright and license and are -therefore not included in the "DFSG" tarball. Suppress these files -(and the fixmacps program that references them) in Makefile. -https://bugs.gentoo.org/show_bug.cgi?id=440938 - ---- psutils-1.17.orig/Makefile.unix -+++ psutils/Makefile.unix -@@ -44,15 +44,15 @@ - BIN = psbook psselect pstops epsffit psnup \ - psresize - SHELLSCRIPTS = getafm showchar --PERLSCRIPTS = fixfmps fixmacps fixpsditps fixpspps \ -+PERLSCRIPTS = fixfmps fixpsditps fixpspps \ - fixtpps fixwfwps fixwpps fixscribeps fixwwps \ - fixdlsrps extractres includeres psmerge - MANPAGES = psbook.$(MANEXT) psselect.$(MANEXT) pstops.$(MANEXT) epsffit.$(MANEXT) psnup.$(MANEXT) \ - psresize.$(MANEXT) psmerge.$(MANEXT) fixscribeps.$(MANEXT) getafm.$(MANEXT) \ -- fixdlsrps.$(MANEXT) fixfmps.$(MANEXT) fixmacps.$(MANEXT) fixpsditps.$(MANEXT) \ -+ fixdlsrps.$(MANEXT) fixfmps.$(MANEXT) fixpsditps.$(MANEXT) \ - fixpspps.$(MANEXT) fixtpps.$(MANEXT) fixwfwps.$(MANEXT) fixwpps.$(MANEXT) \ - fixwwps.$(MANEXT) extractres.$(MANEXT) includeres.$(MANEXT) --INCLUDES = md68_0.ps md71_0.ps -+INCLUDES = - - all: $(BIN) $(PERLSCRIPTS) $(MANPAGES) $(SHELLSCRIPTS) - diff --git a/app-text/psutils/files/psutils-3.3.11-py314.patch b/app-text/psutils/files/psutils-3.3.11-py314.patch deleted file mode 100644 index f9f5e50854bb..000000000000 --- a/app-text/psutils/files/psutils-3.3.11-py314.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://github.com/rrthomas/psutils/pull/90 - -From bd1f8cbe00ad7b303ed861976caf2885835029b4 Mon Sep 17 00:00:00 2001 -From: Alfred Wingate <parona@protonmail.com> -Date: Wed, 29 Apr 2026 10:08:51 +0300 -Subject: [PATCH] testutils: Accomodate to argparse changes in python 3.14 - -See-Also: https://github.com/python/cpython/issues/66436 -Signed-off-by: Alfred Wingate <parona@protonmail.com> ---- a/tests/testutils.py -+++ b/tests/testutils.py -@@ -144,7 +144,7 @@ def file_test( - with chdir(datafiles): - correct_output = True - if case.error is None: -- with patch("sys.argv", patched_argv): -+ with patch("sys.argv", patched_argv), patch.object(sys.modules['__main__'], '__spec__', None): - function(full_args) - if regenerate_expected: - shutil.copyfile(output_file, expected_file.with_suffix(file_type)) -@@ -160,7 +160,7 @@ def file_test( - ) - else: - with pytest.raises(SystemExit) as e: -- with patch("sys.argv", patched_argv): -+ with patch("sys.argv", patched_argv), patch.object(sys.modules['__main__'], '__spec__', None): - function(full_args) - assert e.value.code == case.error - if regenerate_expected: diff --git a/app-text/psutils/metadata.xml b/app-text/psutils/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/psutils/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/psutils/psutils-1.17-r5.ebuild b/app-text/psutils/psutils-1.17-r5.ebuild deleted file mode 100644 index 7f957a8f7aaf..000000000000 --- a/app-text/psutils/psutils-1.17-r5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="PostScript Utilities" -HOMEPAGE="http://web.archive.org/web/20110722005140/http://www.tardis.ed.ac.uk/~ajcd/psutils/" -SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.dfsg.orig.tar.gz" -S="${WORKDIR}/${P}.orig" - -LICENSE="psutils" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -BDEPEND="dev-lang/perl" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-no-fixmacps.patch - "${FILESDIR}"/${P}-clang-implicit-int.patch -) - -src_compile() { - emake -f Makefile.unix CC="$(tc-getCC)" -} - -src_install() { - dodir /usr/{bin,share/man} - emake -f Makefile.unix DESTDIR="${D}" install - dodoc README -} diff --git a/app-text/psutils/psutils-2.09.ebuild b/app-text/psutils/psutils-2.09.ebuild deleted file mode 100644 index 10f2f0a32262..000000000000 --- a/app-text/psutils/psutils-2.09.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="PostScript Utilities" -HOMEPAGE="https://github.com/rrthomas/psutils http://web.archive.org/web/20110722005140/http://www.tardis.ed.ac.uk/~ajcd/psutils/" -SRC_URI="https://github.com/rrthomas/psutils/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -# Newer libpaper needed for fork which provides 'paper' -RDEPEND=" - >=app-text/libpaper-1.2.3 - >=dev-lang/perl-5.14 - dev-perl/IPC-Run3 -" -BDEPEND="${RDEPEND}" diff --git a/app-text/psutils/psutils-3.3.11.ebuild b/app-text/psutils/psutils-3.3.11.ebuild deleted file mode 100644 index ec30612781a7..000000000000 --- a/app-text/psutils/psutils-3.3.11.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Utilities for manipulating PostScript documents" -HOMEPAGE=" - https://github.com/rrthomas/psutils/ - https://pypi.org/project/psutils/ -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" - -DEPEND="app-text/libpaper" -RDEPEND=" - ${DEPEND} - >=dev-python/puremagic-1.26[${PYTHON_USEDEP}] - >=dev-python/pypdf-4.3.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/argparse-manpage[${PYTHON_USEDEP}] - test? ( dev-python/wand[${PYTHON_USEDEP}] ) -" - -EPYTEST_PLUGINS=( pytest-datafiles ) -EPYTEST_DESELECT=( - # fails on test env the first time only, get ipc-timeout - # TODO: more investigations - "tests/test_pstops.py::test_pstops[.ps-default-paper-size]" - "tests/test_pstops.py::test_pstops[.ps-man-page-example]" - # requires ghostscript-gpl - # wand.exceptions.DelegateError: FailedToExecuteCommand `'gs' [...] - "tests/test_pstops.py::test_pstops[.pdf-default-paper-size]" - "tests/test_pstops.py::test_pstops[.pdf-man-page-example]" -) - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}"/psutils-3.3.11-py314.patch -) diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest deleted file mode 100644 index c0e3ddbf54c9..000000000000 --- a/app-text/qpdf/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST qpdf-12.3.2-doc.zip 16670599 BLAKE2B 7f60047165381c119a727b20a69bb414639f1e20bc113ae96db2937b8406914a9ce0bcd767c165ee2094b3efb2245f78a45a2e8ff270417cbed8a20c679eae2a SHA512 b1fb58b20b0d032a39f52cb7e774287b0e54053517fa82eafa105b9a9e2eb8f5be31e0bfab150a811e13f4ccd3ee27c40c12e5f19eb091d021d8529f49fa32b8 -DIST qpdf-12.3.2.tar.gz 19640678 BLAKE2B 53a873f889e4eb65ad600d8b96ac707628e84336f51539c68e582f27d2cfbcd5e38d6d105af6cfce75e856afa0505754fcc54e5eb9ba44f4d51bb43ec740e376 SHA512 2bd574232c32d19f236476afcbd667d246ba2b7d1f92afb34a7712a578285c5c1bfb8bd260c06c569f9b3728716890baeb40cbd309e3bb38c63e431dacbeae8a -DIST qpdf-12.3.2.tar.gz.asc 833 BLAKE2B cdef2ffad5bd54ebfa3938dd7c6b71dc317f14dfdf73c5bc72a988e7c43d0a445d5ea538947a39066c8a00a9fe1f930bd056b71abf99adccfb87d03b4d2ddc30 SHA512 25f7e9f93276b8ae19c804ea4b611017fb3463b8e9084e3102f40a693eadc20218870655d607e6434637c3021414ca657b543f3ac46cdb5594ed7eb16836a539 diff --git a/app-text/qpdf/metadata.xml b/app-text/qpdf/metadata.xml deleted file mode 100644 index d657ba37a0b7..000000000000 --- a/app-text/qpdf/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>printing@gentoo.org</email> - <name>Gentoo Printing Project</name> - </maintainer> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:qpdf_project:qpdf</remote-id> - </upstream> - <use> - <flag name="zopfli"> - Support using <pkg>app-arch/zopfli</pkg> for stronger - zlib-compatible compression. - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/qpdf/qpdf-12.3.2.ebuild b/app-text/qpdf/qpdf-12.3.2.ebuild deleted file mode 100644 index 9143cee70465..000000000000 --- a/app-text/qpdf/qpdf-12.3.2.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake shell-completion verify-sig - -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" -HOMEPAGE=" - https://qpdf.sourceforge.io/ - https://github.com/qpdf/qpdf/ -" -SRC_URI=" - https://github.com/qpdf/qpdf/releases/download/v${PV}/${P}.tar.gz - doc? ( - https://github.com/qpdf/qpdf/releases/download/v${PV}/${P}-doc.zip - ) - verify-sig? ( - https://github.com/qpdf/qpdf/releases/download/v${PV}/${P}.tar.gz.asc - ) -" - -LICENSE="|| ( Apache-2.0 Artistic-2 )" -# Subslot for libqpdf soname version (just represent via major version) -SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="doc examples gnutls test zopfli" -RESTRICT="!test? ( test )" - -RDEPEND=" - media-libs/libjpeg-turbo:= - virtual/zlib:= - gnutls? ( net-libs/gnutls:= ) - !gnutls? ( dev-libs/openssl:= ) - zopfli? ( app-arch/zopfli:= ) -" -DEPEND=" - ${RDEPEND} - test? ( - app-text/ghostscript-gpl[tiff(+)] - media-libs/tiff - sys-apps/diffutils - ) -" -BDEPEND=" - dev-lang/perl - doc? ( app-arch/unzip ) - verify-sig? ( sec-keys/openpgp-keys-jberkenbilt ) -" - -QA_CONFIG_IMPL_DECL_SKIP=( - # glibc only (bug #899052) - malloc_info -) - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jberkenbilt.asc - -src_unpack() { - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.gz{,.asc} - fi - - default -} - -src_configure() { - local crypto_provider=$(usex gnutls GNUTLS OPENSSL) - local crypto_provider_lowercase=${crypto_provider,,} - - # Keep an eye on https://qpdf.readthedocs.io/en/stable/packaging.html. - local mycmakeargs=( - -DINSTALL_EXAMPLES=$(usex examples) - -DZOPFLI=$(usex zopfli) - - # Avoid automagic crypto deps - -DUSE_IMPLICIT_CRYPTO=OFF - -DALLOW_CRYPTO_NATIVE=ON - - # Breaks install with USE=-doc in 11.0.0? - #-DINSTALL_MANUAL=ON - - -DDEFAULT_CRYPTO=${crypto_provider_lowercase} - -DREQUIRE_CRYPTO_${crypto_provider}=ON - ) - - cmake_src_configure -} - -src_install() { - if use doc ; then - mv "${WORKDIR}"/${P}-doc "${BUILD_DIR}"/manual/doc-dist || die - fi - - cmake_src_install - - # Completions - dobashcomp completions/bash/qpdf - dozshcomp completions/zsh/_qpdf -} diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest deleted file mode 100644 index 83cb572ac718..000000000000 --- a/app-text/qpdfview/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qpdfview-0.5_p2.tar.gz 928017 BLAKE2B adffb6b0007787231bbe89f9c96fdf089141b135838f81895807dd8208e3046f8eee751a7a6668a26ea9f54f8a2192d50b0afabd6fa76155f916d8ea1f10cbc0 SHA512 19bab7d39c454c3c49db18c5161b73956c055c07de7a44448f9f8bbf966c26a339343e12e99ed6af9b91bba15fbb26074a745c318abbc63ef85f5ab177e7140f diff --git a/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch b/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch deleted file mode 100644 index 07acf1a02bd3..000000000000 --- a/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch +++ /dev/null @@ -1,9 +0,0 @@ -https://bugs.gentoo.org/909037 ---- a/qpdfview.pri -+++ b/qpdfview.pri -@@ -12,4 +12,4 @@ isEmpty(APP_DIR_DATA_PATH):APP_DIR_DATA_PATH = data - win32:include(qpdfview_win32.pri) - os2:include(qpdfview_os2.pri) - --CONFIG += c++11 -+CONFIG += c++17 diff --git a/app-text/qpdfview/metadata.xml b/app-text/qpdfview/metadata.xml deleted file mode 100644 index 616068a88953..000000000000 --- a/app-text/qpdfview/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <use> - <flag name="fitz"> - Use experimental fitz rendering, provided by <pkg>app-text/mupdf</pkg>, - instead of poppler - </flag> - <flag name="synctex">Add support for searching TeX sources</flag> - </use> - <upstream> - <remote-id type="launchpad">qpdfview</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/qpdfview/qpdfview-0.5_p20240423.ebuild b/app-text/qpdfview/qpdfview-0.5_p20240423.ebuild deleted file mode 100644 index 6e61c69aedac..000000000000 --- a/app-text/qpdfview/qpdfview-0.5_p20240423.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PLOCALES="af ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru rue sk sr sv th tr ug uk uz vi zgh zh_CN zh_TW" -PRE_EXISTING_TARNAME="${PN}-0.5_p2" # TODO: drop on next bump -REVISION=2162 -inherit plocale qmake-utils xdg - -DESCRIPTION="Tabbed document viewer" -HOMEPAGE="https://launchpad.net/qpdfview" -SRC_URI="https://bazaar.launchpad.net/~adamreichold/${PN}/trunk/tarball/${REVISION} -> ${PRE_EXISTING_TARNAME}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex" - -REQUIRED_USE="?? ( fitz pdf )" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - dev-qt/qtbase:6[concurrent,dbus?,gui,widgets] - cups? ( net-print/cups ) - djvu? ( app-text/djvu ) - fitz? ( >=app-text/mupdf-1.7:= ) - pdf? ( app-text/poppler[qt6] ) - postscript? ( app-text/libspectre ) - sqlite? ( dev-qt/qtbase:6[sql,sqlite] ) - svg? ( dev-qt/qtsvg:6 ) - !svg? ( virtual/freedesktop-icon-theme ) - synctex? ( app-text/texlive-core )" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.5-poppler-23.08.0-cxx17.patch -) - -src_unpack() { - unpack ${A} - mv '~adamreichold'/${PN}/trunk ${PN}-${PV} || die "mv trunk failed" -} - -src_prepare() { - default - - local mylrelease="$(qt6_get_bindir)"/lrelease - - p_locale() { - "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed" - } - - rm_help() { - rm -f "help/help_${1}.html" || die "removing ${1} help file failed" - } - - plocale_find_changes translations ${PN}_ .ts - plocale_for_each_locale p_locale - plocale_for_each_disabled_locale rm_help - - # adapt for prefix - sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die -} - -src_configure() { - local myconfig=() i - for i in cups dbus djvu pdf svg synctex; do - use ${i} || myconfig+=( without_${i} ) - done - use fitz && myconfig+=( with_fitz ) - use postscript || myconfig+=( without_ps ) - use sqlite || myconfig+=( without_sql ) - - local myqmakeargs=( - qpdfview.pro - CONFIG+="${myconfig[*]}" - $(usex fitz FITZ_PLUGIN_LIBS="-lmupdf" "") - PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" - ) - - eqmake6 "${myqmakeargs[@]}" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} diff --git a/app-text/rarian/Manifest b/app-text/rarian/Manifest deleted file mode 100644 index fc86d2436e13..000000000000 --- a/app-text/rarian/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rarian-0.8.4.tar.bz2 402769 BLAKE2B bc077a6584f7ad0967cdaf298769d1da5ea4b9545191bcf7a8d4f07178666c416b8471a79447e6e3ff52bb2bfd8c55afc7d1638211d245abd9d4efe82c30a7a2 SHA512 5daf8c70438db566f8c4fc6a9b553898e078882307951e7060873fb4c32c12a6482f560f14dab9376917996a3a2f84a36bdf2721fa94c3e63379e3ea0ed131d4 -DIST rarian-0.8.6.tar.bz2 376011 BLAKE2B 829d4ffd023751fa5cbeda24470aff335ab14277ad8c4162d68e40d730b777e4bb492a699a2b5d8e1a165f418e3925dd43b6ec373734a88ed116d752bbc5e2cb SHA512 e1bc66dbee7e22bffaaf17c9eb82ea33b6f7b48d6307166dc85ff2c58ba5fd3a5d9f9b69d5bddae9784c5c8e952379cb0958bfc23ef266ae28dc0395050c8752 diff --git a/app-text/rarian/metadata.xml b/app-text/rarian/metadata.xml deleted file mode 100644 index f6b6cde5f785..000000000000 --- a/app-text/rarian/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rarian/rarian-0.8.4.ebuild b/app-text/rarian/rarian-0.8.4.ebuild deleted file mode 100644 index 5e669fc7b2b8..000000000000 --- a/app-text/rarian/rarian-0.8.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A documentation metadata library" -HOMEPAGE="https://rarian.freedesktop.org/" -SRC_URI="https://gitlab.freedesktop.org/rarian/rarian/-/releases/${PV}/downloads/assets/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - dev-libs/libxslt - dev-libs/tinyxml -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/check-0.9.6 ) -" -RDEPEND="${COMMON_DEPEND} - sys-apps/util-linux -" - -src_configure() { - local myconf=( - --localstatedir="${EPREFIX}"/var - $(use_with test check) - ) - econf "${myconf[@]}" -} - -src_install() { - default - keepdir /var/lib/rarian - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/rarian/rarian-0.8.6-r1.ebuild b/app-text/rarian/rarian-0.8.6-r1.ebuild deleted file mode 100644 index 31260380cab8..000000000000 --- a/app-text/rarian/rarian-0.8.6-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A documentation metadata library" -HOMEPAGE="https://rarian.freedesktop.org/" -SRC_URI="https://gitlab.freedesktop.org/rarian/rarian/-/releases/${PV}/downloads/assets/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - dev-libs/libxslt - dev-libs/tinyxml2:= -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-libs/check-0.9.6 ) -" -RDEPEND="${COMMON_DEPEND} - sys-apps/util-linux -" - -src_configure() { - local myconf=( - --localstatedir="${EPREFIX}"/var - $(use_with test check) - ) - econf "${myconf[@]}" -} - -src_install() { - default - keepdir /var/lib/rarian - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/recode/Manifest b/app-text/recode/Manifest deleted file mode 100644 index 6f84154c893d..000000000000 --- a/app-text/recode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST recode-3.7.14.tar.gz 2297471 BLAKE2B c353c287f0eb8fd461f1a98b47bb6e24067051edf4ef40badb5598b242aad4f560d1097ea826db8dc7f24206a86cc58207090fe746da2be6cd11e5b3d5961567 SHA512 ca0e9aa392f0571cfd1cf9566a15d7651a80edf40d603eadaa4c4ee2d7843ffa9d6074be30a21dac2ab192fe601f8581721d719d055911eeccb455acfe112596 diff --git a/app-text/recode/metadata.xml b/app-text/recode/metadata.xml deleted file mode 100644 index 5ade7f50c8ce..000000000000 --- a/app-text/recode/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <slots> - <subslots>SONAME version for librecode</subslots> - </slots> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/recode/recode-3.7.14.ebuild b/app-text/recode/recode-3.7.14.ebuild deleted file mode 100644 index 64182e1bdbe6..000000000000 --- a/app-text/recode/recode-3.7.14.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit autotools flag-o-matic python-any-r1 toolchain-funcs - -DESCRIPTION="Convert files between various character sets" -HOMEPAGE="https://github.com/rrthomas/recode" -SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -# librecode soname version -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="nls test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/libiconv" -DEPEND=" - ${RDEPEND} - app-alternatives/lex -" -BDEPEND=" - nls? ( sys-devel/gettext ) - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) -" - -python_check_deps() { - python_has_version "dev-python/cython[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - tc-export CC LD - - # On Solaris, -lintl is needed to compile - [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - - # -fanalyzer substantially slows down the build and isn't useful for - # us. It's useful for upstream as it's static analysis, but it's not - # useful when just getting something built. - export gl_cv_warn_c__fanalyzer=no - - econf $(use_enable nls) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/refbase/Manifest b/app-text/refbase/Manifest deleted file mode 100644 index 12f590fd138b..000000000000 --- a/app-text/refbase/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST refbase-0.9.6_p20180223.zip 1725517 BLAKE2B bc92ba3bd7e317100e9390157e7b9cef5450aafa4fa78925cd7ac11f8933bca24a978fa44719e4a62e4e914c6949cc57a663a3ceca44ba0f07a7dae96b82d594 SHA512 65960052b99037653d0cf6f0c02f133f47e359ed67da095b03e10519ba48ecaa3cedf29eb1f2d56115b21cd479dcea77a26bf1f90baa8f4037876ca9c61a4aa3 diff --git a/app-text/refbase/files/postinstall-en.txt b/app-text/refbase/files/postinstall-en.txt deleted file mode 100644 index 1b28143032f9..000000000000 --- a/app-text/refbase/files/postinstall-en.txt +++ /dev/null @@ -1,22 +0,0 @@ -You are almost done! - - 1. Restart your webserver - - 2. Open the file '${MY_INSTALLDIR}/initialize/db.inc.php' - in a text editor and edit the values of the variables '\$databaseName', - '\$username' and '\$password' to fit your needs. - (Note that you'll be able to use the refbase package without modifying - these variables, but we highly recommend not to use the default - values!) - - 3. Now, open a web browser and access the 'install.php' script by typing: - - <http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php> - - This should bring up the install form. Edit the contents of all text - entry fields to match your server setup and supply the MySQL admin - password, then click the 'Install' button to install the database. - - 4. For further instructions, see /usr/share/doc/refbase-0.8.0/INSTALL.gz - - Enjoy! diff --git a/app-text/refbase/metadata.xml b/app-text/refbase/metadata.xml deleted file mode 100644 index b201c2cfeade..000000000000 --- a/app-text/refbase/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/refbase/refbase-0.9.6_p20180223.ebuild b/app-text/refbase/refbase-0.9.6_p20180223.ebuild deleted file mode 100644 index 6962ac419d28..000000000000 --- a/app-text/refbase/refbase-0.9.6_p20180223.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit webapp - -DESCRIPTION="Web-based solution for managing scientific literature, references and citations" -HOMEPAGE="http://www.refbase.net/" -SRC_URI="https://sourceforge.net/code-snapshots/svn/r/re/refbase/code/refbase-code-r1422-branches-bleeding-edge.zip -> ${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -RDEPEND=">=dev-lang/php-5.3[mysql,mysqli(+),session] - virtual/httpd-php - app-admin/webapp-config - app-text/bibutils" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}-code-r1422-branches-bleeding-edge" - -src_install() { - webapp_src_preinst - - DOCS="AUTHORS BUGS ChangeLog NEWS README TODO UPDATE" - einstalldocs - # Don't install docs to webroot - rm -f ${DOCS} COPYING INSTALL - - cp -R * "${D}"${MY_HTDOCSDIR} - - webapp_configfile ${MY_HTDOCSDIR}/initialize - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/app-text/restview/Manifest b/app-text/restview/Manifest deleted file mode 100644 index 0773ac8478b6..000000000000 --- a/app-text/restview/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST restview-3.0.1.tar.gz 49922 BLAKE2B 1a216442c8b9b1325cdcfea3e1de003333b805e5bae534142dcf136f08163a353629e05a886b127e205616b49411f64d29c96cb1d47a8c070de75a500de76853 SHA512 bf45e962b57b5703bd13edfd485e99ea59c0ea8b5f5a9cbb7b3d1c75939387b57ce5b0d88c5cbaa28b967e920139b03d299c256f48254e63837e60c8c828dea3 diff --git a/app-text/restview/files/restview-3.0.1-test-fixes.patch b/app-text/restview/files/restview-3.0.1-test-fixes.patch deleted file mode 100644 index ff856132ed93..000000000000 --- a/app-text/restview/files/restview-3.0.1-test-fixes.patch +++ /dev/null @@ -1,171 +0,0 @@ -From 6a1d6b44ee400431d75ed2326bd0b4f35d4727fa Mon Sep 17 00:00:00 2001 -From: Marius Gedminas <marius@gedmin.as> -Date: Mon, 21 Aug 2023 13:11:43 +0300 -Subject: [PATCH 1/2] Fix tests - -Not sure why they broke (new docutils release on PyPI)? Doctests were a -bad idea. - -Upstream-commit: https://github.com/mgedmin/restview/commit/6a1d6b44ee400431d75ed2326bd0b4f35d4727fa - -diff --git a/src/restview/tests.py b/src/restview/tests.py -index 71aeb77..d129835 100644 ---- a/src/restview/tests.py -+++ b/src/restview/tests.py -@@ -540,7 +540,7 @@ def doctest_RestViewer_rest_to_html(): - ... This is an inline literal: ``README.txt``. - ... ''', settings={'cloak_email_addresses': True}).strip()) - ... # doctest: +ELLIPSIS,+REPORT_NDIFF -- <?xml version="1.0" encoding="utf-8" ?> -+ <?xml version="1.0" encoding="utf-8"...?> - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> -@@ -584,35 +584,11 @@ def doctest_RestViewer_rest_to_html(): - def doctest_RestViewer_rest_to_html_css_url(): - """Test for RestViewer.rest_to_html - -- XXX: this shows pygments styles inlined *after* the external css, which -- means it's hard to override them! -- - >>> viewer = RestViewer('.') - >>> viewer.stylesheets = 'http://example.com/my.css' -- >>> print(viewer.rest_to_html(b''' -- ... Some text -- ... ''').strip()) -- ... # doctest: +ELLIPSIS,+REPORT_NDIFF -- <?xml version="1.0" encoding="utf-8" ?> -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -- <head> -- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -- ... -- <title>...</title> -+ >>> html = viewer.rest_to_html(b'Some text') -+ >>> grep('stylesheet', html) - <link rel="stylesheet" href="http://example.com/my.css" type="text/css" /> -- <style type="text/css"> -- ... -- </style> -- </head> -- <body> -- <div class="document"> -- <BLANKLINE> -- <BLANKLINE> -- <p>Some text</p> -- </div> -- </body> -- </html> - - """ - -@@ -720,32 +696,16 @@ def doctest_RestViewer_rest_to_html_pypi_strict(): - >>> viewer = RestViewer('.') - >>> viewer.stylesheets = None - >>> viewer.pypi_strict = True -- >>> print(viewer.rest_to_html(b''' -+ >>> html = viewer.rest_to_html(b''' - ... Hello - ... ----- - ... - ... `This is fine <http://www.example.com>`__. - ... -- ... ''').strip().replace(""", '"')) -- ... # doctest: +ELLIPSIS,+REPORT_NDIFF -- <?xml version="1.0" encoding="utf-8" ?> -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -- <head> -- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -- ... -+ ... ''') -+ >>> grep('Hello', html) - <title>Hello</title> -- <style type="text/css"> -- ... -- </head> -- <body> -- <div class="document" id="hello"> - <h1 class="title">Hello</h1> -- <BLANKLINE> -- <p><a href="http://www.example.com" rel="nofollow">This is fine</a>.</p> -- </div> -- </body> -- </html> - - """ - -@@ -1031,6 +991,12 @@ class TestMain(unittest.TestCase): - serve_called=True, browser_launched=True) - - -+def grep(needle, haystack): -+ for line in haystack.splitlines(): -+ if needle in line: -+ print(line) -+ -+ - def test_suite(): - return unittest.TestSuite([ - unittest.defaultTestLoader.loadTestsFromName(__name__), --- -2.44.2 - - -From 2827a754b8706f3286d1aec07a95faf6c8e7ab84 Mon Sep 17 00:00:00 2001 -From: Marius Gedminas <marius@gedmin.as> -Date: Wed, 31 Aug 2022 13:46:44 +0300 -Subject: [PATCH 2/2] Fix test failures with new docutils - -This probably introduces a dependency of docutils >= 0.19 for the test -suite, but I don't want to make it a requirement for pip install. ---- - -This is backported upstream commit [1]. The issue is not related to -docutils but >=dev-python/readme-renderer-37.0, see [2]. - -[1] https://github.com/mgedmin/restview/commit/5033eacb1d5552e496a0da46f6a474a38b414f21 -[2] https://github.com/mgedmin/restview/issues/65#issuecomment-1377180524 - -diff --git a/src/restview/tests.py b/src/restview/tests.py -index d129835..a7f36d5 100644 ---- a/src/restview/tests.py -+++ b/src/restview/tests.py -@@ -541,10 +541,9 @@ def doctest_RestViewer_rest_to_html(): - ... ''', settings={'cloak_email_addresses': True}).strip()) - ... # doctest: +ELLIPSIS,+REPORT_NDIFF - <?xml version="1.0" encoding="utf-8"...?> -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -+ <!DOCTYPE html...> - <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> -- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - ... - <title>example</title> - <style type="text/css"> -@@ -556,7 +555,7 @@ def doctest_RestViewer_rest_to_html(): - </style> - </head> - <body> -- <div class="document" id="example"> -+ <main id="example"> - <h1 class="title">example</h1> - <BLANKLINE> - <p>This is a doctest:</p> -@@ -570,11 +569,9 @@ def doctest_RestViewer_rest_to_html(): - <p>This is a reference: <a class="reference external" href="http://example.com/README.rst">README.rst</a></p> - <p>This is an email: <a class="reference external" href="mailto:marius%40gedmin.as">marius<span>@</span>gedmin<span>.</span>as</a></p> - <p>This is a literal block:</p> -- <pre class="literal-block"> -- See <a href="CHANGES.rst">CHANGES.rst</a>, mkay? -- </pre> -+ <pre class="literal-block">See <a href="CHANGES.rst">CHANGES.rst</a>, mkay?</pre> - <p>This is an inline literal: <tt class="docutils literal"><a href="README.txt">README.txt</a></tt>.</p> -- </div> -+ </main> - </body> - </html> - --- -2.44.2 - diff --git a/app-text/restview/metadata.xml b/app-text/restview/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/restview/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/restview/restview-3.0.1.ebuild b/app-text/restview/restview-3.0.1.ebuild deleted file mode 100644 index c429191e9a18..000000000000 --- a/app-text/restview/restview-3.0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="reStructuredText viewer" -HOMEPAGE=" - https://mg.pov.lt/restview/ - https://pypi.org/project/restview/ -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/readme-renderer[${PYTHON_USEDEP}] -" - -DOCS=( README.rst CHANGES.rst ) - -PATCHES=( - "${FILESDIR}/${P}-test-fixes.patch" -) - -distutils_enable_tests pytest diff --git a/app-text/rman/Manifest b/app-text/rman/Manifest deleted file mode 100644 index 5cc6b9ddffb2..000000000000 --- a/app-text/rman/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rman-3.2.tar.gz 79397 BLAKE2B 2be1c60f77c3b2c4fa73a59c5a8965da1c8b1f3b569e7e4d5716a372228bacb81c5421f4bbf330781aa231835393c915ed14057c717cb1e8ed57101f7febb37d SHA512 a70aea0af1510088fd88a736e63a6dab9200040be5eb89912ede4f50e3de97d423574841bbb66e90fb12934f3834dac0acefe78ff1c73a78a79c95c3dd6fa5ae diff --git a/app-text/rman/files/rman-3.2-format-security.patch b/app-text/rman/files/rman-3.2-format-security.patch deleted file mode 100644 index 4ea7740a6822..000000000000 --- a/app-text/rman/files/rman-3.2-format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rman.c -+++ b/rman.c -@@ -1372,7 +1372,7 @@ HTML(enum command cmd) { - break; - case BEGINSECTION: break; - case ENDSECTION: -- if (sectheadid==NAME && message!=NULL) printf(message); -+ if (sectheadid==NAME && message!=NULL) printf("%s", message); - break; - case BEGINSUBSECTION: break; - case ENDSUBSECTION: break; diff --git a/app-text/rman/files/rman-3.2-gentoo.patch b/app-text/rman/files/rman-3.2-gentoo.patch deleted file mode 100644 index 676d555ce375..000000000000 --- a/app-text/rman/files/rman-3.2-gentoo.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -15,13 +15,8 @@ - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - --BINDIR = /opt/local/bin --#BINDIR = /usr/local/bin --#BINDIR = //C/bin --MANDIR = /usr/local/man/man1 --# popular alternative --#BINDIR = /opt/local/bin --#MANDIR = /opt/local/man/man1 -+BINDIR = /usr/bin -+MANDIR = /usr/share/man/man1 - - - ### if you have GNU gcc, use these definitions diff --git a/app-text/rman/files/rman-3.2-incompatible-pointer-types.patch b/app-text/rman/files/rman-3.2-incompatible-pointer-types.patch deleted file mode 100644 index bb7645c23f34..000000000000 --- a/app-text/rman/files/rman-3.2-incompatible-pointer-types.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 1120713781a5da03a56d3f8d59904c0fd20f6dd6 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= - <leohdz172@proton.me> -Date: Mon, 11 Dec 2023 17:05:26 -0600 -Subject: [PATCH] fix build with -Werror=incompatible-pointer-types -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> ---- a/rman.c -+++ b/rman.c -@@ -268,7 +268,7 @@ stricmp(const char *s1, const char *s2) { - else return 1; - } - --int lcexceptionscmp(const char **a, const char **b) { return stricmp(*a, *b); } -+int lcexceptionscmp(const void *a, const void *b) { return stricmp((const char *)a, (const char *)b); } - - int - strincmp(const char *s1, const char *s2, size_t n) { --- -2.43.0 - diff --git a/app-text/rman/files/rman-3.2-ldflags.patch b/app-text/rman/files/rman-3.2-ldflags.patch deleted file mode 100644 index 7f0745b2e0f2..000000000000 --- a/app-text/rman/files/rman-3.2-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -102,7 +102,7 @@ all: rman - - # everyone but me zaps assertions with the -DNDEBUG flag - rman: rman.c Makefile -- $(CC) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c -+ $(CC) $(LDFLAGS) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c - - - debug: diff --git a/app-text/rman/metadata.xml b/app-text/rman/metadata.xml deleted file mode 100644 index b201c2cfeade..000000000000 --- a/app-text/rman/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rman/rman-3.2-r2.ebuild b/app-text/rman/rman-3.2-r2.ebuild deleted file mode 100644 index 6e782c3248ef..000000000000 --- a/app-text/rman/rman-3.2-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan" -HOMEPAGE="https://sourceforge.net/projects/polyglotman/" -SRC_URI="https://downloads.sourceforge.net/polyglotman/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RESTRICT="test" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-ldflags.patch - "${FILESDIR}"/${P}-format-security.patch - "${FILESDIR}"/${P}-incompatible-pointer-types.patch -) - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 -} diff --git a/app-text/rnc2rng/Manifest b/app-text/rnc2rng/Manifest deleted file mode 100644 index c04bd4d71ad8..000000000000 --- a/app-text/rnc2rng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rnc2rng-2.7.0.tar.gz 19000 BLAKE2B 37375d2608c2fc5ffb87521de8d83f0d4a70449d399ea6d181b40c7e6f561c27e0e2ac6d4df5b0086890b626366cd6b8ceca60580f05a3bbd152d7315808fb1f SHA512 29507e49d29f7da23dcf24fd1328dd4ee0aa37192817d6d2c9ec76ede56a1c6b041ffdb6b755e2e9b0c155f4f68616cb7f9a49e711e4e389097c97840b5e3e66 diff --git a/app-text/rnc2rng/metadata.xml b/app-text/rnc2rng/metadata.xml deleted file mode 100644 index b57a4c55c4ce..000000000000 --- a/app-text/rnc2rng/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ulm@gentoo.org</email> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rnc2rng/rnc2rng-2.7.0.ebuild b/app-text/rnc2rng/rnc2rng-2.7.0.ebuild deleted file mode 100644 index cf7f8ba5ac3f..000000000000 --- a/app-text/rnc2rng/rnc2rng-2.7.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="RELAX NG Compact to regular syntax conversion library" -HOMEPAGE="https://github.com/djc/rnc2rng" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/rply[${PYTHON_USEDEP}]" -BDEPEND="test? ( ${RDEPEND} )" - -python_test() { - "${EPYTHON}" test.py -v || die "Tests failed with ${EPYTHON}" -} diff --git a/app-text/rnv/Manifest b/app-text/rnv/Manifest deleted file mode 100644 index 0d5db951e236..000000000000 --- a/app-text/rnv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rnv-1.7.11.tar.xz 140904 BLAKE2B 01b4400cb5bcfbc850f58d5b59ab8259532926f436ddfa20c63ab35cab30a30ae8429b82be0c589b694a12a9558436a1a3c445a42734af84ca6b66e5f6cf6796 SHA512 e706ae6cc9b55032b23c0ce4ce728f426727c20d0291f9ea4369221c5b3d59f29ad477c6da4992a9bda7c583078498faabc06a9865081517aeac81b2d2fec212 diff --git a/app-text/rnv/metadata.xml b/app-text/rnv/metadata.xml deleted file mode 100644 index c083c00402f0..000000000000 --- a/app-text/rnv/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sping@gentoo.org</email> - <name>Sebastian Pipping</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rnv/rnv-1.7.11-r2.ebuild b/app-text/rnv/rnv-1.7.11-r2.ebuild deleted file mode 100644 index 723efaee5402..000000000000 --- a/app-text/rnv/rnv-1.7.11-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit unpacker toolchain-funcs - -DESCRIPTION="A lightweight Relax NG Compact Syntax validator" -HOMEPAGE="http://www.davidashen.net/rnv.html" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-libs/expat - dev-scheme/scm[libscm(-)] -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -i -e "/^AR/s/ar/$(tc-getAR)/" Makefile.in || die 'sed on Makefile.in failed' -} - -src_configure() { - LIBS="-ldl -lm" \ - econf \ - --with-scm-inc="/usr/include" \ - --with-scm-lib="/usr/$(get_libdir)" -} - -src_install() { - default - dodoc readme.txt -} diff --git a/app-text/rnv/rnv-1.7.11-r3.ebuild b/app-text/rnv/rnv-1.7.11-r3.ebuild deleted file mode 100644 index 774a24248aaf..000000000000 --- a/app-text/rnv/rnv-1.7.11-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit unpacker toolchain-funcs autotools - -DESCRIPTION="A lightweight Relax NG Compact Syntax validator" -HOMEPAGE="http://www.davidashen.net/rnv.html" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/expat -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -i -e "/^AR/s/ar/$(tc-getAR)/" Makefile.in || die 'sed on Makefile.in failed' - eautoreconf -} - -src_configure() { - LIBS="-ldl -lm" \ - econf \ - --disable-scm -} - -src_install() { - default - dodoc readme.txt -} diff --git a/app-text/robodoc/Manifest b/app-text/robodoc/Manifest deleted file mode 100644 index 5f8e2acb640a..000000000000 --- a/app-text/robodoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST robodoc-4.99.43.tar.gz 310182 BLAKE2B f8f83c50f51e1f690068b881b51a91369bba3c6b1a9be534fd50887abbf6f06cd90706039865bd0ffdd454b4776ab6e5a1d62dbaf12f459bf1eca0e5872f7e29 SHA512 b9d8758512f6921ca773574ed57763b6eaa203134f13839b8b6f89072bb9a5c0b061bcde816ca8cc64ec72aab7566465ffb0ff2f6a0ead66b50058cb5974fff6 diff --git a/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch b/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch deleted file mode 100644 index db2b112641a8..000000000000 --- a/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Source/troff_generator.c b/Source/troff_generator.c -index 1b123b8..94ddcda 100644 ---- a/Source/troff_generator.c -+++ b/Source/troff_generator.c -@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. - #include <ctype.h> - - #include <sys/param.h> --#include <sys/unistd.h> -+#include <unistd.h> - - #include "troff_generator.h" - #include "util.h" diff --git a/app-text/robodoc/metadata.xml b/app-text/robodoc/metadata.xml deleted file mode 100644 index a7ed20dbc9bb..000000000000 --- a/app-text/robodoc/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>ovi@ovidiu.at</email> - <name>Ovidiu - Dan Bogat</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="examples">Installs usage examples in /usr/share for Perl</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/robodoc/robodoc-4.99.43-r1.ebuild b/app-text/robodoc/robodoc-4.99.43-r1.ebuild deleted file mode 100644 index df1ddb680824..000000000000 --- a/app-text/robodoc/robodoc-4.99.43-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Automating Software Documentation" -HOMEPAGE="https://www.xs4all.nl/~rfsber/Robo/robodoc.html" -SRC_URI="https://rfsber.home.xs4all.nl/Robo/archives/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -PATCHES=( - "${FILESDIR}/${P}_clean_libc.patch" -) - -RDEPEND=">=dev-util/ctags-5.3.1" -DEPEND="${RDEPEND}" - -src_install() { - default - - insinto /usr/share/${PN} - doins Contributions/* - - if use examples; then - insinto /usr/share/${PN} - doins -r Examples/PerlExample - fi -} diff --git a/app-text/ronn-ng/Manifest b/app-text/ronn-ng/Manifest deleted file mode 100644 index a4f634eb336d..000000000000 --- a/app-text/ronn-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ronn-ng-0.10.1.tar.gz 78696 BLAKE2B 1e56b90c5919e0a1af317da78161b34124268521fbc379fbba09ff9cb344073665460abc53fd961e4773ee444f33fba7e72ae3f6af84f8a170cfb1e89e557922 SHA512 3f6ee5355c7a19d5cb04c1b677028dd13ad2ff620acdb2e83d9b6f154a7b1e7b5a77ea0bcfbcef4bbb46a60b1c0fbc52fda079ff860c83a71f89b8fed0b83665 diff --git a/app-text/ronn-ng/metadata.xml b/app-text/ronn-ng/metadata.xml deleted file mode 100644 index c685ebad7e3a..000000000000 --- a/app-text/ronn-ng/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ronn-ng/ronn-ng-0.10.1.ebuild b/app-text/ronn-ng/ronn-ng-0.10.1.ebuild deleted file mode 100644 index bd0e46b85dc9..000000000000 --- a/app-text/ronn-ng/ronn-ng-0.10.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="ronn-ng.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Builds manuals in HTML and Unix man page format from Markdown" -HOMEPAGE="https://github.com/apjanke/ronn-ng" -SRC_URI="https://github.com/apjanke/ronn-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" - -RDEPEND+="!app-text/ronn" - -DEPS=" - >=dev-ruby/kramdown-2.1:2 - >=dev-ruby/kramdown-parser-gfm-1.0.1:1 - >=dev-ruby/nokogiri-1.14.3:0 -" - -ruby_add_rdepend " - =dev-ruby/mustache-1* - ${DEPS} -" - -ruby_add_bdepend "${DEPS}" - -all_ruby_prepare() { - # Avoid tests with code blocks that are fragile for e.g. presence / - # absence of a source highlighter. - rm -f test/code_blocks*.ro{ff,nn} || die -} - -each_ruby_prepare() { - # Make sure that we always use the right interpreter during tests - sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb || die - # ... and during the man page build. - sed -i -e "/sh 'ronn/s:ronn:${RUBY} bin/ronn:" Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/ronn.1 man/ronn-format.7 -} diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest deleted file mode 100644 index 7438dcb76f1f..000000000000 --- a/app-text/rpl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rpl-1.15.5.gh.tar.gz 24401 BLAKE2B 91f0914ce80167305f9b403f691e58cd3f219d9e22f0ae7587b6dc5c60809e03bf38bd3878696916026b7cd0e597b67a6fcbb97d55005fd113e80aa7296f0e95 SHA512 1669a2de5b09090a3058421e2f9560f9b155151ec6d91f9d4f3b43070082d2541981de7754f047771c515e6d1450998c55e3b018a589a5ae4bd48e28464bb858 -DIST rpl-1.18.gh.tar.gz 25750 BLAKE2B f090049d51e3fa4da1d0c3827a750b861fbd730b66d2e5336193332b119ac58bc26d64f429090443b6f45099fe078e0499f0aaf9e5488a543b5792de8f2d33a9 SHA512 08b68c0894085451a9bce169e972a67cddbbbc18565f514fc53a4ae1dbcc13818f71b8a6402e305c47298b1abc75a2ae39ac1acf175c29ee86fe6f6d2e6f474c -DIST rpl-2.0.4.tar.gz 1098594 BLAKE2B 5337bbc9e2fa42d4904f04aee3db711d9446717b3727b5971d4cf2be8b583b42f5e1ae1aae58b3d15564e48b76246638c769be8a6445d0dee6e3f252f44c9d94 SHA512 0908f53bb6b48a1a80f8c9c364da01430d2d630848f6c99691ccf8d630121811c1d85218d68576b611877667039c882eb7d245f24152207cb48dcfa5d19fafa5 diff --git a/app-text/rpl/files/rpl-2.0.4-uchardet-vala.patch b/app-text/rpl/files/rpl-2.0.4-uchardet-vala.patch deleted file mode 100644 index c19b538dcff0..000000000000 --- a/app-text/rpl/files/rpl-2.0.4-uchardet-vala.patch +++ /dev/null @@ -1,108 +0,0 @@ -From 3669921bb1bab7bc9f7f5fb1ef4b9ceb2cf02ff7 Mon Sep 17 00:00:00 2001 -From: Reuben Thomas <rrt@sc3d.org> -Date: Mon, 10 Nov 2025 23:37:49 +0000 -Subject: [PATCH] Revert "Use UcharDet VAPI from vala-extra-vapis project, not - our own one" - -This reverts commit f5e40e01f84b8841c8a30ef9b7890bf0cbd0beaf. - -The vala-extra-vapis VAPI does not work properly with pkg-config; see -https://gitlab.gnome.org/GNOME/vala-extra-vapis/-/issues/28 ---- - .gitmodules | 3 --- - Makefile.am | 4 ++-- - rpl.vala | 5 ++--- - uchardet.vapi | 36 ++++++++++++++++++++++++++++++++++++ - vala-extra-vapis | 1 - - 5 files changed, 40 insertions(+), 9 deletions(-) - create mode 100644 uchardet.vapi - delete mode 160000 vala-extra-vapis - -diff --git a/Makefile.am b/Makefile.am -index 8c3301d..5a86282 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -8,11 +8,11 @@ SUBDIRS = lib - - include $(top_srcdir)/aminclude_static.am - --AM_VALAFLAGS = --debug --vapidir=$(srcdir) --vapidir=$(srcdir)/vala-extra-vapis -+AM_VALAFLAGS = --debug --vapidir=$(srcdir) - if OS_WIN32 - AM_VALAFLAGS += -D WINDOWS - endif --VAPIS = config.vapi cmdline.vapi gnu.vapi pcre2.vapi -+VAPIS = config.vapi cmdline.vapi gnu.vapi pcre2.vapi uchardet.vapi - - LDADD = $(top_builddir)/lib/libgnu.a $(CODE_COVERAGE_LDFLAGS) - AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib $(CODE_COVERAGE_CPPFLAGS) -diff --git a/rpl.vala b/rpl.vala -index 32aab87..9bc0374 100644 ---- a/rpl.vala -+++ b/rpl.vala -@@ -1,4 +1,4 @@ --#! /usr/bin/env -S vala --vapidir=. --vapidir=./vala-extra-vapis --pkg gio-2.0 --pkg posix --pkg gnu --pkg config --pkg cmdline --pkg pcre2 --pkg uchardet fd-stream.vala prefix-input-stream.vala -+#! /usr/bin/env -S vala --vapidir=. --pkg gio-2.0 --pkg posix --pkg gnu --pkg config --pkg cmdline --pkg pcre2 --pkg uchardet fd-stream.vala prefix-input-stream.vala - // rpl: search and replace text in files - // - // © 2025 Reuben Thomas <rrt@sc3d.org> -@@ -20,7 +20,6 @@ using Config; - using Posix; - using Pcre2; - using Gengetopt; --using UcharDet; - - - void info (string msg) { -@@ -569,7 +568,7 @@ int main (string[] argv) { - warn (@"error reading $filename: $(e.message); skipping!"); - continue; - } // GCOVR_EXCL_STOP -- var detector = new UcharDet.Classifier (); -+ var detector = new UCharDet (); - var ok = detector.handle_data (buf.data) == 0; - GLib.assert (ok); - detector.data_end (); -diff --git a/uchardet.vapi b/uchardet.vapi -new file mode 100644 -index 0000000..db25893 ---- /dev/null -+++ b/uchardet.vapi -@@ -0,0 +1,36 @@ -+/* uchardet.vapi -+ * -+ * Copyright (C) 2025 Reuben Thomas -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU Lesser General Public -+ * License as published by the Free Software Foundation; either -+ * version 2.1 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. -+ * -+ * You should have received a copy of the GNU Lesser General Public -+ * License along with this library; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ * Author: -+ * Reuben Thomas <rrt@sc3d.org> -+ */ -+ -+[Compact] -+[CCode (cprefix = "uchardet_", cheader_filename = "uchardet.h", cname = "uchardet_t", free_function = "uchardet_delete")] -+public class UCharDet { -+ [CCode (cname = "uchardet_new")] -+ public UCharDet (); -+ -+ public int handle_data ([CCode (array_length_type = "size_t")] uint8[] data); -+ -+ public void data_end (); -+ -+ public void data_reset (); -+ -+ public unowned string get_charset (); -+} -\ No newline at end of file diff --git a/app-text/rpl/metadata.xml b/app-text/rpl/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/rpl/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild deleted file mode 100644 index 8d60e5dad7c8..000000000000 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl" -SRC_URI=" - https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -BDEPEND=" - ${RDEPEND} - dev-python/argparse-manpage[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/chainstream[${PYTHON_USEDEP}] - test? ( dev-python/pytest-datafiles[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i "s/VERSION = importlib.metadata.version('rpl')/VERSION = '${PV}'/" rpl/__init__.py || die - distutils-r1_src_prepare -} diff --git a/app-text/rpl/rpl-1.18.ebuild b/app-text/rpl/rpl-1.18.ebuild deleted file mode 100644 index bbaaf3671436..000000000000 --- a/app-text/rpl/rpl-1.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl" -SRC_URI=" - https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -BDEPEND=" - ${RDEPEND} - dev-python/argparse-manpage[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/chainstream[${PYTHON_USEDEP}] - test? ( dev-python/pytest-datafiles[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i "s/VERSION = importlib.metadata.version(\"rpl\")/VERSION = '${PV}'/" rpl/__init__.py || die - distutils-r1_src_prepare -} diff --git a/app-text/rpl/rpl-2.0.4.ebuild b/app-text/rpl/rpl-2.0.4.ebuild deleted file mode 100644 index 92e0081f3b56..000000000000 --- a/app-text/rpl/rpl-2.0.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools vala - -DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl" -SRC_URI="https://github.com/rrthomas/rpl/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# unable to cause tests to pass fully -RESTRICT="test" - -RDEPEND=" - app-i18n/uchardet - dev-libs/glib:2 - dev-libs/libpcre2:= -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/gengetopt - sys-apps/help2man - virtual/pkgconfig - $(vala_depend) -" - -PATCHES=( - "${FILESDIR}/${P}-uchardet-vala.patch" -) - -src_prepare() { - default - eautoreconf - vala_setup - rm *_vala.stamp || die -} diff --git a/app-text/rtf2html/Manifest b/app-text/rtf2html/Manifest deleted file mode 100644 index 80453285cfdd..000000000000 --- a/app-text/rtf2html/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rtf2html-0.2.0-stlport.m4 3292 BLAKE2B 137016c605749aca2bd5c3a1ec69930f36d69fd177b70dc64ba67f932ebada4d9818e33ce7dce60d6935ec472dc1862253443487d45143594996a8d15585cae7 SHA512 8b67424a4fa6b4672620ada1e58de28added11e1c8ced5aee12bb2f478f6f9d31de655af91298a16bf05e1608de4f680dfa976513dcb53eee5a3d8088df7a946 -DIST rtf2html-0.2.0.tar.bz2 75292 BLAKE2B 18cc67ff3642f68ae262aa6e3368be93defe19ceeab07f9e55fcd2390e4c374c7ab315c0c5f8b7644a458e4100a4be3812767b080842d862266083856f5376aa SHA512 7399c98adb4dc0f45e420cd6836c36720d6b19ccbba062d2102b2693a6812642d6193000172ef7eeef5b8a84dcb2d35c1eb99fbf3bffaf8dad43e8ca06c6fe75 diff --git a/app-text/rtf2html/files/buildsystem-fixes.patch b/app-text/rtf2html/files/buildsystem-fixes.patch deleted file mode 100644 index 24642650f8ac..000000000000 --- a/app-text/rtf2html/files/buildsystem-fixes.patch +++ /dev/null @@ -1,157 +0,0 @@ -From 257c8fd42362f158afdcd7d7709aa3743f894468 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Thu, 23 May 2024 00:00:26 -0400 -Subject: [PATCH 1/2] configure: remove invalid bashism - -configure scripts are POSIX /bin/sh scripts and cannot have -bash-specific syntax. The test `xxx == yyy` construct with double equals -is a bash-specific alias for single equals. It does exactly the same -thing as single equals -- it provides no additional functionality, no -behavior changes, it is exactly the same but with an additional -alternate spelling. In exchange for doing nothing, it breaks muscle -memory when writing POSIX sh scripts and tricks developers into writing -the wrong thing. - -It should never be used under any circumstances. Ideally it would be -removed altogether from GNU bash. - -Bug: https://bugs.gentoo.org/903291 -Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> ---- - configure.in | 4 ++-- - stlport.m4 | 18 +++++++++--------- - 2 files changed, 11 insertions(+), 11 deletions(-) - -diff --git a/configure.in b/configure.in -index 3207599..f8ba73d 100644 ---- a/configure.in -+++ b/configure.in -@@ -38,7 +38,7 @@ fi - - - AC_LIB_STLPORT(no) --if test "$ac_stlport_use" == "no"; then -+if test "$ac_stlport_use" = "no"; then - AC_CHECK_LIB(stdc++,main,,AC_MSG_ERROR(rtf2html requires either libstdc++ or libstrloprt)) - fi - -@@ -47,5 +47,5 @@ AC_CHECK_FUNCS(floor strtol,,AC_MSG_ERROR(STDLIB funcs missing)) - AC_CHECK_FUNC(rint,AC_DEFINE(HAVE_RINT,1,Define to 1 if you have rint function)) - - CXXFLAGS="$CPPFLAGS $CFLAGS" -- -+ - AC_OUTPUT(Makefile) -diff --git a/stlport.m4 b/stlport.m4 -index baaf94b..ed7e13e 100644 ---- a/stlport.m4 -+++ b/stlport.m4 -@@ -4,19 +4,19 @@ - # Where DEFAULT is either `yes' or `no'. If omitted, it defaults to - # `yes'. - # --# If all tests succeed, CPPFLAGS will be *prepended* with -+# If all tests succeed, CPPFLAGS will be *prepended* with - # -nostdinc++ -I<directory> - # and LIBS will be appended with - # -l<library> - # - # directory defaults to /usr/include/stlport, but can be overridden with the - # --with-stlport-headers directive; --# library defaults to stlport, and can be overridden with the -+# library defaults to stlport, and can be overridden with the - # --with-stlport-libs directive - # - # $Id: stlport.m4,v 1.4 2007-07-31 15:39:42 vlavrinenko Exp $ - # --# This file is (c) 2001 Jasper Spaans, <jasper@spaans.ds9a.nl> -+# This file is (c) 2001 Jasper Spaans, <jasper@spaans.ds9a.nl> - # Please send your comments, suggestions and bugfixes to the above - # e-mail address. - # -@@ -38,12 +38,12 @@ AC_DEFUN([AC_LIB_STLPORT], - [define([AC_LIB_STLPORT_DEFAULT], ifelse($1, no, no, yes))dnl - AC_MSG_CHECKING(whether to use stlport libraries) - AC_ARG_WITH(stlport, AC_HELP_STRING(--with-stlport,use sgi stlport headers and libraries), -- [ if test "x$withval" == xno ; then -+ [ if test "x$withval" = xno ; then - ac_stlport_use="no" - fi], - ac_stlport_use=AC_LIB_STLPORT_DEFAULT) - AC_ARG_WITH(stlport-headers, AC_HELP_STRING(--with-stlport-headers,where to find stlport headers), -- [ if test "x$withval" == xno ; then -+ [ if test "x$withval" = xno ; then - ac_stlport_use="no" - else - ac_stlport_headers="$with_stlport_headers" -@@ -52,7 +52,7 @@ AC_DEFUN([AC_LIB_STLPORT], - ac_stlport_headers="/usr/include/stlport" - ]) - AC_ARG_WITH(stlport-libs, AC_HELP_STRING(--with-stlport-libs, where to find stlport libraries), -- [ if test "x$withval" == xno ; then -+ [ if test "x$withval" = xno ; then - ac_stlport_use="no" - else - ac_stlport_libs="$with_stlport_libs" -@@ -61,7 +61,7 @@ AC_DEFUN([AC_LIB_STLPORT], - ac_stlport_libs="stlport" - ]) - -- if test "$ac_stlport_use" == no ; then -+ if test "$ac_stlport_use" = no ; then - AC_MSG_RESULT(no) - else - AC_MSG_RESULT(yes) -@@ -70,7 +70,7 @@ AC_DEFUN([AC_LIB_STLPORT], - ac_stlport_save_LIBS="$LIBS" - CPPFLAGS="-I$ac_stlport_headers $CPPFLAGS" - LIBS="-l$ac_stlport_libs $LIBS" -- if test "$MSYSTEM" == "MINGW32"; then -+ if test "$MSYSTEM" = "MINGW32"; then - CPPFLAGS="$CPPFLAGS -mthreads" - fi - AC_LANG_PUSH(C++) -@@ -80,7 +80,7 @@ AC_DEFUN([AC_LIB_STLPORT], - AC_MSG_CHECKING(where to find stlport libraries) - AC_TRY_RUN([#include <stl/_stlport_version.h> - #include <iostream> --int -+int - main() - { - std::cout << "" << std::ends; --- -2.44.1 - - -From dd1ca6d0867eaca2b9be8d7efa4d957c96b7aa51 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz <eschwartz93@gmail.com> -Date: Thu, 23 May 2024 00:24:52 -0400 -Subject: [PATCH 2/2] autotools: ensure aclocal runs successfully by passing - -I. - -autoreconf -fi can update the autotools files automatically, but if -aclocal doesn't know where project-local macros are it will delete them -and then the configure script is malformed and errors out. - -This tells autoreconf to pass -I. to aclocal, that is, it should check -for stlport.m4 in the current directory and use it. - -Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> ---- - Makefile.am | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/Makefile.am b/Makefile.am -index e7eb60e..0a5fafd 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -2,3 +2,5 @@ AUTOMAKE_OPTIONS = foreign - bin_PROGRAMS = rtf2html - rtf2html_SOURCES = fmt_opts.cpp rtf2html.cpp rtf_keyword.cpp rtf_table.cpp config.h fmt_opts.h rtf_table.h common.h dbg_iter.h rtf_keyword.h rtf_tools.h - noinst_HEADERS = config.h fmt_opts.h rtf_table.h common.h dbg_iter.h rtf_keyword.h rtf_tools.h README.ru -+ -+ACLOCAL_AMFLAGS = -I. --- -2.44.1 - diff --git a/app-text/rtf2html/files/rtf2html-0.2.0-gcc43.patch b/app-text/rtf2html/files/rtf2html-0.2.0-gcc43.patch deleted file mode 100644 index f87661fd3796..000000000000 --- a/app-text/rtf2html/files/rtf2html-0.2.0-gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ur rtf2html-0.2.0-orig/rtf_keyword.h rtf2html-0.2.0/rtf_keyword.h ---- rtf2html-0.2.0-orig/rtf_keyword.h 2007-08-03 04:50:45.000000000 -0400 -+++ rtf2html-0.2.0/rtf_keyword.h 2009-01-03 17:45:14.000000000 -0500 -@@ -2,6 +2,7 @@ - -
#include "config.h" - #include <string> -+#include <cstdlib> - #include <map> - #include <ctype.h> - -diff -ur rtf2html-0.2.0-orig/rtf_table.cpp rtf2html-0.2.0/rtf_table.cpp ---- rtf2html-0.2.0-orig/rtf_table.cpp 2007-07-31 11:16:52.000000000 -0400 -+++ rtf2html-0.2.0/rtf_table.cpp 2009-01-03 17:45:14.000000000 -0500 -@@ -4,6 +4,7 @@ - #include <iostream>
- #include <stdexcept>
- #include <functional>
-+#include <algorithm>
-
- typedef std::set<int> intset;
-
diff --git a/app-text/rtf2html/metadata.xml b/app-text/rtf2html/metadata.xml deleted file mode 100644 index be783bae8849..000000000000 --- a/app-text/rtf2html/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>dlan@gentoo.org</email> - <name>Yixun Lan</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/rtf2html/rtf2html-0.2.0-r2.ebuild b/app-text/rtf2html/rtf2html-0.2.0-r2.ebuild deleted file mode 100644 index 2855e2bba293..000000000000 --- a/app-text/rtf2html/rtf2html-0.2.0-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="RTF to HTML converter" -HOMEPAGE="http://rtf2html.sourceforge.net/" -SRC_URI=" - https://downloads.sourceforge.net/rtf2html/${P}.tar.bz2 - https://github.com/lvu/rtf2html/raw/4b0e5a3cca2d0c81ee50dcfaa7e3d3dd0a89e59b/stlport.m4 -> ${P}-stlport.m4 -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-gcc43.patch - # make autoreconf work - # https://github.com/lvu/rtf2html/pull/12 - "${FILESDIR}"/buildsystem-fixes.patch -) - -src_prepare() { - cp "${DISTDIR}"/${P}-stlport.m4 stlport.m4 || die - default - eautoreconf - - # CFLAGS are incorrectly parsed, so handle this here - sed -i -e '/CFLAGS=$(echo $CFLAGS/d' configure || die 'sed on configure failed' -} diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest deleted file mode 100644 index a914c4d391b9..000000000000 --- a/app-text/sablotron/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Sablot-1.0.3.tar.gz 607597 BLAKE2B 429df09361d233b290e1179d5a3fbe7b421b834c23ff32d72466f007fd4ce19e810d68483b1b0314e943f2ff0f3713a3f28a357a71c69722883f5c85499cb582 SHA512 836c1a9d09317194333619461b0e5ea312277cadb6df5ae5ed327bdfee4090970bd3056ec0b3bd6aa8a3e3289af1bc5c1461c9fe15b53a944f1042190c485031 diff --git a/app-text/sablotron/files/sablotron-1.0.3-cxx11.patch b/app-text/sablotron/files/sablotron-1.0.3-cxx11.patch deleted file mode 100644 index edc1e3141d94..000000000000 --- a/app-text/sablotron/files/sablotron-1.0.3-cxx11.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/command/sabcmd.cpp -+++ b/src/command/sabcmd.cpp -@@ -168,7 +168,7 @@ - - char askhelp[] = "Type sabcmd --help to display a help message.\n"; - char msgConflict[] = "conflict with preceding switches: "; --char version_txt[] = "\nsabcmd "SAB_VERSION" ("SAB_DATE")\n"\ -+char version_txt[] = "\nsabcmd " SAB_VERSION " (" SAB_DATE ")\n"\ - "copyright (C) 2000 - 2005 Ginger Alliance (www.gingerall.com)\n"; - char dbg_usage[] = "\nDebugging options:\n"\ - "\t--debug\t\t\tdisplay results of the command line parse\n"\ diff --git a/app-text/sablotron/files/sablotron-1.0.3-drop-register-keyword.patch b/app-text/sablotron/files/sablotron-1.0.3-drop-register-keyword.patch deleted file mode 100644 index 3dcf8c881efa..000000000000 --- a/app-text/sablotron/files/sablotron-1.0.3-drop-register-keyword.patch +++ /dev/null @@ -1,14 +0,0 @@ -Bug: https://bugs.gentoo.org/894710 ---- a/src/engine/hash.cpp -+++ b/src/engine/hash.cpp -@@ -305,8 +305,8 @@ void HashTable::report(Sit S, MsgType type, MsgCode code, const Str& arg1, const - - oolong hash(const Str& key) - { -- register oolong a, b, c, len; -- register const char *k = (const char*) key; -+ oolong a, b, c, len; -+ const char *k = (const char*) key; - - /* Set up the internal state */ - len = key.length(); diff --git a/app-text/sablotron/files/sablotron-1.0.3-libsablot-expat.patch b/app-text/sablotron/files/sablotron-1.0.3-libsablot-expat.patch deleted file mode 100644 index 614a6d7ffe24..000000000000 --- a/app-text/sablotron/files/sablotron-1.0.3-libsablot-expat.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/src/engine/Makefile.am -+++ b/src/engine/Makefile.am -@@ -76,4 +76,5 @@ include_HEADERS = \ - sabcfg.h - - libsablot_la_LDFLAGS = -version-info 100:3:100 -+libsablot_la_LIBADD = @EXPAT_LIBS@ - diff --git a/app-text/sablotron/metadata.xml b/app-text/sablotron/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/sablotron/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sablotron/sablotron-1.0.3-r3.ebuild b/app-text/sablotron/sablotron-1.0.3-r3.ebuild deleted file mode 100644 index 7c6ba52873bd..000000000000 --- a/app-text/sablotron/sablotron-1.0.3-r3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -MY_P="Sablot-${PV}" - -DESCRIPTION="An XSLT Parser in C++" -HOMEPAGE="https://sourceforge.net/projects/sablotron/" -SRC_URI="https://downloads.sourceforge.net/sablotron/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -# Sablotron can optionally be built under GPL, using MPL for now -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="perl" - -DEPEND=">=dev-libs/expat-1.95.6-r1" -RDEPEND="${DEPEND}" -BDEPEND=">=dev-perl/XML-Parser-2.3" - -DOCS=( README README_JS RELEASE src/TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.3-libsablot-expat.patch - "${FILESDIR}"/${PN}-1.0.3-cxx11.patch - "${FILESDIR}"/${PN}-1.0.3-drop-register-keyword.patch -) - -src_prepare() { - default - sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable perl perlconnect) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest deleted file mode 100644 index cd6fa1a6c3b3..000000000000 --- a/app-text/scdoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scdoc-1.11.4.tar.gz 13081 BLAKE2B 17dc77a09125356e99c50708d5053fe88f3c204f78e8a3e54d28970d8b549d8904f426ff88cac01fc3daf634c37467975342956a807757265cfd642ab8ce3725 SHA512 f8950bbef5213a89746185d5ed29fbee2502235632db883afaaac515dc87c60559bc1a39e2a3ea3bb019675e6039bd2d3b5c5d117a0ad022b61c958fb9407877 diff --git a/app-text/scdoc/metadata.xml b/app-text/scdoc/metadata.xml deleted file mode 100644 index 248a4cffc651..000000000000 --- a/app-text/scdoc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arthurzam@gentoo.org</email> - <name>Arthur Zamarin</name> - </maintainer> - <upstream> - <changelog>https://git.sr.ht/~sircmpwn/scdoc/refs</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/scdoc/scdoc-1.11.4.ebuild b/app-text/scdoc/scdoc-1.11.4.ebuild deleted file mode 100644 index 28252710ea09..000000000000 --- a/app-text/scdoc/scdoc-1.11.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Standalone tool for generating man pages with a simple syntax" -HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/scdoc" - inherit git-r3 -else - SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -fi - -LICENSE="MIT" -SLOT="0" - -src_prepare() { - default - - sed -e 's/-Werror//' \ - -i Makefile || die 'Failed to patch Makefile' -} - -src_compile() { - local MY_HS="./scdoc" - if tc-is-cross-compiler; then - tc-export_build_env - MY_HS="./hostscdoc" - emake scdoc HOST_SCDOC="./hostscdoc" OUTDIR="${S}/.build.host" CC="$(tc-getBUILD_CC)" \ - CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" - mv scdoc hostscdoc || die 'Failed to rename host scdoc' - fi - - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \ - PCDIR="${EPREFIX}/usr/$(get_libdir)/pkgconfig" install -} diff --git a/app-text/scdoc/scdoc-9999.ebuild b/app-text/scdoc/scdoc-9999.ebuild deleted file mode 100644 index 0d7f80fd70cf..000000000000 --- a/app-text/scdoc/scdoc-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Standalone tool for generating man pages with a simple syntax" -HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/scdoc" - inherit git-r3 -else - SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -src_prepare() { - default - - sed -e 's/-Werror//' \ - -i Makefile || die 'Failed to patch Makefile' -} - -src_compile() { - local MY_HS="./scdoc" - if tc-is-cross-compiler; then - tc-export_build_env - MY_HS="./hostscdoc" - emake scdoc HOST_SCDOC="./hostscdoc" OUTDIR="${S}/.build.host" CC="$(tc-getBUILD_CC)" \ - CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" - mv scdoc hostscdoc || die 'Failed to rename host scdoc' - fi - - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \ - PCDIR="${EPREFIX}/usr/$(get_libdir)/pkgconfig" install -} diff --git a/app-text/scrollkeeper-dtd/Manifest b/app-text/scrollkeeper-dtd/Manifest deleted file mode 100644 index 3d8aed0cd98f..000000000000 --- a/app-text/scrollkeeper-dtd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scrollkeeper-omf.dtd 11031 BLAKE2B 47a52f587447f30c1c93ebdb4d1339d714260c7bcf16711591edb0b0f8a41d6694a1f64f0306d0c296c032869176b884adb50762eaa445f50684820effcb9399 SHA512 edb38d85352d0ed4a4fd1eea108cd88696d2f0759bc4402d4b7f85aa56b5647ca5a518de14deb3a429344ede474d42a64b90100e5d3c772ae6e5e47a47d86ff0 diff --git a/app-text/scrollkeeper-dtd/metadata.xml b/app-text/scrollkeeper-dtd/metadata.xml deleted file mode 100644 index ed8488e7234f..000000000000 --- a/app-text/scrollkeeper-dtd/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r2.ebuild b/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r2.ebuild deleted file mode 100644 index 19387064d3dc..000000000000 --- a/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DTD_FILE="scrollkeeper-omf.dtd" - -DESCRIPTION="DTD from the Scrollkeeper package" -HOMEPAGE="https://scrollkeeper.sourceforge.net/" -SRC_URI="https://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/${DTD_FILE}" -S="${WORKDIR}" - -LICENSE="FDL-1.1" -SLOT="1.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" - -RDEPEND=">=dev-libs/libxml2-2.4.19" -DEPEND="${RDEPEND}" - -src_unpack() { :; } - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - insinto /usr/share/xml/scrollkeeper/dtds - doins "${DISTDIR}/${DTD_FILE}" -} - -pkg_postinst() { - einfo "Installing catalog..." - - # Install regular DOCTYPE catalog entry - "${EROOT}"/usr/bin/xmlcatalog --noout --add "public" \ - "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \ - "${EROOT}"/usr/share/xml/scrollkeeper/dtds/${DTD_FILE} \ - "${EROOT}"/etc/xml/catalog - - # Install catalog entry for calls like: xmllint --dtdvalid URL ... - "${EROOT}"/usr/bin/xmlcatalog --noout --add "system" \ - "${SRC_URI}" \ - "${EROOT}"/usr/share/xml/scrollkeeper/dtds/${DTD_FILE} \ - "${EROOT}"/etc/xml/catalog -} - -pkg_postrm() { - # Remove all sk-dtd from the cache - einfo "Cleaning catalog..." - - "${EROOT}"/usr/bin/xmlcatalog --noout --del \ - "${EROOT}"/usr/share/xml/scrollkeeper/dtds/${DTD_FILE} \ - "${EROOT}"/etc/xml/catalog -} diff --git a/app-text/sdcv/Manifest b/app-text/sdcv/Manifest deleted file mode 100644 index d49eaa35c4f3..000000000000 --- a/app-text/sdcv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sdcv-0.5.5.tar.gz 67016 BLAKE2B 8a563b042e98af487dc4acfd9b158be72bebf3162ccdef48d3c4418fc548ce4ac9ba048e5fe44de2e6eb8b18d723be95c809a8de99d2dd40ff5a82362a608300 SHA512 6059e1ddc43a023f7cb0e2a8d99929bcb204c211863fce4dece2dc30b92e7d1ce91bc25d2ed4bc54b713f61671264ac7e906d2b9ce078fa943cc5d81cd5d37dd diff --git a/app-text/sdcv/files/sdcv-0.5.3-t_list.patch b/app-text/sdcv/files/sdcv-0.5.3-t_list.patch deleted file mode 100644 index c26a93522bd1..000000000000 --- a/app-text/sdcv/files/sdcv-0.5.3-t_list.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/tests/t_list b/tests/t_list -index a8c92c4..c410cf2 100755 ---- a/tests/t_list -+++ b/tests/t_list -@@ -1,11 +1,10 @@ - #!/bin/sh - - PATH_TO_SDCV="$1" --ndicts=`"$PATH_TO_SDCV" -l | wc -l` -+TEST_DIR="$2" -+ndicts=`"$PATH_TO_SDCV" --data-dir "${TEST_DIR}" -l | wc -l` - ndicts=$(($ndicts-1)) --ncom=`find /usr/share/stardict/dic -name "*.ifo" | wc -l` --nspe=`find "${XDG_DATA_HOME:-$HOME/.local/share}"/stardict/dic -name "*.ifo" | wc -l` --nmy=$(($ncom+$nspe)) -+nmy=`find "${TEST_DIR}" -name "*.ifo" | wc -l` - - if [ $nmy -ne $ndicts ]; then - echo "should be: $nmy, we have: $ndicts" >&2 diff --git a/app-text/sdcv/files/sdcv-0.5.5-read-history.patch b/app-text/sdcv/files/sdcv-0.5.5-read-history.patch deleted file mode 100644 index fff601b29874..000000000000 --- a/app-text/sdcv/files/sdcv-0.5.5-read-history.patch +++ /dev/null @@ -1,23 +0,0 @@ -Subject: [PATCH] fix: read_history() multiple times will add repeat histories to history lists - -backport from upstream ---- - src/libwrapper.cpp | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/libwrapper.cpp b/src/libwrapper.cpp -index 6be59c5..80077ac 100644 ---- a/src/libwrapper.cpp -+++ b/src/libwrapper.cpp -@@ -415,10 +415,9 @@ search_result Library::process_phrase(const char *loc_str, IReadLine &io, bool f - colorize_output_ ? ESC_END : ""); - } - int choise; -- std::unique_ptr<IReadLine> choice_readline(create_readline_object()); - for (;;) { - std::string str_choise; -- choice_readline->read(_("Your choice[-1 to abort]: "), str_choise); -+ io.read(_("Your choice[-1 to abort]: "), str_choise); - sscanf(str_choise.c_str(), "%d", &choise); - if (choise >= 0 && choise < int(res_list.size())) { - sdcv_pager pager; diff --git a/app-text/sdcv/files/sdcv-t_interactive.patch b/app-text/sdcv/files/sdcv-t_interactive.patch deleted file mode 100644 index 83d503136c0f..000000000000 --- a/app-text/sdcv/files/sdcv-t_interactive.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sdcv-0.5.2/tests/t_interactive.orig 2018-08-26 15:04:39.174389830 +0300 -+++ sdcv-0.5.2/tests/t_interactive 2018-08-26 15:05:01.494995830 +0300 -@@ -10,7 +10,7 @@ - - "$PATH_TO_SDCV" -n >/dev/null 2>&1 & - PID=$! --sleep 1 -+sleep 5 - - if kill -0 $PID >/dev/null 2>&1 ; then - echo "process wait input: $PID, test failed" >&2 diff --git a/app-text/sdcv/metadata.xml b/app-text/sdcv/metadata.xml deleted file mode 100644 index 72bdf57f9cb5..000000000000 --- a/app-text/sdcv/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="darkterm">Improve readability of color output on terminals with - dark background.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sdcv/sdcv-0.5.5.ebuild b/app-text/sdcv/sdcv-0.5.5.ebuild deleted file mode 100644 index c4593f5d1af3..000000000000 --- a/app-text/sdcv/sdcv-0.5.5.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PLOCALES="cs fr ru sk uk zh_CN zh_TW" -inherit cmake plocale - -DESCRIPTION="Console version of Stardict program" -HOMEPAGE="https://dushistov.github.io/sdcv/" -SRC_URI="https://github.com/Dushistov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -IUSE="darkterm nls readline test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.36 - virtual/zlib:= - readline? ( sys-libs/readline:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - nls? ( >=sys-devel/gettext-0.14.1 ) - test? ( app-misc/jq ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.5.3-t_list.patch" - "${FILESDIR}/${PN}-t_interactive.patch" - "${FILESDIR}/${P}-read-history.patch" -) - -src_prepare() { - if use darkterm; then - sed -i 's/;34m/;36m/' src/libwrapper.cpp || die - fi - - rm_loc() { - rm "po/${1}.po" || die - } - plocale_for_each_disabled_locale rm_loc - - # do not install locale-specific man pages unless asked to - if ! has uk ${LINGUAS-uk}; then - sed -ni '/share\/man\/uk/!p' CMakeLists.txt || die - fi - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DENABLE_NLS="$(usex nls)" - -DWITH_READLINE="$(usex readline)" - -DBUILD_TESTS="$(usex test ON OFF)" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - use nls && cmake_src_compile lang -} - -src_install() { - # with USE=nls, but empty intersection of LINGUAS and list of - # supported translations, this directory is required, see bug 583386 - mkdir -p "${BUILD_DIR}/locale" - cmake_src_install - dodoc doc/DICTFILE_FORMAT -} diff --git a/app-text/sgml-common/Manifest b/app-text/sgml-common/Manifest deleted file mode 100644 index 7714286e5736..000000000000 --- a/app-text/sgml-common/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sgml-common-0.6.3-gentoo.tar.gz 128903 BLAKE2B 3b374179fe85cf6f098649d2014f9d34349ddccd17ae0ac4c5502414507601c545eaf27f7c76fafd63c36041068205d3b82309a204989f3b106c04c7adf14875 SHA512 c8de573d707ccf524407c9be9a6e7740341eb88ecb6bee69d6d11a2658ef74e6acfb7495afa33c9983ab015c3c925aac98278a4e01ee217892a9fb99e60798ce diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in b/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in deleted file mode 100644 index bd261669064e..000000000000 --- a/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in +++ /dev/null @@ -1,182 +0,0 @@ -#!@GENTOO_PORTAGE_EPREFIX@/bin/bash -# Script to install a catalog in the centralized SGML catalog -# Send any comments to Eric Bischoff <eric@caldera.de> -# This program is under GPL license. See LICENSE file for details. - -# Modified by Gentoo developers to better integrate it to portage. -# <text-markup@gentoo.org> - -# Set help message -SGML_HELP_MESSAGE="Usage: `basename $0` [<option>] <action>\n\ -where <option> is:\n\ -\040 -d|--delegate: \t\t\t Use DELEGATE instead of CATALOG\n\ -and where <action> is:\n\ -\040 -a|--add <centralized> <ordinary>: \t Declare ordinary catalog in the centralized catalog\n\ -\040 -r|--remove <centralized> <ordinary>:\t Remove ordinary catalog from the centralized catalog\n\ -\040 -h, --help: \t\t\t\t Print this help message and exit\n\ -\040 -v, --version: \t\t\t Print the version number and exit\n" - -# Set version message -SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 1.0)" - -# Set type of pointer -SGML_POINTER="CATALOG" - -# Set action to be performed -SGML_ACTION="" - -# Set catalogs -SGML_CENTRALIZED="" -SGML_ORDINARY="" - -# Default ROOT value (usually defined by portage) -[ -z "$ROOT" ] && ROOT="/" -[[ $ROOT == */ ]] || ROOT="${ROOT}/" -EPREFIX="@GENTOO_PORTAGE_EPREFIX@" -EROOT=${ROOT%/}${EPREFIX}/ - - -# Process options -case $1 in - -d|--delegate) SGML_POINTER="DELEGATE" - shift 1 - ;; -esac - -# Process actions -case $1 in - -a|--add) SGML_ACTION="addition" - SGML_CENTRALIZED=$2 - SGML_ORDINARY=$3 - ;; - -r|--remove) if [ -z "$3" -o "$3" = "--version" ] - then - echo "install-catalog: Old syntax; doing nothing" - exit 0 - fi - SGML_ACTION="removal" - SGML_CENTRALIZED=$2 - SGML_ORDINARY=$3 - ;; - -h|--help) echo -e $SGML_HELP_MESSAGE - exit 0 - ;; - -v|--version) echo -e $SGML_VERSION_MESSAGE - exit 0 - ;; - --install) echo "install-catalog: Old syntax; doing nothing" - exit 0 - ;; - *) echo -e $SGML_HELP_MESSAGE >&2 - exit 1 - ;; -esac - - -# The arguments to this program should always be relative to $ROOT. Here we -# declare some extra variables to distingish between the absolute and -# relative paths. -SGML_ROOT_CENTRALIZED="${ROOT%/}${SGML_CENTRALIZED}" -SGML_ROOT_ORDINARY="${ROOT%/}${SGML_ORDINARY}" - - -# Check that the super catalog can be created and changed and deleted -if [ ! -w "${EROOT}etc/sgml" ] -then - echo "`basename $0`: unable to write in ${EROOT}etc/sgml." >&2 - exit 2 -fi -case $SGML_ACTION in - addition) - if [ -e "${EROOT}etc/sgml/catalog" -a ! -w "${EROOT}etc/sgml/catalog" ] - then - echo "`basename $0`: can not modify \"${EROOT}etc/sgml/catalog\"." >&2 - exit 2 - fi - ;; - removal) - if [ ! -w "${EROOT}etc/sgml/catalog" ] - then - echo "`basename $0`: can not modify \"${EROOT}etc/sgml/catalog\"." >&2 - exit 2 - fi - ;; -esac - -# Check that the centralized catalog can be created, changed and deleted -if [ -z "$SGML_ROOT_CENTRALIZED" ] -then - echo -e $SGML_HELP_MESSAGE >&2 - exit 1 -fi -case $SGML_ACTION in - addition) - if [ -e "$SGML_ROOT_CENTRALIZED" -a ! -w "$SGML_ROOT_CENTRALIZED" ] - then - echo "`basename $0`: can not modify \"$SGML_ROOT_CENTRALIZED\"." >&2 - exit 2 - fi - ;; - removal) - if [ ! -w "$SGML_ROOT_CENTRALIZED" ] - then - echo "`basename $0`: can not modify \"$SGML_ROOT_CENTRALIZED\"." >&2 - exit 2 - fi - ;; -esac - -# Check that we have at least one ordinary package to process -if [ -z "$SGML_ROOT_ORDINARY" ] -then - echo -e $SGML_HELP_MESSAGE >&2 - exit 1 -fi -case $SGML_ACTION in - addition) - if [ ! -s "$SGML_ROOT_ORDINARY" ] - then - echo "`basename $0`: \"$SGML_ROOT_ORDINARY\" does not exist or is empty." >&2 - exit 2 - fi - ;; -esac - -# Installation or removal of pointers -case $SGML_ACTION in - addition) - echo "`basename $0`: addition of $SGML_ORDINARY in $SGML_CENTRALIZED" - if grep -q "$SGML_ORDINARY" "$SGML_ROOT_CENTRALIZED" 2>/dev/null - then - echo "Warning: $SGML_ORDINARY is already installed in the centralized catalog $SGML_CENTRALIZED" >&2 - else - echo "$SGML_POINTER \"$SGML_ORDINARY\"" >> "$SGML_ROOT_CENTRALIZED" - fi - grep -q "$SGML_CENTRALIZED" "${EROOT}etc/sgml/catalog" 2>/dev/null - if [ $? -ne 0 ] - then - echo "`basename $0`: addition of $SGML_CENTRALIZED in ${EROOT}etc/sgml/catalog" - echo "$SGML_POINTER \"$SGML_CENTRALIZED\"" >> "${EROOT}etc/sgml/catalog" - fi - ;; - removal) - echo "`basename $0`: removal of $SGML_ORDINARY from $SGML_CENTRALIZED" - if grep -q "$SGML_ORDINARY" "$SGML_ROOT_CENTRALIZED" 2>/dev/null - then - sed -e "\:$SGML_POINTER \"$SGML_ORDINARY\":d" < \ - "$SGML_ROOT_CENTRALIZED" > "${SGML_ROOT_CENTRALIZED}.new" - mv "${SGML_ROOT_CENTRALIZED}.new" "$SGML_ROOT_CENTRALIZED" - else - echo "Warning: $SGML_ORDINARY was not found in the centralized catalog $SGML_CENTRALIZED" >&2 - fi - if [ ! -s "$SGML_ROOT_CENTRALIZED" ] - then - rm "$SGML_ROOT_CENTRALIZED" - echo "`basename $0`: removal of $SGML_CENTRALIZED from ${EROOT}etc/sgml/catalog" - sed -e "\:$SGML_POINTER \"$SGML_CENTRALIZED\":d" < "${EROOT}etc/sgml/catalog" > "${EROOT}etc/sgml/catalog.new" - mv "${EROOT}etc/sgml/catalog.new" "${EROOT}etc/sgml/catalog" - fi - ;; -esac - -exit 0 diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-prefix.patch b/app-text/sgml-common/files/sgml-common-0.6.3-prefix.patch deleted file mode 100644 index a116039a8d62..000000000000 --- a/app-text/sgml-common/files/sgml-common-0.6.3-prefix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/bin/sgmlwhich 2007-10-08 04:21:25 +0200 -+++ b/bin/sgmlwhich 2007-10-08 04:21:36 +0200 -@@ -3,5 +3,5 @@ - # Send any comments to Eric Bischoff <eric@caldera.de> - # This program is under GPL license. See LICENSE file for details. - --echo "/etc/sgml/sgml.conf" -+echo "@GENTOO_PORTAGE_EPREFIX@/etc/sgml/sgml.conf" - # Simple, isn't it? ;-) ---- a/config/sgml.conf 2000-11-17 09:36:11 +0100 -+++ b/config/sgml.conf 2007-10-08 04:42:52 +0200 -@@ -1,3 +1,3 @@ - # /etc/sgml/sgml.conf conformant with LSB --SGML_BASE_DIR=/usr/share/sgml --SGML_CATALOGS_DIR=/etc/sgml -+SGML_BASE_DIR=@GENTOO_PORTAGE_EPREFIX@/usr/share/sgml -+SGML_CATALOGS_DIR=@GENTOO_PORTAGE_EPREFIX@/etc/sgml diff --git a/app-text/sgml-common/metadata.xml b/app-text/sgml-common/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/sgml-common/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild deleted file mode 100644 index 54717a46c96d..000000000000 --- a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit prefix sgml-catalog-r1 - -DESCRIPTION="Base ISO character entities and utilities for SGML" -HOMEPAGE="https://www.iso.org/standard/16387.html" -SRC_URI="https://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz" - -LICENSE="FDL-1.1+ MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=( "${FILESDIR}"/${P}-prefix.patch ) - -src_prepare() { - # We use a hacked version of install-catalog that supports the ROOT - # variable, puts quotes around the CATALOG files, and can be prefixed. - cp "${FILESDIR}/${P}-install-catalog.in" "${S}/bin/install-catalog.in" \ - || die "Copy of install-catalog.in failed" - - default - eprefixify bin/install-catalog.in bin/sgmlwhich config/sgml.conf -} - -src_install() { - default - - # own /etc/sgml/catalog - insinto /etc/sgml - newins - catalog <<<'' - newins - sgml-ent.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/sgml-iso-entities-8879.1986/catalog" - EOF - newins - sgml-docbook.cat <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-ent.cat" - EOF -} - -pkg_preinst() { - # preserve old files - local f - for f in /etc/sgml/{catalog,sgml-docbook.cat}; do - if [[ -s ${EROOT}${f} ]]; then - cp "${EROOT}${f}" "${ED}${f}" || die - fi - done - - # and back them up in case postrm killed them - for f in sgml-ent.cat sgml-docbook.cat; do - cp "${ED}/etc/sgml/${f}" "${T}" || die - done -} - -pkg_postinst() { - # restore backed up files if necessary - for f in sgml-ent.cat sgml-docbook.cat; do - if ! cmp -s "${T}/${f}" "${EROOT}/etc/sgml/${f}"; then - cp "${T}/${f}" "${EROOT}"/etc/sgml/ || die - fi - done - - # re-append sgml-ent.cat if necessary - if ! grep -q -s sgml-ent.cat "${EROOT}/etc/sgml/sgml-docbook.cat"; then - ebegin "Adding sgml-ent.cat to /etc/sgml/sgml-docbook.cat" - cat >> "${EROOT}/etc/sgml/sgml-docbook.cat" <<-EOF - CATALOG "${EPREFIX}/etc/sgml/sgml-ent.cat" - EOF - eend ${?} - fi - - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - if [[ -z ${REPLACED_BY_VERSION} ]]; then - ebegin "Removing sgml-ent.cat from /etc/sgml/sgml-docbook.cat" - sed -i -e '/sgml-ent\.cat/d' \ - "${EROOT}"/etc/sgml/sgml-docbook.cat - eend ${?} - if [[ ! -s ${EROOT}/etc/sgml/sgml-docbook.cat ]]; then - rm -f "${EROOT}"/etc/sgml/sgml-docbook.cat - fi - fi - - sgml-catalog-r1_pkg_postrm -} diff --git a/app-text/sgrep/Manifest b/app-text/sgrep/Manifest deleted file mode 100644 index cb44c6167ae0..000000000000 --- a/app-text/sgrep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sgrep-1.94a.tar.gz 193267 BLAKE2B fe37f62e2cb5c2ccad88df8ee3000d937357b5801ac6c55938a575f77735db7f94c0475e2eaa2521dfbae194132dcda4efe009db32e23b50c13acbc359b9abaf SHA512 8d2571a738c6a87cc34aea3a0692d15aea1d4a0439401b97368da2a021992ef8d0754e91e10409c1c059712bfe69ac4188e3be856211e48f8e6d528b5684283a diff --git a/app-text/sgrep/files/sgrep-1.94a-clang16.patch b/app-text/sgrep/files/sgrep-1.94a-clang16.patch deleted file mode 100644 index 8892f79bbb01..000000000000 --- a/app-text/sgrep/files/sgrep-1.94a-clang16.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://bugs.gentoo.org/871036 ---- a/sgrep.h -+++ b/sgrep.h -@@ -20,2 +20,3 @@ - #include <stdlib.h> -+#include <string.h> - #include <assert.h> -@@ -616,2 +617,3 @@ - int create_index(const IndexOptions *options); -+int index_query(IndexOptions *options, int argc, char *argv[]); - int add_region_to_index(struct IndexWriterStruct *writer, diff --git a/app-text/sgrep/metadata.xml b/app-text/sgrep/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/sgrep/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sgrep/sgrep-1.94a-r2.ebuild b/app-text/sgrep/sgrep-1.94a-r2.ebuild deleted file mode 100644 index e2c06c9773d3..000000000000 --- a/app-text/sgrep/sgrep-1.94a-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter" -HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" -SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -PATCHES=( - "${FILESDIR}"/${P}-clang16.patch -) - -src_prepare() { - default - - sed -i "s:/usr/lib:${EPREFIX}/etc:g" sgrep.1 || die - - # Clang 16, bug #900533 - eautoreconf -} - -src_configure() { - econf --datadir="${EPREFIX}"/etc -} - -src_install() { - dobin sgrep - doman sgrep.1 - dodoc AUTHORS ChangeLog NEWS README sample.sgreprc - - insinto /etc - newins sample.sgreprc sgreprc -} diff --git a/app-text/sigil/Manifest b/app-text/sigil/Manifest deleted file mode 100644 index 86936ccb60c4..000000000000 --- a/app-text/sigil/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Sigil_User_Guide_20250912.epub 13247414 BLAKE2B 56849469c035746c197837711f99d4ba774e52326c187fc20a34d7cff01b8da66a17055926ec636a59f79e63d22b2b9c7f90a08ff176496360cfb32b790ca1a0 SHA512 1fca88a0adec13f28435208c521dedf0a0e01c17412a1a31598451ffe69453135325cbc710fda4e0522928bf78ff8c896c727732792812fee718261f72ce57f7 -DIST sigil-2.7.0.tar.gz 19493969 BLAKE2B bed39e9d2fcf1c4d6301f0483c5efa842625d3bc9a7718dd1760b9eabe1572bad209334552024122cb5aa0224c2aaae9f1f665ddfab0daecec1db6a6388d07f9 SHA512 63d4adffe53555fa070ecd482e41cce4ef433ea6035402021486695e756f061e3a1b018268e541220d758a972f11a19e61b9c5ab3cea7e8872504b36e374a458 -DIST sigil-2.7.6.tar.gz 19778876 BLAKE2B 5bbec1c19da331508b0cbcf2b855952d522b4d9ec6daa227d216d01ced084f212bd97190f1236ec8d3ba26e1f43943937bf78c433e9fb3df0aec630c24dbc7ba SHA512 755d76e4f7cfddde7d4f7335cfc46f7b686e10f69cbb4cb242ed47a1764c03c812765a91643624d23727f07285997b252b4b18c7f98c66a3832f26ad3d73987a diff --git a/app-text/sigil/metadata.xml b/app-text/sigil/metadata.xml deleted file mode 100644 index aa4624afe869..000000000000 --- a/app-text/sigil/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arthurzam@gentoo.org</email> - <name>Arthur Zamarin</name> - </maintainer> - <use> - <flag name="plugins">Installed needed Python packages for using Sigil plugins</flag> - <flag name="system-mathjax">Use the system-wide <pkg>dev-libs/mathjax</pkg> instead of bundled</flag> - </use> - <upstream> - <maintainer status="active"> - <email>douglaslmassay@gmail.com</email> - <name>Doug Massay</name> - </maintainer> - <bugs-to>https://github.com/Sigil-Ebook/Sigil/issues</bugs-to> - <changelog>https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sigil/sigil-2.7.0.ebuild b/app-text/sigil/sigil-2.7.0.ebuild deleted file mode 100644 index aa3a725a22a0..000000000000 --- a/app-text/sigil/sigil-2.7.0.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit xdg cmake python-single-r1 - -DOC_VERSION="20250912" -DOC_FILE="Sigil_User_Guide_${DOC_VERSION}.epub" - -DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format" -HOMEPAGE="https://sigil-ebook.com/ https://github.com/Sigil-Ebook/Sigil" -SRC_URI="https://github.com/Sigil-Ebook/Sigil/archive/${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://github.com/Sigil-Ebook/sigil-user-guide/releases/download/${DOC_VERSION}/${DOC_FILE} )" -S=${WORKDIR}/${P^} - -LICENSE="GPL-3+ Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="doc +plugins +system-mathjax" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - app-text/hunspell:= - dev-libs/libpcre2:=[pcre16] - dev-qt/qtbase:6[concurrent,gui,network,widgets,xml] - dev-qt/qtwebengine:6[widgets] - dev-qt/qtsvg:6 - virtual/minizip:= - $(python_gen_cond_dep ' - dev-python/css-parser[${PYTHON_USEDEP}] - dev-python/dulwich[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - ') - plugins? ( - $(python_gen_cond_dep ' - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/pyqt6[${PYTHON_USEDEP}] - dev-python/pyqt6-webengine[${PYTHON_USEDEP}] - ') - $(python_gen_impl_dep 'tk') - ) - system-mathjax? ( >=dev-libs/mathjax-3 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig - dev-qt/qttools:6[linguist] -" - -DOCS=( ChangeLog.txt README.md ) - -src_configure() { - local mycmakeargs=( - -DPython3_INCLUDE_DIR="$(python_get_includedir)" - -DPython3_LIBRARY="$(python_get_library_path)" - -DPython3_EXECUTABLE="${PYTHON}" - - -DUSE_VIRT_PY=0 - -DINSTALL_BUNDLED_DICTS=0 - -DSYSTEM_LIBS_REQUIRED=1 - -DUSE_SYSTEM_LIBS=1 - ) - use system-mathjax && mycmakeargs+=( -DMATHJAX3_DIR="${EPREFIX}"/usr/share/mathjax ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - python_fix_shebang "${ED}"/usr/share/sigil/ - python_optimize "${ED}"/usr/share/sigil/ - - if use doc; then - dodoc "${DISTDIR}/${DOC_FILE}" - docompress -x /usr/share/doc/${PF}/${DOC_FILE} - fi -} diff --git a/app-text/sigil/sigil-2.7.6.ebuild b/app-text/sigil/sigil-2.7.6.ebuild deleted file mode 100644 index aa3a725a22a0..000000000000 --- a/app-text/sigil/sigil-2.7.6.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit xdg cmake python-single-r1 - -DOC_VERSION="20250912" -DOC_FILE="Sigil_User_Guide_${DOC_VERSION}.epub" - -DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format" -HOMEPAGE="https://sigil-ebook.com/ https://github.com/Sigil-Ebook/Sigil" -SRC_URI="https://github.com/Sigil-Ebook/Sigil/archive/${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://github.com/Sigil-Ebook/sigil-user-guide/releases/download/${DOC_VERSION}/${DOC_FILE} )" -S=${WORKDIR}/${P^} - -LICENSE="GPL-3+ Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="doc +plugins +system-mathjax" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - app-text/hunspell:= - dev-libs/libpcre2:=[pcre16] - dev-qt/qtbase:6[concurrent,gui,network,widgets,xml] - dev-qt/qtwebengine:6[widgets] - dev-qt/qtsvg:6 - virtual/minizip:= - $(python_gen_cond_dep ' - dev-python/css-parser[${PYTHON_USEDEP}] - dev-python/dulwich[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - ') - plugins? ( - $(python_gen_cond_dep ' - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/pyqt6[${PYTHON_USEDEP}] - dev-python/pyqt6-webengine[${PYTHON_USEDEP}] - ') - $(python_gen_impl_dep 'tk') - ) - system-mathjax? ( >=dev-libs/mathjax-3 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig - dev-qt/qttools:6[linguist] -" - -DOCS=( ChangeLog.txt README.md ) - -src_configure() { - local mycmakeargs=( - -DPython3_INCLUDE_DIR="$(python_get_includedir)" - -DPython3_LIBRARY="$(python_get_library_path)" - -DPython3_EXECUTABLE="${PYTHON}" - - -DUSE_VIRT_PY=0 - -DINSTALL_BUNDLED_DICTS=0 - -DSYSTEM_LIBS_REQUIRED=1 - -DUSE_SYSTEM_LIBS=1 - ) - use system-mathjax && mycmakeargs+=( -DMATHJAX3_DIR="${EPREFIX}"/usr/share/mathjax ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - python_fix_shebang "${ED}"/usr/share/sigil/ - python_optimize "${ED}"/usr/share/sigil/ - - if use doc; then - dodoc "${DISTDIR}/${DOC_FILE}" - docompress -x /usr/share/doc/${PF}/${DOC_FILE} - fi -} diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest deleted file mode 100644 index a03e3daade48..000000000000 --- a/app-text/sloccount/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sloccount-2.26.tar.gz 190948 BLAKE2B 060cba3796ba4edc5f64ca3cc16de6f7dd8d1d18e45f9ccc0abe7a27e37daa6c02dd7a3f31b124b5e9ccc81ab59a7c4c6405b86ebb17ca9853c1ac1dafcba095 SHA512 ed6ab315a56dbdc86c654b94e790c9ea9e2dcad0db26b63c0973c33eb7fa634b4ade0a1f3c6ccfd5172ea95f648c1dd3b0ae2575b0aa44b3fec708c24a6aca54 diff --git a/app-text/sloccount/files/sloccount-2.26-coreutils-tail-n-fix.patch b/app-text/sloccount/files/sloccount-2.26-coreutils-tail-n-fix.patch deleted file mode 100644 index caf30cf894de..000000000000 --- a/app-text/sloccount/files/sloccount-2.26-coreutils-tail-n-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur sloccount-2.22/compute_sloc_lang sloccount-2.22-new/compute_sloc_lang ---- sloccount-2.22/compute_sloc_lang 2002-02-28 13:34:09.000000000 +0100 -+++ sloccount-2.22-new/compute_sloc_lang 2004-10-23 12:36:56.295312577 +0200 -@@ -30,7 +30,7 @@ - *) ${language}_count -f ${language}_list.dat > ${language}_outfile.dat - ;; - esac -- tail -1 < ${language}_outfile.dat -+ tail -n 1 < ${language}_outfile.dat - - else - rm -f ${language}_outfile.dat diff --git a/app-text/sloccount/files/sloccount-2.26-gentoo.patch b/app-text/sloccount/files/sloccount-2.26-gentoo.patch deleted file mode 100644 index 5e4010b81f32..000000000000 --- a/app-text/sloccount/files/sloccount-2.26-gentoo.patch +++ /dev/null @@ -1,82 +0,0 @@ ---- a/break_filelist -+++ b/break_filelist -@@ -177,7 +177,7 @@ - "p" => "pascal", "pas" => "pascal", "pp" => "pascal", "dpr" => "pascal", - "py" => "python", - "s" => "asm", "S" => "asm", "asm" => "asm", -+ "sh" => "sh", "bash" => "sh", "ebuild" => "sh", -- "sh" => "sh", "bash" => "sh", - "csh" => "csh", "tcsh" => "csh", - "java" => "java", - "lisp" => "lisp", "el" => "lisp", "scm" => "lisp", "sc" => "lisp", -@@ -879,7 +879,7 @@ - $command = $2; - } - -+ if ( ($command =~ m/^(bash|ksh|zsh|pdksh|sh|runscript)[0-9\.]*(\.exe)?$/i) || -- if ( ($command =~ m/^(bash|ksh|zsh|pdksh|sh)[0-9\.]*(\.exe)?$/i) || - ($firstline =~ - m~^#!\s*\@_?(SCRIPT_)?(PATH_)?(BA|K)?SH(ELL)?(\d+)?\@?(\s|\Z)~)) { - # Note: wish(1) uses a funny trick; see wish(1) for more info. ---- a/makefile -+++ b/makefile -@@ -37,7 +37,7 @@ - # Set this to your C compiler, if it's not "gcc"; a likely alternative is "cc". - # The "-Wall" option turns on warnings in gcc. gcc users might also want - # to consider using "-Werror", which turns warnings into errors. --CC=gcc -Wall -+CFLAGS+= -Wall - - # Set this to the name of your "install" program. On some systems, - # "install -C" would be useful (so unchanged files won't be modified), -@@ -124,34 +124,34 @@ - - MANPAGES=sloccount.1.gz - --MYDOCS=sloccount.html README TODO ChangeLog -+MYDOCS=README TODO ChangeLog - - - all: $(COMPILED_EXECUTABLES) - - lexcount1$(EXE_SUFFIX): lexcount1.c -- $(CC) lexcount1.c -o lexcount1$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) lexcount1.c -o lexcount1$(EXE_SUFFIX) - - c_count$(EXE_SUFFIX): c_count.c -- $(CC) c_count.c -o c_count$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) c_count.c -o c_count$(EXE_SUFFIX) - - php_count$(EXE_SUFFIX): php_count.c -- $(CC) php_count.c -o php_count$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) php_count.c -o php_count$(EXE_SUFFIX) - - pascal_count.c: pascal_count.l driver.c driver.h - flex -Cfe -t pascal_count.l > pascal_count.c - - pascal_count$(EXE_SUFFIX): pascal_count.c -- $(CC) pascal_count.c -o pascal_count$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) pascal_count.c -o pascal_count$(EXE_SUFFIX) - - jsp_count.c: jsp_count.l driver.c driver.h - flex -Cfe -t jsp_count.l > jsp_count.c - - jsp_count$(EXE_SUFFIX): jsp_count.c -- $(CC) jsp_count.c -o jsp_count$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) jsp_count.c -o jsp_count$(EXE_SUFFIX) - - ml_count$(EXE_SUFFIX): ml_count.c -- $(CC) ml_count.c -o ml_count$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) ml_count.c -o ml_count$(EXE_SUFFIX) - - sloccount.1.gz: sloccount.1 - gzip -c sloccount.1 > sloccount.1.gz -@@ -162,7 +162,7 @@ - - # This is USC's code counter, not built by default: - c_lines: C_LINES.C -- $(CC) C_LINES.C -o c_lines$(EXE_SUFFIX) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) C_LINES.C -o c_lines$(EXE_SUFFIX) - - install_prefix: - $(INSTALL_A_DIR) $(PREFIX) diff --git a/app-text/sloccount/files/sloccount-2.26-libexec.patch b/app-text/sloccount/files/sloccount-2.26-libexec.patch deleted file mode 100644 index cb8250f68cf6..000000000000 --- a/app-text/sloccount/files/sloccount-2.26-libexec.patch +++ /dev/null @@ -1,81 +0,0 @@ -Files sloccount-2.26.orig/.makefile.swp and sloccount-2.26/.makefile.swp differ -Files sloccount-2.26.orig/.sloccount.swp and sloccount-2.26/.sloccount.swp differ -diff -ruN sloccount-2.26.orig/makefile sloccount-2.26/makefile ---- sloccount-2.26.orig/makefile 2005-02-20 21:26:00.000000000 +0100 -+++ sloccount-2.26/makefile 2005-02-20 21:32:58.000000000 +0100 -@@ -70,6 +70,7 @@ - ARCH=i386 - VERSIONEDNAME=$(NAME)-$(VERSION) - INSTALL_DIR=$(PREFIX)/bin -+LIBEXEC_DIR=$(PREFIX)/libexec/$(NAME) - MAN_DIR=$(PREFIX)/share/man - MAN_DIR_MAN1=$(MAN_DIR)/man1 - DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION) -@@ -115,11 +116,12 @@ - sed_count \ - sh_count \ - show_filecount \ -- sloccount \ - sql_count \ - tcl_count \ - $(COMPILED_EXECUTABLES) - -+MAIN_EXECUTABLE=sloccount -+ - MANPAGES=sloccount.1.gz - - MYDOCS=sloccount.html README TODO ChangeLog -@@ -162,12 +164,24 @@ - c_lines: C_LINES.C - $(CC) C_LINES.C -o c_lines$(EXE_SUFFIX) - -+install_prefix: -+ $(INSTALL_A_DIR) $(PREFIX) - --install_programs: all -- $(INSTALL) $(EXECUTABLES) $(INSTALL_DIR) -+install_program: -+ $(INSTALL_A_DIR) $(INSTALL_DIR) -+ $(INSTALL) $(MAIN_EXECUTABLE) $(INSTALL_DIR) -+ -+uninstall_program: -+ cd $(INSTALL_DIR) && rm -f $(MAIN_EXECUTABLE) -+ -+install_libexec: all -+ $(INSTALL_A_DIR) $(LIBEXEC_DIR) -+ $(INSTALL) $(EXECUTABLES) $(LIBEXEC_DIR) -+ -+uninstall_libexec: -+ cd $(LIBEXEC_DIR) && rm -f $(EXECUTABLES) -+ rmdir $(LIBEXEC_DIR) - --uninstall_programs: -- cd $(INSTALL_DIR) && rm -f $(EXECUTABLES) - - install_man: $(MANPAGES) - $(INSTALL_A_DIR) $(MAN_DIR_MAN1) -@@ -184,9 +198,9 @@ - rm -fr $(DOC_DIR) - - --install: install_programs install_man install_docs -+install: install_prefix install_program install_libexec install_man install_docs - --uninstall: uninstall_programs uninstall_docs uninstall_man -+uninstall: uninstall_program uninstall_libexec uninstall_docs uninstall_man - - - clean: -diff -ruN sloccount-2.26.orig/sloccount sloccount-2.26/sloccount ---- sloccount-2.26.orig/sloccount 2005-02-20 21:26:00.000000000 +0100 -+++ sloccount-2.26/sloccount 2005-02-20 21:33:25.000000000 +0100 -@@ -39,6 +39,9 @@ - - startingdir=`pwd` - -+libexec_dir=/usr/libexec/sloccount -+export PATH=$PATH:$libexec_dir -+ - - # "datadir" is some suitable safe place for the data; here's the default: - datadir=${HOME}/.slocdata diff --git a/app-text/sloccount/metadata.xml b/app-text/sloccount/metadata.xml deleted file mode 100644 index 5d08ae950a93..000000000000 --- a/app-text/sloccount/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sloccount/sloccount-2.26-r3.ebuild b/app-text/sloccount/sloccount-2.26-r3.ebuild deleted file mode 100644 index 2a576c296451..000000000000 --- a/app-text/sloccount/sloccount-2.26-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Tools for counting Source Lines of Code (SLOC) for a large number of languages" -HOMEPAGE="http://www.dwheeler.com/sloccount/" -SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~riscv ~sparc x86" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-libexec.patch - "${FILESDIR}"/${P}-coreutils-tail-n-fix.patch - # support for - # 1) .ebuild - # 2) #!/sbin/openrc-run - # 3) CFLAGS/CPPFLAGS/LDFLAGS - "${FILESDIR}"/${P}-gentoo.patch -) - -src_prepare() { - default - - # fix hard-coded libexec_dir in sloccount - sed -i "s|libexec_dir=|&\"${EPREFIX}\"|" sloccount || die -} - -src_configure() { - tc-export CC -} - -src_test() { - PATH="${PATH}:${S}" emake test -} - -src_install() { - emake PREFIX="${ED}"/usr DOC_DIR="${ED}"/usr/share/doc/${PF}/ install - - HTML_DOCS=( *.html ) - einstalldocs - - # avoid QA warning - gunzip "${ED}"/usr/share/man/man1/sloccount.1.gz || die -} diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest deleted file mode 100644 index 663e7a3de61d..000000000000 --- a/app-text/sword/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sword-1.9.0.tar.gz 2606652 BLAKE2B cd0fd85267c81410dc6acdc45594688ac1855a6160f5d39d38e225982e1440433fbdc75f22eee52291fcbf1ef92b8ca5a40652a98d7cafbfc9186e6d132ef236 SHA512 9ed3fbb5024af1f93b1473bae0d95534d02a5b00b3c9d41a0f855cee8106dc4e330844080adbee7c3f74c0e5ce1480bf16c87c842421337a341f641bae11137f diff --git a/app-text/sword/files/sword-1.9.0-cflags.patch b/app-text/sword/files/sword-1.9.0-cflags.patch deleted file mode 100644 index 5966fe69de4d..000000000000 --- a/app-text/sword/files/sword-1.9.0-cflags.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -174,10 +174,10 @@ - ELSE(MSVC) - SET(CMAKE_C_FLAGS_DEBUG "-g3 -Wall -O0 ${CMAKE_C_FLAGS}") - SET(CMAKE_C_FLAGS_RELEASE "-O3 ${CMAKE_C_FLAGS}") -- SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -g ${CMAKE_C_FLAGS}") -+ SET(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS}") - SET(CMAKE_CXX_FLAGS_DEBUG "-g3 -Wall -O0 ${CMAKE_CXX_FLAGS}") - SET(CMAKE_CXX_FLAGS_RELEASE "-O3 ${CMAKE_CXX_FLAGS}") -- SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g ${CMAKE_CXX_FLAGS}") -+ SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS}") - ENDIF(MSVC) - ############################################################################################## - # Setting libraries and includes diff --git a/app-text/sword/files/sword-1.9.0-cmake4.patch b/app-text/sword/files/sword-1.9.0-cmake4.patch deleted file mode 100644 index a156c9cc66bf..000000000000 --- a/app-text/sword/files/sword-1.9.0-cmake4.patch +++ /dev/null @@ -1,28 +0,0 @@ -bump CMake minimum version for CMake 4 -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c23f7fa..53104f6 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -11,8 +11,8 @@ - # of their own GPLv2 license and all copyright is transferred to them for - # all posterity and eternity, wherever such transfer is possible. Where it is - # not, then this file is released under the GPLv2 by myself. -+CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0) - PROJECT(libsword CXX C) --CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) - SET(SWORD_VERSION 1.9.0) - - # Make sure it's an out-of-stream build -diff --git a/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt b/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt -index 41439c5..26d04a8 100644 ---- a/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt -+++ b/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt -@@ -3,7 +3,7 @@ - - # Sets the minimum version of CMake required to build the native library. - --cmake_minimum_required(VERSION 3.4.1) -+cmake_minimum_required(VERSION 3.10.0) - - SET(CMAKE_C_FLAGS "-DBIBLESYNC ${CMAKE_C_FLAGS}") - diff --git a/app-text/sword/metadata.xml b/app-text/sword/metadata.xml deleted file mode 100644 index 45b02351a11f..000000000000 --- a/app-text/sword/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>nicolas.parlant@parhuet.fr</email> - <name>Nicolas PARLANT</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> -The SWORD Project is the CrossWire Bible Society's free Bible software -project. Its purpose is to create tools that allow programmers and Bible -societies to write new Bible software more quickly and easily. - </longdescription> - <use> - <flag name="clucene">Use <pkg>dev-cpp/clucene</pkg> for lucene search support</flag> - <flag name="utils">CLI (diatheke) and conversion utilities for bible documents in SWORD supported formats</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/sword/sword-1.9.0-r2.ebuild b/app-text/sword/sword-1.9.0-r2.ebuild deleted file mode 100644 index 6a144ff6384c..000000000000 --- a/app-text/sword/sword-1.9.0-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Library for Bible reading software" -HOMEPAGE="https://www.crosswire.org/sword/" -SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="clucene curl icu test utils" -REQUIRED_USE="test? ( curl icu utils )" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-arch/bzip2 - app-arch/xz-utils - virtual/zlib:= - curl? ( net-misc/curl ) - icu? ( dev-libs/icu:= ) - clucene? ( dev-cpp/clucene:1 ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.9.0-cflags.patch - "${FILESDIR}"/${PN}-1.9.0-cmake4.patch -) - -DOCS=( AUTHORS CODINGSTYLE ChangeLog README examples/ samples/ ) - -src_configure() { - local mycmakeargs=( - # skip unnecessary tests, bug #954771 - -DCMAKE_DISABLE_FIND_PACKAGE_cppcheck="ON" - -DCMAKE_SKIP_RPATH="ON" - # default is shared and static - -DLIBSWORD_LIBRARY_TYPE="Shared" - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" - -DSYSCONF_INSTALL_DIR="${EPREFIX}/etc" - -DSWORD_BUILD_TESTS=$(usex test) - -DSWORD_BUILD_UTILS=$(usev !utils No) - -DSWORD_NO_CLUCENE=$(usev !clucene Yes) - -DWITH_CLUCENE=$(usex clucene) - -DSWORD_NO_CURL=$(usev !curl Yes) - -DWITH_CURL=$(usex curl) - -DSWORD_NO_ICU=$(usev !icu Yes) - -DWITH_ICU=$(usex icu) - -DWITH_ZLIB=1 - ) - - cmake_src_configure -} - -src_test() { - local -x LD_LIBRARY_PATH="${BUILD_DIR}" - cmake_src_test -} diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest deleted file mode 100644 index be0bcf1f3e44..000000000000 --- a/app-text/t1utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST t1utils-1.42.tar.gz 184666 BLAKE2B 63ebb856b7bd69751242b9858c47562fd720f098bda2dca694a13cf192e6970ae11d43cc2b2c0a1dde0a46d9d1762baf04ab279907a26270cae8ab04f2af02da SHA512 507b3179dad9479948331fc655d8d6d970a77923f55f5bee4ed5ae9c2222e27f410e62d96c4f27ecae9392335ca1df1f8bbb7ba7087a6268aeeee99d40aa42ed diff --git a/app-text/t1utils/metadata.xml b/app-text/t1utils/metadata.xml deleted file mode 100644 index a4ba0d7ddcec..000000000000 --- a/app-text/t1utils/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>aballier@gentoo.org</email> - <name>Alexis Ballier</name> - </maintainer> - <maintainer type="project"> - <email>fonts@gentoo.org</email> - <name>Fonts</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/t1utils/t1utils-1.42-r1.ebuild b/app-text/t1utils/t1utils-1.42-r1.ebuild deleted file mode 100644 index 8f8663f8270b..000000000000 --- a/app-text/t1utils/t1utils-1.42-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Type 1 Font utilities" -HOMEPAGE="https://www.lcdf.org/type/#t1utils" -SRC_URI="https://www.lcdf.org/type/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -DOCS=( NEWS.md README.md ) diff --git a/app-text/tabler/Manifest b/app-text/tabler/Manifest deleted file mode 100644 index 7865b5699024..000000000000 --- a/app-text/tabler/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tabler-2.tar.gz 87706 BLAKE2B 32b259cd84a9cb8c1475ef6da6815f96e5eb947d392fdd5150570ce639a7fcbc251baa9204e1c25bf471be025ae920b203fc0f89cdef46360b0af4d9f52122af SHA512 6f01796b4cadae22f9ae0029ee8a7bb224d04faae1793b13c9d8473e6a902543a5bd6da86e806f9c50c8b39ad7f5d44525c2a701920cd6c62c27995409d0b1d8 diff --git a/app-text/tabler/files/tabler-2-fno-common.patch b/app-text/tabler/files/tabler-2-fno-common.patch deleted file mode 100644 index b334880e5ec8..000000000000 --- a/app-text/tabler/files/tabler-2-fno-common.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/util.h -+++ b/util.h -@@ -35,7 +35,7 @@ - int digits(int n, int base); - char *replace_backslashed(char *string); - --char *_strregtok_previous_end; -+extern char *_strregtok_previous_end; - char *strregtok(char *string, const regex_t *seperator); - - #endif /* UTIL_H */ ---- a/util.c -+++ b/util.c -@@ -32,6 +32,8 @@ - #include "conf.h" - #include "util.h" - -+char *_strregtok_previous_end; -+ - /* replace_backslashed - * - * Replaces, within the given string, certain backslashed characters with the diff --git a/app-text/tabler/metadata.xml b/app-text/tabler/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/tabler/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tabler/tabler-2-r1.ebuild b/app-text/tabler/tabler-2-r1.ebuild deleted file mode 100644 index 7dda52e34809..000000000000 --- a/app-text/tabler/tabler-2-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A utility to create text art tables from delimited input" -HOMEPAGE="https://sourceforge.net/projects/tabler/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -PATCHES=( - "${FILESDIR}"/${P}-fno-common.patch -) -DOCS=( - AUTHORS ChangeLog README -) diff --git a/app-text/talkfilters/Manifest b/app-text/talkfilters/Manifest deleted file mode 100644 index c44ae3531eed..000000000000 --- a/app-text/talkfilters/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST talkfilters-2.3.8.tar.gz 821338 BLAKE2B 1ed5904829380858e5599458d54d3e7a339c10f057a94ce17f38b330d89ad5aba972cf234c10aa2ed7ffbf67c8b4c01a9bba0ebe73b4ba2bf32230e9e36eda3d SHA512 3fb317c572e95756fea9dcbaeac01e9576b05f5b0710e64513ecd05ec219f8050dec3bc5bc5d0d5f00c642487925765843da03525cfcb23925cab3c321272b28 diff --git a/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch b/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch deleted file mode 100644 index 6d8df6565843..000000000000 --- a/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/wrap.c -+++ b/wrap.c -@@ -105,7 +105,7 @@ int main(int argc, char **argv) - { - *wp = 0; - putchar('\n'); -- printf(wbuf); -+ printf("%s", wbuf); - putchar(c); - putchar('\n'); - wp = wbuf, ll = wl = 0; -@@ -123,7 +123,7 @@ int main(int argc, char **argv) - { - *wp = 0; - if(ll) putchar(' '), ll++; -- printf(wbuf); -+ printf("%s", wbuf); - ll += wl; - wl = 0, wp = wbuf; - } -@@ -131,7 +131,7 @@ int main(int argc, char **argv) - { - *wp = 0; - putchar('\n'); -- printf(wbuf); -+ printf("%s", wbuf); - ll = wl; - wl = 0, wp = wbuf; - } -@@ -148,7 +148,7 @@ int main(int argc, char **argv) - if(ll) putchar(' '); - } - else putchar('\n'); -- printf(wbuf); -+ printf("%s", wbuf); - } - putchar('\n'); - free(wbuf); diff --git a/app-text/talkfilters/files/talkfilters-2.3.8-string.patch b/app-text/talkfilters/files/talkfilters-2.3.8-string.patch deleted file mode 100644 index 472067242b13..000000000000 --- a/app-text/talkfilters/files/talkfilters-2.3.8-string.patch +++ /dev/null @@ -1,12 +0,0 @@ -Missing headers for strcmp, fixes build on musl -https://bugs.gentoo.org/894712 ---- a/getopt.c -+++ b/getopt.c -@@ -39,6 +39,7 @@ - #endif - - #include <stdio.h> -+#include <string.h> - - /* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C diff --git a/app-text/talkfilters/metadata.xml b/app-text/talkfilters/metadata.xml deleted file mode 100644 index 118f9ee2cee5..000000000000 --- a/app-text/talkfilters/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <longdescription lang="en"> - The GNU Talk Filters are filter programs that convert ordinary English text - into text that mimics a stereotyped or otherwise humorous dialect. These - filters have been in the public domain for many years, but now for the first - time they are provided as a single integrated package. The filters include - austro, b1ff, brooklyn, chef, cockney, drawl, dubya, fudd, funetak, jethro, - jive, kraut, pansy, pirate, postmodern, redneck, valspeak, and warez. Each - program reads from standard input and writes to standard output. The package - also provides the filters as a C library, so they can be easily used by other - programs. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild deleted file mode 100644 index 85c3f0f87338..000000000000 --- a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect" -HOMEPAGE="https://www.hyperrealm.com/talkfilters/talkfilters.html" -SRC_URI="https://www.hyperrealm.com/talkfilters/packages/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86" - -PATCHES=( - "${FILESDIR}"/${P}-format-security.patch - "${FILESDIR}"/${P}-string.patch -) - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/teckit/Manifest b/app-text/teckit/Manifest deleted file mode 100644 index 94e0e11f01d0..000000000000 --- a/app-text/teckit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST teckit-2.5.12.tar.gz 2361827 BLAKE2B 7ec764d2a471b0d275060c61bbc624e845260ccab063cf7d0facf56983e6f0a26b0923d94f589e44932368c25b196e7f2caaa1c4583d47b805cc16eee2ec6131 SHA512 52b87a887c37015f2fd52d31e2f2615775463e3cc1978aebcf35816f259693b04d47cfe437f102b0f6c72ab990b6513e3589581eb6e66f145aaf48fcaefa859d diff --git a/app-text/teckit/metadata.xml b/app-text/teckit/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/teckit/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/teckit/teckit-2.5.12.ebuild b/app-text/teckit/teckit-2.5.12.ebuild deleted file mode 100644 index 373aa1ca4649..000000000000 --- a/app-text/teckit/teckit-2.5.12.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Text Encoding Conversion toolkit" -HOMEPAGE="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit" -SRC_URI="https://github.com/silnrsi/teckit/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="|| ( CPL-0.5 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND=" - dev-libs/expat - virtual/zlib:= -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - rm -f configure || die - - sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_test() { - cd "${S}/test" || die - chmod +x dotests.pl || die - ./dotests.pl || die "tests failed" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS README NEWS - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/teseq/Manifest b/app-text/teseq/Manifest deleted file mode 100644 index cf959c34fa84..000000000000 --- a/app-text/teseq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST teseq-1.1.1.tar.xz 240256 BLAKE2B 657579ba89c2e7cd4cd2e54234d3ae79d9f8d999475a33ba78945da223457a065a631baa397ab06a137cfdfac360d83992a5f39d5bd3b97fd8cd96cf29c68ac2 SHA512 c7747c734e640f7cc607389e001ab2cb9e368b504bd41406eea4dd7ba8bfead79659c68b148e33e797b843e9a46de38d104172303329b88e3fde0266aa1ffd7c diff --git a/app-text/teseq/metadata.xml b/app-text/teseq/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/teseq/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/teseq/teseq-1.1.1.ebuild b/app-text/teseq/teseq-1.1.1.ebuild deleted file mode 100644 index c27cb9da07be..000000000000 --- a/app-text/teseq/teseq-1.1.1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A tool for analyzing files that contain control characters and sequences" -HOMEPAGE="https://www.gnu.org/software/teseq/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" diff --git a/app-text/tessdata_best/Manifest b/app-text/tessdata_best/Manifest deleted file mode 100644 index 39a2edfc3665..000000000000 --- a/app-text/tessdata_best/Manifest +++ /dev/null @@ -1,248 +0,0 @@ -DIST afr.traineddata-tessdata_best-4.0.0 12800552 BLAKE2B 8516c5cd9822dd9726d53c4cddf47db951b081de615461aba58d55ec354741fa499ad1a9d8b3e5fcaed28bec2776501b77c1976a200fc8c71bc0663309157f89 SHA512 e9bce3ef62c25b47513d34997d2c29fdfa575af124deab0fbc90445261b027a20febfbc5a80fb9beb51a121ea22b6a1821d3b4ef89b74781886f6d93a9a75f3f -DIST afr.traineddata-tessdata_best-4.1.0 12800552 BLAKE2B 8516c5cd9822dd9726d53c4cddf47db951b081de615461aba58d55ec354741fa499ad1a9d8b3e5fcaed28bec2776501b77c1976a200fc8c71bc0663309157f89 SHA512 e9bce3ef62c25b47513d34997d2c29fdfa575af124deab0fbc90445261b027a20febfbc5a80fb9beb51a121ea22b6a1821d3b4ef89b74781886f6d93a9a75f3f -DIST amh.traineddata-tessdata_best-4.0.0 8389639 BLAKE2B 5e4b3502da9f5fe05e502ee6baadf379b5aa5ac88fee647fddeb8f20d69ac3cbded80674767357ff7c032d0f425d4bcd56bed7048fd99340b78d983a117d521d SHA512 23cb84401f682a444f4faad0096b54f378881ceada0b29b9a59a2e24a81a5b5f96aa933fce8e03af9a2f2b1e3703283086a468d600181ed35d3901eb5c7a6d29 -DIST amh.traineddata-tessdata_best-4.1.0 8389639 BLAKE2B 5e4b3502da9f5fe05e502ee6baadf379b5aa5ac88fee647fddeb8f20d69ac3cbded80674767357ff7c032d0f425d4bcd56bed7048fd99340b78d983a117d521d SHA512 23cb84401f682a444f4faad0096b54f378881ceada0b29b9a59a2e24a81a5b5f96aa933fce8e03af9a2f2b1e3703283086a468d600181ed35d3901eb5c7a6d29 -DIST ara.traineddata-tessdata_best-4.0.0 12603724 BLAKE2B bf6543011c4d97de98b6054134c8af3c6275629229220e0f30463c4ea2efa7ab5e653f6af9ff973ad63394cc79d0591000fe762f75e27229878067d0f088f30c SHA512 9b1768280a418986c32b490963edafda84ee007d7e6109c4e532cf02717a109d96483cb95967a847e20e26959753d0499245db4eb6fb361ca8ebc6f5eed7af0b -DIST ara.traineddata-tessdata_best-4.1.0 12603724 BLAKE2B bf6543011c4d97de98b6054134c8af3c6275629229220e0f30463c4ea2efa7ab5e653f6af9ff973ad63394cc79d0591000fe762f75e27229878067d0f088f30c SHA512 9b1768280a418986c32b490963edafda84ee007d7e6109c4e532cf02717a109d96483cb95967a847e20e26959753d0499245db4eb6fb361ca8ebc6f5eed7af0b -DIST asm.traineddata-tessdata_best-4.0.0 11315350 BLAKE2B 26bd54cb1837e897c89ad0e12baa1574caeeb218f6e43bbabf91fab07c769c978a866803b338d2d6be1df51519c6a84f1313b4f709b2009e4a86c0faea667ca3 SHA512 8dd2b8f19f383d1a69420e0d04f3999aa96c08aa1757bc8996624faccba4eb7e717464ff2f2199127ecc7eb4f1b95c8e285abb9244c352297105d3272840a2e4 -DIST asm.traineddata-tessdata_best-4.1.0 11315350 BLAKE2B 26bd54cb1837e897c89ad0e12baa1574caeeb218f6e43bbabf91fab07c769c978a866803b338d2d6be1df51519c6a84f1313b4f709b2009e4a86c0faea667ca3 SHA512 8dd2b8f19f383d1a69420e0d04f3999aa96c08aa1757bc8996624faccba4eb7e717464ff2f2199127ecc7eb4f1b95c8e285abb9244c352297105d3272840a2e4 -DIST aze.traineddata-tessdata_best-4.0.0 6281404 BLAKE2B b03b2a04f7368b0980f02720536c030ce866d033873b98fca1e6ce05c0da16a22b86292141aa008b985b5b558bac1d13f25ef52389bfe735ee8837eab6a2b330 SHA512 e0c52f7d39ab6b5a6b71ffa8fd8c4226cd71a670800dbfa463e534b1088481a58b50215dcb277d348e4182c9ccd2c1848c2988bb48f4f4a536fb6e8b9602ef4d -DIST aze.traineddata-tessdata_best-4.1.0 6281404 BLAKE2B b03b2a04f7368b0980f02720536c030ce866d033873b98fca1e6ce05c0da16a22b86292141aa008b985b5b558bac1d13f25ef52389bfe735ee8837eab6a2b330 SHA512 e0c52f7d39ab6b5a6b71ffa8fd8c4226cd71a670800dbfa463e534b1088481a58b50215dcb277d348e4182c9ccd2c1848c2988bb48f4f4a536fb6e8b9602ef4d -DIST aze_cyrl.traineddata-tessdata_best-4.0.0 4700277 BLAKE2B 9939dc7e79a25558bda5e21489f0a03ce7897d258a560f592954866fb9dea6da6ca2633bb42d9390cca07c791ea51223e80438c296e1c137b85013b717b84f2c SHA512 9b21f8414eac8b1767dcb91d6e8bb0639352f8a90c485699f93ccb2b4665e50b06512ce8ebbedce4ceebceac7d53bdb1087022cd920e60f6162988f0d66f38ff -DIST aze_cyrl.traineddata-tessdata_best-4.1.0 4700277 BLAKE2B 9939dc7e79a25558bda5e21489f0a03ce7897d258a560f592954866fb9dea6da6ca2633bb42d9390cca07c791ea51223e80438c296e1c137b85013b717b84f2c SHA512 9b21f8414eac8b1767dcb91d6e8bb0639352f8a90c485699f93ccb2b4665e50b06512ce8ebbedce4ceebceac7d53bdb1087022cd920e60f6162988f0d66f38ff -DIST bel.traineddata-tessdata_best-4.0.0 10870278 BLAKE2B 8c278495a70366096ef5b43089edbf623beca8e148a8fe79c403371e8097edd2aece4c7f049a60c8a6a9f7f999c8d757f2695f1db3f5fe8c7a2103a766e9264a SHA512 44b8952b047eccba08947d3a0d2db0052074cd859f5b2092a80ae3e2dd913ccbc454f1dae1160bb83d449f9624cc823f1899f093fa42fbdf6eac85c7ec24b9b5 -DIST bel.traineddata-tessdata_best-4.1.0 10870278 BLAKE2B 8c278495a70366096ef5b43089edbf623beca8e148a8fe79c403371e8097edd2aece4c7f049a60c8a6a9f7f999c8d757f2695f1db3f5fe8c7a2103a766e9264a SHA512 44b8952b047eccba08947d3a0d2db0052074cd859f5b2092a80ae3e2dd913ccbc454f1dae1160bb83d449f9624cc823f1899f093fa42fbdf6eac85c7ec24b9b5 -DIST ben.traineddata-tessdata_best-4.0.0 11045427 BLAKE2B 600c56077f2154a6b31d938b0cfda2606e33ae6f8234f0bec3be1c3cf48416f589d6faa8c8184ac06ef6f8dfce3247058638c3e69f4cbf3c652d15fbcaa2615a SHA512 15d3c38afcc49e4fe372fd9db76348faaf555a6e6955d08c10b02360ccac95f47d44dd06f19a1827b7699cd4e5c1f349e5d5b61c3ce86b22c3aae7b837a82079 -DIST ben.traineddata-tessdata_best-4.1.0 11045427 BLAKE2B 600c56077f2154a6b31d938b0cfda2606e33ae6f8234f0bec3be1c3cf48416f589d6faa8c8184ac06ef6f8dfce3247058638c3e69f4cbf3c652d15fbcaa2615a SHA512 15d3c38afcc49e4fe372fd9db76348faaf555a6e6955d08c10b02360ccac95f47d44dd06f19a1827b7699cd4e5c1f349e5d5b61c3ce86b22c3aae7b837a82079 -DIST bod.traineddata-tessdata_best-4.0.0 8623846 BLAKE2B de262fd99ba9d24a76778bf946e093f9f277fc9b89d2ac49485f9f0d9b7540297544a41e801c83a5ee79e944224aa36769bb73915dbd10a2b8770cb07538a1a8 SHA512 a0f18a3a3a9ab10092ef02218e521b3b84109bfb6e57dd56cd99e370a4b6f52174443cb48e5e329ece795c4a87c32e63b4c2f2b6ce2a4ab1750697877f8887ba -DIST bod.traineddata-tessdata_best-4.1.0 8623846 BLAKE2B de262fd99ba9d24a76778bf946e093f9f277fc9b89d2ac49485f9f0d9b7540297544a41e801c83a5ee79e944224aa36769bb73915dbd10a2b8770cb07538a1a8 SHA512 a0f18a3a3a9ab10092ef02218e521b3b84109bfb6e57dd56cd99e370a4b6f52174443cb48e5e329ece795c4a87c32e63b4c2f2b6ce2a4ab1750697877f8887ba -DIST bos.traineddata-tessdata_best-4.0.0 5264248 BLAKE2B b4cf0d6b2c5d54edcdde4550f30ca826fa2380465877bf4cae08b3d9a62da80919b27d5b193521b809a8669164f1c215a2f32d9bc06fc9f521a756669fe4a23e SHA512 9f290e6a7f3d4ac04c96d8aaf8937d6f6f5efbb9aba736fe986bbb755c93f7a7e48e45294fdfb88a6322567502d9928bab90931f244a108d7de226bf09e9662c -DIST bos.traineddata-tessdata_best-4.1.0 5264248 BLAKE2B b4cf0d6b2c5d54edcdde4550f30ca826fa2380465877bf4cae08b3d9a62da80919b27d5b193521b809a8669164f1c215a2f32d9bc06fc9f521a756669fe4a23e SHA512 9f290e6a7f3d4ac04c96d8aaf8937d6f6f5efbb9aba736fe986bbb755c93f7a7e48e45294fdfb88a6322567502d9928bab90931f244a108d7de226bf09e9662c -DIST bre.traineddata-tessdata_best-4.0.0 15640760 BLAKE2B 048501ad16f9b9743a06d38751847a18b40a5d6279dcb9b335eda80599fdc0b90b19fec096462f0ad2dc22814cf34d7505b5cf57bcc4a690e159a3e43b4a5f2f SHA512 8364b310c4753f2c2a90192f6c269bdcaad03e01862ceb4d6aaf63f2fd253c93c47050502ee771239f6ce9ccde0fcf09b044ada60013af00b9e21aafe2d3372e -DIST bre.traineddata-tessdata_best-4.1.0 15640760 BLAKE2B 048501ad16f9b9743a06d38751847a18b40a5d6279dcb9b335eda80599fdc0b90b19fec096462f0ad2dc22814cf34d7505b5cf57bcc4a690e159a3e43b4a5f2f SHA512 8364b310c4753f2c2a90192f6c269bdcaad03e01862ceb4d6aaf63f2fd253c93c47050502ee771239f6ce9ccde0fcf09b044ada60013af00b9e21aafe2d3372e -DIST bul.traineddata-tessdata_best-4.0.0 8844613 BLAKE2B 0ada273d26264250ae81b07b4f38a9d6f7babd1fa696f2ef90d42d6b354a3ce3fc2d26df5ad93119ced5c280e0a5cd6e0ff93400024828557b1e2947ac044e1d SHA512 d1c86d739e7cf2f3e2bcfe4956c05b66ce591764c1ddf9ee90bf5a1a5c81e4d360a59e963a0b9b27d071a649bd4b4ca3ed27fd65c67faf5b8575f747b096cefe -DIST bul.traineddata-tessdata_best-4.1.0 8844613 BLAKE2B 0ada273d26264250ae81b07b4f38a9d6f7babd1fa696f2ef90d42d6b354a3ce3fc2d26df5ad93119ced5c280e0a5cd6e0ff93400024828557b1e2947ac044e1d SHA512 d1c86d739e7cf2f3e2bcfe4956c05b66ce591764c1ddf9ee90bf5a1a5c81e4d360a59e963a0b9b27d071a649bd4b4ca3ed27fd65c67faf5b8575f747b096cefe -DIST cat.traineddata-tessdata_best-4.0.0 3802329 BLAKE2B a3b3db78e27eddb0dc887b166b03925c5af13fde2c77604496d73236a360107f7085d7a0cec910261b4f9cd123a27cf372b90c0369d6c2f66b942a30448263f8 SHA512 096447e78590e3eb791a17e3b27ef8b157d9c99f7b8d0347324244f339065771efe59490889f0de590a814777a401088be24813715fb4e8ca17f7700f399feb3 -DIST cat.traineddata-tessdata_best-4.1.0 3802329 BLAKE2B a3b3db78e27eddb0dc887b166b03925c5af13fde2c77604496d73236a360107f7085d7a0cec910261b4f9cd123a27cf372b90c0369d6c2f66b942a30448263f8 SHA512 096447e78590e3eb791a17e3b27ef8b157d9c99f7b8d0347324244f339065771efe59490889f0de590a814777a401088be24813715fb4e8ca17f7700f399feb3 -DIST ceb.traineddata-tessdata_best-4.0.0 3452674 BLAKE2B eff60a3af369f0338cf406ab4d9969332f7f2cdf23e684274a1dd52b6533321bc9aaa76d8326ec237c009c99d922876c77aacc752d8b682cf695ce429c6019ba SHA512 21c5dce8c55569c9781fa81cbfdb3af0a13ff2d4734148e953b7f30f5f1f39e09d4f846f19f58ed327112d265c703ac753e30908178faf98b477bf8e4a2079cc -DIST ceb.traineddata-tessdata_best-4.1.0 3452674 BLAKE2B eff60a3af369f0338cf406ab4d9969332f7f2cdf23e684274a1dd52b6533321bc9aaa76d8326ec237c009c99d922876c77aacc752d8b682cf695ce429c6019ba SHA512 21c5dce8c55569c9781fa81cbfdb3af0a13ff2d4734148e953b7f30f5f1f39e09d4f846f19f58ed327112d265c703ac753e30908178faf98b477bf8e4a2079cc -DIST ces.traineddata-tessdata_best-4.0.0 10918912 BLAKE2B cc9ebafa23419ecb5e02cd751927db138323db2c95e246ab8a42c574740aa1d9e7b38f4d17d556d8450279e250bcb03119bb7557b62269c7d0afaed067654a71 SHA512 531bb649cd6aa0304d531045862c9472baa2dc595e763d32fdf4bd9f80bf906ea5b50449c88e11ee2a0ceae69f4054ac08b3578cc3e627824794cdb233f1833a -DIST ces.traineddata-tessdata_best-4.1.0 10918912 BLAKE2B cc9ebafa23419ecb5e02cd751927db138323db2c95e246ab8a42c574740aa1d9e7b38f4d17d556d8450279e250bcb03119bb7557b62269c7d0afaed067654a71 SHA512 531bb649cd6aa0304d531045862c9472baa2dc595e763d32fdf4bd9f80bf906ea5b50449c88e11ee2a0ceae69f4054ac08b3578cc3e627824794cdb233f1833a -DIST chi_sim.traineddata-tessdata_best-4.0.0 13077423 BLAKE2B a3fe3ac979c132d708f767d2609be44f74ae76056fa0e3b4ed1327d7b18906b02b91e3a622265e21bd5ba611a15da46e3308ab1bc89689fd891c7575248d2ddf SHA512 c006516f421ba98b2a9f5cc02bdc6ec0521ae17f8f9fbc978463da6e9d850a1632f52104cc97526cae660548663d25b60f23569f2081ead05624e6cee377d3d8 -DIST chi_sim.traineddata-tessdata_best-4.1.0 13077423 BLAKE2B a3fe3ac979c132d708f767d2609be44f74ae76056fa0e3b4ed1327d7b18906b02b91e3a622265e21bd5ba611a15da46e3308ab1bc89689fd891c7575248d2ddf SHA512 c006516f421ba98b2a9f5cc02bdc6ec0521ae17f8f9fbc978463da6e9d850a1632f52104cc97526cae660548663d25b60f23569f2081ead05624e6cee377d3d8 -DIST chi_sim_vert.traineddata-tessdata_best-4.0.0 13077418 BLAKE2B b1249d27047536c2944850f9e612cb2bf42fcb0b0fb3bf40cf625e2ac41ce87406d80cc3e1a5e073c62d6aaa45306f1762174ef892d2a17fe0e327e7b0a0e0ca SHA512 8da7de7a338296718903466f8581c4d8643763ac5ba4c96829e29f476a7a3c35fa38ad4716bbe65ce18343830532febf95c4558dcedbcf786268644941032d8d -DIST chi_sim_vert.traineddata-tessdata_best-4.1.0 13077507 BLAKE2B 4046f03caf9723bf47641033aae95360b1901dc2e0fbd9fe2613defe8125a367bcbb3b221981d0068fbee8be75981b995136b0b936cf18a1ac552f89bbd417a1 SHA512 16c36f052df4195ad15bf862dd95760b73bcb1c84209bd18b88b8a602cd076d09a60aad143fadbe3de761e87ac8b8b901e8bbe7626b06ff04b7508016ca93686 -DIST chi_tra.traineddata-tessdata_best-4.0.0 12985735 BLAKE2B e1665456c32273e16ffeaa43c4f144a23bc13f6621e545e5f94ec10f0ab56eb501f70ec96349086fd3622bc7181708e0aad21c73876ff3f495a1dd37c4b42155 SHA512 3c39744956e74f54096b84a5042dec0ee7e79d0ac718b8e6260499a4081c900a036b80602e914e002a4464787148e1ac09bd9bd14b0b8ff2b482ca1adde0beb0 -DIST chi_tra.traineddata-tessdata_best-4.1.0 12985735 BLAKE2B e1665456c32273e16ffeaa43c4f144a23bc13f6621e545e5f94ec10f0ab56eb501f70ec96349086fd3622bc7181708e0aad21c73876ff3f495a1dd37c4b42155 SHA512 3c39744956e74f54096b84a5042dec0ee7e79d0ac718b8e6260499a4081c900a036b80602e914e002a4464787148e1ac09bd9bd14b0b8ff2b482ca1adde0beb0 -DIST chi_tra_vert.traineddata-tessdata_best-4.0.0 12985432 BLAKE2B 0a7dca44efebfd4739c7cde0cf53933b9cfbf31b7b27232730325f2e511107743cbebe30967a764c9f6bd7d4c93014cba967ba75d0b75fc52888ea8e5c1348fd SHA512 fd7b7ba73daafccb1ebfec7c641908198f702cc697d6131764f506f00eded1f8fd65a85d50dd74df2fe096a5a471878713f604f33dc4495281126fdc800fdc95 -DIST chi_tra_vert.traineddata-tessdata_best-4.1.0 12985521 BLAKE2B d1ff4574a0c1389d2ae0bb66a062291523a407ddc1194fc4be526b2484aa72419e4c750ceac6ff56fde634c95aaf55225c3d37cda09f5960e3f559f498fbf91a SHA512 a2b043eba22937d6a77c5840a4af9dcfd2161b9f9cc1b223046aba945374dfb390580c03c2f05e2d496c7c1de17ebb8241429777a3819aeadcc134df52bd9724 -DIST chr.traineddata-tessdata_best-4.0.0 2258703 BLAKE2B 62f772f6d5aa3670522d41d4f9427af2334a232219b97ce80323286d7b34c99d0e3d2ab63b15265912a6d312b6895505c72d84a807dc1dacbabe51059d7873c7 SHA512 f18a03c64988bcd6b6a395a04ee825bb638f39aea627e2c74d501b3e673e6a931f67dde6ad6da266d95d061e60cb2d651e862dce358ac4c0164351a8dfc898bb -DIST chr.traineddata-tessdata_best-4.1.0 2258703 BLAKE2B 62f772f6d5aa3670522d41d4f9427af2334a232219b97ce80323286d7b34c99d0e3d2ab63b15265912a6d312b6895505c72d84a807dc1dacbabe51059d7873c7 SHA512 f18a03c64988bcd6b6a395a04ee825bb638f39aea627e2c74d501b3e673e6a931f67dde6ad6da266d95d061e60cb2d651e862dce358ac4c0164351a8dfc898bb -DIST cos.traineddata-tessdata_best-4.0.0 8830216 BLAKE2B b796c8f6715ec79b303b416b6b20af86f7036619ce2f2c3fc3f470b71363aa0157927ff6d970b6c5dbc026fe9b39afc70688033b069f2eef9db876b2c433799e SHA512 c85d4bbd38f4d2f2795b72367fcf5e924f1f95aa9a136ff5a61f8c4e0a736f9adbc517287a115529c8b314eeb69d93b35f481ec9eb8de732840a681f1f8f1d63 -DIST cos.traineddata-tessdata_best-4.1.0 8830216 BLAKE2B b796c8f6715ec79b303b416b6b20af86f7036619ce2f2c3fc3f470b71363aa0157927ff6d970b6c5dbc026fe9b39afc70688033b069f2eef9db876b2c433799e SHA512 c85d4bbd38f4d2f2795b72367fcf5e924f1f95aa9a136ff5a61f8c4e0a736f9adbc517287a115529c8b314eeb69d93b35f481ec9eb8de732840a681f1f8f1d63 -DIST cym.traineddata-tessdata_best-4.0.0 8750784 BLAKE2B e9714cf2a55bbcfeea8167964ca3335d36422f2f53c4dc67ff4f17f66e214dd93bb2ac99f54fdbb592b5b3b39fee3109c5819ba966be1f89bcdb4b6d4c8effb2 SHA512 68d0f9deac6986ebf4b2d4010d03973359b1d263338ce19019539555a233bd25d7584cdc378b026cd2963340a25941f53d1fe37fad47d79e9ee19054928386b3 -DIST cym.traineddata-tessdata_best-4.1.0 8750784 BLAKE2B e9714cf2a55bbcfeea8167964ca3335d36422f2f53c4dc67ff4f17f66e214dd93bb2ac99f54fdbb592b5b3b39fee3109c5819ba966be1f89bcdb4b6d4c8effb2 SHA512 68d0f9deac6986ebf4b2d4010d03973359b1d263338ce19019539555a233bd25d7584cdc378b026cd2963340a25941f53d1fe37fad47d79e9ee19054928386b3 -DIST dan.traineddata-tessdata_best-4.0.0 9758142 BLAKE2B 6b472ed80fd2156170e5dab387576d3d4964bc2c278b6c194512c4c888ed9a0b47711d1a916eeb32b059cff22795353f3bf5a2a8bd1f7364f5d8cbd307e35eb4 SHA512 c6e20f8a53cf2854609861388d5dfc248cd3094ffb15050451cd3fd0223a0bba2b5a8d6a5bd787e51668156104d86a6465aa0567dc5812cefc90887129be086b -DIST dan.traineddata-tessdata_best-4.1.0 9758142 BLAKE2B 6b472ed80fd2156170e5dab387576d3d4964bc2c278b6c194512c4c888ed9a0b47711d1a916eeb32b059cff22795353f3bf5a2a8bd1f7364f5d8cbd307e35eb4 SHA512 c6e20f8a53cf2854609861388d5dfc248cd3094ffb15050451cd3fd0223a0bba2b5a8d6a5bd787e51668156104d86a6465aa0567dc5812cefc90887129be086b -DIST deu.traineddata-tessdata_best-4.0.0 8628461 BLAKE2B f46ecb469ae63d1a933a64933073a8c6100e4f1e5074b3581bccc70097a8eedbd8b2496c40d3201527e11e80070257a5a3694cdfb6fc3137c2ff12e6652e64b2 SHA512 9460fdc12737ba23040fa7a0f450100dc9f9fe65a7318041b50c42a9f6a7bf43f2027de938dcac8edbc8bccc12570766272f870d0e57a378aced8ef254a63724 -DIST deu.traineddata-tessdata_best-4.1.0 8628461 BLAKE2B f46ecb469ae63d1a933a64933073a8c6100e4f1e5074b3581bccc70097a8eedbd8b2496c40d3201527e11e80070257a5a3694cdfb6fc3137c2ff12e6652e64b2 SHA512 9460fdc12737ba23040fa7a0f450100dc9f9fe65a7318041b50c42a9f6a7bf43f2027de938dcac8edbc8bccc12570766272f870d0e57a378aced8ef254a63724 -DIST div.traineddata-tessdata_best-4.0.0 4574116 BLAKE2B 402f9c0b234bfa34d9f9450bca87df5ce4e3720cd30c6625b5a03fd4920c0a531f716d2c18fe1dfabbf978050dd4caa2000c84f93ae4ac93a21288c812575c3e SHA512 378c76e0fd6c503e11c9b52f778b9d772d11fcc799c3a17013c504f3d5f385eabac82978e937f4d63316ba8a45df16eb827365b3a8bdf9b5b10f89c5e32c73eb -DIST div.traineddata-tessdata_best-4.1.0 4574116 BLAKE2B 402f9c0b234bfa34d9f9450bca87df5ce4e3720cd30c6625b5a03fd4920c0a531f716d2c18fe1dfabbf978050dd4caa2000c84f93ae4ac93a21288c812575c3e SHA512 378c76e0fd6c503e11c9b52f778b9d772d11fcc799c3a17013c504f3d5f385eabac82978e937f4d63316ba8a45df16eb827365b3a8bdf9b5b10f89c5e32c73eb -DIST dzo.traineddata-tessdata_best-4.0.0 3243805 BLAKE2B a0c9311f9c1da18ddaf85ab9ba8e81866c8f77799c2e9da9459d87592802f35eb55cc3ebf2246fd58d009efb284cb3668f1efc860de542bf5ed01eff0770c985 SHA512 20fe018e11196cb26cce9c47393ec46fea98672e161f8ede18ae64875542af4c6032cf56195fd5b458f619e475a86155659d540e72e1648857754ca522ce0070 -DIST dzo.traineddata-tessdata_best-4.1.0 3243805 BLAKE2B a0c9311f9c1da18ddaf85ab9ba8e81866c8f77799c2e9da9459d87592802f35eb55cc3ebf2246fd58d009efb284cb3668f1efc860de542bf5ed01eff0770c985 SHA512 20fe018e11196cb26cce9c47393ec46fea98672e161f8ede18ae64875542af4c6032cf56195fd5b458f619e475a86155659d540e72e1648857754ca522ce0070 -DIST ell.traineddata-tessdata_best-4.0.0 8945021 BLAKE2B 313c3c1f6a4c9c5ddfb37825d8921722372f81c859dcfc254e27a29aa63d04855ef048a43fbbcee112775061512fbd11eea120e4b83ae1c539c32e82bc00c935 SHA512 dc98885580bc039353d0c6fd22329105c03ad28dd77983a6954742534cfefd3574ffd774e6eafc5050ed432ec2d06432cbe301261ca50328af777fa85f853801 -DIST ell.traineddata-tessdata_best-4.1.0 8945021 BLAKE2B 313c3c1f6a4c9c5ddfb37825d8921722372f81c859dcfc254e27a29aa63d04855ef048a43fbbcee112775061512fbd11eea120e4b83ae1c539c32e82bc00c935 SHA512 dc98885580bc039353d0c6fd22329105c03ad28dd77983a6954742534cfefd3574ffd774e6eafc5050ed432ec2d06432cbe301261ca50328af777fa85f853801 -DIST eng.traineddata-tessdata_best-4.0.0 15400601 BLAKE2B bea8595abb58265134361d87209601bfa0b3ab5c2b1a096cc6ac57a7a2bf969a1ecbbe3551838f3bb29bcef10419f53d90e1bbe8dc2ccc683db79477033a56c0 SHA512 f16df1c8288949cb05ec6eb544be15e200cf25e45208cb494df174d2c2f1e0820390d6f096a6e8b879056914a1f1abc8e0acd7dc16743c02a28ca5bfa515a3cd -DIST eng.traineddata-tessdata_best-4.1.0 15400601 BLAKE2B bea8595abb58265134361d87209601bfa0b3ab5c2b1a096cc6ac57a7a2bf969a1ecbbe3551838f3bb29bcef10419f53d90e1bbe8dc2ccc683db79477033a56c0 SHA512 f16df1c8288949cb05ec6eb544be15e200cf25e45208cb494df174d2c2f1e0820390d6f096a6e8b879056914a1f1abc8e0acd7dc16743c02a28ca5bfa515a3cd -DIST enm.traineddata-tessdata_best-4.0.0 13281564 BLAKE2B b9bd94baec2633dacb212ddbc7743890cc4f2e8e26d5075c9dda988a29a460642acf05e85f58a2bf84f0ea0f2c235c85ac18a65be4c680b06949aeef8a9c5ba2 SHA512 915a03b42abc7d54aff548bcce70de3e574eb3c4a106896cc25fa831da06f9c069e08fd223e550aab13fd253e06ddc44f62e87ed693c2dc6194688c82da1189d -DIST enm.traineddata-tessdata_best-4.1.0 13281564 BLAKE2B b9bd94baec2633dacb212ddbc7743890cc4f2e8e26d5075c9dda988a29a460642acf05e85f58a2bf84f0ea0f2c235c85ac18a65be4c680b06949aeef8a9c5ba2 SHA512 915a03b42abc7d54aff548bcce70de3e574eb3c4a106896cc25fa831da06f9c069e08fd223e550aab13fd253e06ddc44f62e87ed693c2dc6194688c82da1189d -DIST epo.traineddata-tessdata_best-4.0.0 7402169 BLAKE2B a9825a23e96f226362736ed1b9e22469c218bd280153fe014c70ed9c03f90684f974396051ca7dd59391183650d5636e9031f9ad19308211991e1696ddab1728 SHA512 d6018657262969af254e39ba171f457f325ed549c209b7f35265869a8cb1cf11818acc79cfb089e6bab1cd1bdb381d2687a426884cfee3c016b75be287a8e8ca -DIST epo.traineddata-tessdata_best-4.1.0 7402169 BLAKE2B a9825a23e96f226362736ed1b9e22469c218bd280153fe014c70ed9c03f90684f974396051ca7dd59391183650d5636e9031f9ad19308211991e1696ddab1728 SHA512 d6018657262969af254e39ba171f457f325ed549c209b7f35265869a8cb1cf11818acc79cfb089e6bab1cd1bdb381d2687a426884cfee3c016b75be287a8e8ca -DIST est.traineddata-tessdata_best-4.0.0 15833749 BLAKE2B 27865c57185888dbf1c0f44c9e6989e2461d58349d03b7fd68ed0334abb6e8a6673434d85584f4962693a8185d33d55d2207113c4384879cf0a117f28ce65a3b SHA512 a64631d732305c6baa4df8e647a8d37981c07f59c1a8a9799ae42c936c224de560983ba637eecda47187fcfce23374b7becaef4eafd7815ef25ee56772e7956f -DIST est.traineddata-tessdata_best-4.1.0 15833749 BLAKE2B 27865c57185888dbf1c0f44c9e6989e2461d58349d03b7fd68ed0334abb6e8a6673434d85584f4962693a8185d33d55d2207113c4384879cf0a117f28ce65a3b SHA512 a64631d732305c6baa4df8e647a8d37981c07f59c1a8a9799ae42c936c224de560983ba637eecda47187fcfce23374b7becaef4eafd7815ef25ee56772e7956f -DIST eus.traineddata-tessdata_best-4.0.0 7933869 BLAKE2B fade285fb0dbcd142347d9d471e7a46436ae4471d155e3aac5c0128c917e88b7845ec2d20aaa4394dd782e59750062e154180a6824f5439a1d4f3435e2e8e3a6 SHA512 5b7191d550b48a7f6d298843f939a012fbe9ca6b242c9ce71a812a5dd3151088aeaaeb8e03a8b6d536aab839f55c16ccf38af8c406556bc493dd308d4e7b5e6f -DIST eus.traineddata-tessdata_best-4.1.0 7933869 BLAKE2B fade285fb0dbcd142347d9d471e7a46436ae4471d155e3aac5c0128c917e88b7845ec2d20aaa4394dd782e59750062e154180a6824f5439a1d4f3435e2e8e3a6 SHA512 5b7191d550b48a7f6d298843f939a012fbe9ca6b242c9ce71a812a5dd3151088aeaaeb8e03a8b6d536aab839f55c16ccf38af8c406556bc493dd308d4e7b5e6f -DIST fao.traineddata-tessdata_best-4.0.0 10030003 BLAKE2B 2f928b60806e82786c7d19de78a55268748cc73f985cbb7b815a06a94cd0aa64e7e6dba56124e47b401bea36638554af6d7eaf06e3e9fae8e24ec49d476043db SHA512 9bcc952f6a240ceaf47518dade699d8fe782bcbb838e68e0c125a4180f721d3b9ffbde9a4a69b637b253eea4914e6cc9c3059ebf8513a7252ae004f3e6039563 -DIST fao.traineddata-tessdata_best-4.1.0 10030003 BLAKE2B 2f928b60806e82786c7d19de78a55268748cc73f985cbb7b815a06a94cd0aa64e7e6dba56124e47b401bea36638554af6d7eaf06e3e9fae8e24ec49d476043db SHA512 9bcc952f6a240ceaf47518dade699d8fe782bcbb838e68e0c125a4180f721d3b9ffbde9a4a69b637b253eea4914e6cc9c3059ebf8513a7252ae004f3e6039563 -DIST fas.traineddata-tessdata_best-4.0.0 3325955 BLAKE2B 9ad53a6da8bb33e378cd0d3b506e6faa1c3fab0409e872638be0a255c9c9db6add443f16dac2920fd105ea0eb6c4c8be41fd3ab8faaeacf302ae4f877ed8a1ae SHA512 02e5623de080228b4d97fef8b7792628f35592d883151855da17c828b4a96a036188465affc0b9672928868634ca9ced5007d3601b01cccebf8bed8b024ea4a1 -DIST fas.traineddata-tessdata_best-4.1.0 3325955 BLAKE2B 9ad53a6da8bb33e378cd0d3b506e6faa1c3fab0409e872638be0a255c9c9db6add443f16dac2920fd105ea0eb6c4c8be41fd3ab8faaeacf302ae4f877ed8a1ae SHA512 02e5623de080228b4d97fef8b7792628f35592d883151855da17c828b4a96a036188465affc0b9672928868634ca9ced5007d3601b01cccebf8bed8b024ea4a1 -DIST fil.traineddata-tessdata_best-4.0.0 8978743 BLAKE2B b5ed3c82b1b71db2e468b3187eeb9b7c1225114e6c964e849ffe3535bc74569ff5d3b479c9fc805966c52af294ce94b7d3835818126cf0ac44a854785180bfab SHA512 85eb1e14dc5897ebf369ccade464f961c9e44ed7498700da0a94452fe0637814bea88edc6cf50d86d48cd6beadfe782d86e0583f8280034c29003432c39fc8a1 -DIST fil.traineddata-tessdata_best-4.1.0 8978743 BLAKE2B b5ed3c82b1b71db2e468b3187eeb9b7c1225114e6c964e849ffe3535bc74569ff5d3b479c9fc805966c52af294ce94b7d3835818126cf0ac44a854785180bfab SHA512 85eb1e14dc5897ebf369ccade464f961c9e44ed7498700da0a94452fe0637814bea88edc6cf50d86d48cd6beadfe782d86e0583f8280034c29003432c39fc8a1 -DIST fin.traineddata-tessdata_best-4.0.0 14369979 BLAKE2B 8f6786f9806071586424159ea80105cc5f40f379c2489b435d59d9b803cb483c49d7aba2f3cf9a16e06b53ea3555631cdec543143e83fb8378ca46b3f56ba204 SHA512 21170644a11b47d4b299bc8c5f62c5ed08c84f6caba60684f4391f73060795b969c38f86a5e1828378974229637afac1730da30d25e329e15887f39eb146d8db -DIST fin.traineddata-tessdata_best-4.1.0 14369979 BLAKE2B 8f6786f9806071586424159ea80105cc5f40f379c2489b435d59d9b803cb483c49d7aba2f3cf9a16e06b53ea3555631cdec543143e83fb8378ca46b3f56ba204 SHA512 21170644a11b47d4b299bc8c5f62c5ed08c84f6caba60684f4391f73060795b969c38f86a5e1828378974229637afac1730da30d25e329e15887f39eb146d8db -DIST fra.traineddata-tessdata_best-4.0.0 3972885 BLAKE2B 83fa9e81f4e825abdbe01a02f9021624c2165280618e1d4a725a197099675183d4cdc513017c5e3df974401b7a9e82416eae772dfa9b9323f2fd5b7f6cc9637b SHA512 d77642b072445a0d69ecc28cf12669417d96aa750f76b99370442ae73c9ba2d595f87416a50a198d2119340a9d59cb5710cd81dbb239a403fd2fc4aa508b1d64 -DIST fra.traineddata-tessdata_best-4.1.0 3972885 BLAKE2B 83fa9e81f4e825abdbe01a02f9021624c2165280618e1d4a725a197099675183d4cdc513017c5e3df974401b7a9e82416eae772dfa9b9323f2fd5b7f6cc9637b SHA512 d77642b072445a0d69ecc28cf12669417d96aa750f76b99370442ae73c9ba2d595f87416a50a198d2119340a9d59cb5710cd81dbb239a403fd2fc4aa508b1d64 -DIST frk.traineddata-tessdata_best-4.0.0 12938047 BLAKE2B 5d0ce153f5e5836185f4bd614b62d8d29a899e30a4bbb2d8c92d24f43a84da01852ff254f257dfcfcd4502c2ecd0e678333704c0f7702a44d9e265c7d350d45a SHA512 5ac6de749edb99a9e3fd492b910791d617181da99f3f286415bd4a878b553a3d77cae0cbdbc02cacf9f126f96e40931fcdf53a75278cc43644d9a9d2ec92f1db -DIST frk.traineddata-tessdata_best-4.1.0 12938047 BLAKE2B 5d0ce153f5e5836185f4bd614b62d8d29a899e30a4bbb2d8c92d24f43a84da01852ff254f257dfcfcd4502c2ecd0e678333704c0f7702a44d9e265c7d350d45a SHA512 5ac6de749edb99a9e3fd492b910791d617181da99f3f286415bd4a878b553a3d77cae0cbdbc02cacf9f126f96e40931fcdf53a75278cc43644d9a9d2ec92f1db -DIST frm.traineddata-tessdata_best-4.0.0 4043005 BLAKE2B caf82bcf29ae6421b95d91dd1c67a7abec164667bb0f9f12b346e99a5b809a7540771377301f7016a9f90f24b605c13e43dccc31f5abc3c7ebd1b2860df000ba SHA512 dbddaffd85766e4d8eb1d39fb268c0d7beacb3bc43bb436fdbd88e5c0dded6a05ea93348a64471a53c45b0a6e3237fa3ec8ff044ba7491dc321a90e4ef555441 -DIST frm.traineddata-tessdata_best-4.1.0 4043005 BLAKE2B caf82bcf29ae6421b95d91dd1c67a7abec164667bb0f9f12b346e99a5b809a7540771377301f7016a9f90f24b605c13e43dccc31f5abc3c7ebd1b2860df000ba SHA512 dbddaffd85766e4d8eb1d39fb268c0d7beacb3bc43bb436fdbd88e5c0dded6a05ea93348a64471a53c45b0a6e3237fa3ec8ff044ba7491dc321a90e4ef555441 -DIST fry.traineddata-tessdata_best-4.0.0 8442509 BLAKE2B 780b051b8fb46aa13d0a30c704fbccce10e5819ef5f401e801c0fabd48f9e45bdb67bfaf259c3a507c7b6c708e2498da69d49e7c57e1b2fc72bd9389fafddc3a SHA512 9fff9834bde02aac94e8ff977e989e765fb13bc6f4a8a2bc5e3cbb425161345c01402bf71a4adb9355ea29c597686c8fc9372f381e653159993f4dfb149c581b -DIST fry.traineddata-tessdata_best-4.1.0 8442509 BLAKE2B 780b051b8fb46aa13d0a30c704fbccce10e5819ef5f401e801c0fabd48f9e45bdb67bfaf259c3a507c7b6c708e2498da69d49e7c57e1b2fc72bd9389fafddc3a SHA512 9fff9834bde02aac94e8ff977e989e765fb13bc6f4a8a2bc5e3cbb425161345c01402bf71a4adb9355ea29c597686c8fc9372f381e653159993f4dfb149c581b -DIST gla.traineddata-tessdata_best-4.0.0 9599424 BLAKE2B 542b614bd0b834521065a8043b661b59f7dff24f0a2aaf24cb29eb6e92e759c0ee81e0f3f31ffdd3017734c5b9fcbe42211b00e1d60df87444ba4a6a9852ff23 SHA512 bdc6a4cc57ffbe864506f05199db6b6721099a3d0d901f55d285aea851866084a712495b5c891a18ae2b4b69cb7ad94f924031e260c66ba7336d6d95b9f88657 -DIST gla.traineddata-tessdata_best-4.1.0 9599424 BLAKE2B 542b614bd0b834521065a8043b661b59f7dff24f0a2aaf24cb29eb6e92e759c0ee81e0f3f31ffdd3017734c5b9fcbe42211b00e1d60df87444ba4a6a9852ff23 SHA512 bdc6a4cc57ffbe864506f05199db6b6721099a3d0d901f55d285aea851866084a712495b5c891a18ae2b4b69cb7ad94f924031e260c66ba7336d6d95b9f88657 -DIST gle.traineddata-tessdata_best-4.0.0 3942458 BLAKE2B 0af94df9951cc536d766d2249924890d1e90dd602a3edfeb1017069e217973702b65d8fc090a2faef304119147f4dc81ab761ca3ce9fe67861cffeebc3ab427c SHA512 f2c377288635034b6bd80f858544aa6ed54e8fd520ebc9fe7b7c3f49d675d43fdd9de7aecb35308a14526cb928ce944cd8f194f6ce2f237ee403987f83682df6 -DIST gle.traineddata-tessdata_best-4.1.0 3942458 BLAKE2B 0af94df9951cc536d766d2249924890d1e90dd602a3edfeb1017069e217973702b65d8fc090a2faef304119147f4dc81ab761ca3ce9fe67861cffeebc3ab427c SHA512 f2c377288635034b6bd80f858544aa6ed54e8fd520ebc9fe7b7c3f49d675d43fdd9de7aecb35308a14526cb928ce944cd8f194f6ce2f237ee403987f83682df6 -DIST glg.traineddata-tessdata_best-4.0.0 12709487 BLAKE2B 9c8c85a3824f8a02d199a6f3edf1761b771aac27cea59faff6a46ef37adcb403ddac2e343bd8035f0f97a817d01b24e1e8bcf2b2f62619211a460609f65a05f3 SHA512 b4324a59313a7cf52d5f0fe08baaea3b8a9ed3f0d324f7c2da3745cea3ceb821fe630ef5f086c305f2e9f021075d98fd97e6e705cf7cbf15ba723d131fb3a99e -DIST glg.traineddata-tessdata_best-4.1.0 12709487 BLAKE2B 9c8c85a3824f8a02d199a6f3edf1761b771aac27cea59faff6a46ef37adcb403ddac2e343bd8035f0f97a817d01b24e1e8bcf2b2f62619211a460609f65a05f3 SHA512 b4324a59313a7cf52d5f0fe08baaea3b8a9ed3f0d324f7c2da3745cea3ceb821fe630ef5f086c305f2e9f021075d98fd97e6e705cf7cbf15ba723d131fb3a99e -DIST grc.traineddata-tessdata_best-4.0.0 5168122 BLAKE2B 02edd589fc91b5372903453d0c0c017ea6a57b7e182faa0759870b2dc494ece8e34bdd42a8d49a8b10f0ddf9ac47a7300777f0b6face4637dd48e23c5579d89b SHA512 fbf6fe197e1ba48dc336bcd5a9e75ca1647b82be9626e44e95f55f7d367f84f2e9440dc8bebf80548f64ff7a4c16ad6ef40f4e911924d470ad70f871d22acf77 -DIST grc.traineddata-tessdata_best-4.1.0 5168122 BLAKE2B 02edd589fc91b5372903453d0c0c017ea6a57b7e182faa0759870b2dc494ece8e34bdd42a8d49a8b10f0ddf9ac47a7300777f0b6face4637dd48e23c5579d89b SHA512 fbf6fe197e1ba48dc336bcd5a9e75ca1647b82be9626e44e95f55f7d367f84f2e9440dc8bebf80548f64ff7a4c16ad6ef40f4e911924d470ad70f871d22acf77 -DIST guj.traineddata-tessdata_best-4.0.0 8515761 BLAKE2B 5781ee99ed6f2c562cff7ae1c4a135309c2690f067c3bf03efb886830196b02a061220afd66c6053dc6415f70c6b77bc59c5df0dc05ac7b807ba7b0f5d4d1c77 SHA512 5f8558f2d9a398b6c212ffa8228b46484fd216d778e8879a0b9fe0b0c2a6e1cd323771a4904e3df1a523b36ee7d54620896d875536a86f6cfcea4e704f26512e -DIST guj.traineddata-tessdata_best-4.1.0 8515761 BLAKE2B 5781ee99ed6f2c562cff7ae1c4a135309c2690f067c3bf03efb886830196b02a061220afd66c6053dc6415f70c6b77bc59c5df0dc05ac7b807ba7b0f5d4d1c77 SHA512 5f8558f2d9a398b6c212ffa8228b46484fd216d778e8879a0b9fe0b0c2a6e1cd323771a4904e3df1a523b36ee7d54620896d875536a86f6cfcea4e704f26512e -DIST hat.traineddata-tessdata_best-4.0.0 12128251 BLAKE2B 032b4b6699d7cebbe5630f91d13cff98af7590de352e50e00a6fb87f104eea9e50f4f45396fcee65dd59eb98a74f235bc6dd38a0c120eddca0aa771ee93efc71 SHA512 a1ee40dd1a434acc7e879afcc23683d45c8a38567ba62e60acf8db3a6261571f36706031759c982675a989d2b6676c94acc11e801857c808fddf04f665134745 -DIST hat.traineddata-tessdata_best-4.1.0 12128251 BLAKE2B 032b4b6699d7cebbe5630f91d13cff98af7590de352e50e00a6fb87f104eea9e50f4f45396fcee65dd59eb98a74f235bc6dd38a0c120eddca0aa771ee93efc71 SHA512 a1ee40dd1a434acc7e879afcc23683d45c8a38567ba62e60acf8db3a6261571f36706031759c982675a989d2b6676c94acc11e801857c808fddf04f665134745 -DIST heb.traineddata-tessdata_best-4.0.0 3704077 BLAKE2B eb21476cb86984b2693e4ff39067f26642c23403ed53f1ef65e547ab57f3817a71df9833ceae8151f1352487b60019a773253776f3a1341a0a2c5c18c03db7c3 SHA512 5de01f0981480af392c2ae4406a44a56566b513ec58a67435ba9d64cd158581ce98519317e5a2393c794ded05a8058dfdbf2bff63dbd589d2fd085b409f15e4d -DIST heb.traineddata-tessdata_best-4.1.0 3704077 BLAKE2B eb21476cb86984b2693e4ff39067f26642c23403ed53f1ef65e547ab57f3817a71df9833ceae8151f1352487b60019a773253776f3a1341a0a2c5c18c03db7c3 SHA512 5de01f0981480af392c2ae4406a44a56566b513ec58a67435ba9d64cd158581ce98519317e5a2393c794ded05a8058dfdbf2bff63dbd589d2fd085b409f15e4d -DIST hin.traineddata-tessdata_best-4.0.0 11895564 BLAKE2B ebd9bd3d4fd3a27df4386e1dc94d8290a80d75dfd5ebdeb7b3124a586724031cb9f0b019d97ff25477ee943502ff7916f54b166ae4e7e1f773339b6c423f004e SHA512 3dd7d4d5465a7bd8e10c48d73859e4efe2729d4fda875928a3ee83b682bec09bfdca79e0493f1926e4d23bcf7f6b01e5f6592d7785058b6795924f2e2b4d63a2 -DIST hin.traineddata-tessdata_best-4.1.0 11895564 BLAKE2B ebd9bd3d4fd3a27df4386e1dc94d8290a80d75dfd5ebdeb7b3124a586724031cb9f0b019d97ff25477ee943502ff7916f54b166ae4e7e1f773339b6c423f004e SHA512 3dd7d4d5465a7bd8e10c48d73859e4efe2729d4fda875928a3ee83b682bec09bfdca79e0493f1926e4d23bcf7f6b01e5f6592d7785058b6795924f2e2b4d63a2 -DIST hrv.traineddata-tessdata_best-4.0.0 11195424 BLAKE2B 23d99627e833203bf02155ff4ca15192be080e3c23a8ca48eb71ea115786f8baf7514d6e9404b1c817b2f9c0d48c0eb5da4520397b3a38249ccf0478a48decc4 SHA512 06973f4cf0a59d398db2f45e36f94f0ea8e2bdfb2c1b209be1a850e8128642dd760d2aa8ef93c7972eca45c4f163d9b01e68949a173bd6976438b3596f2b2482 -DIST hrv.traineddata-tessdata_best-4.1.0 11195424 BLAKE2B 23d99627e833203bf02155ff4ca15192be080e3c23a8ca48eb71ea115786f8baf7514d6e9404b1c817b2f9c0d48c0eb5da4520397b3a38249ccf0478a48decc4 SHA512 06973f4cf0a59d398db2f45e36f94f0ea8e2bdfb2c1b209be1a850e8128642dd760d2aa8ef93c7972eca45c4f163d9b01e68949a173bd6976438b3596f2b2482 -DIST hun.traineddata-tessdata_best-4.0.0 12350405 BLAKE2B c8b92651907c1b7e331757834fabb39422fed2b8bde7d46ba87356d9bf31244618cb8b14c8053addc6633d43fbe7e4e533f4e94797ad6ffd5ad2a420f7835cf7 SHA512 4efb9618102b5daf6b98415609b8a7739da6d3febd69a1ae104fe581cd2d6f67af43ea93d4d358be9360a0a1229f001a1d76807018c74da36b5377e6b621f967 -DIST hun.traineddata-tessdata_best-4.1.0 12350405 BLAKE2B c8b92651907c1b7e331757834fabb39422fed2b8bde7d46ba87356d9bf31244618cb8b14c8053addc6633d43fbe7e4e533f4e94797ad6ffd5ad2a420f7835cf7 SHA512 4efb9618102b5daf6b98415609b8a7739da6d3febd69a1ae104fe581cd2d6f67af43ea93d4d358be9360a0a1229f001a1d76807018c74da36b5377e6b621f967 -DIST hye.traineddata-tessdata_best-4.0.0 6372242 BLAKE2B 0b279cfb8cba5b9a3c91ac67ad5dfdcd3680adff1d6775377d3e443389566cfb2bffbacb75b7c6ebbf8e26c7131a4bfd151282206bcdde9560ef3abe3e897067 SHA512 914156bf0dcd6edb6ffc293257008fa4054ae5ec48beafd880a7f023bc79de828426d7ac6a16ef2ce149487f93b505a9a8f953597036b81a8b751200d07b4158 -DIST hye.traineddata-tessdata_best-4.1.0 6372242 BLAKE2B 0b279cfb8cba5b9a3c91ac67ad5dfdcd3680adff1d6775377d3e443389566cfb2bffbacb75b7c6ebbf8e26c7131a4bfd151282206bcdde9560ef3abe3e897067 SHA512 914156bf0dcd6edb6ffc293257008fa4054ae5ec48beafd880a7f023bc79de828426d7ac6a16ef2ce149487f93b505a9a8f953597036b81a8b751200d07b4158 -DIST iku.traineddata-tessdata_best-4.0.0 6139484 BLAKE2B 18fb25c82005ef5be4e86c9c735074c83934980ad509a6e2702639188fc673b0b310aed7e261ddbb64d1268e43ccc6c8edd13f8a65cab9d123c1ec0759325af0 SHA512 e29d908b81961d1beb207a86ddde541e30f0de68731b34120beab4236555a9755270e6a7406980fcc4fe2c941a724eccaf026d1b591c8183e1ddee0e64b54e7c -DIST iku.traineddata-tessdata_best-4.1.0 6139484 BLAKE2B 18fb25c82005ef5be4e86c9c735074c83934980ad509a6e2702639188fc673b0b310aed7e261ddbb64d1268e43ccc6c8edd13f8a65cab9d123c1ec0759325af0 SHA512 e29d908b81961d1beb207a86ddde541e30f0de68731b34120beab4236555a9755270e6a7406980fcc4fe2c941a724eccaf026d1b591c8183e1ddee0e64b54e7c -DIST ind.traineddata-tessdata_best-4.0.0 8253606 BLAKE2B 2776a5ae7c44e0d2551b8952bf5d9cf35b72c4f114ff468d4758410391e315e52b936f68e06999f05dc74803a7d089ae8ff0d859c01154ab1a7987d5abcc4e07 SHA512 7bf08419b2779ba079b4fd11140f24b8faa5afa05aae44c15a484948360515a1a165f31af23bfd8603f4153cb12e5e67d7eb4019180cda763f1a04b515aa8b69 -DIST ind.traineddata-tessdata_best-4.1.0 8253606 BLAKE2B 2776a5ae7c44e0d2551b8952bf5d9cf35b72c4f114ff468d4758410391e315e52b936f68e06999f05dc74803a7d089ae8ff0d859c01154ab1a7987d5abcc4e07 SHA512 7bf08419b2779ba079b4fd11140f24b8faa5afa05aae44c15a484948360515a1a165f31af23bfd8603f4153cb12e5e67d7eb4019180cda763f1a04b515aa8b69 -DIST isl.traineddata-tessdata_best-4.0.0 9486436 BLAKE2B a640284660440872f3961deae0806ba014d32b4f8a6525c1367a5b169ec5db7d5556fa258b5b3e08956d7adda0b4d0237307f646a23729bab53a1fec3c2de953 SHA512 adc95fbca6ea87fe91db123218be0227c1fc90b2117672bf82ac369cd1804407d8ac68c8b1551ef4db28ea306761cbeaa91b8e3ecfcb16a538e433f418f53905 -DIST isl.traineddata-tessdata_best-4.1.0 9486436 BLAKE2B a640284660440872f3961deae0806ba014d32b4f8a6525c1367a5b169ec5db7d5556fa258b5b3e08956d7adda0b4d0237307f646a23729bab53a1fec3c2de953 SHA512 adc95fbca6ea87fe91db123218be0227c1fc90b2117672bf82ac369cd1804407d8ac68c8b1551ef4db28ea306761cbeaa91b8e3ecfcb16a538e433f418f53905 -DIST ita.traineddata-tessdata_best-4.0.0 8863667 BLAKE2B 6bb2669a54281839816de31b78cedec74f635e889d6e51b8258bd6c5876ab1caf50a69aaaca5b40a5fce49f0521a3d65edf6001f52b1c44897178b304319c3be SHA512 ef13b6cb7843641f8452f8d40aec020f77883394b0ef0af4b5119c42da487e21ebce6e1f450016f077c4f1731cb7be72009b144bef7b54417c468881a834a310 -DIST ita.traineddata-tessdata_best-4.1.0 8863635 BLAKE2B c55ab4e0d3a9869370790352d4acc5e2d85bc4fa3e455ee540251621be5a48fc11bb490a6c0d8be6e5f879828f58e9aa620ff8665e283abee934f7107e4c0b95 SHA512 9430e64e164cbf1fa6f6ab5cc4ebea8ea33cedb6200ffd5b4ab2e5ea985e04f51e9d76274a51124199b767201e4782e6a4aca0810ff696cbfe77a816f5c0e9af -DIST ita_old.traineddata-tessdata_best-4.0.0 9852171 BLAKE2B a1faf32be7eb69f1e2fe655efdb3e3172dbac87169cd1128e5bbefe135fd65187a63cd3e51c384b1416ff4105c1925593896dd4716ebd19d4598a18ccf19c3bf SHA512 b7ad04ab231a5cebd752192a7848862bbc6b690bfc0797bb078fd55eb23d053d5c2fa426ab70cf18ef0ac846eff1b970ec31c57232d70a4b156e1fa33309742e -DIST ita_old.traineddata-tessdata_best-4.1.0 9852171 BLAKE2B a1faf32be7eb69f1e2fe655efdb3e3172dbac87169cd1128e5bbefe135fd65187a63cd3e51c384b1416ff4105c1925593896dd4716ebd19d4598a18ccf19c3bf SHA512 b7ad04ab231a5cebd752192a7848862bbc6b690bfc0797bb078fd55eb23d053d5c2fa426ab70cf18ef0ac846eff1b970ec31c57232d70a4b156e1fa33309742e -DIST jav.traineddata-tessdata_best-4.0.0 8650382 BLAKE2B 057f692c760422c05510d13dc2d2c18229ab9a593dd76a8959784acabc8aac6556415412b4a113af97cc1422ab5690f0e27dbc7dd38f8e0e974cfb51fcad2152 SHA512 4a0ebe7fe0e7f9ae581f948be08727b95fcb03e4ae4be19daf188c52af2e22cec2923061a542c9c1a314f7d6bb0d04a03b1f5f1b5bd81c9cd06792086f81a1d9 -DIST jav.traineddata-tessdata_best-4.1.0 8650382 BLAKE2B 057f692c760422c05510d13dc2d2c18229ab9a593dd76a8959784acabc8aac6556415412b4a113af97cc1422ab5690f0e27dbc7dd38f8e0e974cfb51fcad2152 SHA512 4a0ebe7fe0e7f9ae581f948be08727b95fcb03e4ae4be19daf188c52af2e22cec2923061a542c9c1a314f7d6bb0d04a03b1f5f1b5bd81c9cd06792086f81a1d9 -DIST jpn.traineddata-tessdata_best-4.0.0 14330108 BLAKE2B c0d25e0f08fa1a6d3ccc2e88a114070d110365e7cd08f05ef31abb51ad5c8294845ad197cc9912559d8bbdd1946a483b2dedf0f4ca6ce510a30c362b02d53adb SHA512 d24b82cb668977e60fad9f85919b2918a218da8dd6f3b28f8e546d03c02cdad09eb9016fc31f139c25744685b443962a4bcd4e3902b52c00ff209f13c0251c9f -DIST jpn.traineddata-tessdata_best-4.1.0 14330109 BLAKE2B cb1c48eb68f7098dd0e8b7fb81fd304acb2253a7b0ae23231add00c5c4280a9b95393341d1c9d383d62facb1b39631c829435270297a50bd5928c91e3ca6da30 SHA512 65ff34b1e839a2da83b4f5738c6369ba989a2b8a7c6dd8565bb0e8b6a1939d4d6f703d742a1bbc2b3e3a8edf38362520b7e39611a032aea9e424a61068fd338e -DIST jpn_vert.traineddata-tessdata_best-4.0.0 14330719 BLAKE2B 26c938b545f6cf56e21d934f7808dc92b48df883e3b8c74ee90f94b5151f8ec137d700f6eb905c033579094fd4c1986bc4afe3294114a7c3bd9ad0ddbf443feb SHA512 cd589afa07afeba90acf2e5eed459aa58fca598be3cdb77c0bb71283033d965f5b8b61a501bde9014d30e7d247c6b9ec4ff63b37b902eabf78f445afe1dabefb -DIST jpn_vert.traineddata-tessdata_best-4.1.0 14330809 BLAKE2B f2fa3ac9b42d5216880d15b4f9ce2a65bc1f0aead84a82a9b365c56b45118ad4ba4e803dcc7f1cf43ebf56aef195636aa8ab62ffd20f7f42c36c9b06c8775383 SHA512 401d81f3c53dfd2f85a45c6b8e8f678002a3cf4f8187778d2e458b34d2ad4a20acfeb9d963be0363b56037f836588a9cc932c6717568ea92dfe960c4cf1fb7e6 -DIST kan.traineddata-tessdata_best-4.0.0 10233763 BLAKE2B d12b51076b136167fd2331bbdd4b0443224ef1dac0f9b3e471b4580e7bb52dc93997eb55f5bc4221226b78a78c8037ad3ff7d32cf199bfb4030e78ef606aa197 SHA512 199b6912d415159e3c05c3dec45e71b52305862863b759abec826dbc17c88b08cdb18793f36f671522317df93c8b29a8abca571043aabbbf0be4bab4f8222ab3 -DIST kan.traineddata-tessdata_best-4.1.0 10233763 BLAKE2B d12b51076b136167fd2331bbdd4b0443224ef1dac0f9b3e471b4580e7bb52dc93997eb55f5bc4221226b78a78c8037ad3ff7d32cf199bfb4030e78ef606aa197 SHA512 199b6912d415159e3c05c3dec45e71b52305862863b759abec826dbc17c88b08cdb18793f36f671522317df93c8b29a8abca571043aabbbf0be4bab4f8222ab3 -DIST kat.traineddata-tessdata_best-4.0.0 4487336 BLAKE2B ab056d4f64cf18205bb808e380aebd7941f62d84fff38515b5fcb1062812533f2a4a2b2f0dcde299d6a85302bc2d6cf90f3e02684d2d95b247e7c86f0299b6d5 SHA512 2b1709f8742c5279cf8f26d21a45c1bf1fab26f4e155a74092b21b2325e0af8578c39035665475a4f9b66319512630165425cd76ddf1489e50311fd5727b534f -DIST kat.traineddata-tessdata_best-4.1.0 4487336 BLAKE2B ab056d4f64cf18205bb808e380aebd7941f62d84fff38515b5fcb1062812533f2a4a2b2f0dcde299d6a85302bc2d6cf90f3e02684d2d95b247e7c86f0299b6d5 SHA512 2b1709f8742c5279cf8f26d21a45c1bf1fab26f4e155a74092b21b2325e0af8578c39035665475a4f9b66319512630165425cd76ddf1489e50311fd5727b534f -DIST kat_old.traineddata-tessdata_best-4.0.0 3174400 BLAKE2B f9903efa618d20868bf978a96a8dbe05f67725355cf3f361155433333f6494a35ad61d7c6497251bc1dc1569ab6107034f101490fe4d23c1f348357b52a5f2e4 SHA512 428dad38bb45bcba2342bf3ca22987e4e5207eafd9655ad04d9cd8c4e85ef74b05127c163c326b34178f6485c56e06fb0104f2281d9e6d95692b5a3845164d7e -DIST kat_old.traineddata-tessdata_best-4.1.0 3174400 BLAKE2B f9903efa618d20868bf978a96a8dbe05f67725355cf3f361155433333f6494a35ad61d7c6497251bc1dc1569ab6107034f101490fe4d23c1f348357b52a5f2e4 SHA512 428dad38bb45bcba2342bf3ca22987e4e5207eafd9655ad04d9cd8c4e85ef74b05127c163c326b34178f6485c56e06fb0104f2281d9e6d95692b5a3845164d7e -DIST kaz.traineddata-tessdata_best-4.0.0 7528853 BLAKE2B d19ddcca82b735f955c4c02efab6ac7ba9077bddcf831fd1b672a614acd4c46f7d241be6521fe99ee2d9c7cf5c03152e9fdc530f48810f7aaa3c9c421945293c SHA512 ac84426191000767ae3c54285f573ca84e08946c01fa87f63f4415a10091eeb5e65a7152a45291bd42ab57ac27b63464f9adcee976788c7ce1f18119aaceac3e -DIST kaz.traineddata-tessdata_best-4.1.0 7528853 BLAKE2B d19ddcca82b735f955c4c02efab6ac7ba9077bddcf831fd1b672a614acd4c46f7d241be6521fe99ee2d9c7cf5c03152e9fdc530f48810f7aaa3c9c421945293c SHA512 ac84426191000767ae3c54285f573ca84e08946c01fa87f63f4415a10091eeb5e65a7152a45291bd42ab57ac27b63464f9adcee976788c7ce1f18119aaceac3e -DIST khm.traineddata-tessdata_best-4.0.0 8104332 BLAKE2B 7f80d38ba692b5ae23ca8f92fd3614874705de3d52f7a10e89bb592a403940b67f0f54c4202c9f202023d3c76654588569971eb9b231af9ee17fc1592a0f5cf4 SHA512 dcff174da366c4cfc06b6810f509bb1a0613844cae34b9f154181f8dbe46ef139980c755074533f233028d3b5ae975bdb60633b359ab95b150ad06111f26a834 -DIST khm.traineddata-tessdata_best-4.1.0 8104332 BLAKE2B 7f80d38ba692b5ae23ca8f92fd3614874705de3d52f7a10e89bb592a403940b67f0f54c4202c9f202023d3c76654588569971eb9b231af9ee17fc1592a0f5cf4 SHA512 dcff174da366c4cfc06b6810f509bb1a0613844cae34b9f154181f8dbe46ef139980c755074533f233028d3b5ae975bdb60633b359ab95b150ad06111f26a834 -DIST kir.traineddata-tessdata_best-4.0.0 11948344 BLAKE2B 047793238943067971467cffc27ba17ac187e1eb6072a7849319bbc31a11d4c9b6df9e196240bcd2b0bafbd8211b9e79d04f919d8f5b1b1dc7e891380cb9bc7e SHA512 ec8bded96d932e2fee7ec93e58cffbd1cfb8eb83137bcea41e5e3bef7976196b63f292e562b7521ec078088e132e9b7e9cd96ae4e8a1aea38164fa98169cb4a3 -DIST kir.traineddata-tessdata_best-4.1.0 11948344 BLAKE2B 047793238943067971467cffc27ba17ac187e1eb6072a7849319bbc31a11d4c9b6df9e196240bcd2b0bafbd8211b9e79d04f919d8f5b1b1dc7e891380cb9bc7e SHA512 ec8bded96d932e2fee7ec93e58cffbd1cfb8eb83137bcea41e5e3bef7976196b63f292e562b7521ec078088e132e9b7e9cd96ae4e8a1aea38164fa98169cb4a3 -DIST kmr.traineddata-tessdata_best-4.0.0 10196464 BLAKE2B 23f9bf2db65b6e4b3a6c8ed15802df343af205e0323fcd6e8c1dcd2c09ceb576ad00023b71d4e650af5f9e0584420908da8b1d1b0d461d3ca9f87a0ef06eec63 SHA512 d74836bf88510378dc8e26e84d6d5c657a96e5fb0c6d20f4ad7ea5f971ad3606480b532d874dd2cbaff135a60002443ecf30b70ae1910e4dd63fa878da533b3e -DIST kmr.traineddata-tessdata_best-4.1.0 10196464 BLAKE2B 23f9bf2db65b6e4b3a6c8ed15802df343af205e0323fcd6e8c1dcd2c09ceb576ad00023b71d4e650af5f9e0584420908da8b1d1b0d461d3ca9f87a0ef06eec63 SHA512 d74836bf88510378dc8e26e84d6d5c657a96e5fb0c6d20f4ad7ea5f971ad3606480b532d874dd2cbaff135a60002443ecf30b70ae1910e4dd63fa878da533b3e -DIST kor.traineddata-tessdata_best-4.0.0 12528128 BLAKE2B cf2c35881ed56199f340a769aaa8e31b5de2e0323fe4ad5a833356cd3151849dc28008517e75935a7db2115ec32f7ea716b0a34a0b1777e1103ceb4299400bb2 SHA512 4b68eb2990f8ffdbd7c3221c3e68afbcd35e1dfd19bd0246bc1efb8a46a8bfd716a50f8f357f82680c806c08cb9e3c28b2dd691a00a490860f351c5532041e69 -DIST kor.traineddata-tessdata_best-4.1.0 12528128 BLAKE2B cf2c35881ed56199f340a769aaa8e31b5de2e0323fe4ad5a833356cd3151849dc28008517e75935a7db2115ec32f7ea716b0a34a0b1777e1103ceb4299400bb2 SHA512 4b68eb2990f8ffdbd7c3221c3e68afbcd35e1dfd19bd0246bc1efb8a46a8bfd716a50f8f357f82680c806c08cb9e3c28b2dd691a00a490860f351c5532041e69 -DIST kor_vert.traineddata-tessdata_best-4.0.0 3964469 BLAKE2B 4cf74c82966cf829193a1ef45577445c4e43917647beb50e85bc7bbe4ce539f28e1bfd012bfb87a27abf995c5b869989cad900b2b2707dbd06578a94c339703f SHA512 2906bea31215b1978f1cba8f1a2f8f91761eeb3cc47fe822cd455df081ec8c095bb92fb61f4d564beab504ab6a1e9ed16b31e80a0803af5a734f917d1f87e046 -DIST kor_vert.traineddata-tessdata_best-4.1.0 3964469 BLAKE2B 4cf74c82966cf829193a1ef45577445c4e43917647beb50e85bc7bbe4ce539f28e1bfd012bfb87a27abf995c5b869989cad900b2b2707dbd06578a94c339703f SHA512 2906bea31215b1978f1cba8f1a2f8f91761eeb3cc47fe822cd455df081ec8c095bb92fb61f4d564beab504ab6a1e9ed16b31e80a0803af5a734f917d1f87e046 -DIST lao.traineddata-tessdata_best-4.0.0 13532551 BLAKE2B dd02433df7656feb5e631728a1fec4d095976dfe4f461d0dde64a8dcb6a11546d3da36091bdb8be91c56fd4006378b2e8787097c6c252716465d416f739f2d92 SHA512 2704aab942012055526c00ad98f6bdcdf605c8f07cb34d6b6fc247deaae5f9d57e5ea41ab2f10eaac5730f5da36de4881f52b3458b3e00babe0e86f8737e5c7c -DIST lao.traineddata-tessdata_best-4.1.0 13532551 BLAKE2B dd02433df7656feb5e631728a1fec4d095976dfe4f461d0dde64a8dcb6a11546d3da36091bdb8be91c56fd4006378b2e8787097c6c252716465d416f739f2d92 SHA512 2704aab942012055526c00ad98f6bdcdf605c8f07cb34d6b6fc247deaae5f9d57e5ea41ab2f10eaac5730f5da36de4881f52b3458b3e00babe0e86f8737e5c7c -DIST lat.traineddata-tessdata_best-4.0.0 9705145 BLAKE2B bbc4f50054e1ebdad18d77bcccb11e3c893526bfb6b71d907feb18871d14067dd006c240da6c9e930423c6ba65bd37071ea44b873a23a49cb6f3427f69535b35 SHA512 48cf8ac868375cc9f7de8ae7e0f9be52291f8876240575fad1ae7132853cada6c0d2b3435ac26b3e435b40d359a72c900146a6f5859c7ffa4d756199c320c85f -DIST lat.traineddata-tessdata_best-4.1.0 9705145 BLAKE2B bbc4f50054e1ebdad18d77bcccb11e3c893526bfb6b71d907feb18871d14067dd006c240da6c9e930423c6ba65bd37071ea44b873a23a49cb6f3427f69535b35 SHA512 48cf8ac868375cc9f7de8ae7e0f9be52291f8876240575fad1ae7132853cada6c0d2b3435ac26b3e435b40d359a72c900146a6f5859c7ffa4d756199c320c85f -DIST lav.traineddata-tessdata_best-4.0.0 5623473 BLAKE2B 12870708bfe94e9ebc202900542ca25915eab97ec38ff821c01bd2c1b8b6e7c3b05f44ded1695dddd3559351b1b69268a155739d0c10bf69cacd4eba5fc0e1f3 SHA512 83a20272a715862371dce6969cd558f605f0abf0afe83868ad69869429c3d81f1678d9577761760a92e7c5a0148d3688c30acada94a36f1c3ab01637a1eb340a -DIST lav.traineddata-tessdata_best-4.1.0 5623473 BLAKE2B 12870708bfe94e9ebc202900542ca25915eab97ec38ff821c01bd2c1b8b6e7c3b05f44ded1695dddd3559351b1b69268a155739d0c10bf69cacd4eba5fc0e1f3 SHA512 83a20272a715862371dce6969cd558f605f0abf0afe83868ad69869429c3d81f1678d9577761760a92e7c5a0148d3688c30acada94a36f1c3ab01637a1eb340a -DIST lit.traineddata-tessdata_best-4.0.0 10252680 BLAKE2B 796c2209770ba4872ff815d418322f0939b613b41bc23e41f1f91a78db69f5fe52328cc7ef3d8413b48014e4224d085af5d20ec8168ca158982e85cfa68669ab SHA512 9d90e648dc0c344151c99099474a70f885ac87f1fe1bba0984c2a9914db284965d7cb0c66fed7c33419ec647ece51512633fb5c6173c12f06ce570f28582c9ef -DIST lit.traineddata-tessdata_best-4.1.0 10252680 BLAKE2B 796c2209770ba4872ff815d418322f0939b613b41bc23e41f1f91a78db69f5fe52328cc7ef3d8413b48014e4224d085af5d20ec8168ca158982e85cfa68669ab SHA512 9d90e648dc0c344151c99099474a70f885ac87f1fe1bba0984c2a9914db284965d7cb0c66fed7c33419ec647ece51512633fb5c6173c12f06ce570f28582c9ef -DIST ltz.traineddata-tessdata_best-4.0.0 12721945 BLAKE2B bde28d2f6babe5699fed2098ebf2fbd360aae76f74cd7a36b40c0ab596f12840ebfb9d952657ffbb1f757c9be3ddc0311180f4554f21a6c40d4f28f187232dcc SHA512 2a5987f73fea783757ab0c6f21a48e513ba8ee8befc7ea2555375bf235c0f56e5b62b75bc4d88a93672e7908b8f74175541983671a23e1fdae709cead0038246 -DIST ltz.traineddata-tessdata_best-4.1.0 12721945 BLAKE2B bde28d2f6babe5699fed2098ebf2fbd360aae76f74cd7a36b40c0ab596f12840ebfb9d952657ffbb1f757c9be3ddc0311180f4554f21a6c40d4f28f187232dcc SHA512 2a5987f73fea783757ab0c6f21a48e513ba8ee8befc7ea2555375bf235c0f56e5b62b75bc4d88a93672e7908b8f74175541983671a23e1fdae709cead0038246 -DIST mal.traineddata-tessdata_best-4.0.0 12524967 BLAKE2B e8bb4d88c48377a47bbba99eca21ffcf33de90983246ac1e422a1b7a0131effa64d2857ba2e00ee30bda2264b48fbd653b360d5c2a4dc139ef2e309b9ea87868 SHA512 a8765853f49ca91a3ed9efb3e89e1f873b39df6e6dac5372cfe7d2764e004b14b084d296a8a41b315076240198af7db855c985d5d511f7732b9f77d3b167d651 -DIST mal.traineddata-tessdata_best-4.1.0 12524967 BLAKE2B e8bb4d88c48377a47bbba99eca21ffcf33de90983246ac1e422a1b7a0131effa64d2857ba2e00ee30bda2264b48fbd653b360d5c2a4dc139ef2e309b9ea87868 SHA512 a8765853f49ca91a3ed9efb3e89e1f873b39df6e6dac5372cfe7d2764e004b14b084d296a8a41b315076240198af7db855c985d5d511f7732b9f77d3b167d651 -DIST mar.traineddata-tessdata_best-4.0.0 13437670 BLAKE2B 83df37abbc4f375647624ea504d517bcef197e027b040db94803223b64600ece936e66e023348758dc42445e34fd777c813ee695a2d55133a4fe4091f605d040 SHA512 06e071b8310806580a46e8050214f7a1d56fef22007e54b165bd56d614c363f800ce0b8facf8fa3904a14a808b69c768e37bae2414066a8c7e13fdcb1f0f3898 -DIST mar.traineddata-tessdata_best-4.1.0 13437670 BLAKE2B 83df37abbc4f375647624ea504d517bcef197e027b040db94803223b64600ece936e66e023348758dc42445e34fd777c813ee695a2d55133a4fe4091f605d040 SHA512 06e071b8310806580a46e8050214f7a1d56fef22007e54b165bd56d614c363f800ce0b8facf8fa3904a14a808b69c768e37bae2414066a8c7e13fdcb1f0f3898 -DIST mkd.traineddata-tessdata_best-4.0.0 3453054 BLAKE2B 193a34a9cff32a78d15b995fd26618de6026e7ca6e1fa544761435e5dba9a0c1abd37299e9037c83f2946032edf30f5c3fa090302a4da8ed6922e7b9c0cc8e53 SHA512 bb0cae6b7487d9817285e2068336e7cc9c3a13c658b0378df2995e9def73da94cd91cfa69f7994e808486cf6ede9b142b1df1f6daf9ae738efe905be14cf4f57 -DIST mkd.traineddata-tessdata_best-4.1.0 3453054 BLAKE2B 193a34a9cff32a78d15b995fd26618de6026e7ca6e1fa544761435e5dba9a0c1abd37299e9037c83f2946032edf30f5c3fa090302a4da8ed6922e7b9c0cc8e53 SHA512 bb0cae6b7487d9817285e2068336e7cc9c3a13c658b0378df2995e9def73da94cd91cfa69f7994e808486cf6ede9b142b1df1f6daf9ae738efe905be14cf4f57 -DIST mlt.traineddata-tessdata_best-4.0.0 5060029 BLAKE2B 9b0ac0bd9aa392fb9e5885d8a5afea1a6847f9588aac4a0e9e732b5f28a144b348b694a7a75e376c0492a38c49715e6d8acddd73a9f62bd4d0d1cb6466cffdaf SHA512 7ec86417946d24301018a87a4e58a12b227419d835dbd81a8c523ea9b1a00a576e048c623e9331e75b580124f93137e11548bef1f152e6eeab831e3c47ddfe4d -DIST mlt.traineddata-tessdata_best-4.1.0 5060029 BLAKE2B 9b0ac0bd9aa392fb9e5885d8a5afea1a6847f9588aac4a0e9e732b5f28a144b348b694a7a75e376c0492a38c49715e6d8acddd73a9f62bd4d0d1cb6466cffdaf SHA512 7ec86417946d24301018a87a4e58a12b227419d835dbd81a8c523ea9b1a00a576e048c623e9331e75b580124f93137e11548bef1f152e6eeab831e3c47ddfe4d -DIST mon.traineddata-tessdata_best-4.0.0 8646663 BLAKE2B c47b10a2c3239f6601c78ce0b4876f9ca6205c8db6d067658ebfa977662aa82c0d01c183887bdc193f2be24c3f0a5b35d87c6f3f1d1096a244dd97d702c61880 SHA512 47d0b3d2ae789a51605f31dfb7ef498f336e7dc4c58e5e38b013c15e31c1cc7d1c307135663e00c01fe26024645384f4b4041a19bd62fde41ea9612f9ed586a4 -DIST mon.traineddata-tessdata_best-4.1.0 8646663 BLAKE2B c47b10a2c3239f6601c78ce0b4876f9ca6205c8db6d067658ebfa977662aa82c0d01c183887bdc193f2be24c3f0a5b35d87c6f3f1d1096a244dd97d702c61880 SHA512 47d0b3d2ae789a51605f31dfb7ef498f336e7dc4c58e5e38b013c15e31c1cc7d1c307135663e00c01fe26024645384f4b4041a19bd62fde41ea9612f9ed586a4 -DIST mri.traineddata-tessdata_best-4.0.0 3610177 BLAKE2B ad2289db31a94c56dc40da2922572107071f40c2ab7edf7b755eeb2a05da1b0818e18a937bc4b5af26f46fea9764a01b9092e809104b9dad1154fba06a76cc97 SHA512 1c445a32d3356f3b7db55bd8be0358adcea3bb6c636755609603dc2cb766ec39b9f17e2ec7b07398f454e6b05b15c546603cc1b2084e1197d760d90b6a3892aa -DIST mri.traineddata-tessdata_best-4.1.0 3610177 BLAKE2B ad2289db31a94c56dc40da2922572107071f40c2ab7edf7b755eeb2a05da1b0818e18a937bc4b5af26f46fea9764a01b9092e809104b9dad1154fba06a76cc97 SHA512 1c445a32d3356f3b7db55bd8be0358adcea3bb6c636755609603dc2cb766ec39b9f17e2ec7b07398f454e6b05b15c546603cc1b2084e1197d760d90b6a3892aa -DIST msa.traineddata-tessdata_best-4.0.0 8230552 BLAKE2B 708ed1b326cdb7bcf4c63355825fd10f9305d749a82b3ce7366207be62751b840cee496de248d0edde6b5ecdf98ab0fd4fb757b55d4e07bb317a088be876f3f0 SHA512 ca5bd3d67068e806c5b695e90afb2f7dd09cbbaa52432c0b8cfacfec95ac435a6486255fed7c0f7f5c4aa3b2dcc957c88318750b29293857e491b4fe00f0126d -DIST msa.traineddata-tessdata_best-4.1.0 8230552 BLAKE2B 708ed1b326cdb7bcf4c63355825fd10f9305d749a82b3ce7366207be62751b840cee496de248d0edde6b5ecdf98ab0fd4fb757b55d4e07bb317a088be876f3f0 SHA512 ca5bd3d67068e806c5b695e90afb2f7dd09cbbaa52432c0b8cfacfec95ac435a6486255fed7c0f7f5c4aa3b2dcc957c88318750b29293857e491b4fe00f0126d -DIST mya.traineddata-tessdata_best-4.0.0 14971060 BLAKE2B 5bcbf8cb5bf984d4818c97cb48fea8e9b7ce527b84f15e14e8f4e10ee6d32e86653927c3b9820292abf3b2fb3a20146e9bf9a0107dcebf181dd692e1d47ca246 SHA512 6acb78ccf8efe8741ad4c95755db932d7c38717dacac4bde60981329c6406d209767366efe3cfc7048111466696d6b99cb101c6f14428dedcc46affe5d52b538 -DIST mya.traineddata-tessdata_best-4.1.0 14971060 BLAKE2B 5bcbf8cb5bf984d4818c97cb48fea8e9b7ce527b84f15e14e8f4e10ee6d32e86653927c3b9820292abf3b2fb3a20146e9bf9a0107dcebf181dd692e1d47ca246 SHA512 6acb78ccf8efe8741ad4c95755db932d7c38717dacac4bde60981329c6406d209767366efe3cfc7048111466696d6b99cb101c6f14428dedcc46affe5d52b538 -DIST nep.traineddata-tessdata_best-4.0.0 12387399 BLAKE2B 1f4551413cba4b637d7f4f842be04266b26069e505fb16c4b3134422fcb7d093deb7446136d19d6b95e652f1ce14642b79f11a0be5f4a0f5c54665e1aeab4754 SHA512 640fbd5cece117a5cceb88bc127fbe67254b70711d1b9005a18332586f733a58b98eb003265246e3dce4add40c037e6296b00cf54951f96e3f9404fe84d41fb1 -DIST nep.traineddata-tessdata_best-4.1.0 12387399 BLAKE2B 1f4551413cba4b637d7f4f842be04266b26069e505fb16c4b3134422fcb7d093deb7446136d19d6b95e652f1ce14642b79f11a0be5f4a0f5c54665e1aeab4754 SHA512 640fbd5cece117a5cceb88bc127fbe67254b70711d1b9005a18332586f733a58b98eb003265246e3dce4add40c037e6296b00cf54951f96e3f9404fe84d41fb1 -DIST nld.traineddata-tessdata_best-4.0.0 8903736 BLAKE2B f4eb00820909818215de071601ecd7714cea14ac019fb5cf6e95cb8d2094eedf9f56fc7f8220e4e6f44edbdff8cbf487e254b19fb05ab51432996ffb59745c16 SHA512 d2d04ede13181d10b0f9f21dfd2ff8471ef5a6c93f7b741ab622b98672302c30e65f5db6a3cdc66c5e5e68aec5a3822891d4f752dbd00fe914f758049e9b085a -DIST nld.traineddata-tessdata_best-4.1.0 8903736 BLAKE2B f4eb00820909818215de071601ecd7714cea14ac019fb5cf6e95cb8d2094eedf9f56fc7f8220e4e6f44edbdff8cbf487e254b19fb05ab51432996ffb59745c16 SHA512 d2d04ede13181d10b0f9f21dfd2ff8471ef5a6c93f7b741ab622b98672302c30e65f5db6a3cdc66c5e5e68aec5a3822891d4f752dbd00fe914f758049e9b085a -DIST nor.traineddata-tessdata_best-4.0.0 14312333 BLAKE2B 0dd82a39efc0b67cfaa38c04fea64022eda06bf5abb785ec0d219faf4d3138359a34232461e0668f03adc4bae121012b6449f9b509a7563203a3681a25b59ba4 SHA512 67e6ee54de53f4699324aab696a2d7b05275e7cdddc6354ce0a4784dafd8b7c9f5c8834b2658fee88e6592b88f6a879d643019e071cdb5241e36da2d57bd9f08 -DIST nor.traineddata-tessdata_best-4.1.0 14312333 BLAKE2B 0dd82a39efc0b67cfaa38c04fea64022eda06bf5abb785ec0d219faf4d3138359a34232461e0668f03adc4bae121012b6449f9b509a7563203a3681a25b59ba4 SHA512 67e6ee54de53f4699324aab696a2d7b05275e7cdddc6354ce0a4784dafd8b7c9f5c8834b2658fee88e6592b88f6a879d643019e071cdb5241e36da2d57bd9f08 -DIST oci.traineddata-tessdata_best-4.0.0 12917692 BLAKE2B 3b38645bf2f3b653416f8984e19f016d17ea4e3e9b3541cf76b5529afe9f9c41b0c9f3feaf9413efe429b08146a094dabb464f17aa47a334fd6a4cfdb46d0bd7 SHA512 026111d374b5fe25676d53497b60df5f2cbf81c8458b1a909da7f827c9728a984caf264be8976c2be1c8e8976d2eb352d92e8e70ec97ea958801964a0eeb72c9 -DIST oci.traineddata-tessdata_best-4.1.0 12917692 BLAKE2B 3b38645bf2f3b653416f8984e19f016d17ea4e3e9b3541cf76b5529afe9f9c41b0c9f3feaf9413efe429b08146a094dabb464f17aa47a334fd6a4cfdb46d0bd7 SHA512 026111d374b5fe25676d53497b60df5f2cbf81c8458b1a909da7f827c9728a984caf264be8976c2be1c8e8976d2eb352d92e8e70ec97ea958801964a0eeb72c9 -DIST ori.traineddata-tessdata_best-4.0.0 8110602 BLAKE2B f032283fd0923bf940c114879599a1f88a9cdcaced9501d440f6a80b15067f8b136f127d6b95db83eb3de50a28e2a8d0db54e93ae6096b0bbb2badfc02831c2b SHA512 6b9cbb9e5daa207d6a569c9d34c7f852ae97cec1d11baf771aea4f5b9920af4372a0c0474ca0f176bcab3434faabc635786c299ec934ecd21896d80d2412ed89 -DIST ori.traineddata-tessdata_best-4.1.0 8110602 BLAKE2B f032283fd0923bf940c114879599a1f88a9cdcaced9501d440f6a80b15067f8b136f127d6b95db83eb3de50a28e2a8d0db54e93ae6096b0bbb2badfc02831c2b SHA512 6b9cbb9e5daa207d6a569c9d34c7f852ae97cec1d11baf771aea4f5b9920af4372a0c0474ca0f176bcab3434faabc635786c299ec934ecd21896d80d2412ed89 -DIST osd.traineddata-tessdata_best-4.0.0 10562727 BLAKE2B ddf38d17e76104216495c798827c024c9d68375f60e2ecc264a495986eac502a9f0159b87adaff96b22b562d774036f0a832d520248842ca1a6550b7ec8c9b4d SHA512 c54f481903187bed19cf14c69b24c44044b540f50814de66dff8d35e6987eea71ef4464492a8fae9242fcb22cccbe59e009f3a4dab6c36ad63f78c52ebe9628f -DIST osd.traineddata-tessdata_best-4.1.0 10562727 BLAKE2B ddf38d17e76104216495c798827c024c9d68375f60e2ecc264a495986eac502a9f0159b87adaff96b22b562d774036f0a832d520248842ca1a6550b7ec8c9b4d SHA512 c54f481903187bed19cf14c69b24c44044b540f50814de66dff8d35e6987eea71ef4464492a8fae9242fcb22cccbe59e009f3a4dab6c36ad63f78c52ebe9628f -DIST pan.traineddata-tessdata_best-4.0.0 11893154 BLAKE2B 47ad07a6ccd4e8b7f10d729dad72681bb378f14254b9dc4aadee2c3ba5f22c6bea88686fed2aa6bcf5f626baafefd3015f3482b4e9c06eb2c69a0dde874688a7 SHA512 5488dc7bdedbe0a66d3433251fa72274b2d1ff8d3cdcfa386c4a337af1a8150291d29eac567eb89e8ea4b5bb143779ea55b75e6caf47a2746d78370add6bfd5a -DIST pan.traineddata-tessdata_best-4.1.0 11893154 BLAKE2B 47ad07a6ccd4e8b7f10d729dad72681bb378f14254b9dc4aadee2c3ba5f22c6bea88686fed2aa6bcf5f626baafefd3015f3482b4e9c06eb2c69a0dde874688a7 SHA512 5488dc7bdedbe0a66d3433251fa72274b2d1ff8d3cdcfa386c4a337af1a8150291d29eac567eb89e8ea4b5bb143779ea55b75e6caf47a2746d78370add6bfd5a -DIST pol.traineddata-tessdata_best-4.0.0 11978867 BLAKE2B c16752a06705fc4e03af8f7853c52d872fb83deed5d1883257bcc7a359b22be484d38555812796e00600067e05f352151908be76f13d763aae0047dbcf0716c9 SHA512 be6e4e73d3cc348be82779efd78883c63ab5d6e0501364a276b2bf915c180db83510df788424426cff0043e92015e4ddf73d2edb2e4151cd49ec7b73d0b2269e -DIST pol.traineddata-tessdata_best-4.1.0 11978867 BLAKE2B c16752a06705fc4e03af8f7853c52d872fb83deed5d1883257bcc7a359b22be484d38555812796e00600067e05f352151908be76f13d763aae0047dbcf0716c9 SHA512 be6e4e73d3cc348be82779efd78883c63ab5d6e0501364a276b2bf915c180db83510df788424426cff0043e92015e4ddf73d2edb2e4151cd49ec7b73d0b2269e -DIST por.traineddata-tessdata_best-4.0.0 8159939 BLAKE2B ccb6fe1a816a88eefff3cf1e07c2802ed2bf30a909361d3ad731df7bd1c3b76a9ff86dcde080e099565c71ec2b4d238169bd8cd165af32293d1b89b480a5271f SHA512 8f12db6b6dea2e935f9a97f1e3e1895ca6637dc2efa3b5cff72ea09218c72fb25eec14d724518083fc9da5dc6622b414c65446206592c106e0848fb91df2ca80 -DIST por.traineddata-tessdata_best-4.1.0 8159939 BLAKE2B ccb6fe1a816a88eefff3cf1e07c2802ed2bf30a909361d3ad731df7bd1c3b76a9ff86dcde080e099565c71ec2b4d238169bd8cd165af32293d1b89b480a5271f SHA512 8f12db6b6dea2e935f9a97f1e3e1895ca6637dc2efa3b5cff72ea09218c72fb25eec14d724518083fc9da5dc6622b414c65446206592c106e0848fb91df2ca80 -DIST pus.traineddata-tessdata_best-4.0.0 11987930 BLAKE2B 86c202f7c80b04ab431ce4463aebcf7c394175bbff8544e1bb0dba9d0ce4035b166521298b771bfcaa88ba7a7a04e273b9fc0a4759da8108619c1a6845572f42 SHA512 e8a632590ac96cd4fecffb0bdefc228652ebedeb9e6617fab0a8c24749647294d2bbd944894710dad57e47425c9d6e82c2a206773458d28033c856c37e468957 -DIST pus.traineddata-tessdata_best-4.1.0 11987930 BLAKE2B 86c202f7c80b04ab431ce4463aebcf7c394175bbff8544e1bb0dba9d0ce4035b166521298b771bfcaa88ba7a7a04e273b9fc0a4759da8108619c1a6845572f42 SHA512 e8a632590ac96cd4fecffb0bdefc228652ebedeb9e6617fab0a8c24749647294d2bbd944894710dad57e47425c9d6e82c2a206773458d28033c856c37e468957 -DIST que.traineddata-tessdata_best-4.0.0 10774587 BLAKE2B 1bc0781cfba6b2ad8d1942fe45fc66827df6fe78be3411fd94397126ac0ab51590c33ced3b99776d4e08e8a2c897e8a05feb496781ca7972377288c129a6adc0 SHA512 339a3eb0ee317e68a019b32cc34d72484159910816257655ec251721ce58c4f3669379ffe536caa0db9c3d75fcda7db3defcb9bd8b2edca93c8ba6f0f88d2ddf -DIST que.traineddata-tessdata_best-4.1.0 10774587 BLAKE2B 1bc0781cfba6b2ad8d1942fe45fc66827df6fe78be3411fd94397126ac0ab51590c33ced3b99776d4e08e8a2c897e8a05feb496781ca7972377288c129a6adc0 SHA512 339a3eb0ee317e68a019b32cc34d72484159910816257655ec251721ce58c4f3669379ffe536caa0db9c3d75fcda7db3defcb9bd8b2edca93c8ba6f0f88d2ddf -DIST ron.traineddata-tessdata_best-4.0.0 9595755 BLAKE2B 2707507c8f0809d11f9614a8f66f9b1c40836a5aa487b61656016c307351e0eedab97e33842bf9016341f826a304863b7b8d2dec6bb5f6e762a0f3cf8a2b3a79 SHA512 517b0ff6dc8751f17e738db430b8c7cef7d1c424ef83b42a146247c0751641f108619862bca7485c8cc6d5df860926718f0e34efdd6944c1b54a779974c17cbb -DIST ron.traineddata-tessdata_best-4.1.0 9595755 BLAKE2B 2707507c8f0809d11f9614a8f66f9b1c40836a5aa487b61656016c307351e0eedab97e33842bf9016341f826a304863b7b8d2dec6bb5f6e762a0f3cf8a2b3a79 SHA512 517b0ff6dc8751f17e738db430b8c7cef7d1c424ef83b42a146247c0751641f108619862bca7485c8cc6d5df860926718f0e34efdd6944c1b54a779974c17cbb -DIST rus.traineddata-tessdata_best-4.0.0 15301764 BLAKE2B 316b24890e0da638c6293ff3461cd28d73c19d995c9eadbd9bc10145e09913420a859ddc393c7f6c868826cdbec4348d8f4c9440089f9ca957edb0ef41e2c4a3 SHA512 2c2e6d1a3e7948eff5da71338012033016012307c917fea61fdcb79214c0758e3d043d8899048933ed6b3da2f5c03a258688bb725beeb11ed147542341ddd453 -DIST rus.traineddata-tessdata_best-4.1.0 15301764 BLAKE2B 316b24890e0da638c6293ff3461cd28d73c19d995c9eadbd9bc10145e09913420a859ddc393c7f6c868826cdbec4348d8f4c9440089f9ca957edb0ef41e2c4a3 SHA512 2c2e6d1a3e7948eff5da71338012033016012307c917fea61fdcb79214c0758e3d043d8899048933ed6b3da2f5c03a258688bb725beeb11ed147542341ddd453 -DIST san.traineddata-tessdata_best-4.0.0 15136202 BLAKE2B ff51affb476bae8dd71b47c41a213e40c64e26fb0fd3f6b0dabbe10a7cfb04ad34a00fdf4418f5e7edfe61f89201af2043b0f88256b31e407f489a8dc68174d6 SHA512 43920be70343e36bf210ac2dcc42ec22cf96f3790967a0a84a107718298a20668a940ab7257536fe1bcba77e0fb79e71d2e7456fbe59193940f7bfc58ac52b1a -DIST san.traineddata-tessdata_best-4.1.0 15136202 BLAKE2B ff51affb476bae8dd71b47c41a213e40c64e26fb0fd3f6b0dabbe10a7cfb04ad34a00fdf4418f5e7edfe61f89201af2043b0f88256b31e407f489a8dc68174d6 SHA512 43920be70343e36bf210ac2dcc42ec22cf96f3790967a0a84a107718298a20668a940ab7257536fe1bcba77e0fb79e71d2e7456fbe59193940f7bfc58ac52b1a -DIST sin.traineddata-tessdata_best-4.0.0 8282713 BLAKE2B 5d9e366c6ad18d5966a6ab5d132a14801505405881b9bd7b8e7802bed6418e3f9caee4e4dffb4fb3a1b1db4f1b38e690294969fd01c670b8cba475ad0f4438d7 SHA512 0415737ad20912528e25883aefce20a06230cb1d2023b9f546afffcf5044f3757a792596fec3c3d68e04250b652203c926f89bc576fa8f4c583bb77094d66a5c -DIST sin.traineddata-tessdata_best-4.1.0 8282713 BLAKE2B 5d9e366c6ad18d5966a6ab5d132a14801505405881b9bd7b8e7802bed6418e3f9caee4e4dffb4fb3a1b1db4f1b38e690294969fd01c670b8cba475ad0f4438d7 SHA512 0415737ad20912528e25883aefce20a06230cb1d2023b9f546afffcf5044f3757a792596fec3c3d68e04250b652203c926f89bc576fa8f4c583bb77094d66a5c -DIST slk.traineddata-tessdata_best-4.0.0 11542252 BLAKE2B 066055ce404546365015f32f3af2f6d3e73a8b28788446129da3f99041e2425feee3d9371d61175b2213560875bf64826c2815f5e80177fc051aefcf2040ce56 SHA512 798fb550068ccaab98fca82633f2d01d384638105391894942eb9d5d0753d5586cb53fbd9da0aaeae569a3385f9fe8c32507163f6450353bccdbc5b32a081d83 -DIST slk.traineddata-tessdata_best-4.1.0 11542252 BLAKE2B 066055ce404546365015f32f3af2f6d3e73a8b28788446129da3f99041e2425feee3d9371d61175b2213560875bf64826c2815f5e80177fc051aefcf2040ce56 SHA512 798fb550068ccaab98fca82633f2d01d384638105391894942eb9d5d0753d5586cb53fbd9da0aaeae569a3385f9fe8c32507163f6450353bccdbc5b32a081d83 -DIST slv.traineddata-tessdata_best-4.0.0 5879151 BLAKE2B 7f798b355d2b513f183d3e3f3caa2338051710543e78f2319ba8558244992bbfbdb358ad63a108c65d6e5b1ee4d6924faeac1ad263c82abb8571e739e1955cfe SHA512 b6fff55ef5d017620b30b30e17574aded00562f7011ff8fa630a484267ec1e3030a12e3adb829037bc6b5c247649ae6ce59543875f3bd11976de5cdafaefe2a5 -DIST slv.traineddata-tessdata_best-4.1.0 5879151 BLAKE2B 7f798b355d2b513f183d3e3f3caa2338051710543e78f2319ba8558244992bbfbdb358ad63a108c65d6e5b1ee4d6924faeac1ad263c82abb8571e739e1955cfe SHA512 b6fff55ef5d017620b30b30e17574aded00562f7011ff8fa630a484267ec1e3030a12e3adb829037bc6b5c247649ae6ce59543875f3bd11976de5cdafaefe2a5 -DIST snd.traineddata-tessdata_best-4.0.0 11981538 BLAKE2B 38aadb069bad14890e99dff8994f4436e72e931f60e92d0da32b778a2cdb72542fb191c952311e379c59a01ed6f90f2988defab074e2134b298fe4222744d39b SHA512 ce55f53cfb5d7a4c4a7afc9341aaa50c67f6b1d5f83e20a3ffec2a584bc7d044e7fd84aa6d87066f5f05f57033b4dc3a7be1c1e8b0ee880a13d4d6cb3ffff8d1 -DIST snd.traineddata-tessdata_best-4.1.0 11981538 BLAKE2B 38aadb069bad14890e99dff8994f4436e72e931f60e92d0da32b778a2cdb72542fb191c952311e379c59a01ed6f90f2988defab074e2134b298fe4222744d39b SHA512 ce55f53cfb5d7a4c4a7afc9341aaa50c67f6b1d5f83e20a3ffec2a584bc7d044e7fd84aa6d87066f5f05f57033b4dc3a7be1c1e8b0ee880a13d4d6cb3ffff8d1 -DIST spa.traineddata-tessdata_best-4.0.0 13570187 BLAKE2B 2e4c0b7ec5e0adaf0fc8b056aabc23a98c89ffd9e00ca3626058c50a69b74fc4c33242855788dafa7baf24eec4eabb2d942347c341d1bc64498167829ece730c SHA512 bf366d88cdbaf35e339af3c61342ae5e697ca29630a258408b50e4030019f7ce93ef35d76b8183be167423d4826f9721f360b6a63fa7291552521d97aaa47c53 -DIST spa.traineddata-tessdata_best-4.1.0 13570187 BLAKE2B 2e4c0b7ec5e0adaf0fc8b056aabc23a98c89ffd9e00ca3626058c50a69b74fc4c33242855788dafa7baf24eec4eabb2d942347c341d1bc64498167829ece730c SHA512 bf366d88cdbaf35e339af3c61342ae5e697ca29630a258408b50e4030019f7ce93ef35d76b8183be167423d4826f9721f360b6a63fa7291552521d97aaa47c53 -DIST spa_old.traineddata-tessdata_best-4.0.0 9476925 BLAKE2B 8866d7c3f2574650531578d9dac007c0ff0395f82206f233f6b9acd7c5e704b557df2816cb1b041df68b3b53a2111e3b3f98f0d923f2efa0238fdec84452221b SHA512 8ef994a4afb35cf606adec72c71bf0a900f8ae78ac4c11f2cf7ee6df51f779983fcf2433e878a2544848368f7a3062842ce7418b25d158cb8e708eae4e4420f1 -DIST spa_old.traineddata-tessdata_best-4.1.0 9476925 BLAKE2B 8866d7c3f2574650531578d9dac007c0ff0395f82206f233f6b9acd7c5e704b557df2816cb1b041df68b3b53a2111e3b3f98f0d923f2efa0238fdec84452221b SHA512 8ef994a4afb35cf606adec72c71bf0a900f8ae78ac4c11f2cf7ee6df51f779983fcf2433e878a2544848368f7a3062842ce7418b25d158cb8e708eae4e4420f1 -DIST sqi.traineddata-tessdata_best-4.0.0 4631498 BLAKE2B b0febfe66567472574380662584951b4c58520dc3b2cc1147626025e39eb7b9d03e600e5adf007bd84af3fa196d187967176424a75d38c2bc1abbb34a1c1c75f SHA512 0c0e59c56b21ccf682d9acf70d190d6cef077ff4274316b9365e5a0fdf498e09eb9d3364e51fe04bafcf5bdc4b8d3847076a8274b47536c8e90f1b04a26d25ad -DIST sqi.traineddata-tessdata_best-4.1.0 4631498 BLAKE2B b0febfe66567472574380662584951b4c58520dc3b2cc1147626025e39eb7b9d03e600e5adf007bd84af3fa196d187967176424a75d38c2bc1abbb34a1c1c75f SHA512 0c0e59c56b21ccf682d9acf70d190d6cef077ff4274316b9365e5a0fdf498e09eb9d3364e51fe04bafcf5bdc4b8d3847076a8274b47536c8e90f1b04a26d25ad -DIST srp.traineddata-tessdata_best-4.0.0 9345851 BLAKE2B 00cb3a256624f3185b37db269421ee5af8887bd57f44f262af4b1972bacc5e074414a8c24f034b21174ef5026d99328da826dba4381e45e9d7ca8992115b3208 SHA512 ec8657724a65f719364cd73daf4435c06bc5b8e16d62aa2b5563cb1350ec5e324c296c186a912b19621083d1c85da95ab9dc12b445965ba5aa405b65d89639c4 -DIST srp.traineddata-tessdata_best-4.1.0 9345851 BLAKE2B 00cb3a256624f3185b37db269421ee5af8887bd57f44f262af4b1972bacc5e074414a8c24f034b21174ef5026d99328da826dba4381e45e9d7ca8992115b3208 SHA512 ec8657724a65f719364cd73daf4435c06bc5b8e16d62aa2b5563cb1350ec5e324c296c186a912b19621083d1c85da95ab9dc12b445965ba5aa405b65d89639c4 -DIST srp_latn.traineddata-tessdata_best-4.0.0 9831713 BLAKE2B 9cc35896614086a4c4457f5cc473ecb9a747c2e390f3cda41e1234a9388e97b4fc415307b93078a2813f98b4b9cca773a98bc8a9e763d0afcf419d3fc8b1c3da SHA512 fe004effd2b8cfa63a186e02f80bf936c5fd010da6b1c74a118f0fed656b17e0260406d4aaa51247e8e3617f01e21f040c54e0b0c91fda83f5a5550adface6b3 -DIST srp_latn.traineddata-tessdata_best-4.1.0 9831713 BLAKE2B 9cc35896614086a4c4457f5cc473ecb9a747c2e390f3cda41e1234a9388e97b4fc415307b93078a2813f98b4b9cca773a98bc8a9e763d0afcf419d3fc8b1c3da SHA512 fe004effd2b8cfa63a186e02f80bf936c5fd010da6b1c74a118f0fed656b17e0260406d4aaa51247e8e3617f01e21f040c54e0b0c91fda83f5a5550adface6b3 -DIST sun.traineddata-tessdata_best-4.0.0 4132820 BLAKE2B fe8360b667f3002c93f70076de31a61a03273603828c105b73a354accf914255376d5efede2588f3c027618ec4fbd253e2a6996eb189db1e49d4993edf58f6e3 SHA512 04813615d4712725a63024e06843b024d88deaf56d7e01e81879f739a962ba21ab0af88a96e69c207d289cbcb66d3001458c8e4fab77fe26411ea6ae6852bfb9 -DIST sun.traineddata-tessdata_best-4.1.0 4132820 BLAKE2B fe8360b667f3002c93f70076de31a61a03273603828c105b73a354accf914255376d5efede2588f3c027618ec4fbd253e2a6996eb189db1e49d4993edf58f6e3 SHA512 04813615d4712725a63024e06843b024d88deaf56d7e01e81879f739a962ba21ab0af88a96e69c207d289cbcb66d3001458c8e4fab77fe26411ea6ae6852bfb9 -DIST swa.traineddata-tessdata_best-4.0.0 4914855 BLAKE2B 3a3e56fb2c81b4a7054cbc649a981561ca5c1ca56a197349ef8457e90aa6086db3e841c4f864b46cf756fe0074d3beca22a34d8a4ebe9dee487f62e0b4cd28fd SHA512 2827ed90b79b47eda112ffe5ba3ec2e5f7ad6edf2f37b823551e95f743871490e31ac3519b793e442222fa4f399d1d89a377d03d7cd5f95dd52b3293d9ae8c6c -DIST swa.traineddata-tessdata_best-4.1.0 4914855 BLAKE2B 3a3e56fb2c81b4a7054cbc649a981561ca5c1ca56a197349ef8457e90aa6086db3e841c4f864b46cf756fe0074d3beca22a34d8a4ebe9dee487f62e0b4cd28fd SHA512 2827ed90b79b47eda112ffe5ba3ec2e5f7ad6edf2f37b823551e95f743871490e31ac3519b793e442222fa4f399d1d89a377d03d7cd5f95dd52b3293d9ae8c6c -DIST swe.traineddata-tessdata_best-4.0.0 14325549 BLAKE2B b89a5b1e572ffe01d1bc9704c0be1b508cba5ef83f595c9d98fa3c2354dfae6ce4f17f726778979e834ca57df7c9c8c611b0027801faf5fcbac3b4b4c259e40d SHA512 b2eea45f2f7d9ef2ad665079a1f9e970e42352e478de1f2d267855193e9e9b6b43b87611a6fd43db6d2853191f1ce7c7964408f8d3ac16873c802f274e5c8f78 -DIST swe.traineddata-tessdata_best-4.1.0 14325549 BLAKE2B b89a5b1e572ffe01d1bc9704c0be1b508cba5ef83f595c9d98fa3c2354dfae6ce4f17f726778979e834ca57df7c9c8c611b0027801faf5fcbac3b4b4c259e40d SHA512 b2eea45f2f7d9ef2ad665079a1f9e970e42352e478de1f2d267855193e9e9b6b43b87611a6fd43db6d2853191f1ce7c7964408f8d3ac16873c802f274e5c8f78 -DIST syr.traineddata-tessdata_best-4.0.0 12498294 BLAKE2B 5af569c79bf9a451f9ab478ae41310870cbe52e7b4133c89f8d4feba3d6e6edaa162c2ba6d561d9c85cb6d91d138693e07e2662194b59f06ffaa46533ff416e8 SHA512 886a4d9bdf035e2028371de5f98bc302645a68cdbf992a24c9d744aee3c8919dadf60ea594b8f5ca207bdef6be1c798fe9d942bead082dd02c0b42bb76af3307 -DIST syr.traineddata-tessdata_best-4.1.0 12498294 BLAKE2B 5af569c79bf9a451f9ab478ae41310870cbe52e7b4133c89f8d4feba3d6e6edaa162c2ba6d561d9c85cb6d91d138693e07e2662194b59f06ffaa46533ff416e8 SHA512 886a4d9bdf035e2028371de5f98bc302645a68cdbf992a24c9d744aee3c8919dadf60ea594b8f5ca207bdef6be1c798fe9d942bead082dd02c0b42bb76af3307 -DIST tam.traineddata-tessdata_best-4.0.0 6023201 BLAKE2B 85687b4134422e5eace00faa8b27fbb5b2ef910f09d785ce598fe23ceccfc8b79fe3fd271553e7cee95cfa6f99be6125abc4ed03da517629c88d03fd600adb84 SHA512 ff9bd903b0a7a5e6568b0b525a54bb81d166126a75fd993cca17be30f44c3e0fb96622711843e7dc082bc0e3f348191a7185fd91e6e5e90aba4ad0bf133accce -DIST tam.traineddata-tessdata_best-4.1.0 6023201 BLAKE2B 85687b4134422e5eace00faa8b27fbb5b2ef910f09d785ce598fe23ceccfc8b79fe3fd271553e7cee95cfa6f99be6125abc4ed03da517629c88d03fd600adb84 SHA512 ff9bd903b0a7a5e6568b0b525a54bb81d166126a75fd993cca17be30f44c3e0fb96622711843e7dc082bc0e3f348191a7185fd91e6e5e90aba4ad0bf133accce -DIST tat.traineddata-tessdata_best-4.0.0 7585204 BLAKE2B d828eb6c787e8c3f6ae18b343e2e21c212e758d8599e5b5464862ade3bed3a3c2338eaf1fe1d892f0fc75290998da2b9ef6ecaaf976a6b08b81b4ecb8850ce86 SHA512 dd2f1d6ab9b8b359277886fe5b9eb83675e55de98c197706f85d5d4c07af89a94d873911fa0bd32459e295fe67b3d127b1457a3c02f15a6ec52ce4853705201b -DIST tat.traineddata-tessdata_best-4.1.0 7585204 BLAKE2B d828eb6c787e8c3f6ae18b343e2e21c212e758d8599e5b5464862ade3bed3a3c2338eaf1fe1d892f0fc75290998da2b9ef6ecaaf976a6b08b81b4ecb8850ce86 SHA512 dd2f1d6ab9b8b359277886fe5b9eb83675e55de98c197706f85d5d4c07af89a94d873911fa0bd32459e295fe67b3d127b1457a3c02f15a6ec52ce4853705201b -DIST tel.traineddata-tessdata_best-4.0.0 9098795 BLAKE2B a618b76b69b0378adbb9fc878057a2086dd076ebbbfe38007b2b9d1463c5cd0b9fbc5b873fb5a30a312cc761a415f48c7e10122435a6d03173e4da119a7ef33b SHA512 c6d7d230ddc19f03eed540f64e317aaa56bd9e3f126850cb0673e5ca90a7db5253a2ec21f6e691f2cf6abcd2211c801fc12cdfc9b960f69dc773e932e93568a3 -DIST tel.traineddata-tessdata_best-4.1.0 9098795 BLAKE2B a618b76b69b0378adbb9fc878057a2086dd076ebbbfe38007b2b9d1463c5cd0b9fbc5b873fb5a30a312cc761a415f48c7e10122435a6d03173e4da119a7ef33b SHA512 c6d7d230ddc19f03eed540f64e317aaa56bd9e3f126850cb0673e5ca90a7db5253a2ec21f6e691f2cf6abcd2211c801fc12cdfc9b960f69dc773e932e93568a3 -DIST tgk.traineddata-tessdata_best-4.0.0 4602842 BLAKE2B ae844f15123c4a260aef097f0aa631c149a92880a8d15d40af8253fb3e1c29b3ac726a8c6b9e0a5a31466b8011d36c4a1642b2665c887deb950dff559f3eb6c6 SHA512 6c3f59358b59f74e3cb1d8e4b197264498776efbafe5539b01263dfba118049b35f90daff315352777dffd735c02f0f70db1f147c82c964055d5c56d8e9fb773 -DIST tgk.traineddata-tessdata_best-4.1.0 4602842 BLAKE2B ae844f15123c4a260aef097f0aa631c149a92880a8d15d40af8253fb3e1c29b3ac726a8c6b9e0a5a31466b8011d36c4a1642b2665c887deb950dff559f3eb6c6 SHA512 6c3f59358b59f74e3cb1d8e4b197264498776efbafe5539b01263dfba118049b35f90daff315352777dffd735c02f0f70db1f147c82c964055d5c56d8e9fb773 -DIST tha.traineddata-tessdata_best-4.0.0 7614482 BLAKE2B 1622b6b4eff1028a526060ef41e5379951d3435a4f819922ad2ab31920a9c12c6d14fbc19e5135bb080237b2c4d605ef017ed2bceffc02e11b345203bdb43d0b SHA512 0888e634e8fe7dcadaa6f0b25857609b436e59dc2219f694314c71b80cefa8f9c6ee2a6ef273a04922d95f5b181b2a63a13f26886eefd6c99458247d9875e204 -DIST tha.traineddata-tessdata_best-4.1.0 7614571 BLAKE2B 6c9432cd76b08e2afb98727f8d90980f752310cc6ed3f3cadac88a23be692bac76397413476a4da64e2391aa9ca86509081d8a3c20005a88f6de8f27435f353f SHA512 b47cdf3c6b36ae1c2d17a8e7feb6106938e49864fd9b7de8da3f75ad8432a8ce3db9efc5ec0ccf2f35ae469e91c7a83bc22f16ae33bfa3a0dd6c5e4f6a591063 -DIST tir.traineddata-tessdata_best-4.0.0 2410256 BLAKE2B 52ab842a1bd1bf4467c58e2bc18de98b17f7d7fc8b6cdd0773a700358893e714a8d35faa2c6776cbf22ff8cca5c8a39e8386f295974001fa8e83d669f4924b7b SHA512 6192b4deb6481299d5f98b0fcd68d68b75883b77b8e6e9386b8535f56111d945d007326ea9befbde3c4e3ba6a8e4973202009ab7d11104ca72a4a85fc96626ea -DIST tir.traineddata-tessdata_best-4.1.0 2410256 BLAKE2B 52ab842a1bd1bf4467c58e2bc18de98b17f7d7fc8b6cdd0773a700358893e714a8d35faa2c6776cbf22ff8cca5c8a39e8386f295974001fa8e83d669f4924b7b SHA512 6192b4deb6481299d5f98b0fcd68d68b75883b77b8e6e9386b8535f56111d945d007326ea9befbde3c4e3ba6a8e4973202009ab7d11104ca72a4a85fc96626ea -DIST ton.traineddata-tessdata_best-4.0.0 3729371 BLAKE2B 9644697ffa8195b8f8fef0b935d1a7e825b71908606e227dccf039e0bbd77244f9e8dc8f892c136dbe31b6c8265128c0a0988af59fe853d17d29b25db6795bc7 SHA512 11f9dd36c1c280d7e9656a19a321b2065f208b16863c77ac5a9dfd8de60f3ad22274fe67f4cd8855c96a799fdafc79e0c85610daff73d50753833c6b9b0adfbd -DIST ton.traineddata-tessdata_best-4.1.0 3729371 BLAKE2B 9644697ffa8195b8f8fef0b935d1a7e825b71908606e227dccf039e0bbd77244f9e8dc8f892c136dbe31b6c8265128c0a0988af59fe853d17d29b25db6795bc7 SHA512 11f9dd36c1c280d7e9656a19a321b2065f208b16863c77ac5a9dfd8de60f3ad22274fe67f4cd8855c96a799fdafc79e0c85610daff73d50753833c6b9b0adfbd -DIST tur.traineddata-tessdata_best-4.0.0 7456265 BLAKE2B 8ae355fe0143da9a717758651f9004dade2349b5004aea7e5df6d0ea9b2912c64184ed9c80cb04606ebcadaa4f24d1b1974ced4b7a0f195a88ff465119c269a6 SHA512 c15d154ad8e481aec0f6e31c67a83049a5047920198b037b61b962ec77af7ef3247b2c0c82a7168fdfb5b73fe2895c1471f7cc0219b1660c2eb34413cc6a2684 -DIST tur.traineddata-tessdata_best-4.1.0 7456265 BLAKE2B 8ae355fe0143da9a717758651f9004dade2349b5004aea7e5df6d0ea9b2912c64184ed9c80cb04606ebcadaa4f24d1b1974ced4b7a0f195a88ff465119c269a6 SHA512 c15d154ad8e481aec0f6e31c67a83049a5047920198b037b61b962ec77af7ef3247b2c0c82a7168fdfb5b73fe2895c1471f7cc0219b1660c2eb34413cc6a2684 -DIST uig.traineddata-tessdata_best-4.0.0 13074609 BLAKE2B cb83bd2439280b440a0ffbe2aa58ebdd33c986a10244c346e1618ad258c175c09b4519624421351090ea062b681c626b7919c270e4a1cf3136e75652394b26f6 SHA512 705c980b43bed650d3108ad7ae7185f587497067eb2a1a5a6d99c85f75283a6ce371316c284dd2cf6ca5a9bfc171fae94075ce29d4ff45df4d27a2100bcb6df1 -DIST uig.traineddata-tessdata_best-4.1.0 13074609 BLAKE2B cb83bd2439280b440a0ffbe2aa58ebdd33c986a10244c346e1618ad258c175c09b4519624421351090ea062b681c626b7919c270e4a1cf3136e75652394b26f6 SHA512 705c980b43bed650d3108ad7ae7185f587497067eb2a1a5a6d99c85f75283a6ce371316c284dd2cf6ca5a9bfc171fae94075ce29d4ff45df4d27a2100bcb6df1 -DIST ukr.traineddata-tessdata_best-4.0.0 10859081 BLAKE2B e6f8f21ce3a32821d1e0717a853da0de7e79be7b0b4c1e1ffd422d02fa2a2bfac203b62f3dc935e572e0e02bb41c3f67081ecb437a075d9f13e15d0e1ffb456a SHA512 466e84f93dccdd9dcb3dcf31ee567e1cc41e8073e056686c1ec64afefe72906baa2c0e6343187a76e3a493a63da38d7fffd48a783b3903f748fd69579a4128af -DIST ukr.traineddata-tessdata_best-4.1.0 10859081 BLAKE2B e6f8f21ce3a32821d1e0717a853da0de7e79be7b0b4c1e1ffd422d02fa2a2bfac203b62f3dc935e572e0e02bb41c3f67081ecb437a075d9f13e15d0e1ffb456a SHA512 466e84f93dccdd9dcb3dcf31ee567e1cc41e8073e056686c1ec64afefe72906baa2c0e6343187a76e3a493a63da38d7fffd48a783b3903f748fd69579a4128af -DIST urd.traineddata-tessdata_best-4.0.0 7994323 BLAKE2B 4b85b704dbd597bdc3ad70d522257550d502c97a27cc6cccaacf3e4909376ae2165e8e441bbbf1800d63014a542fbefa6d641f1ae59593a673e3035babf922cc SHA512 34ac9d87d6f6fe55b92d33b65f45a91d90c76752bda558f0cafb44fdf0ac9dea171daaa0d6171fb7870fd6d3034694e5e82dd4a7a71ef6a3863a4e7d7acd70fd -DIST urd.traineddata-tessdata_best-4.1.0 7994323 BLAKE2B 4b85b704dbd597bdc3ad70d522257550d502c97a27cc6cccaacf3e4909376ae2165e8e441bbbf1800d63014a542fbefa6d641f1ae59593a673e3035babf922cc SHA512 34ac9d87d6f6fe55b92d33b65f45a91d90c76752bda558f0cafb44fdf0ac9dea171daaa0d6171fb7870fd6d3034694e5e82dd4a7a71ef6a3863a4e7d7acd70fd -DIST uzb.traineddata-tessdata_best-4.0.0 12953454 BLAKE2B 3f0cec7aea011c184c4071161cd153fcb4e3b0c144352f2ed18933f066037d16ea84aaf623247d581ebe4dc1cb754fafcbcb86d9f286d6d5e47f251bf83c52b9 SHA512 7c00f8ac5806b232f4486317b0c0adda3f0a19a2996839ac744e7f5a806de1ec88efc602399d2f6f513e8f315f10c977b5da57e66f11b704126baaeb07cc526e -DIST uzb.traineddata-tessdata_best-4.1.0 12953454 BLAKE2B 3f0cec7aea011c184c4071161cd153fcb4e3b0c144352f2ed18933f066037d16ea84aaf623247d581ebe4dc1cb754fafcbcb86d9f286d6d5e47f251bf83c52b9 SHA512 7c00f8ac5806b232f4486317b0c0adda3f0a19a2996839ac744e7f5a806de1ec88efc602399d2f6f513e8f315f10c977b5da57e66f11b704126baaeb07cc526e -DIST uzb_cyrl.traineddata-tessdata_best-4.0.0 4325478 BLAKE2B ca166dc584363364b33875063b0905d5c5a339591fb34d58b5026fa71df4fafd5a2b3e5d04ac2f9b75157c9781492a285f495c8cf1914ac0513edef18eef5e8b SHA512 9141c746b70a80cc662c3c9af6bd80798b9a1197aa925193efdb296169567d809b367f8c732dc73539cb9fc1234e06794e5e7c3f500f03ac2f8e0e1e624c4f44 -DIST uzb_cyrl.traineddata-tessdata_best-4.1.0 4325478 BLAKE2B ca166dc584363364b33875063b0905d5c5a339591fb34d58b5026fa71df4fafd5a2b3e5d04ac2f9b75157c9781492a285f495c8cf1914ac0513edef18eef5e8b SHA512 9141c746b70a80cc662c3c9af6bd80798b9a1197aa925193efdb296169567d809b367f8c732dc73539cb9fc1234e06794e5e7c3f500f03ac2f8e0e1e624c4f44 -DIST vie.traineddata-tessdata_best-4.0.0 12435550 BLAKE2B 3d5b029e27c28d851b56fa9c8b69400c40404aee4a10b978eff3c616f402f2db07cee53633765e385eba8fafbd379b64656846c32b2bd04ca9bd5322a96451e8 SHA512 9633fb6dba55a6b2d80724b36d195799ca9f092e6284f6c40fdc8c5748c3f383c6beaa6ca2f46c7862893491dd58d4929297ea469b72698a6e1b0253d7c2a0fe -DIST vie.traineddata-tessdata_best-4.1.0 12435550 BLAKE2B 3d5b029e27c28d851b56fa9c8b69400c40404aee4a10b978eff3c616f402f2db07cee53633765e385eba8fafbd379b64656846c32b2bd04ca9bd5322a96451e8 SHA512 9633fb6dba55a6b2d80724b36d195799ca9f092e6284f6c40fdc8c5748c3f383c6beaa6ca2f46c7862893491dd58d4929297ea469b72698a6e1b0253d7c2a0fe -DIST yid.traineddata-tessdata_best-4.0.0 3278995 BLAKE2B 52dec464f0cd020d8060e425db2edb40ffc48a0b7efaf1fe5e437ecdf2664739f8cca992000bdf6ddd40e641df9999af40353098bdc19c41c4c3cb4fb15d2cd3 SHA512 17aa0b1ac83245d594bae43b9341f82c97fea5da1a8bd5439c953bbf8b5aa7200353c77e2e43cb1e37432ef559fe27c5708957f14def42a6d3c93753d5e95c78 -DIST yid.traineddata-tessdata_best-4.1.0 3278995 BLAKE2B 52dec464f0cd020d8060e425db2edb40ffc48a0b7efaf1fe5e437ecdf2664739f8cca992000bdf6ddd40e641df9999af40353098bdc19c41c4c3cb4fb15d2cd3 SHA512 17aa0b1ac83245d594bae43b9341f82c97fea5da1a8bd5439c953bbf8b5aa7200353c77e2e43cb1e37432ef559fe27c5708957f14def42a6d3c93753d5e95c78 -DIST yor.traineddata-tessdata_best-4.0.0 3736121 BLAKE2B 370679dface083eef9f5c71e6f0c21bfb78dee7720b54c4431d4414468a6fd6c1ea01144eabe6d4fd992930efeb852f3ccfbc3428b7f3f8c6ac81f5e2613f048 SHA512 fd383977a7196f5e7d50bbd9a04c50783c8e5fb1512593c23a9fec6c49c3f756f0ecd78986cdf1381d6947031eece84680c1db51a727981ec905b3ade8829ddc -DIST yor.traineddata-tessdata_best-4.1.0 3736121 BLAKE2B 370679dface083eef9f5c71e6f0c21bfb78dee7720b54c4431d4414468a6fd6c1ea01144eabe6d4fd992930efeb852f3ccfbc3428b7f3f8c6ac81f5e2613f048 SHA512 fd383977a7196f5e7d50bbd9a04c50783c8e5fb1512593c23a9fec6c49c3f756f0ecd78986cdf1381d6947031eece84680c1db51a727981ec905b3ade8829ddc diff --git a/app-text/tessdata_best/metadata.xml b/app-text/tessdata_best/metadata.xml deleted file mode 100644 index d9cd18a445fe..000000000000 --- a/app-text/tessdata_best/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <use> - <flag name="osd"> Enable support orientation and script detection.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tessdata_best/tessdata_best-4.0.0.ebuild b/app-text/tessdata_best/tessdata_best-4.0.0.ebuild deleted file mode 100644 index ce84d4949e8e..000000000000 --- a/app-text/tessdata_best/tessdata_best-4.0.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN}/raw/${PV}/" - -DESCRIPTION="Most accurate trained models for app-text/tesseract" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata_best" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="+osd" - -RDEPEND="!app-text/tessdata_fast - !app-text/tessdata_legacy - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kmr-Latn:kmr kn:kan ko:kor,kor_vert ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tessdata_best/tessdata_best-4.1.0.ebuild b/app-text/tessdata_best/tessdata_best-4.1.0.ebuild deleted file mode 100644 index d32a09fb7072..000000000000 --- a/app-text/tessdata_best/tessdata_best-4.1.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN}/raw/${PV}/" - -DESCRIPTION="Most accurate trained models for app-text/tesseract" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata_best" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="+osd" - -RDEPEND="!app-text/tessdata_fast - !app-text/tessdata_legacy - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kmr-Latn:kmr kn:kan ko:kor,kor_vert ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tessdata_fast/Manifest b/app-text/tessdata_fast/Manifest deleted file mode 100644 index f3dc3a6f85a6..000000000000 --- a/app-text/tessdata_fast/Manifest +++ /dev/null @@ -1,248 +0,0 @@ -DIST afr.traineddata-tessdata_fast-4.0.0 2652786 BLAKE2B b3d1b1bb64990dd3af9d68ba5071b37cb2c91321dc49208077c76b26919d380f1ceb56ba26310b3c2667bdb44a7ebcc02a13afd0c210af1cb3c9100a69e93c8c SHA512 77f83482d45412896a7020a9e2f20f51b5a4d9b12e5c37f9be14ce73256ff1fb007df3def44110a1eb6d38b8d4601993aa1d851fcb8c48df9746e5a41c190757 -DIST afr.traineddata-tessdata_fast-4.1.0 2652786 BLAKE2B b3d1b1bb64990dd3af9d68ba5071b37cb2c91321dc49208077c76b26919d380f1ceb56ba26310b3c2667bdb44a7ebcc02a13afd0c210af1cb3c9100a69e93c8c SHA512 77f83482d45412896a7020a9e2f20f51b5a4d9b12e5c37f9be14ce73256ff1fb007df3def44110a1eb6d38b8d4601993aa1d851fcb8c48df9746e5a41c190757 -DIST amh.traineddata-tessdata_fast-4.0.0 5470094 BLAKE2B 33cf82a06efdc245d333a7a869da42fd9c7bd552deb68090b28696c573dcb02b35ff4ab53bd5862853af7ef3f389c97872b5331f25ea0c3d5fe32ccf8a08070e SHA512 164a6df5e42cba07a167dc3e7f9548de9fc014037c70e5cfd8082408ce28987b3dd03d136752cf4808aca9dd5e4fd2355d5aa2426b86d7909fef92c410a17132 -DIST amh.traineddata-tessdata_fast-4.1.0 5470094 BLAKE2B 33cf82a06efdc245d333a7a869da42fd9c7bd552deb68090b28696c573dcb02b35ff4ab53bd5862853af7ef3f389c97872b5331f25ea0c3d5fe32ccf8a08070e SHA512 164a6df5e42cba07a167dc3e7f9548de9fc014037c70e5cfd8082408ce28987b3dd03d136752cf4808aca9dd5e4fd2355d5aa2426b86d7909fef92c410a17132 -DIST ara.traineddata-tessdata_fast-4.0.0 1432056 BLAKE2B ce83f34fee2d5725bec6b8a57555b51b1da29e1021e35c65fac553eb44375b4bc3ae6f1a5af52a9584a8c0aeec115a403767cef31915697e30d7e916a9b15771 SHA512 7641b0b0e888498aa3fe062d0d44eda9e08d34e46e1c5ef48f92e9a49d2477c0c4cda5f989862d5441d0804312abd81733baa18ef9945c22524f9b106fc4f81d -DIST ara.traineddata-tessdata_fast-4.1.0 1432056 BLAKE2B ce83f34fee2d5725bec6b8a57555b51b1da29e1021e35c65fac553eb44375b4bc3ae6f1a5af52a9584a8c0aeec115a403767cef31915697e30d7e916a9b15771 SHA512 7641b0b0e888498aa3fe062d0d44eda9e08d34e46e1c5ef48f92e9a49d2477c0c4cda5f989862d5441d0804312abd81733baa18ef9945c22524f9b106fc4f81d -DIST asm.traineddata-tessdata_fast-4.0.0 2045427 BLAKE2B 776ddd7cbcac01a5a1f5fed3b0c67dc8537ae30d49980e1417152d68260856075586939ff839dc8d4c09cef48a2b1aaae8b154540c16f49f66eef3b6f56e8a08 SHA512 66b847338ac5c2ce79393e669d8729be4c9b60c2b19648a42583b6a330219d3be4375d54eff36e7b6f0c5c19694971e7ee23be2b5817034fb2d531a0c84edb80 -DIST asm.traineddata-tessdata_fast-4.1.0 2045427 BLAKE2B 776ddd7cbcac01a5a1f5fed3b0c67dc8537ae30d49980e1417152d68260856075586939ff839dc8d4c09cef48a2b1aaae8b154540c16f49f66eef3b6f56e8a08 SHA512 66b847338ac5c2ce79393e669d8729be4c9b60c2b19648a42583b6a330219d3be4375d54eff36e7b6f0c5c19694971e7ee23be2b5817034fb2d531a0c84edb80 -DIST aze.traineddata-tessdata_fast-4.0.0 3524799 BLAKE2B d7de3840e8f34c7636a8dd1d99dc5d812bcb2d8e660c36ff59790f4b14dc6bc9c107207af10263d3cf0d56a705fdaf04a57f5ebdd7f1995646e8ab4d6a7899af SHA512 912fa6362e2b320e220f88c7157737e63982f9b3fdd7800a625ae1693034c9b24c7e34d893563491f5cd821abf6286f35947f8ef821ef5cd93575f9187bbd452 -DIST aze.traineddata-tessdata_fast-4.1.0 3524799 BLAKE2B d7de3840e8f34c7636a8dd1d99dc5d812bcb2d8e660c36ff59790f4b14dc6bc9c107207af10263d3cf0d56a705fdaf04a57f5ebdd7f1995646e8ab4d6a7899af SHA512 912fa6362e2b320e220f88c7157737e63982f9b3fdd7800a625ae1693034c9b24c7e34d893563491f5cd821abf6286f35947f8ef821ef5cd93575f9187bbd452 -DIST aze_cyrl.traineddata-tessdata_fast-4.0.0 1943672 BLAKE2B 90f20ce0436e49ab8c54c0b6e8f79f3ad83229d0d10b76d85b32a39266edc0b1070f3074e7df9cb56f58de18a2684caab97d07aed642b661698afec89c2b1b9a SHA512 153620a2c1d9c979be5eab5561a91a8dd2da6fbb73f537d54a021268e41c1ae11f579f027a320df1c3e1c8e8eaf4c6165ecbedf8027a0bd2c36e7c8856a874ca -DIST aze_cyrl.traineddata-tessdata_fast-4.1.0 1943672 BLAKE2B 90f20ce0436e49ab8c54c0b6e8f79f3ad83229d0d10b76d85b32a39266edc0b1070f3074e7df9cb56f58de18a2684caab97d07aed642b661698afec89c2b1b9a SHA512 153620a2c1d9c979be5eab5561a91a8dd2da6fbb73f537d54a021268e41c1ae11f579f027a320df1c3e1c8e8eaf4c6165ecbedf8027a0bd2c36e7c8856a874ca -DIST bel.traineddata-tessdata_fast-4.0.0 3692098 BLAKE2B 62e03c20c02611a5b90faeb31806f2d6995e0eea72f17dfb7534524f44f30ed8f95198f912de44c6331af9ffb155da267b48552931b85c1ecc0461592b6de891 SHA512 87d5ad0c37cc08b483e1b99f8dd354f0bf5a98f0a87596dadb9c0d23ae1442edf330011eca4718ad959c14053b8834fe53b3fc5162d320019ba7d2c16faf2682 -DIST bel.traineddata-tessdata_fast-4.1.0 3692098 BLAKE2B 62e03c20c02611a5b90faeb31806f2d6995e0eea72f17dfb7534524f44f30ed8f95198f912de44c6331af9ffb155da267b48552931b85c1ecc0461592b6de891 SHA512 87d5ad0c37cc08b483e1b99f8dd354f0bf5a98f0a87596dadb9c0d23ae1442edf330011eca4718ad959c14053b8834fe53b3fc5162d320019ba7d2c16faf2682 -DIST ben.traineddata-tessdata_fast-4.0.0 855841 BLAKE2B bc665e16fdf0593f5a9f33d8517e957b2b939eed6206a8da964c84a2aff277dc215d82576810a15d1bbaf1f4bcf2427440fdaa8a9da998bd4be7f3d7a191a5f1 SHA512 c282b2922ed741e2ba965e57f6ee81402ab594a1100320baa122b07b6f855e92d5b6ab966ca125de5e53c0a84912f6dbb3fa6783f72c6300ac76cebcb76f0811 -DIST ben.traineddata-tessdata_fast-4.1.0 855841 BLAKE2B bc665e16fdf0593f5a9f33d8517e957b2b939eed6206a8da964c84a2aff277dc215d82576810a15d1bbaf1f4bcf2427440fdaa8a9da998bd4be7f3d7a191a5f1 SHA512 c282b2922ed741e2ba965e57f6ee81402ab594a1100320baa122b07b6f855e92d5b6ab966ca125de5e53c0a84912f6dbb3fa6783f72c6300ac76cebcb76f0811 -DIST bod.traineddata-tessdata_fast-4.0.0 1966440 BLAKE2B 5e5b872ee7a421976c11d22e473bd099bcdd91d4ac52ba493e4ba37ce259c5cfe35d09583828a62a2ed9554090b19df5b6b0253b0b8000e02e47b56b11d2cb1f SHA512 47ffef75c99e29653c16ba5c0c6d77644d44aca6ac92845fb46ac746765214155d5793e1c296fb4407d1e0d18d154ccc5626416c236da70fb051c828229c5db3 -DIST bod.traineddata-tessdata_fast-4.1.0 1966440 BLAKE2B 5e5b872ee7a421976c11d22e473bd099bcdd91d4ac52ba493e4ba37ce259c5cfe35d09583828a62a2ed9554090b19df5b6b0253b0b8000e02e47b56b11d2cb1f SHA512 47ffef75c99e29653c16ba5c0c6d77644d44aca6ac92845fb46ac746765214155d5793e1c296fb4407d1e0d18d154ccc5626416c236da70fb051c828229c5db3 -DIST bos.traineddata-tessdata_fast-4.0.0 2498242 BLAKE2B 7017b91796d118279ae160263b7bdc974dcfaae7c6f41730c4461c70b764e6d598a79fdb6bfa33c63f1f51183ac7f581e5305710c43154df04735612666e4234 SHA512 64fc18c36b6c5144eb187c1f12af69b36f2bbe0b82c53fd16c58698a87843d053e0b0866771a20fc1543c827bfe25e14f871e20daec9a31983af76a400c48dc5 -DIST bos.traineddata-tessdata_fast-4.1.0 2498242 BLAKE2B 7017b91796d118279ae160263b7bdc974dcfaae7c6f41730c4461c70b764e6d598a79fdb6bfa33c63f1f51183ac7f581e5305710c43154df04735612666e4234 SHA512 64fc18c36b6c5144eb187c1f12af69b36f2bbe0b82c53fd16c58698a87843d053e0b0866771a20fc1543c827bfe25e14f871e20daec9a31983af76a400c48dc5 -DIST bre.traineddata-tessdata_fast-4.0.0 6335007 BLAKE2B ef0a779bbce60528fa5af10764e52126e3f8da1f9cdbdb0323408fdd255be57dc3860ed6d2b2958839489a2e867e51e3b0ef4519c9c018f2b68c6c9d57f45254 SHA512 9335e080bd4758b6e9891cc68666278f34667d0f2b2bce3ecd1562fa730e0a6f05c36173238153db1b6499212af28528e5727bd1d0ccde0e44761bab3d52727d -DIST bre.traineddata-tessdata_fast-4.1.0 6335007 BLAKE2B ef0a779bbce60528fa5af10764e52126e3f8da1f9cdbdb0323408fdd255be57dc3860ed6d2b2958839489a2e867e51e3b0ef4519c9c018f2b68c6c9d57f45254 SHA512 9335e080bd4758b6e9891cc68666278f34667d0f2b2bce3ecd1562fa730e0a6f05c36173238153db1b6499212af28528e5727bd1d0ccde0e44761bab3d52727d -DIST bul.traineddata-tessdata_fast-4.0.0 1675212 BLAKE2B b041a237afa60d75b8344cad3aa40abd51c49c1bf3573c9908f8bb8a6c408d232f18c6278f1d41f520c65ef7f0249dfc9c10e7701cf0a848878684b8531782a8 SHA512 c3abc2282f8808af4686fa5ecbb43d070de747a7645afe2a634ffae4fdb93b42f80023b6a5b86ce8d5270c64cee93c1818a8ddcb6826aae9ac9b54292a968219 -DIST bul.traineddata-tessdata_fast-4.1.0 1675212 BLAKE2B b041a237afa60d75b8344cad3aa40abd51c49c1bf3573c9908f8bb8a6c408d232f18c6278f1d41f520c65ef7f0249dfc9c10e7701cf0a848878684b8531782a8 SHA512 c3abc2282f8808af4686fa5ecbb43d070de747a7645afe2a634ffae4fdb93b42f80023b6a5b86ce8d5270c64cee93c1818a8ddcb6826aae9ac9b54292a968219 -DIST cat.traineddata-tessdata_fast-4.0.0 1146012 BLAKE2B 1eb23b29e1c47c020d08c57b725539824cb425dc5dab39c7a3b2b5c741854ff4fa13ff7bec270612cea5f60313af5e9fd64c90ef09a0653a8a52d699959fd461 SHA512 8285ab38ce22c516ead5ce7a7505e7cf125e27b2c784e440a1126005f745dcb33aff2e3d9741e1f7fc4eced0117e71b210b0b4cb801bd3a6bfdc1ad548c0aa3f -DIST cat.traineddata-tessdata_fast-4.1.0 1146012 BLAKE2B 1eb23b29e1c47c020d08c57b725539824cb425dc5dab39c7a3b2b5c741854ff4fa13ff7bec270612cea5f60313af5e9fd64c90ef09a0653a8a52d699959fd461 SHA512 8285ab38ce22c516ead5ce7a7505e7cf125e27b2c784e440a1126005f745dcb33aff2e3d9741e1f7fc4eced0117e71b210b0b4cb801bd3a6bfdc1ad548c0aa3f -DIST ceb.traineddata-tessdata_fast-4.0.0 716214 BLAKE2B bf41070aa1b22aa6e91a702d0a808938f9933463a3027e23b72952de30ff24f6608abf62d5a0a3580fbe8a9c69de142afe59871eec9977d0af61a18dab8972c7 SHA512 e8c43a221789f78bd042fafd35e05e6b9f6cb00373ce29fab701a3f61c65d77464a3b2ff838b1f03a69ffa048803f640a2efba50dddee4a1b4d878d6ad4a90bf -DIST ceb.traineddata-tessdata_fast-4.1.0 716214 BLAKE2B bf41070aa1b22aa6e91a702d0a808938f9933463a3027e23b72952de30ff24f6608abf62d5a0a3580fbe8a9c69de142afe59871eec9977d0af61a18dab8972c7 SHA512 e8c43a221789f78bd042fafd35e05e6b9f6cb00373ce29fab701a3f61c65d77464a3b2ff838b1f03a69ffa048803f640a2efba50dddee4a1b4d878d6ad4a90bf -DIST ces.traineddata-tessdata_fast-4.0.0 3795684 BLAKE2B f66c0bba47862fc7bb76a8986ffedd6cc43bc4a8d6fd5cd2185f848437b557d81e70fe5f46ae232b9b751aa7fe81292afd0ed6442a7d5a87afa44e1ab1f07788 SHA512 85134421f9a21d7af0c676082745f7fa520d4298fde4976abcdb500cb245a1b1c79276c533a5b0c796df89f9654868959d2053488d4e43883dc62dd113dee74b -DIST ces.traineddata-tessdata_fast-4.1.0 3795684 BLAKE2B f66c0bba47862fc7bb76a8986ffedd6cc43bc4a8d6fd5cd2185f848437b557d81e70fe5f46ae232b9b751aa7fe81292afd0ed6442a7d5a87afa44e1ab1f07788 SHA512 85134421f9a21d7af0c676082745f7fa520d4298fde4976abcdb500cb245a1b1c79276c533a5b0c796df89f9654868959d2053488d4e43883dc62dd113dee74b -DIST chi_sim.traineddata-tessdata_fast-4.0.0 2469156 BLAKE2B 8dc9b6ae16b2c59f7c1bcf0134b69c6eb1388384b18e2c5bb1ce972a3074b23486954204563f3a1570fb63615b97237dda7ebe5168d0d2c6f35d68a40d43aad0 SHA512 384895a4c6f6c523437e2f934f9f12c96fb42aa63958ff6473d04c79f6ce919c46412f6c0143c0e061c0198e9c4d9898b6734f7f18cfc30d427b644f0a089397 -DIST chi_sim.traineddata-tessdata_fast-4.1.0 2469156 BLAKE2B 8dc9b6ae16b2c59f7c1bcf0134b69c6eb1388384b18e2c5bb1ce972a3074b23486954204563f3a1570fb63615b97237dda7ebe5168d0d2c6f35d68a40d43aad0 SHA512 384895a4c6f6c523437e2f934f9f12c96fb42aa63958ff6473d04c79f6ce919c46412f6c0143c0e061c0198e9c4d9898b6734f7f18cfc30d427b644f0a089397 -DIST chi_sim_vert.traineddata-tessdata_fast-4.0.0 1927902 BLAKE2B cbfacf6ebf7db688c936fe86db5cff028d17b67e8f2244b92d9b48d607bfbaea6abd4748a91873650c2a260cd7923f198e5e16202791923a7dc6c6859ca16318 SHA512 5b88cf5c5e5fcc4aaeea2b9753a24fd71148e4d27d0c39102a0ade28e52b1976e8c519036fb27cff958e0f8200c81aef407991ca2b6aebe82324b9d81025a7eb -DIST chi_sim_vert.traineddata-tessdata_fast-4.1.0 1927902 BLAKE2B cbfacf6ebf7db688c936fe86db5cff028d17b67e8f2244b92d9b48d607bfbaea6abd4748a91873650c2a260cd7923f198e5e16202791923a7dc6c6859ca16318 SHA512 5b88cf5c5e5fcc4aaeea2b9753a24fd71148e4d27d0c39102a0ade28e52b1976e8c519036fb27cff958e0f8200c81aef407991ca2b6aebe82324b9d81025a7eb -DIST chi_tra.traineddata-tessdata_fast-4.0.0 2366642 BLAKE2B 4c21c8ab7fee9a0e5158b440eb4deb05876a6e61554351eb6bc7753baefb0f29545de2041f4c297a8b918a0f122078a021a56f8925c53a49c2ccf9f760440681 SHA512 363847e2903b1812db73c16a1fb8ef72e69c87f2b27057c636e48ad2e8a9875eb380bdd7950504d397e03610d681084079bc8029d03cdee63433ef0367035ffe -DIST chi_tra.traineddata-tessdata_fast-4.1.0 2366642 BLAKE2B 4c21c8ab7fee9a0e5158b440eb4deb05876a6e61554351eb6bc7753baefb0f29545de2041f4c297a8b918a0f122078a021a56f8925c53a49c2ccf9f760440681 SHA512 363847e2903b1812db73c16a1fb8ef72e69c87f2b27057c636e48ad2e8a9875eb380bdd7950504d397e03610d681084079bc8029d03cdee63433ef0367035ffe -DIST chi_tra_vert.traineddata-tessdata_fast-4.0.0 1824756 BLAKE2B 735792205ec0ae9e4ad3a2734e1a871e4090423800cfafe250efcf7e933c7f53448c60593d1cf7fc8e69eeec428d7be50b6dc99609706a1ad2b3466248702384 SHA512 b3c16ff72611ffa58a9196742430226399c2265999691932ba5cb548ca4e8b82f83abdd529e9a18637231e011c9a80852d8d652995046d2bf56cdfdeafc43e64 -DIST chi_tra_vert.traineddata-tessdata_fast-4.1.0 1824756 BLAKE2B 735792205ec0ae9e4ad3a2734e1a871e4090423800cfafe250efcf7e933c7f53448c60593d1cf7fc8e69eeec428d7be50b6dc99609706a1ad2b3466248702384 SHA512 b3c16ff72611ffa58a9196742430226399c2265999691932ba5cb548ca4e8b82f83abdd529e9a18637231e011c9a80852d8d652995046d2bf56cdfdeafc43e64 -DIST chr.traineddata-tessdata_fast-4.0.0 374944 BLAKE2B bc9e90db116774bca88314fd3de6603b19502bfa452d62bf5cbabc74a8039cfcae9380cd73f37ad9c57b1d2c5e1fc3eb79ad7e11fe06b28df277d08f7740de4a SHA512 a29dc9bb46870bf3e6ee70720781b2ddaf6ca8cbb6879e124b1184d2428b2739405bff6e1644b6a2e6c9089f642b52875782cfbc1dc41893b7fa8028a066535b -DIST chr.traineddata-tessdata_fast-4.1.0 374944 BLAKE2B bc9e90db116774bca88314fd3de6603b19502bfa452d62bf5cbabc74a8039cfcae9380cd73f37ad9c57b1d2c5e1fc3eb79ad7e11fe06b28df277d08f7740de4a SHA512 a29dc9bb46870bf3e6ee70720781b2ddaf6ca8cbb6879e124b1184d2428b2739405bff6e1644b6a2e6c9089f642b52875782cfbc1dc41893b7fa8028a066535b -DIST cos.traineddata-tessdata_fast-4.0.0 2299099 BLAKE2B 39ed95dd5d8103812c386f188f1df1706630de89c717a538d7391ceddcb380d953b5b7a7b53e67ab43f78fde7bcb1b843bcfc522c521fdde1e81fa29e23db8e9 SHA512 d1bdab82106240859319256e87667c0ef9d562559a29f7a148033b5baeced5970b7cd7a3415ab919a6eed7806c0569ab781386e88b2788a518b647f69c55cc74 -DIST cos.traineddata-tessdata_fast-4.1.0 2299099 BLAKE2B 39ed95dd5d8103812c386f188f1df1706630de89c717a538d7391ceddcb380d953b5b7a7b53e67ab43f78fde7bcb1b843bcfc522c521fdde1e81fa29e23db8e9 SHA512 d1bdab82106240859319256e87667c0ef9d562559a29f7a148033b5baeced5970b7cd7a3415ab919a6eed7806c0569ab781386e88b2788a518b647f69c55cc74 -DIST cym.traineddata-tessdata_fast-4.0.0 2208919 BLAKE2B ea325cbb50984ed79e6398f4d4b1a0c627dbac410679126abfd7778e8d800f7ad972d8a919595816ee3bb2dc2969fb84625e931078b41c419cb8f917a2640301 SHA512 2c4092fa858ad2070784c9993744ee0bca1ec77f6261c849363d3643cd3f891af86d88f48150c70e7b115bbd04bf62ffef212e315929a880cb61d4695a8ce844 -DIST cym.traineddata-tessdata_fast-4.1.0 2208919 BLAKE2B ea325cbb50984ed79e6398f4d4b1a0c627dbac410679126abfd7778e8d800f7ad972d8a919595816ee3bb2dc2969fb84625e931078b41c419cb8f917a2640301 SHA512 2c4092fa858ad2070784c9993744ee0bca1ec77f6261c849363d3643cd3f891af86d88f48150c70e7b115bbd04bf62ffef212e315929a880cb61d4695a8ce844 -DIST dan.traineddata-tessdata_fast-4.0.0 2580059 BLAKE2B 3f2582285ffa01934fd077a885c62c82040e1a5cb76be968575fa2485a91b8ae958722f1118531021e851964013f2acdd2df1ca659303c4859dfaa141e60b713 SHA512 d37d7ea48660cdd13f3bb7aef4d7dad6259d7690cd76f911537fc5bcee8c010c634e2c5c36a3ef0fc8b8067c68c4f50f8204e28e48966449f6b4e1364541ef78 -DIST dan.traineddata-tessdata_fast-4.1.0 2580059 BLAKE2B 3f2582285ffa01934fd077a885c62c82040e1a5cb76be968575fa2485a91b8ae958722f1118531021e851964013f2acdd2df1ca659303c4859dfaa141e60b713 SHA512 d37d7ea48660cdd13f3bb7aef4d7dad6259d7690cd76f911537fc5bcee8c010c634e2c5c36a3ef0fc8b8067c68c4f50f8204e28e48966449f6b4e1364541ef78 -DIST deu.traineddata-tessdata_fast-4.0.0 1525436 BLAKE2B 5de6814e49ac640fe1ebfb5a04611fbafe935d204691458c91597db8ea7b834bcdf4fcbae2367ce7fae32b96524142bcc61b0a856705bde9e0fe2f46323d06e8 SHA512 192f71c0645a4034015997f13b1b6e76d726e74fe227ab528399d3cd4688723f77c2dcd2ff87563ab487c4d97139e8faa7e77e1fbd81d2ff02336bbdcd757b9d -DIST deu.traineddata-tessdata_fast-4.1.0 1525436 BLAKE2B 5de6814e49ac640fe1ebfb5a04611fbafe935d204691458c91597db8ea7b834bcdf4fcbae2367ce7fae32b96524142bcc61b0a856705bde9e0fe2f46323d06e8 SHA512 192f71c0645a4034015997f13b1b6e76d726e74fe227ab528399d3cd4688723f77c2dcd2ff87563ab487c4d97139e8faa7e77e1fbd81d2ff02336bbdcd757b9d -DIST div.traineddata-tessdata_fast-4.0.0 1774535 BLAKE2B 3cc8ac2271cb19fce7a0aee99b6581cb5bff57867e132640b74c975524633ee1cfb130482f7659ea6c6754f860f2d74ae29c41a61aaa10bafc6fbad0eec99646 SHA512 d276d2b8ba1ecce9fc57a5d8fd28a7a29dfe1d073769b953bb33d97049c643e276a78c3a8f2f797003ecbae30160e90e334090dc1fe63e822440a2827a074300 -DIST div.traineddata-tessdata_fast-4.1.0 1774535 BLAKE2B 3cc8ac2271cb19fce7a0aee99b6581cb5bff57867e132640b74c975524633ee1cfb130482f7659ea6c6754f860f2d74ae29c41a61aaa10bafc6fbad0eec99646 SHA512 d276d2b8ba1ecce9fc57a5d8fd28a7a29dfe1d073769b953bb33d97049c643e276a78c3a8f2f797003ecbae30160e90e334090dc1fe63e822440a2827a074300 -DIST dzo.traineddata-tessdata_fast-4.0.0 449596 BLAKE2B 05c2567789f92741a5b28d5097fd6038376dc2837622d0cda23a634ee804bf7bea0a1910db4ea2f8dc45da3cf6d0f5d38e0439a5884b737325fa1895e34c5844 SHA512 b9d43ae331b620c312da09ddc80d7dad13a44057655f382fcc10bf384d75d5abc4026f8782c6be2031d5ce159a063b845da49615a318acb6f1d35f206251324a -DIST dzo.traineddata-tessdata_fast-4.1.0 449596 BLAKE2B 05c2567789f92741a5b28d5097fd6038376dc2837622d0cda23a634ee804bf7bea0a1910db4ea2f8dc45da3cf6d0f5d38e0439a5884b737325fa1895e34c5844 SHA512 b9d43ae331b620c312da09ddc80d7dad13a44057655f382fcc10bf384d75d5abc4026f8782c6be2031d5ce159a063b845da49615a318acb6f1d35f206251324a -DIST ell.traineddata-tessdata_fast-4.0.0 1419514 BLAKE2B bf001f04d833952d8e501360ebe55aa7320a841cf966622ff5ded426d235d8f816c5cde690b6b33e33091f05268288c4dd428a09ccf29fbac377741d27bb8af7 SHA512 c2d483c117801b277bffdc16237c439f59896e5988b5d642483f351cf249359ad826153c50be8fa25e44cc6a19e8d6d0ba871a889618797e216858725902a143 -DIST ell.traineddata-tessdata_fast-4.1.0 1419514 BLAKE2B bf001f04d833952d8e501360ebe55aa7320a841cf966622ff5ded426d235d8f816c5cde690b6b33e33091f05268288c4dd428a09ccf29fbac377741d27bb8af7 SHA512 c2d483c117801b277bffdc16237c439f59896e5988b5d642483f351cf249359ad826153c50be8fa25e44cc6a19e8d6d0ba871a889618797e216858725902a143 -DIST eng.traineddata-tessdata_fast-4.0.0 4113088 BLAKE2B c7b206ddbd3d99cb2684cc5d3d8a438ecaa3aaba9b99bddd546c7fc9e9e096f67e1eed4979ed6836a82cdd2d9579ded736dccd5cdbb34d388c8b68603f00d246 SHA512 90aadb5e0c368781f94add808f6b4dd31d8e244c9fecbe6a233070cac9a4fc071fd23a09e4a7e041db8e26880a6debbdf32a6b701c28687b2ed1cac81f4c1d14 -DIST eng.traineddata-tessdata_fast-4.1.0 4113088 BLAKE2B c7b206ddbd3d99cb2684cc5d3d8a438ecaa3aaba9b99bddd546c7fc9e9e096f67e1eed4979ed6836a82cdd2d9579ded736dccd5cdbb34d388c8b68603f00d246 SHA512 90aadb5e0c368781f94add808f6b4dd31d8e244c9fecbe6a233070cac9a4fc071fd23a09e4a7e041db8e26880a6debbdf32a6b701c28687b2ed1cac81f4c1d14 -DIST enm.traineddata-tessdata_fast-4.0.0 3101551 BLAKE2B 5265489398ffa074eba3f517e15453d3087b82d5466dc40f3d80923eecc9f8d0c9c52c0a7af98be34235ab0e9bcbb2b8ac178f6a03a2cd40f69d2e59f4a7387e SHA512 7dd3ca9383bfc9306f9a67dfb3ecd41a9e4fdf5b716e7444170472696afa7e78e02c334082563bc41383e9500035d19614beaf4cce314056368425117e1cd211 -DIST enm.traineddata-tessdata_fast-4.1.0 3101551 BLAKE2B 5265489398ffa074eba3f517e15453d3087b82d5466dc40f3d80923eecc9f8d0c9c52c0a7af98be34235ab0e9bcbb2b8ac178f6a03a2cd40f69d2e59f4a7387e SHA512 7dd3ca9383bfc9306f9a67dfb3ecd41a9e4fdf5b716e7444170472696afa7e78e02c334082563bc41383e9500035d19614beaf4cce314056368425117e1cd211 -DIST epo.traineddata-tessdata_fast-4.0.0 4728393 BLAKE2B caa6e5c7ee30a4e7c4982c980cbd2dc7df34fd5fabdecaca4803f683cb7b552de153f85bad1e1d9d368317a5818810ca2299e3f9e118cdac345608f1affd40f1 SHA512 56dfb4b5df1cad13c95882f282f6f153cc7851839801ed3b01890742c9d6ae704e03704372c3742129f8e832ad2c21a17f42065885fa148d1e1f45a1533e377e -DIST epo.traineddata-tessdata_fast-4.1.0 4728393 BLAKE2B caa6e5c7ee30a4e7c4982c980cbd2dc7df34fd5fabdecaca4803f683cb7b552de153f85bad1e1d9d368317a5818810ca2299e3f9e118cdac345608f1affd40f1 SHA512 56dfb4b5df1cad13c95882f282f6f153cc7851839801ed3b01890742c9d6ae704e03704372c3742129f8e832ad2c21a17f42065885fa148d1e1f45a1533e377e -DIST est.traineddata-tessdata_fast-4.0.0 4458101 BLAKE2B f1b5955b2ccfd1700d6a025288aca510a2f3c41f37c29217a829081909e32ef0210a1a1871e782fbf97a6aabde33a6148afd11197a0bd5521407ba1ad85fa8e1 SHA512 6acf6ab676232950f02c3a321269f74b7c94ad32f385f0d3cdf354520f0cee513d529e6cdffb09847cae0183f052be0e6b4c2ba56a07d754674d56c826237427 -DIST est.traineddata-tessdata_fast-4.1.0 4458101 BLAKE2B f1b5955b2ccfd1700d6a025288aca510a2f3c41f37c29217a829081909e32ef0210a1a1871e782fbf97a6aabde33a6148afd11197a0bd5521407ba1ad85fa8e1 SHA512 6acf6ab676232950f02c3a321269f74b7c94ad32f385f0d3cdf354520f0cee513d529e6cdffb09847cae0183f052be0e6b4c2ba56a07d754674d56c826237427 -DIST eus.traineddata-tessdata_fast-4.0.0 5175921 BLAKE2B e40811460d4e081c65a5955e772c5fb9c348b8a8b920e027ba74ad280092637eb5604b2b6b9b88fcc325ad9896bad4fc91a91a722b7cc996bcf3a27618e9fc1f SHA512 48a46e2b55faa91817d89557750e74d7e31ff99bd89c3c3f746ed821108334e942f6d521a810c258a4e0342de3e8d01e82d941f4587662c863385e58a92618a4 -DIST eus.traineddata-tessdata_fast-4.1.0 5175921 BLAKE2B e40811460d4e081c65a5955e772c5fb9c348b8a8b920e027ba74ad280092637eb5604b2b6b9b88fcc325ad9896bad4fc91a91a722b7cc996bcf3a27618e9fc1f SHA512 48a46e2b55faa91817d89557750e74d7e31ff99bd89c3c3f746ed821108334e942f6d521a810c258a4e0342de3e8d01e82d941f4587662c863385e58a92618a4 -DIST fao.traineddata-tessdata_fast-4.0.0 3439772 BLAKE2B af3ed3e8ca58463225c351b7098c9dac81e0b2e5b923ee5d85eddc3542c64c132a1d38699b90a51e1ec0d7a3f0429849a113323bf36c27d0ffb9a2934995d5be SHA512 2d9de845e486942045f60048908d771d93dff093d33a6b40c83a59e871f870d4afbfae7bbd5ed0a60e1c6514a5b7ab279b92162bc81f89b53bbdb9e236b3f7fa -DIST fao.traineddata-tessdata_fast-4.1.0 3439772 BLAKE2B af3ed3e8ca58463225c351b7098c9dac81e0b2e5b923ee5d85eddc3542c64c132a1d38699b90a51e1ec0d7a3f0429849a113323bf36c27d0ffb9a2934995d5be SHA512 2d9de845e486942045f60048908d771d93dff093d33a6b40c83a59e871f870d4afbfae7bbd5ed0a60e1c6514a5b7ab279b92162bc81f89b53bbdb9e236b3f7fa -DIST fas.traineddata-tessdata_fast-4.0.0 431500 BLAKE2B 2f98065bbb68756dd7c69116833477df3a08cd75417e52111a9706241686ed3015526d7e400fbd7334a08f17e58739de7b47d4c7b5c8203c16a63a4db7f000da SHA512 867015ae3218a4fd7de65d83ed526a4cbf40a1c5463b7ae731c391ecae4857e621cddf0d832f53c35a959131598210ea794c67cf1fea502cca98d66895cc7f06 -DIST fas.traineddata-tessdata_fast-4.1.0 431500 BLAKE2B 2f98065bbb68756dd7c69116833477df3a08cd75417e52111a9706241686ed3015526d7e400fbd7334a08f17e58739de7b47d4c7b5c8203c16a63a4db7f000da SHA512 867015ae3218a4fd7de65d83ed526a4cbf40a1c5463b7ae731c391ecae4857e621cddf0d832f53c35a959131598210ea794c67cf1fea502cca98d66895cc7f06 -DIST fil.traineddata-tessdata_fast-4.0.0 1841715 BLAKE2B ffa4fb0a6c6e61434aeaed8708057b7a2b90f5c6a0eb9532c36c02da044edd471022de144406bb48d633a0d036ae23babc0204b10b762335eef7e529627d4dba SHA512 05d8710d8f35199e3dcc14768c0fb2c739f5525d671db8bce2996b8d7f00bab1f453f344ec8d5125a3d1d0ae833951bc89017e4d6ca1da023c2373cb7c34c954 -DIST fil.traineddata-tessdata_fast-4.1.0 1841715 BLAKE2B ffa4fb0a6c6e61434aeaed8708057b7a2b90f5c6a0eb9532c36c02da044edd471022de144406bb48d633a0d036ae23babc0204b10b762335eef7e529627d4dba SHA512 05d8710d8f35199e3dcc14768c0fb2c739f5525d671db8bce2996b8d7f00bab1f453f344ec8d5125a3d1d0ae833951bc89017e4d6ca1da023c2373cb7c34c954 -DIST fin.traineddata-tessdata_fast-4.0.0 7865732 BLAKE2B 8fbc976ac253490b4fdbee46f3a4124447a421ef468b45da86f5687594157021df92f49ea5193f44952a626eed4d8eebbbb958abcf1de00d1761d070dc2a32b7 SHA512 d894031f33c76462b12ecc58e77d7327158d4abc162c12e820bcf63d5f2fac4f61a036da3972feac9561d8ebed8962c03c9669a64b7bbdad4f7551dddc220877 -DIST fin.traineddata-tessdata_fast-4.1.0 7865732 BLAKE2B 8fbc976ac253490b4fdbee46f3a4124447a421ef468b45da86f5687594157021df92f49ea5193f44952a626eed4d8eebbbb958abcf1de00d1761d070dc2a32b7 SHA512 d894031f33c76462b12ecc58e77d7327158d4abc162c12e820bcf63d5f2fac4f61a036da3972feac9561d8ebed8962c03c9669a64b7bbdad4f7551dddc220877 -DIST fra.traineddata-tessdata_fast-4.0.0 1130365 BLAKE2B c7c88f049d5ba836decdf35e154dcf227a1bbeda827651221521198841cea8d1591affaf1aa19b027d62716ff9863076cc38ec88b3ace98096e08483f2988505 SHA512 ad3266d0d010a744c1728562000f3884951cdf00e1bb3cafa46f11156a3fa6ef6bfb1398861e91aa1d9c27634f29910ac3507f4d978f657f86c0061da8ae80fe -DIST fra.traineddata-tessdata_fast-4.1.0 1130365 BLAKE2B c7c88f049d5ba836decdf35e154dcf227a1bbeda827651221521198841cea8d1591affaf1aa19b027d62716ff9863076cc38ec88b3ace98096e08483f2988505 SHA512 ad3266d0d010a744c1728562000f3884951cdf00e1bb3cafa46f11156a3fa6ef6bfb1398861e91aa1d9c27634f29910ac3507f4d978f657f86c0061da8ae80fe -DIST frk.traineddata-tessdata_fast-4.0.0 6423052 BLAKE2B 11d85620108d40efc54d8e2d12e912311727f7bbc0ef3188eaefebd74b2a24d2a2b8115ef876cb4c570f97b5e2852318cb7165368dbbfeaf53813f03434f14ee SHA512 c21d75128d2e23e3039605d5771c3b23bcde1178fd4baef2557ca2df05d58a003b35f69c410defd66fc1960942b4ed764c096e62c29b51b22ecd6bd498afa3a1 -DIST frk.traineddata-tessdata_fast-4.1.0 6423052 BLAKE2B 11d85620108d40efc54d8e2d12e912311727f7bbc0ef3188eaefebd74b2a24d2a2b8115ef876cb4c570f97b5e2852318cb7165368dbbfeaf53813f03434f14ee SHA512 c21d75128d2e23e3039605d5771c3b23bcde1178fd4baef2557ca2df05d58a003b35f69c410defd66fc1960942b4ed764c096e62c29b51b22ecd6bd498afa3a1 -DIST frm.traineddata-tessdata_fast-4.0.0 2024948 BLAKE2B b85819d5392ef2adbf6e6493b880e674764ee6497b5f229b32f928779c2a84f4e368263987ad1e75bb10e116fd74bffe8b7d6812f0005f1fddc0768c6f3ebfa9 SHA512 28311f40d5330a6c16592ddfb1ba42aab6d507808f8d9b5128dd4ab5910a53dfdb0077c69c361bfaf5dc87aa57f3ba6381abb8d101facd1dd394772c9f9a21f8 -DIST frm.traineddata-tessdata_fast-4.1.0 2024948 BLAKE2B b85819d5392ef2adbf6e6493b880e674764ee6497b5f229b32f928779c2a84f4e368263987ad1e75bb10e116fd74bffe8b7d6812f0005f1fddc0768c6f3ebfa9 SHA512 28311f40d5330a6c16592ddfb1ba42aab6d507808f8d9b5128dd4ab5910a53dfdb0077c69c361bfaf5dc87aa57f3ba6381abb8d101facd1dd394772c9f9a21f8 -DIST fry.traineddata-tessdata_fast-4.0.0 1906018 BLAKE2B 4931c400aece91dc112284b782e20a86fbf4ac875d32126b038fcdc74c20303b59ebe76ea96ce084140fb001d942eb043771159281ff0fcc2e1c00be42f626fd SHA512 50467465e85a2002204b7866c8ed420f1452f11613b433ba8d93a7e5a34785c5ca4873c2adce224c1af594d1d8667ff2780ba5701ad4b41287482bee0c30a671 -DIST fry.traineddata-tessdata_fast-4.1.0 1906018 BLAKE2B 4931c400aece91dc112284b782e20a86fbf4ac875d32126b038fcdc74c20303b59ebe76ea96ce084140fb001d942eb043771159281ff0fcc2e1c00be42f626fd SHA512 50467465e85a2002204b7866c8ed420f1452f11613b433ba8d93a7e5a34785c5ca4873c2adce224c1af594d1d8667ff2780ba5701ad4b41287482bee0c30a671 -DIST gla.traineddata-tessdata_fast-4.0.0 3068307 BLAKE2B e7d7b8050acb1f8e3c83aefed5a277e503b6cfd9777cfbfb74a1602c60bd0b9fd088af878ff6ec26d438b45b5d4cadff4613773738f1e672cdc7095ba5127908 SHA512 ffb26a674357abf3e41e957e951d308509d1089a859721e1686d1e714bb2257893ca7a512b3dcdf86af975f7f8e5f59da969ab51b9c19702b30e7b057054ad94 -DIST gla.traineddata-tessdata_fast-4.1.0 3068307 BLAKE2B e7d7b8050acb1f8e3c83aefed5a277e503b6cfd9777cfbfb74a1602c60bd0b9fd088af878ff6ec26d438b45b5d4cadff4613773738f1e672cdc7095ba5127908 SHA512 ffb26a674357abf3e41e957e951d308509d1089a859721e1686d1e714bb2257893ca7a512b3dcdf86af975f7f8e5f59da969ab51b9c19702b30e7b057054ad94 -DIST gle.traineddata-tessdata_fast-4.0.0 1181824 BLAKE2B a17e491ec202e27dfdbf00b092d033c70e578cfa9e540b9ed3ca6d56a448a997fa8fcca6e1be9aacf041294d82a7f5968d10f66a731ac622b60d7224004ea854 SHA512 21450289464b9b1afad0ef4ebb1007fd5b06480f734e6e9610408df1141497534f869ccfb87055bbfb272c2edf568464e86e894f12f9cc3f269ad52cf149a778 -DIST gle.traineddata-tessdata_fast-4.1.0 1181824 BLAKE2B a17e491ec202e27dfdbf00b092d033c70e578cfa9e540b9ed3ca6d56a448a997fa8fcca6e1be9aacf041294d82a7f5968d10f66a731ac622b60d7224004ea854 SHA512 21450289464b9b1afad0ef4ebb1007fd5b06480f734e6e9610408df1141497534f869ccfb87055bbfb272c2edf568464e86e894f12f9cc3f269ad52cf149a778 -DIST glg.traineddata-tessdata_fast-4.0.0 2554555 BLAKE2B 458809fb87ff09b8c30c0dac39d2779209b90c24ae1fbbb1dc7fedf5d21b54652cfbeddb47130627ea539bf657f672ef43a8284eb0ce9b04f23492d17077752b SHA512 6abffc2a53692826f90a9141aa4e6ebaf800873c2735ca74781a8ac4b342ddc9b9aaba565ea984dafe53e656e6a62cfa3b5c97301e6f33ed175ff5e0f7f36257 -DIST glg.traineddata-tessdata_fast-4.1.0 2554555 BLAKE2B 458809fb87ff09b8c30c0dac39d2779209b90c24ae1fbbb1dc7fedf5d21b54652cfbeddb47130627ea539bf657f672ef43a8284eb0ce9b04f23492d17077752b SHA512 6abffc2a53692826f90a9141aa4e6ebaf800873c2735ca74781a8ac4b342ddc9b9aaba565ea984dafe53e656e6a62cfa3b5c97301e6f33ed175ff5e0f7f36257 -DIST grc.traineddata-tessdata_fast-4.0.0 2246328 BLAKE2B 3c80d1e1d78bf2e98b7249991d29cf2e996ed91ab8cfe50d75714f146762ad923d4f7a63c15ebc275c8dd3f097a7b4c53a161970a339d27d6b5eb205a3c4342f SHA512 af4618180cfc7e51b7febafff8175e1d3eb29131306e892466e6a18156d3c4b762cb944ab01d17f959087959a00c1c241c33456fa1cf1ae34a37593b1ccc407d -DIST grc.traineddata-tessdata_fast-4.1.0 2246328 BLAKE2B 3c80d1e1d78bf2e98b7249991d29cf2e996ed91ab8cfe50d75714f146762ad923d4f7a63c15ebc275c8dd3f097a7b4c53a161970a339d27d6b5eb205a3c4342f SHA512 af4618180cfc7e51b7febafff8175e1d3eb29131306e892466e6a18156d3c4b762cb944ab01d17f959087959a00c1c241c33456fa1cf1ae34a37593b1ccc407d -DIST guj.traineddata-tessdata_fast-4.0.0 1418394 BLAKE2B 5e71fb762ebbbeadabd8c08db42223d0003cb80a0b9b1534b5ac4c976e3ea23cb83776298e7dd1e9bada48e65d8c5442a4c25177acb86c496258729e61270bc9 SHA512 715fcd16ff70862a8cbdc027233e53b66d1dc0c274abc4835c7e3125649459f6206aed0fd150ef06e30587322015f0a23e263f9cf7a676e001f22d8e396d9541 -DIST guj.traineddata-tessdata_fast-4.1.0 1418394 BLAKE2B 5e71fb762ebbbeadabd8c08db42223d0003cb80a0b9b1534b5ac4c976e3ea23cb83776298e7dd1e9bada48e65d8c5442a4c25177acb86c496258729e61270bc9 SHA512 715fcd16ff70862a8cbdc027233e53b66d1dc0c274abc4835c7e3125649459f6206aed0fd150ef06e30587322015f0a23e263f9cf7a676e001f22d8e396d9541 -DIST hat.traineddata-tessdata_fast-4.0.0 1976902 BLAKE2B 0885a56474eeb61ca4b179e23e33094b9f70896109ceb88ac91c23cf712c267ccd25fd62ec9b517e7198ecd06672dca6858abfe9c5f77827e09961057de4cb43 SHA512 0ea89d2b3d65a644b420b7453725b272121a31469d87c39ad44f43ddf8d9532a4a8b44ae7e1ea794ca26cd95f4818f223ea9ec9d70300e850940017ae843a109 -DIST hat.traineddata-tessdata_fast-4.1.0 1976902 BLAKE2B 0885a56474eeb61ca4b179e23e33094b9f70896109ceb88ac91c23cf712c267ccd25fd62ec9b517e7198ecd06672dca6858abfe9c5f77827e09961057de4cb43 SHA512 0ea89d2b3d65a644b420b7453725b272121a31469d87c39ad44f43ddf8d9532a4a8b44ae7e1ea794ca26cd95f4818f223ea9ec9d70300e850940017ae843a109 -DIST heb.traineddata-tessdata_fast-4.0.0 961404 BLAKE2B 2fc743a316467b3f6930e606613015c2cffbf055eff3d0fc925fb93040145662ae39a5fb557a2a7e2b5a8ff16a9d7688bdc3af955467283ebdf1a5d5caa6366b SHA512 337dfa44bdd5183af58479fe49423d556ed178424afc898bf957b6c7598ef56c60b075b40e2ea176bf5b92c2c6525fff76f7379e418b50717588a18aea30728d -DIST heb.traineddata-tessdata_fast-4.1.0 961404 BLAKE2B 2fc743a316467b3f6930e606613015c2cffbf055eff3d0fc925fb93040145662ae39a5fb557a2a7e2b5a8ff16a9d7688bdc3af955467283ebdf1a5d5caa6366b SHA512 337dfa44bdd5183af58479fe49423d556ed178424afc898bf957b6c7598ef56c60b075b40e2ea176bf5b92c2c6525fff76f7379e418b50717588a18aea30728d -DIST hin.traineddata-tessdata_fast-4.0.0 1122751 BLAKE2B 403c52eacfc24937208f8e57383d9f974b88c8f76d4ff791af296c6b3eb793cfacadf33b39c7d770b87aeaa549a50eeda8f57f25c952540a4341152a3050f827 SHA512 7aa080bca73ecbfabc8521dd86a5f4f3130547e78f78e6bfa840a2d670621f74d8c684e7cb76c2eb82e05fd05d8e21239a00f004d7337c9e788d6442d4fbd8ec -DIST hin.traineddata-tessdata_fast-4.1.0 1122751 BLAKE2B 403c52eacfc24937208f8e57383d9f974b88c8f76d4ff791af296c6b3eb793cfacadf33b39c7d770b87aeaa549a50eeda8f57f25c952540a4341152a3050f827 SHA512 7aa080bca73ecbfabc8521dd86a5f4f3130547e78f78e6bfa840a2d670621f74d8c684e7cb76c2eb82e05fd05d8e21239a00f004d7337c9e788d6442d4fbd8ec -DIST hrv.traineddata-tessdata_fast-4.0.0 4103348 BLAKE2B 6259795ec4a7a3da6d1730dcd7c1cdf79ce2f2056edf01deb03a604630b28951d6d228879d18e0681e9df67f66961c4d31360c61a419609f6c991c4e55aacd1a SHA512 85725aaa67063cc2a8ff45f8f14f4b8c7de73582857e3c460658b667f5fec8477ff87d9607bc073f141c525e0fa35a773d032b15ff165538af1eb038a10969ff -DIST hrv.traineddata-tessdata_fast-4.1.0 4103348 BLAKE2B 6259795ec4a7a3da6d1730dcd7c1cdf79ce2f2056edf01deb03a604630b28951d6d228879d18e0681e9df67f66961c4d31360c61a419609f6c991c4e55aacd1a SHA512 85725aaa67063cc2a8ff45f8f14f4b8c7de73582857e3c460658b667f5fec8477ff87d9607bc073f141c525e0fa35a773d032b15ff165538af1eb038a10969ff -DIST hun.traineddata-tessdata_fast-4.0.0 5296273 BLAKE2B 8335769bc1172e8a2de38d732be4d448ac66c27ad3fd0d819e387435996cf4b67061e6e61a702f3f04b49a66a85e12371342e14e55ad03bcc7b2649229ad087c SHA512 76b39f5d0947f4b5ba11d5590af42d01f69c28f5ae5e3ba9622a4a8dd8ceec9a8e5e7c770e8a80e1c70dffaed999c0cdd97a85bcbf0c9c2458de647935d4ea93 -DIST hun.traineddata-tessdata_fast-4.1.0 5296273 BLAKE2B 8335769bc1172e8a2de38d732be4d448ac66c27ad3fd0d819e387435996cf4b67061e6e61a702f3f04b49a66a85e12371342e14e55ad03bcc7b2649229ad087c SHA512 76b39f5d0947f4b5ba11d5590af42d01f69c28f5ae5e3ba9622a4a8dd8ceec9a8e5e7c770e8a80e1c70dffaed999c0cdd97a85bcbf0c9c2458de647935d4ea93 -DIST hye.traineddata-tessdata_fast-4.0.0 3463717 BLAKE2B b0bb21d341e311314dcef4d791f2285fcd740f214d18c7450c7854dfc15a5f87b337f0979f74be30546009dc7cb40a17cd07adbe75472823909cec6b527cf6a6 SHA512 2b5975c14a0b7cc619376b9f9496f10d2658ecb9dd17b13411114bdd45c9c6192d8832a93dcbaec47d7448fc3031e80452d2aec2eedc5b69c82fd485eb86f4ed -DIST hye.traineddata-tessdata_fast-4.1.0 3463717 BLAKE2B b0bb21d341e311314dcef4d791f2285fcd740f214d18c7450c7854dfc15a5f87b337f0979f74be30546009dc7cb40a17cd07adbe75472823909cec6b527cf6a6 SHA512 2b5975c14a0b7cc619376b9f9496f10d2658ecb9dd17b13411114bdd45c9c6192d8832a93dcbaec47d7448fc3031e80452d2aec2eedc5b69c82fd485eb86f4ed -DIST iku.traineddata-tessdata_fast-4.0.0 2802266 BLAKE2B 2a2ab57f047b2d6070ba576cd1f24290eaff51a38cba01ba4c0a73a81290aaf3f639628ddc34a7b3cfd4b520bf9c0c4912ab35ee889c6b3d687ff320c0d587e7 SHA512 914e906f05c4ebe2e80dda4ed6084f4019e8abc695fe300424ffe89d89471a9b37ee74e373140408ac1e3d92f8d083de478bbbbe44469d5874f552975db910d3 -DIST iku.traineddata-tessdata_fast-4.1.0 2802266 BLAKE2B 2a2ab57f047b2d6070ba576cd1f24290eaff51a38cba01ba4c0a73a81290aaf3f639628ddc34a7b3cfd4b520bf9c0c4912ab35ee889c6b3d687ff320c0d587e7 SHA512 914e906f05c4ebe2e80dda4ed6084f4019e8abc695fe300424ffe89d89471a9b37ee74e373140408ac1e3d92f8d083de478bbbbe44469d5874f552975db910d3 -DIST ind.traineddata-tessdata_fast-4.0.0 1122661 BLAKE2B 291abfa5c950d1a5d624eff64e3ff75c78d4957e3419f6d2de98d3c9078fc3a872cb85d0bd1daedb9c5317de5c1d0f0bcb238f34fe1d1bc0d769fc77e609ddf0 SHA512 0822c54a8e77b851653b64eb0d781fbeb87293774800c03ddb0fe4c8af8c824b171263b31a5fe5c6ad0ede84f1ea163ea4cc28505dfa3fcddaffc5e1c0530db8 -DIST ind.traineddata-tessdata_fast-4.1.0 1122661 BLAKE2B 291abfa5c950d1a5d624eff64e3ff75c78d4957e3419f6d2de98d3c9078fc3a872cb85d0bd1daedb9c5317de5c1d0f0bcb238f34fe1d1bc0d769fc77e609ddf0 SHA512 0822c54a8e77b851653b64eb0d781fbeb87293774800c03ddb0fe4c8af8c824b171263b31a5fe5c6ad0ede84f1ea163ea4cc28505dfa3fcddaffc5e1c0530db8 -DIST isl.traineddata-tessdata_fast-4.0.0 2278973 BLAKE2B 79bd2e2400c8d1b6d72a03cb6199a19252c1148bb53cfa1760fbea9a2bc29b02bb974abda121179b40b0766d2564d33d263a8cc66c123bc334093809dfe327e0 SHA512 4e276e7cccb1d202b2d8330e136dd7cea0c9bc299d76362ee5c91ec284f79cf485087fa0bfa148b0ea145c13964b6caf2b0dbc84bba32f9abc1091ddce1ade6b -DIST isl.traineddata-tessdata_fast-4.1.0 2278973 BLAKE2B 79bd2e2400c8d1b6d72a03cb6199a19252c1148bb53cfa1760fbea9a2bc29b02bb974abda121179b40b0766d2564d33d263a8cc66c123bc334093809dfe327e0 SHA512 4e276e7cccb1d202b2d8330e136dd7cea0c9bc299d76362ee5c91ec284f79cf485087fa0bfa148b0ea145c13964b6caf2b0dbc84bba32f9abc1091ddce1ade6b -DIST ita.traineddata-tessdata_fast-4.0.0 2701314 BLAKE2B bed6a28d3e8f62f98ca22ac53e743f3976834c53e4e55f095c0ed01a47fb074a59ce2ad6380927c943c17acc3c203e5c72cf2e9282e47a996f9254505817b3ba SHA512 40c9e15d4f57f911132169d0e6eb84db32a5a2dcbeefdc3c42247927c669400ba02cc0c9dd8e0a40d61fe833cb1e749e8626395f022b67856013ff5d32258e65 -DIST ita.traineddata-tessdata_fast-4.1.0 2701314 BLAKE2B bed6a28d3e8f62f98ca22ac53e743f3976834c53e4e55f095c0ed01a47fb074a59ce2ad6380927c943c17acc3c203e5c72cf2e9282e47a996f9254505817b3ba SHA512 40c9e15d4f57f911132169d0e6eb84db32a5a2dcbeefdc3c42247927c669400ba02cc0c9dd8e0a40d61fe833cb1e749e8626395f022b67856013ff5d32258e65 -DIST ita_old.traineddata-tessdata_fast-4.0.0 3286123 BLAKE2B 4d0e719af193377e0a46f3b1219db22925dc821194aa457500ddd60775a2c146a075a8ca16c4996ad93442c1059c3ef09de7110c37ac7645dda499608d2f5777 SHA512 0d65e0b06ef93dc189deb9f7ff8618a20fb38bc2125e1d49333580f45aafde7562a8ab8453ce9aadffe073f2d3f28a6fded0aa1141eaa3586c54ca7829d8262d -DIST ita_old.traineddata-tessdata_fast-4.1.0 3286123 BLAKE2B 4d0e719af193377e0a46f3b1219db22925dc821194aa457500ddd60775a2c146a075a8ca16c4996ad93442c1059c3ef09de7110c37ac7645dda499608d2f5777 SHA512 0d65e0b06ef93dc189deb9f7ff8618a20fb38bc2125e1d49333580f45aafde7562a8ab8453ce9aadffe073f2d3f28a6fded0aa1141eaa3586c54ca7829d8262d -DIST jav.traineddata-tessdata_fast-4.0.0 2982741 BLAKE2B 613dda2951f78360a05ef285094f6e569007613ae7fe52a3d3126d752839402c7e3dd2c1a5c8f4b94a468985ef72e3d6b26fd462202d86f889aa5d3d11809ce3 SHA512 3d6a9989eefa2ad5331e1f0fd423c555aa8871acf30ad5e22aad2216db8f0f90603cb0c38d8eeb0051bbe1f6d28001bc134310b6bac877aff5f9a68667482803 -DIST jav.traineddata-tessdata_fast-4.1.0 2982741 BLAKE2B 613dda2951f78360a05ef285094f6e569007613ae7fe52a3d3126d752839402c7e3dd2c1a5c8f4b94a468985ef72e3d6b26fd462202d86f889aa5d3d11809ce3 SHA512 3d6a9989eefa2ad5331e1f0fd423c555aa8871acf30ad5e22aad2216db8f0f90603cb0c38d8eeb0051bbe1f6d28001bc134310b6bac877aff5f9a68667482803 -DIST jpn.traineddata-tessdata_fast-4.0.0 2471260 BLAKE2B 20359dc1025cf3b08374c3e3f878b59569db926bd26b323f1f0fd6183ae46a9560ad49e2529ccbf868422aae841e37f47d108f64e928822541b08e77a00c95f9 SHA512 db7f78e17ac2618d2a99cc191a8ce5075f1d30ac2eb2f23760aa5671cf88dbc7e37299a0680756c2f41da0ddb47ee34ff3df70d428c7c2d5da235aa6bdd3fda2 -DIST jpn.traineddata-tessdata_fast-4.1.0 2471260 BLAKE2B 20359dc1025cf3b08374c3e3f878b59569db926bd26b323f1f0fd6183ae46a9560ad49e2529ccbf868422aae841e37f47d108f64e928822541b08e77a00c95f9 SHA512 db7f78e17ac2618d2a99cc191a8ce5075f1d30ac2eb2f23760aa5671cf88dbc7e37299a0680756c2f41da0ddb47ee34ff3df70d428c7c2d5da235aa6bdd3fda2 -DIST jpn_vert.traineddata-tessdata_fast-4.0.0 3037480 BLAKE2B 730654349c325be01917f7cacf51e7a6b264844c37785c7c5ec160ab0d1939164ed431a73d3627cb76ea26f1011e5ee00ff2e3a526de8d25490fb353232478af SHA512 9ef76f29f4a763b1bec134c247c2943380bbf7d6ede007590e38af240daf9662c6eee7d7e47306b32009fbfd2b0340a1d39e6becaf4452461cb0791aa8c5defc -DIST jpn_vert.traineddata-tessdata_fast-4.1.0 3037480 BLAKE2B 730654349c325be01917f7cacf51e7a6b264844c37785c7c5ec160ab0d1939164ed431a73d3627cb76ea26f1011e5ee00ff2e3a526de8d25490fb353232478af SHA512 9ef76f29f4a763b1bec134c247c2943380bbf7d6ede007590e38af240daf9662c6eee7d7e47306b32009fbfd2b0340a1d39e6becaf4452461cb0791aa8c5defc -DIST kan.traineddata-tessdata_fast-4.0.0 3608331 BLAKE2B 27d0f068f6b0cb6e035ab294bbaadb4a74fb18a76a8acb8e34d080580129cd852ad738fd9d0a299bd196dcd46b2256c8e8dcbff0ccd48b10b4502b8128e33486 SHA512 162bd3427f5b8a371570a3ca25f63b01981d0bb738ddf0b24bccf2b6eb4fe8912c301436c381dfcc5e355e5d3d6a59de11f0b9561d8f7d61adf1c7f0115b3ca0 -DIST kan.traineddata-tessdata_fast-4.1.0 3608331 BLAKE2B 27d0f068f6b0cb6e035ab294bbaadb4a74fb18a76a8acb8e34d080580129cd852ad738fd9d0a299bd196dcd46b2256c8e8dcbff0ccd48b10b4502b8128e33486 SHA512 162bd3427f5b8a371570a3ca25f63b01981d0bb738ddf0b24bccf2b6eb4fe8912c301436c381dfcc5e355e5d3d6a59de11f0b9561d8f7d61adf1c7f0115b3ca0 -DIST kat.traineddata-tessdata_fast-4.0.0 2524769 BLAKE2B 259e97a041885253b60c316bdbac239b5d3e1bcb61aacab24a8a256c9d7ea2dfc8553892a39fc15bbcd97e4644a35f1044267e1c9ccd8a94325f629df27bc095 SHA512 ba6c0bc91618813a2e96807377a0e13c0eb85a4bc7dc225a1eee96bbb53a109cfbe4e7fb81a4ff4b5ee54e336cf7509e9dd68ffa5ce0349729ff39d982caa583 -DIST kat.traineddata-tessdata_fast-4.1.0 2524769 BLAKE2B 259e97a041885253b60c316bdbac239b5d3e1bcb61aacab24a8a256c9d7ea2dfc8553892a39fc15bbcd97e4644a35f1044267e1c9ccd8a94325f629df27bc095 SHA512 ba6c0bc91618813a2e96807377a0e13c0eb85a4bc7dc225a1eee96bbb53a109cfbe4e7fb81a4ff4b5ee54e336cf7509e9dd68ffa5ce0349729ff39d982caa583 -DIST kat_old.traineddata-tessdata_fast-4.0.0 423167 BLAKE2B eb407b48c2b0daa6c986f22338780c14108db034ed2405a4dbc4302e518c0fee6878748f6ad8b62cd44bdf8123ee92d468cee3e3c6ec561751e797f36abd5629 SHA512 2f0d731ce33d926ad67cd0553aa90f0562be7abffde67c689b683e2bd8eb7cbe3a25e36b1ddb26d618e0a46da4323f9cd195522308cf1cf20ab737abc1013c93 -DIST kat_old.traineddata-tessdata_fast-4.1.0 423167 BLAKE2B eb407b48c2b0daa6c986f22338780c14108db034ed2405a4dbc4302e518c0fee6878748f6ad8b62cd44bdf8123ee92d468cee3e3c6ec561751e797f36abd5629 SHA512 2f0d731ce33d926ad67cd0553aa90f0562be7abffde67c689b683e2bd8eb7cbe3a25e36b1ddb26d618e0a46da4323f9cd195522308cf1cf20ab737abc1013c93 -DIST kaz.traineddata-tessdata_fast-4.0.0 4734644 BLAKE2B ede0f1b3aac5bc8ace757b87cf73eca89c67dbff2e057632cabf45cf7ff87e36409883e5001853648e5e21456ed3c3b0464f5fe88be504894fbbded86e5613f4 SHA512 36b53fcb93d10f41c7cd36951feed877503e9614b32a8dcc4a3869f8882f449b312d27c021e07409c06e0a1a06e3af76be2a1b95e44a812f8cae6c38de8dad2e -DIST kaz.traineddata-tessdata_fast-4.1.0 4734644 BLAKE2B ede0f1b3aac5bc8ace757b87cf73eca89c67dbff2e057632cabf45cf7ff87e36409883e5001853648e5e21456ed3c3b0464f5fe88be504894fbbded86e5613f4 SHA512 36b53fcb93d10f41c7cd36951feed877503e9614b32a8dcc4a3869f8882f449b312d27c021e07409c06e0a1a06e3af76be2a1b95e44a812f8cae6c38de8dad2e -DIST khm.traineddata-tessdata_fast-4.0.0 1446926 BLAKE2B a529a692fb7ea211a0f998a007062be2ef8a465ff1a073fe423ba960e80a28fc092259cd4bac1039022205f184e526adbf2f1c582432ed9c7cf2cbb389a888d8 SHA512 4d48b0e87e3d748f8e1ff028da0fdd4037ac202065e9bcb1ae3d3a19cc335fd54701ecfa231b8424d60ed2608cac46abdd0284ff4267894e1f0c13477a13fc41 -DIST khm.traineddata-tessdata_fast-4.1.0 1446926 BLAKE2B a529a692fb7ea211a0f998a007062be2ef8a465ff1a073fe423ba960e80a28fc092259cd4bac1039022205f184e526adbf2f1c582432ed9c7cf2cbb389a888d8 SHA512 4d48b0e87e3d748f8e1ff028da0fdd4037ac202065e9bcb1ae3d3a19cc335fd54701ecfa231b8424d60ed2608cac46abdd0284ff4267894e1f0c13477a13fc41 -DIST kir.traineddata-tessdata_fast-4.0.0 9928497 BLAKE2B 49416bb9778e46edfc06e6323df6df7cf36aad0ea3328b136a9bcd294e60dd127c5ae2ffb0bb610891b8020f7f14048738b9ef50adb2c5c2aa2195554a6da76d SHA512 031eaf4f2abcd43234fdd1ba75fb7d5b2d6ca047c9dd4f59135b679bb1ba480001435f4f41fe00c523ea817e17dbf595edbac0576f0244b2445426d4f9e2e689 -DIST kir.traineddata-tessdata_fast-4.1.0 9928497 BLAKE2B 49416bb9778e46edfc06e6323df6df7cf36aad0ea3328b136a9bcd294e60dd127c5ae2ffb0bb610891b8020f7f14048738b9ef50adb2c5c2aa2195554a6da76d SHA512 031eaf4f2abcd43234fdd1ba75fb7d5b2d6ca047c9dd4f59135b679bb1ba480001435f4f41fe00c523ea817e17dbf595edbac0576f0244b2445426d4f9e2e689 -DIST kmr.traineddata-tessdata_fast-4.0.0 3568615 BLAKE2B 4078f4d83c308d0294853de2862da1aea195134fcb7964caf7b83100bc17e35e31e1b600f64e42b6672f95a9fe93a64064210f7120ba1807f9fbb4585d0afed0 SHA512 91e8407c1dc2b659ad187d62d8c8db6e67b888866ea2cc3f08fc304ef7ba8db360233c009e35bb2805fb13d893c95132cb4931c93fbf81b25109e9fb8c7624ce -DIST kmr.traineddata-tessdata_fast-4.1.0 3568615 BLAKE2B 4078f4d83c308d0294853de2862da1aea195134fcb7964caf7b83100bc17e35e31e1b600f64e42b6672f95a9fe93a64064210f7120ba1807f9fbb4585d0afed0 SHA512 91e8407c1dc2b659ad187d62d8c8db6e67b888866ea2cc3f08fc304ef7ba8db360233c009e35bb2805fb13d893c95132cb4931c93fbf81b25109e9fb8c7624ce -DIST kor.traineddata-tessdata_fast-4.0.0 1677415 BLAKE2B ee6ca7884bd6425c38b084ff6c919203ed0aab24e621bc40a7dd5cb7706043d6c8e53df9ee3a32fd18b53992a83f85f983adccf7b8a28e79843dc701ab5e9a7d SHA512 ca22e6229b66c3b614876275823a6582483d4701992975197ea5a29144b0b660dbf662a63552dd41bbd56a1c0e1ce5d50a68d69fdf0cda4948e87c92a0813b51 -DIST kor.traineddata-tessdata_fast-4.1.0 1677415 BLAKE2B ee6ca7884bd6425c38b084ff6c919203ed0aab24e621bc40a7dd5cb7706043d6c8e53df9ee3a32fd18b53992a83f85f983adccf7b8a28e79843dc701ab5e9a7d SHA512 ca22e6229b66c3b614876275823a6582483d4701992975197ea5a29144b0b660dbf662a63552dd41bbd56a1c0e1ce5d50a68d69fdf0cda4948e87c92a0813b51 -DIST kor_vert.traineddata-tessdata_fast-4.0.0 1113715 BLAKE2B 9517d038076b1d954374177e5258849a51e5f25cb0b65f48c0a34454f149acddcadfceaebd31aefc69d393037944647fcfbe976afc23a31f45d900868a065e7f SHA512 9e3eaaba5102a4b8243683bae016afb5f7cb22000ab875df3120c22e722e1362704f3600e85a4c977fb5812b948d143a836f1aeeb104b37b61d5dac85b86c99f -DIST kor_vert.traineddata-tessdata_fast-4.1.0 1113715 BLAKE2B 9517d038076b1d954374177e5258849a51e5f25cb0b65f48c0a34454f149acddcadfceaebd31aefc69d393037944647fcfbe976afc23a31f45d900868a065e7f SHA512 9e3eaaba5102a4b8243683bae016afb5f7cb22000ab875df3120c22e722e1362704f3600e85a4c977fb5812b948d143a836f1aeeb104b37b61d5dac85b86c99f -DIST lao.traineddata-tessdata_fast-4.0.0 6386744 BLAKE2B 437411c7d05abec9b5d8cc53eb9a51aedac6b61152bce2500890bfa10e8ea341a1e3ef4a062afc6abc907edbfa8dd6e0406a13010335c3779555ef9e3387b88f SHA512 938d976d5d1cc0abb9a039598d0d2fa7b324f92ae695a998fa1ce0c50cca1ccd1f204d70823011aa25b3b5facbe86abf20796aa2f0d0f9ebb6bc76e75c7f9427 -DIST lao.traineddata-tessdata_fast-4.1.0 6386744 BLAKE2B 437411c7d05abec9b5d8cc53eb9a51aedac6b61152bce2500890bfa10e8ea341a1e3ef4a062afc6abc907edbfa8dd6e0406a13010335c3779555ef9e3387b88f SHA512 938d976d5d1cc0abb9a039598d0d2fa7b324f92ae695a998fa1ce0c50cca1ccd1f204d70823011aa25b3b5facbe86abf20796aa2f0d0f9ebb6bc76e75c7f9427 -DIST lat.traineddata-tessdata_fast-4.0.0 3187463 BLAKE2B 9b1fd6cd47ac041e9069ad747e8ab26b27bcf742e2fa57433fc3336fb1d74d44a4800133095aac9e34b34bb2cb267aba1c9bd5cdc3d69ac83b69114ce5556b00 SHA512 99c79cfddd0e497544cd184e93dff6282bb1d07025020f0076d4131f9f8355431e77e2dc6af676cb90ca39d484bef4b3e6ef37a86d194007f45a019542ab9d94 -DIST lat.traineddata-tessdata_fast-4.1.0 3187463 BLAKE2B 9b1fd6cd47ac041e9069ad747e8ab26b27bcf742e2fa57433fc3336fb1d74d44a4800133095aac9e34b34bb2cb267aba1c9bd5cdc3d69ac83b69114ce5556b00 SHA512 99c79cfddd0e497544cd184e93dff6282bb1d07025020f0076d4131f9f8355431e77e2dc6af676cb90ca39d484bef4b3e6ef37a86d194007f45a019542ab9d94 -DIST lav.traineddata-tessdata_fast-4.0.0 2717247 BLAKE2B 11c7d19cff6c273b931ec771b8a445084854dc370d93aaf8edcdd325fc6e7b17df1c51eb9b3a4497bf81b29ae20693d7d933a9306eae28e480caadf374e1f2ca SHA512 cda428ed5a6ac3b4243222ca56f01d95f0b41d12c9b797ea9c1d6718b60206792638707b9c9653fcc5e15bb23244293fa437c036dba122764fe6456f56ead8c3 -DIST lav.traineddata-tessdata_fast-4.1.0 2717247 BLAKE2B 11c7d19cff6c273b931ec771b8a445084854dc370d93aaf8edcdd325fc6e7b17df1c51eb9b3a4497bf81b29ae20693d7d933a9306eae28e480caadf374e1f2ca SHA512 cda428ed5a6ac3b4243222ca56f01d95f0b41d12c9b797ea9c1d6718b60206792638707b9c9653fcc5e15bb23244293fa437c036dba122764fe6456f56ead8c3 -DIST lit.traineddata-tessdata_fast-4.0.0 3154896 BLAKE2B 452af5355b4461e74bf371363248b2d1b5804711c6bda707ae1c66feabfab80ff8545954fb220b12d647c9be7d2d1762b82460af8cb5a856bc1099b142f835d6 SHA512 4b20e31086c4f08e424f678ce1b182a24d40deef732d7c355684acb7923e11db6ac3581213d673c970d5b24db2b63f896f7a849f714af6afa2354a65631a8018 -DIST lit.traineddata-tessdata_fast-4.1.0 3154896 BLAKE2B 452af5355b4461e74bf371363248b2d1b5804711c6bda707ae1c66feabfab80ff8545954fb220b12d647c9be7d2d1762b82460af8cb5a856bc1099b142f835d6 SHA512 4b20e31086c4f08e424f678ce1b182a24d40deef732d7c355684acb7923e11db6ac3581213d673c970d5b24db2b63f896f7a849f714af6afa2354a65631a8018 -DIST ltz.traineddata-tessdata_fast-4.0.0 2606426 BLAKE2B 7c7f788b63cd6e06859c9e39385004d3b80ec3003b7053ee698525ecb00dc16d9fb13facaf98ac20ee7067a7fd634af690c6982ebffdf0f235574588556ff909 SHA512 30c8da2862c30be8c6c6b13bc9f2f16f2e5477ec6f9128759224ca6078b32904cfd6ed371e50f22567bbbe77e691e22c7487c9e9da55a3a06bd2ac03f0b50e21 -DIST ltz.traineddata-tessdata_fast-4.1.0 2606426 BLAKE2B 7c7f788b63cd6e06859c9e39385004d3b80ec3003b7053ee698525ecb00dc16d9fb13facaf98ac20ee7067a7fd634af690c6982ebffdf0f235574588556ff909 SHA512 30c8da2862c30be8c6c6b13bc9f2f16f2e5477ec6f9128759224ca6078b32904cfd6ed371e50f22567bbbe77e691e22c7487c9e9da55a3a06bd2ac03f0b50e21 -DIST mal.traineddata-tessdata_fast-4.0.0 5275996 BLAKE2B 8c4bef2de31709188457f2783ccdc68da35bbc64a4610f4561e2a7ea0d0e4323d42d3862541bf9ef720576d11c09b26200b7434a3541867287b04c9d502cfbec SHA512 66d8396f59b36f1d73ed497d50ef237cfa868707d8c52d6bfbe3f3467417fc971b225f5abf53918a04843e5336423c91254f31bbe2b387863120e08ff99e63b4 -DIST mal.traineddata-tessdata_fast-4.1.0 5275996 BLAKE2B 8c4bef2de31709188457f2783ccdc68da35bbc64a4610f4561e2a7ea0d0e4323d42d3862541bf9ef720576d11c09b26200b7434a3541867287b04c9d502cfbec SHA512 66d8396f59b36f1d73ed497d50ef237cfa868707d8c52d6bfbe3f3467417fc971b225f5abf53918a04843e5336423c91254f31bbe2b387863120e08ff99e63b4 -DIST mar.traineddata-tessdata_fast-4.0.0 2118233 BLAKE2B 250a4d9644a09c2e9ba1fe3db5b6353d842af5904fd3aaf0af10785d733cbbf8cd4f44a4d8adce38ec27c8d30a3edf322a39358b1b6ef8b46a1942e733c0e315 SHA512 d7a8f138cfc50d6a43f4cbec1cc807d4d76d40d3a68401b39373a0fe0447c788bb054eed602e58325773cd8c044b3c314bdf896d9c3c5a3a0e14f1132a18e331 -DIST mar.traineddata-tessdata_fast-4.1.0 2118233 BLAKE2B 250a4d9644a09c2e9ba1fe3db5b6353d842af5904fd3aaf0af10785d733cbbf8cd4f44a4d8adce38ec27c8d30a3edf322a39358b1b6ef8b46a1942e733c0e315 SHA512 d7a8f138cfc50d6a43f4cbec1cc807d4d76d40d3a68401b39373a0fe0447c788bb054eed602e58325773cd8c044b3c314bdf896d9c3c5a3a0e14f1132a18e331 -DIST mkd.traineddata-tessdata_fast-4.0.0 1600188 BLAKE2B 6a828b56bbdf84b03716577a329a89c40ba44162471322c9fcf08651b526979d3c22b8b7a6f30c9ae8736938df6adc8d583db16279b72041a04ac89c0cdc953a SHA512 1c588acc96cd031c1c445f17f9aa1d63ebd15ac28798dbcd539c5d2ab7b1eaa12115920ebcf5c003cfd5b2b6534f692815c74c8bc0eba8fbef193a97ec1b3150 -DIST mkd.traineddata-tessdata_fast-4.1.0 1600188 BLAKE2B 6a828b56bbdf84b03716577a329a89c40ba44162471322c9fcf08651b526979d3c22b8b7a6f30c9ae8736938df6adc8d583db16279b72041a04ac89c0cdc953a SHA512 1c588acc96cd031c1c445f17f9aa1d63ebd15ac28798dbcd539c5d2ab7b1eaa12115920ebcf5c003cfd5b2b6534f692815c74c8bc0eba8fbef193a97ec1b3150 -DIST mlt.traineddata-tessdata_fast-4.0.0 2308796 BLAKE2B 59d9dc5efe3d533885273392dcfae66bfac07987052e434643eadbe16fce3f5b149b8e70617d5485f509dc3976636200984bf1da56201ca886922770913d63a7 SHA512 8cc864c4a2e56863509fd37c995d53e9ef65f25c7fffc3ca767e1b5238c761ec22c5e44a16813b54ce14c08336bdaa93856f694c7cb5616a5c2b011ad061c967 -DIST mlt.traineddata-tessdata_fast-4.1.0 2308796 BLAKE2B 59d9dc5efe3d533885273392dcfae66bfac07987052e434643eadbe16fce3f5b149b8e70617d5485f509dc3976636200984bf1da56201ca886922770913d63a7 SHA512 8cc864c4a2e56863509fd37c995d53e9ef65f25c7fffc3ca767e1b5238c761ec22c5e44a16813b54ce14c08336bdaa93856f694c7cb5616a5c2b011ad061c967 -DIST mon.traineddata-tessdata_fast-4.0.0 2137042 BLAKE2B 0ee7f4f2e56527bea8a1f777aebf1f2503ecaa336b2f3c1e4f63c536c5c44fefe668baba3c856857b5a92fd5bc7adca8c77afc8fd163826e6c8f8a7086e7bb99 SHA512 1faad826b8c270a2ccb77b25da707c38a471338f9beb3c37cd1778715dcd6a04a162875df04d44dec832168930e268dcd4479350170b88296ddffada315e14e3 -DIST mon.traineddata-tessdata_fast-4.1.0 2137042 BLAKE2B 0ee7f4f2e56527bea8a1f777aebf1f2503ecaa336b2f3c1e4f63c536c5c44fefe668baba3c856857b5a92fd5bc7adca8c77afc8fd163826e6c8f8a7086e7bb99 SHA512 1faad826b8c270a2ccb77b25da707c38a471338f9beb3c37cd1778715dcd6a04a162875df04d44dec832168930e268dcd4479350170b88296ddffada315e14e3 -DIST mri.traineddata-tessdata_fast-4.0.0 862973 BLAKE2B c98d780a03d14bbb06ac42339b4d65692bc25154fcad265e06ea0aec45b79b3ae8edaa4cb8f914c1756348b2d99f68979f68ac6f54d2d301df9f0eacc8f2ec42 SHA512 bcd8ffc0760fe53d94e4b1fc403799ab0507c0886808e37c6d8d8a891f06efc9206e953efb40bdfcc8ea334c85cda23525fc0d22977ab141ee19aae06ec10cf3 -DIST mri.traineddata-tessdata_fast-4.1.0 862973 BLAKE2B c98d780a03d14bbb06ac42339b4d65692bc25154fcad265e06ea0aec45b79b3ae8edaa4cb8f914c1756348b2d99f68979f68ac6f54d2d301df9f0eacc8f2ec42 SHA512 bcd8ffc0760fe53d94e4b1fc403799ab0507c0886808e37c6d8d8a891f06efc9206e953efb40bdfcc8ea334c85cda23525fc0d22977ab141ee19aae06ec10cf3 -DIST msa.traineddata-tessdata_fast-4.0.0 1747801 BLAKE2B fddab2c54eee56e41abcb24fc8bf5513759e41493e5e912b368779056b4a6686c00357c277d3f726d25b694430ceaf2ccefc4dad035f499cbd43669bd8debe32 SHA512 dfb23a8a8da2702be188265bf23f4628ab8d407cd57e096d8910ef7ddc90b3877f4c88c1179cb2ede70aa943ceb2934fd69d411cc04d99420d04040b7e1bc0a1 -DIST msa.traineddata-tessdata_fast-4.1.0 1747801 BLAKE2B fddab2c54eee56e41abcb24fc8bf5513759e41493e5e912b368779056b4a6686c00357c277d3f726d25b694430ceaf2ccefc4dad035f499cbd43669bd8debe32 SHA512 dfb23a8a8da2702be188265bf23f4628ab8d407cd57e096d8910ef7ddc90b3877f4c88c1179cb2ede70aa943ceb2934fd69d411cc04d99420d04040b7e1bc0a1 -DIST mya.traineddata-tessdata_fast-4.0.0 4640561 BLAKE2B 3c2f46ff0e625e1462222cd2a2f0299571c65e4694a00d7797a86e69bc274871dba2eb3e259371ce419d4b31ae32e316cd3bbe6912ff47ebdaf48041674d45af SHA512 b530e32ba44bd9aa3d9557610a12a8d66b3b0895334e3360e6f1580ed4b3bdca03c148fe79080b23cfe9a700e8fc58480331cb1c04e8e7e5564d65451be5f02d -DIST mya.traineddata-tessdata_fast-4.1.0 4640561 BLAKE2B 3c2f46ff0e625e1462222cd2a2f0299571c65e4694a00d7797a86e69bc274871dba2eb3e259371ce419d4b31ae32e316cd3bbe6912ff47ebdaf48041674d45af SHA512 b530e32ba44bd9aa3d9557610a12a8d66b3b0895334e3360e6f1580ed4b3bdca03c148fe79080b23cfe9a700e8fc58480331cb1c04e8e7e5564d65451be5f02d -DIST nep.traineddata-tessdata_fast-4.0.0 1002911 BLAKE2B 2b7d81f85eb5f476f60f9ea6470be0b81c030d2126bdd99110de8c4f2190238c7a5e576d0bf79a47221a196b5fcd411f71f42bbb260b781c869f03a648f89f1d SHA512 2f794299e4054ef4b251c44d3b96d8b7db7ddca90a3bae8a566ce6687fd30bc6b7125b06b58322c092ef714b9ab367e2a55234cbf08cbe3cf89078eba4706409 -DIST nep.traineddata-tessdata_fast-4.1.0 1002911 BLAKE2B 2b7d81f85eb5f476f60f9ea6470be0b81c030d2126bdd99110de8c4f2190238c7a5e576d0bf79a47221a196b5fcd411f71f42bbb260b781c869f03a648f89f1d SHA512 2f794299e4054ef4b251c44d3b96d8b7db7ddca90a3bae8a566ce6687fd30bc6b7125b06b58322c092ef714b9ab367e2a55234cbf08cbe3cf89078eba4706409 -DIST nld.traineddata-tessdata_fast-4.0.0 6050296 BLAKE2B f5b967f26c5e6f50047470e8c1f1903d505db34d9d0e5fb7450ce9ff39a13d41c16de521224fe68ebe6fd82ccb99ca4584b373e1d2c0684704862601eec1ee5f SHA512 ce1c8ef25bcc5321a65e6612caf2653248c1febb4bd10a18fb327cfc5deba9a59e5618c8316d5e171ca6fc00d1c7b4a898b34671476ed26a49c2e0eea1788409 -DIST nld.traineddata-tessdata_fast-4.1.0 6050296 BLAKE2B f5b967f26c5e6f50047470e8c1f1903d505db34d9d0e5fb7450ce9ff39a13d41c16de521224fe68ebe6fd82ccb99ca4584b373e1d2c0684704862601eec1ee5f SHA512 ce1c8ef25bcc5321a65e6612caf2653248c1febb4bd10a18fb327cfc5deba9a59e5618c8316d5e171ca6fc00d1c7b4a898b34671476ed26a49c2e0eea1788409 -DIST nor.traineddata-tessdata_fast-4.0.0 3610079 BLAKE2B 295e547ed4866e47a9135c714479525e4076171870ee171e80bb3281e6eb6db9e1d4e47e4926b1a73bf2818dd4afe27ba7c84fab2a8159bc57ecbac18f0aa09d SHA512 6781645a2a70e259ef18be071b771c6b13849c1ff7aef6b452e8a93ca35e8b8010196731729b8a29e9622eaea2dbede0d1f5d12ce267a43721e8fe83d02efba8 -DIST nor.traineddata-tessdata_fast-4.1.0 3610079 BLAKE2B 295e547ed4866e47a9135c714479525e4076171870ee171e80bb3281e6eb6db9e1d4e47e4926b1a73bf2818dd4afe27ba7c84fab2a8159bc57ecbac18f0aa09d SHA512 6781645a2a70e259ef18be071b771c6b13849c1ff7aef6b452e8a93ca35e8b8010196731729b8a29e9622eaea2dbede0d1f5d12ce267a43721e8fe83d02efba8 -DIST oci.traineddata-tessdata_fast-4.0.0 6322087 BLAKE2B 2bde0d3f8ce2661d4984ba4558cdfa4339b7bf8e2108abce38f9777eca2c6a6f00d707c85312cc319172cba11c73faaaa2168f6990e9c2a2fdb53cad8d22fc3d SHA512 e942352dda42905367a5ec2207c08fb7ff0371e8f4fbc7883c77277ace0973602ead0c1a31eb943388e8beb609cec1cb4d7daf6a23c15360a04e59a8e8effeb7 -DIST oci.traineddata-tessdata_fast-4.1.0 6322087 BLAKE2B 2bde0d3f8ce2661d4984ba4558cdfa4339b7bf8e2108abce38f9777eca2c6a6f00d707c85312cc319172cba11c73faaaa2168f6990e9c2a2fdb53cad8d22fc3d SHA512 e942352dda42905367a5ec2207c08fb7ff0371e8f4fbc7883c77277ace0973602ead0c1a31eb943388e8beb609cec1cb4d7daf6a23c15360a04e59a8e8effeb7 -DIST ori.traineddata-tessdata_fast-4.0.0 1480066 BLAKE2B 4089720e159c1e41daf49c38b37f013c6c156be84316eccd7b6e26a18a36ac4fb3f00eb0a4498b718535154cf90da0a2344517c39fdb5f4cf66fb29d81054d64 SHA512 e6b152cf56d42aadee4930da7f94766ea69c195ddae86ddb43bc23be21def0dd2d9126dbdf554b09f49c1224e1a9e55818ab43ae647c7398ecdabc008405ef27 -DIST ori.traineddata-tessdata_fast-4.1.0 1480066 BLAKE2B 4089720e159c1e41daf49c38b37f013c6c156be84316eccd7b6e26a18a36ac4fb3f00eb0a4498b718535154cf90da0a2344517c39fdb5f4cf66fb29d81054d64 SHA512 e6b152cf56d42aadee4930da7f94766ea69c195ddae86ddb43bc23be21def0dd2d9126dbdf554b09f49c1224e1a9e55818ab43ae647c7398ecdabc008405ef27 -DIST osd.traineddata-tessdata_fast-4.0.0 10562727 BLAKE2B ddf38d17e76104216495c798827c024c9d68375f60e2ecc264a495986eac502a9f0159b87adaff96b22b562d774036f0a832d520248842ca1a6550b7ec8c9b4d SHA512 c54f481903187bed19cf14c69b24c44044b540f50814de66dff8d35e6987eea71ef4464492a8fae9242fcb22cccbe59e009f3a4dab6c36ad63f78c52ebe9628f -DIST osd.traineddata-tessdata_fast-4.1.0 10562727 BLAKE2B ddf38d17e76104216495c798827c024c9d68375f60e2ecc264a495986eac502a9f0159b87adaff96b22b562d774036f0a832d520248842ca1a6550b7ec8c9b4d SHA512 c54f481903187bed19cf14c69b24c44044b540f50814de66dff8d35e6987eea71ef4464492a8fae9242fcb22cccbe59e009f3a4dab6c36ad63f78c52ebe9628f -DIST pan.traineddata-tessdata_fast-4.0.0 497721 BLAKE2B 6a17f91bb316971c937740ba897e226859f12841559e36c2f602de51177e3509575b0e521ddf3f5484b9626057a0b04d20f38c0a5762c09e17b1d51b939e477b SHA512 fa2071a7449fd52c94a0adf87ee0ed96b5750137a7cdba3d3869a987e632b9507b24413e786f870b81fdbb5fec8e4f148a3aa72e384ff0145e486b2fc4ccd654 -DIST pan.traineddata-tessdata_fast-4.1.0 497721 BLAKE2B 6a17f91bb316971c937740ba897e226859f12841559e36c2f602de51177e3509575b0e521ddf3f5484b9626057a0b04d20f38c0a5762c09e17b1d51b939e477b SHA512 fa2071a7449fd52c94a0adf87ee0ed96b5750137a7cdba3d3869a987e632b9507b24413e786f870b81fdbb5fec8e4f148a3aa72e384ff0145e486b2fc4ccd654 -DIST pol.traineddata-tessdata_fast-4.0.0 4765518 BLAKE2B 26110b7317ec6d58ceb79f0e8f9484054e2cfedf43398f913c34145cd9a3931507e411d87bc9734f71f321532561900dc8ff6427d00fb246c6842213bc59d5c3 SHA512 bf4295bef318048712ea0c09e199468d136aeb6b7a919053324f628d05efdc132df7ca8439cc501e9a8950b6a5c4de7ba7327db00deb70923d94daf8fb942a43 -DIST pol.traineddata-tessdata_fast-4.1.0 4765518 BLAKE2B 26110b7317ec6d58ceb79f0e8f9484054e2cfedf43398f913c34145cd9a3931507e411d87bc9734f71f321532561900dc8ff6427d00fb246c6842213bc59d5c3 SHA512 bf4295bef318048712ea0c09e199468d136aeb6b7a919053324f628d05efdc132df7ca8439cc501e9a8950b6a5c4de7ba7327db00deb70923d94daf8fb942a43 -DIST por.traineddata-tessdata_fast-4.0.0 1982756 BLAKE2B 1297243d455f96fb6d738e2657dc6bed39223519556dae707156ffd208067b0ea56efea00e00c841f8355b534539f510e76ac7157931b9ca7624233563ea89e3 SHA512 b51776a7e20d12e11439a33f591ad41cfa9d25aee36d8503b2189eceb5c1bfbc20cc75af362141ad75bbff3d49b7e60dbb777f9904922d62612cdde30945ebd5 -DIST por.traineddata-tessdata_fast-4.1.0 1982756 BLAKE2B 1297243d455f96fb6d738e2657dc6bed39223519556dae707156ffd208067b0ea56efea00e00c841f8355b534539f510e76ac7157931b9ca7624233563ea89e3 SHA512 b51776a7e20d12e11439a33f591ad41cfa9d25aee36d8503b2189eceb5c1bfbc20cc75af362141ad75bbff3d49b7e60dbb777f9904922d62612cdde30945ebd5 -DIST pus.traineddata-tessdata_fast-4.0.0 1772087 BLAKE2B 7d25782bb1c58b6f205227a6f555316b4da823bb388fcc10a87f811220364a38014288830ba2dd2c04a0e2706cd551e1ab9a245cb226300cbff2de08f4f0c0ba SHA512 db1543a0bedd85bdca96289cfe72e4048c42a0913b66a558cd952d8ea47acc5b3c280f57a1c909c57c427c6737162e7d39c19c60ffbfb48fcb0a7bbb4f3d53a6 -DIST pus.traineddata-tessdata_fast-4.1.0 1772087 BLAKE2B 7d25782bb1c58b6f205227a6f555316b4da823bb388fcc10a87f811220364a38014288830ba2dd2c04a0e2706cd551e1ab9a245cb226300cbff2de08f4f0c0ba SHA512 db1543a0bedd85bdca96289cfe72e4048c42a0913b66a558cd952d8ea47acc5b3c280f57a1c909c57c427c6737162e7d39c19c60ffbfb48fcb0a7bbb4f3d53a6 -DIST que.traineddata-tessdata_fast-4.0.0 5026336 BLAKE2B 4d7d559e241054d3a91b669b8330d9cb3ee938f45226dcda989143d4a43bd457b79820b6d781a2f40ebb8516af1047d63e8c9a5bf933491e0799a94b94e8ed39 SHA512 18082ce5ce7e55a17c04c2b3d8e701f2382558456107a1678196208d265e43229a66180c2e8529daaaf686c97816f0df09775b483d594de6173e57354814e0d5 -DIST que.traineddata-tessdata_fast-4.1.0 5026336 BLAKE2B 4d7d559e241054d3a91b669b8330d9cb3ee938f45226dcda989143d4a43bd457b79820b6d781a2f40ebb8516af1047d63e8c9a5bf933491e0799a94b94e8ed39 SHA512 18082ce5ce7e55a17c04c2b3d8e701f2382558456107a1678196208d265e43229a66180c2e8529daaaf686c97816f0df09775b483d594de6173e57354814e0d5 -DIST ron.traineddata-tessdata_fast-4.0.0 2376323 BLAKE2B 37d629e99487814dab6d8e6f107a188d0821726f75f4ee84387e1038ba61057c9d1c6b4de48574a8f5df541e3c4a09ef94ed5a1bd3a3e5a554305b5462d72cd8 SHA512 36639480ce972f1cbf0a020eb30b3418a6961046d0ff961c70ce953c5023ff4e20df22f43742693f43b98af4634c1f74e910db6643c3bb9898a4481ddbbba360 -DIST ron.traineddata-tessdata_fast-4.1.0 2376323 BLAKE2B 37d629e99487814dab6d8e6f107a188d0821726f75f4ee84387e1038ba61057c9d1c6b4de48574a8f5df541e3c4a09ef94ed5a1bd3a3e5a554305b5462d72cd8 SHA512 36639480ce972f1cbf0a020eb30b3418a6961046d0ff961c70ce953c5023ff4e20df22f43742693f43b98af4634c1f74e910db6643c3bb9898a4481ddbbba360 -DIST rus.traineddata-tessdata_fast-4.0.0 3861738 BLAKE2B 0a9ef4e0565a0ebfbac8c5c968db2cc0fbaf49b9c1e0ecf35b17087bb54b519f6710d804569752ab2392582cc8ca8ed070fe5bfb164130ebc9986c3db2a97fb2 SHA512 65254c36df8274cee0a2c32e9632f3c2c3c2c0032314bf0a99a4c23309e862da7c038ed85745d58697a814f44c656f22ef5a7815ae2bec33f80de1de8e1ea9dd -DIST rus.traineddata-tessdata_fast-4.1.0 3861738 BLAKE2B 0a9ef4e0565a0ebfbac8c5c968db2cc0fbaf49b9c1e0ecf35b17087bb54b519f6710d804569752ab2392582cc8ca8ed070fe5bfb164130ebc9986c3db2a97fb2 SHA512 65254c36df8274cee0a2c32e9632f3c2c3c2c0032314bf0a99a4c23309e862da7c038ed85745d58697a814f44c656f22ef5a7815ae2bec33f80de1de8e1ea9dd -DIST san.traineddata-tessdata_fast-4.0.0 12404677 BLAKE2B 4ae4406fcb2ee01a1914dcba1d54dda37ba8e2fd480f71f15beafe6dcc82fcafa0af3050cc952c36215d7bb8a87b62d7df2872b82c7ffe8eb85710badd59d1f3 SHA512 0e5b48e46e42a88ec63dd9743ecf4e9137912404b1a0cd8c26c43349d7ec7ac471bd986a7c9a4be97f802a80f7b5d18c74f55bb0006a473210b791d543b58707 -DIST san.traineddata-tessdata_fast-4.1.0 12404677 BLAKE2B 4ae4406fcb2ee01a1914dcba1d54dda37ba8e2fd480f71f15beafe6dcc82fcafa0af3050cc952c36215d7bb8a87b62d7df2872b82c7ffe8eb85710badd59d1f3 SHA512 0e5b48e46e42a88ec63dd9743ecf4e9137912404b1a0cd8c26c43349d7ec7ac471bd986a7c9a4be97f802a80f7b5d18c74f55bb0006a473210b791d543b58707 -DIST sin.traineddata-tessdata_fast-4.0.0 1727413 BLAKE2B e9906ab16aca38864fbc96d24dcec836d42ee2f6b251af970b78c676718824d9383d41f7f566fc407ac3afb6356f5e7f02496d4628b29f400b5eece7bfd9097d SHA512 17e4d52188c745df7923cd802d2446c2dffbc34af8e6a795e939ab398e0874cf56b9a2f353975d12b4532688174a657c8763158ba182f2a203bc825b8e40b3ff -DIST sin.traineddata-tessdata_fast-4.1.0 1727413 BLAKE2B e9906ab16aca38864fbc96d24dcec836d42ee2f6b251af970b78c676718824d9383d41f7f566fc407ac3afb6356f5e7f02496d4628b29f400b5eece7bfd9097d SHA512 17e4d52188c745df7923cd802d2446c2dffbc34af8e6a795e939ab398e0874cf56b9a2f353975d12b4532688174a657c8763158ba182f2a203bc825b8e40b3ff -DIST slk.traineddata-tessdata_fast-4.0.0 4427661 BLAKE2B e1e7849d8e823bbd573d5c3756ed1fce6f1e07dfffb1fa7a65f86f88d7cd222f3a648c46bbb6bbf0561aac9c7c5ac62476969b968c136a71926dcd5ab7fa30a0 SHA512 df1daaf259e2868a36f3d1e7edb79330b5d61c3104e1daab13cd8024f826a6181fab05dd18730e6aaa30e67f54555c80b95f8266101cdba03f71a70b93b94d6f -DIST slk.traineddata-tessdata_fast-4.1.0 4427661 BLAKE2B e1e7849d8e823bbd573d5c3756ed1fce6f1e07dfffb1fa7a65f86f88d7cd222f3a648c46bbb6bbf0561aac9c7c5ac62476969b968c136a71926dcd5ab7fa30a0 SHA512 df1daaf259e2868a36f3d1e7edb79330b5d61c3104e1daab13cd8024f826a6181fab05dd18730e6aaa30e67f54555c80b95f8266101cdba03f71a70b93b94d6f -DIST slv.traineddata-tessdata_fast-4.0.0 3003829 BLAKE2B a8b9f9fb36a2237bb5222122222f56cbad35681d2ea504703b7b7f167adba79bf366e14573e52f8ff1c999cb983ee0014c46d864c9a5cc862ed0041dbad9fd34 SHA512 723a1d1f32a3acc26bfea051856489d94e75bd4e987cac7d2b5de9fca4a233eda49897fc857094b658b77fb91bda7aa315114b4a5af4ba8f7d75baf2a8e06d5e -DIST slv.traineddata-tessdata_fast-4.1.0 3003829 BLAKE2B a8b9f9fb36a2237bb5222122222f56cbad35681d2ea504703b7b7f167adba79bf366e14573e52f8ff1c999cb983ee0014c46d864c9a5cc862ed0041dbad9fd34 SHA512 723a1d1f32a3acc26bfea051856489d94e75bd4e987cac7d2b5de9fca4a233eda49897fc857094b658b77fb91bda7aa315114b4a5af4ba8f7d75baf2a8e06d5e -DIST snd.traineddata-tessdata_fast-4.0.0 1694035 BLAKE2B 3e6af108b663fa45eb0e1ab0e126ede89f49eec19aea3a60d1d056e33e1afe9448f40071271cc9161cb04cee8c4a7f0c14b852891220034e9269a89c7e3cbf71 SHA512 4a8ffdd98c8ef9a3c7f8022964819818d3e03b2feb155e1d991eae697ac2a41858234cd8e6e73582cfb8c4e2fd6ac4efec115da43162059d35e4c77e2d569ce8 -DIST snd.traineddata-tessdata_fast-4.1.0 1694035 BLAKE2B 3e6af108b663fa45eb0e1ab0e126ede89f49eec19aea3a60d1d056e33e1afe9448f40071271cc9161cb04cee8c4a7f0c14b852891220034e9269a89c7e3cbf71 SHA512 4a8ffdd98c8ef9a3c7f8022964819818d3e03b2feb155e1d991eae697ac2a41858234cd8e6e73582cfb8c4e2fd6ac4efec115da43162059d35e4c77e2d569ce8 -DIST spa.traineddata-tessdata_fast-4.0.0 2294433 BLAKE2B c3cf779e0e6d4e6dbe4c170f9dfcb687f3d122fc22bf1cbe047f588ee44b2b1b61ed9df5d016ced47fc86a56708b6d0a1bc582f7e7da99e53e11840f555a96ba SHA512 901e8c0c6dc50f57c723922061d5a98b223f1b499b9af1546b072dd70772c5a3ffa33ddbc76295b115bd586863f3d653602bdb6d1fce28a59a86d296efa24241 -DIST spa.traineddata-tessdata_fast-4.1.0 2294433 BLAKE2B c3cf779e0e6d4e6dbe4c170f9dfcb687f3d122fc22bf1cbe047f588ee44b2b1b61ed9df5d016ced47fc86a56708b6d0a1bc582f7e7da99e53e11840f555a96ba SHA512 901e8c0c6dc50f57c723922061d5a98b223f1b499b9af1546b072dd70772c5a3ffa33ddbc76295b115bd586863f3d653602bdb6d1fce28a59a86d296efa24241 -DIST spa_old.traineddata-tessdata_fast-4.0.0 2894755 BLAKE2B 7eb2186d63026f458e693af5fe40d6df826b2ac21629f007171b269d84cae5e84f5d7e5f47c9009a43bdf860ea288af4c958c270db6be1eefad7764bbad1fa3d SHA512 fa9f3f31c48dd30649907f4f624fdb43211c7e05741a32cab6f79ef0cfad7692507c5a059b48ff9cedd5446932231849e19e11c5b45f13c21743073ba951ce5d -DIST spa_old.traineddata-tessdata_fast-4.1.0 2894755 BLAKE2B 7eb2186d63026f458e693af5fe40d6df826b2ac21629f007171b269d84cae5e84f5d7e5f47c9009a43bdf860ea288af4c958c270db6be1eefad7764bbad1fa3d SHA512 fa9f3f31c48dd30649907f4f624fdb43211c7e05741a32cab6f79ef0cfad7692507c5a059b48ff9cedd5446932231849e19e11c5b45f13c21743073ba951ce5d -DIST sqi.traineddata-tessdata_fast-4.0.0 1874705 BLAKE2B db3745d277bb3ec7f52697c1b70c828d07a11e11cb702ca7899ddab773bcdb532f5779d8fde7c0bf8e926c893d07ad3cb0c65c0ded701f7a4029e8d58d672513 SHA512 b24c41da3ecdfa0b61498273ecfaed437366fd87221e8e007f1aebf1e3882f375ea80f39287082a110c378d999ccf1513e6ecc51e430ab2342f5b57794730755 -DIST sqi.traineddata-tessdata_fast-4.1.0 1874705 BLAKE2B db3745d277bb3ec7f52697c1b70c828d07a11e11cb702ca7899ddab773bcdb532f5779d8fde7c0bf8e926c893d07ad3cb0c65c0ded701f7a4029e8d58d672513 SHA512 b24c41da3ecdfa0b61498273ecfaed437366fd87221e8e007f1aebf1e3882f375ea80f39287082a110c378d999ccf1513e6ecc51e430ab2342f5b57794730755 -DIST srp.traineddata-tessdata_fast-4.0.0 2149931 BLAKE2B 8c422cd7b3fdbff165e85a8a3e1037f75a857baffa4f016cdd30393a24d5b3dde45d32217ba874d0449d4419d01a781a297e5154d8eadd5adfdb2516627028fa SHA512 919688e69d2afb36feb870b51534390a12e84b5ec80e934e8b34447cb6a96a9230ca81556bb55d49b56bd14acb90dedc5bdd9661b3d81bb587c31be88a3af9af -DIST srp.traineddata-tessdata_fast-4.1.0 2149931 BLAKE2B 8c422cd7b3fdbff165e85a8a3e1037f75a857baffa4f016cdd30393a24d5b3dde45d32217ba874d0449d4419d01a781a297e5154d8eadd5adfdb2516627028fa SHA512 919688e69d2afb36feb870b51534390a12e84b5ec80e934e8b34447cb6a96a9230ca81556bb55d49b56bd14acb90dedc5bdd9661b3d81bb587c31be88a3af9af -DIST srp_latn.traineddata-tessdata_fast-4.0.0 3281787 BLAKE2B bc68b208d347ad06e10deee97d1726549faddd1ae2165348bd6cf2364ecbcf0d70a4fedfc7ca875c0248a5ea69b4c04e7a0de8c0d5ed8987d5dc275348899036 SHA512 3b6f64f5797ebd5695c76b9465c33990d5b49ea9ad6f95f9396a9c999c01e867c3f66b16f9122528a9c6232d97b87c3afdbe5b1bf009509edaed321b4d5a37f8 -DIST srp_latn.traineddata-tessdata_fast-4.1.0 3281787 BLAKE2B bc68b208d347ad06e10deee97d1726549faddd1ae2165348bd6cf2364ecbcf0d70a4fedfc7ca875c0248a5ea69b4c04e7a0de8c0d5ed8987d5dc275348899036 SHA512 3b6f64f5797ebd5695c76b9465c33990d5b49ea9ad6f95f9396a9c999c01e867c3f66b16f9122528a9c6232d97b87c3afdbe5b1bf009509edaed321b4d5a37f8 -DIST sun.traineddata-tessdata_fast-4.0.0 1369500 BLAKE2B 90729519bc2e9775a0423bc6d3a0dbb0cc540ddf7044e446d69be84bdaf7e18470d754f1e57c3b9c5e24f48ee39a82ad51f452af9e6a4c96285e32948e9589c5 SHA512 b2760af17b99f553d2c81615e2e46778ee6a2193405b8a3d9aa08fb514559676f2a425055a2e62713aaf3b51770bf880cc2c536044de376842413f376a6865c4 -DIST sun.traineddata-tessdata_fast-4.1.0 1369500 BLAKE2B 90729519bc2e9775a0423bc6d3a0dbb0cc540ddf7044e446d69be84bdaf7e18470d754f1e57c3b9c5e24f48ee39a82ad51f452af9e6a4c96285e32948e9589c5 SHA512 b2760af17b99f553d2c81615e2e46778ee6a2193405b8a3d9aa08fb514559676f2a425055a2e62713aaf3b51770bf880cc2c536044de376842413f376a6865c4 -DIST swa.traineddata-tessdata_fast-4.0.0 2167651 BLAKE2B 41b66aea58516fe8e4ec2696a17fee68faced7bcadcdbffb468fc75dc5bd3b6b29c7e3c75e01bd929a4ecad2d69859d62ff157e961aaa4f0f0c8a77d066181c9 SHA512 077df824f71b2dade65bb1611623ede7741dd138172bfde94be03e18478c6aa48082a1d09ea69f332f883b2d5294c120c31292ee34050e3f10cb2f5402758465 -DIST swa.traineddata-tessdata_fast-4.1.0 2167651 BLAKE2B 41b66aea58516fe8e4ec2696a17fee68faced7bcadcdbffb468fc75dc5bd3b6b29c7e3c75e01bd929a4ecad2d69859d62ff157e961aaa4f0f0c8a77d066181c9 SHA512 077df824f71b2dade65bb1611623ede7741dd138172bfde94be03e18478c6aa48082a1d09ea69f332f883b2d5294c120c31292ee34050e3f10cb2f5402758465 -DIST swe.traineddata-tessdata_fast-4.0.0 4167034 BLAKE2B 71422ab662dd7ce09e96242a03a2b8439a545022278585d9a370c11e770c245feeb297dec8a22a0b893b437d3f43e20b75f73709dbc62e3b7a25c693fba0b08d SHA512 1971bcfe5ec1ef0ad861cb9a0fa8eddac52ea537de1da52def098551795779db5a7ecdadd7546b83695e1f2116551d964e393a3fe8e16895566fa641e9af99a2 -DIST swe.traineddata-tessdata_fast-4.1.0 4167034 BLAKE2B 71422ab662dd7ce09e96242a03a2b8439a545022278585d9a370c11e770c245feeb297dec8a22a0b893b437d3f43e20b75f73709dbc62e3b7a25c693fba0b08d SHA512 1971bcfe5ec1ef0ad861cb9a0fa8eddac52ea537de1da52def098551795779db5a7ecdadd7546b83695e1f2116551d964e393a3fe8e16895566fa641e9af99a2 -DIST syr.traineddata-tessdata_fast-4.0.0 2207208 BLAKE2B 58c523b6b0ffc13f11d22c8fb265b0b61b773bf4a685b2b11fcf83065adcf355a8d8884e1a5b60e35aef7bd9266cb6e0d5d40a05c73d1b02decef3afb947ffd1 SHA512 ca4fa16f11cc05b796d60032e98bf2ff6e36d9a7a8985dd08034794e7acd62bf51ff6ecb95427bde146d99721e74a7dd60e5e11c1f15caaa24ecdfe09fbb82fd -DIST syr.traineddata-tessdata_fast-4.1.0 2207208 BLAKE2B 58c523b6b0ffc13f11d22c8fb265b0b61b773bf4a685b2b11fcf83065adcf355a8d8884e1a5b60e35aef7bd9266cb6e0d5d40a05c73d1b02decef3afb947ffd1 SHA512 ca4fa16f11cc05b796d60032e98bf2ff6e36d9a7a8985dd08034794e7acd62bf51ff6ecb95427bde146d99721e74a7dd60e5e11c1f15caaa24ecdfe09fbb82fd -DIST tam.traineddata-tessdata_fast-4.0.0 3237963 BLAKE2B 6110cf03cd5448f5e677bdf1b05aca92989faf1b33e0acd2a4da5dd94f0e6652e3f5d040fa733bf8a47fa6d05da4a68e6b697d9b8f9fa27c2129b7a7109acbb6 SHA512 e0b12a15736d438698ad95d586fe237d104a8766c349ae79468d88fa2cc712448137088f52ee99bb4d82e79e4521f946eb9eefb8b022957aabc76b9709ccfef9 -DIST tam.traineddata-tessdata_fast-4.1.0 3237963 BLAKE2B 6110cf03cd5448f5e677bdf1b05aca92989faf1b33e0acd2a4da5dd94f0e6652e3f5d040fa733bf8a47fa6d05da4a68e6b697d9b8f9fa27c2129b7a7109acbb6 SHA512 e0b12a15736d438698ad95d586fe237d104a8766c349ae79468d88fa2cc712448137088f52ee99bb4d82e79e4521f946eb9eefb8b022957aabc76b9709ccfef9 -DIST tat.traineddata-tessdata_fast-4.0.0 1072896 BLAKE2B cf085fc72d79963f8dcd5b0320c9f60cf7d193fde821cacfd6045c1691d01fe1d9d70b2a2747a4e67f6b2c93a9dde8a6637015e8daa4bec09e90b05b5d478fa3 SHA512 8b6c40afc7bfb86cde14352a93c58b12203173163269f3c8401ee1d2ed1f89831c3726a898cfdfdf76501078009721e1b020a62ceb0b6e9cd621f5cc27f4c2dd -DIST tat.traineddata-tessdata_fast-4.1.0 1072896 BLAKE2B cf085fc72d79963f8dcd5b0320c9f60cf7d193fde821cacfd6045c1691d01fe1d9d70b2a2747a4e67f6b2c93a9dde8a6637015e8daa4bec09e90b05b5d478fa3 SHA512 8b6c40afc7bfb86cde14352a93c58b12203173163269f3c8401ee1d2ed1f89831c3726a898cfdfdf76501078009721e1b020a62ceb0b6e9cd621f5cc27f4c2dd -DIST tel.traineddata-tessdata_fast-4.0.0 2769654 BLAKE2B fb461715b626c5f977c82b897a4166417c8bbef7dbe331576cfc9897dd4e70a47dca24c0810227aa48cf882383edbc8f4a446fd04e6fdfa7dd635336bad463bb SHA512 89666af74698d21bd49d9fe3b66e4b07a4d5d68e99042edfc0611a2b08a25666b3a03915ca3ead36bfff02a89d40a25a455c534b1efcca32c7ea2a839e44018a -DIST tel.traineddata-tessdata_fast-4.1.0 2769654 BLAKE2B fb461715b626c5f977c82b897a4166417c8bbef7dbe331576cfc9897dd4e70a47dca24c0810227aa48cf882383edbc8f4a446fd04e6fdfa7dd635336bad463bb SHA512 89666af74698d21bd49d9fe3b66e4b07a4d5d68e99042edfc0611a2b08a25666b3a03915ca3ead36bfff02a89d40a25a455c534b1efcca32c7ea2a839e44018a -DIST tgk.traineddata-tessdata_fast-4.0.0 2602685 BLAKE2B 265d8dc62f4bede659f9fb3be28d8711ec60ff507404758f9b805d081a3fa725e83efb1dbe79b1fbf4a9bc700880126900a9b31083d229ee626b8bfc8c14c292 SHA512 3c9b42b434fecbbce50873396908e910c18c3136b0f7c0a0c1ae77f02bf6fd9584b88a20b8d7cf09e2b6998a8f7df4f6aaeead7649cab68590999374f25c5991 -DIST tgk.traineddata-tessdata_fast-4.1.0 2602685 BLAKE2B 265d8dc62f4bede659f9fb3be28d8711ec60ff507404758f9b805d081a3fa725e83efb1dbe79b1fbf4a9bc700880126900a9b31083d229ee626b8bfc8c14c292 SHA512 3c9b42b434fecbbce50873396908e910c18c3136b0f7c0a0c1ae77f02bf6fd9584b88a20b8d7cf09e2b6998a8f7df4f6aaeead7649cab68590999374f25c5991 -DIST tha.traineddata-tessdata_fast-4.0.0 1072600 BLAKE2B af2a4956b247cd9519a992716efa708013fc530a52636d3a62400b10cc309909a9a9dce25cc36651a9fe03d5934ee04e2eee5cadc7f5c6e93426138ad8f4e365 SHA512 942590b071264bc55bd74dcc0db652fe5ab9e70a98b6a17a0add7f5e7f1e26d00111f5e7dd8ba22324b17759309e94d6ac8a6222b33d37fee04397b55072b0e6 -DIST tha.traineddata-tessdata_fast-4.1.0 1072600 BLAKE2B af2a4956b247cd9519a992716efa708013fc530a52636d3a62400b10cc309909a9a9dce25cc36651a9fe03d5934ee04e2eee5cadc7f5c6e93426138ad8f4e365 SHA512 942590b071264bc55bd74dcc0db652fe5ab9e70a98b6a17a0add7f5e7f1e26d00111f5e7dd8ba22324b17759309e94d6ac8a6222b33d37fee04397b55072b0e6 -DIST tir.traineddata-tessdata_fast-4.0.0 378822 BLAKE2B 3fc8133472f1753ba742ca5f935ec20370c30bcef74307c88f0c40853f130d591460c175aafbd6bd65fed9366df4a91317d138bacfa77b9d2980d5bfa41edb65 SHA512 2d0c196d0f8b6d11828f41e1ef8e4c132863469e1148b3f77ca569a713af91380a4d53eeadc242c5f82813b40f949cf7279abca96a9cae2d8a8b4c0581b83d64 -DIST tir.traineddata-tessdata_fast-4.1.0 378822 BLAKE2B 3fc8133472f1753ba742ca5f935ec20370c30bcef74307c88f0c40853f130d591460c175aafbd6bd65fed9366df4a91317d138bacfa77b9d2980d5bfa41edb65 SHA512 2d0c196d0f8b6d11828f41e1ef8e4c132863469e1148b3f77ca569a713af91380a4d53eeadc242c5f82813b40f949cf7279abca96a9cae2d8a8b4c0581b83d64 -DIST ton.traineddata-tessdata_fast-4.0.0 947249 BLAKE2B e2cd14d26e07b7e5f88feba310c05333c6e1aa396acd7e29bede89c4b98cf94da6d3374818e26a5b967a1606f9cd147b6b56924f6b71d2f007493dc7e92868bb SHA512 b9f4ef0555663892e821cb876d50f3a091983ad83da375a6d17b9e705c1e0c7f08a5664782e44e7d42f357d379ca3094adb72daf01b39b37b4ea2ebd04130437 -DIST ton.traineddata-tessdata_fast-4.1.0 947249 BLAKE2B e2cd14d26e07b7e5f88feba310c05333c6e1aa396acd7e29bede89c4b98cf94da6d3374818e26a5b967a1606f9cd147b6b56924f6b71d2f007493dc7e92868bb SHA512 b9f4ef0555663892e821cb876d50f3a091983ad83da375a6d17b9e705c1e0c7f08a5664782e44e7d42f357d379ca3094adb72daf01b39b37b4ea2ebd04130437 -DIST tur.traineddata-tessdata_fast-4.0.0 4550554 BLAKE2B 21cf610a7250be7f1136838b4d65a309c80a7c3c9e2bb3e86e3304947bc2d7a21cce74d46f7191ac84005b45e1b3c12e24d3f47587263793d164081505f5e3f9 SHA512 10470a411a4692aef1cc5a0465793844cd47f8a9079f72e9e7e0176e9556d13afa7e83ff3644d4a8b10a91bcc5698a8d377d4f4ad986ada72a0557a2c5617357 -DIST tur.traineddata-tessdata_fast-4.1.0 4550554 BLAKE2B 21cf610a7250be7f1136838b4d65a309c80a7c3c9e2bb3e86e3304947bc2d7a21cce74d46f7191ac84005b45e1b3c12e24d3f47587263793d164081505f5e3f9 SHA512 10470a411a4692aef1cc5a0465793844cd47f8a9079f72e9e7e0176e9556d13afa7e83ff3644d4a8b10a91bcc5698a8d377d4f4ad986ada72a0557a2c5617357 -DIST uig.traineddata-tessdata_fast-4.0.0 2794272 BLAKE2B b3820b7de241e598b3bfb2946bc23656b1abb1d46502f18bc687c55ee6da605880c90d59ed1567f8b6b39ff0c5c5494a1ff8c7c5747353a6dd46f04f738b65f4 SHA512 7ada280945562e828b59ad731d51682dfe3e0996eb30a02c134bd7be156a4604b4b3ea3480cf748fd9f9dc0c55a9b823ecb249b260b1718b2490f5addf89891b -DIST uig.traineddata-tessdata_fast-4.1.0 2794272 BLAKE2B b3820b7de241e598b3bfb2946bc23656b1abb1d46502f18bc687c55ee6da605880c90d59ed1567f8b6b39ff0c5c5494a1ff8c7c5747353a6dd46f04f738b65f4 SHA512 7ada280945562e828b59ad731d51682dfe3e0996eb30a02c134bd7be156a4604b4b3ea3480cf748fd9f9dc0c55a9b823ecb249b260b1718b2490f5addf89891b -DIST ukr.traineddata-tessdata_fast-4.0.0 3825102 BLAKE2B bf263c354082cb3fdb5f0b63088bd6ab315e11df60c85a424aa534b8bf2be6ddf6e371c2b4ac3e248934e66e6198b0eb39a5b008a1264309ad71d81004f49296 SHA512 67056a9a25206321c0804ed40520a7b6b1b74746bcbf57c1488faf250d014288970de0ee73b7160dfd9fa509bc5fe59f8dcedc5bcbebf879ce87431e3c1fb057 -DIST ukr.traineddata-tessdata_fast-4.1.0 3825102 BLAKE2B bf263c354082cb3fdb5f0b63088bd6ab315e11df60c85a424aa534b8bf2be6ddf6e371c2b4ac3e248934e66e6198b0eb39a5b008a1264309ad71d81004f49296 SHA512 67056a9a25206321c0804ed40520a7b6b1b74746bcbf57c1488faf250d014288970de0ee73b7160dfd9fa509bc5fe59f8dcedc5bcbebf879ce87431e3c1fb057 -DIST urd.traineddata-tessdata_fast-4.0.0 1398718 BLAKE2B 51a3f61af80192fd02e8b32462012ef64d03d4435df525cf6ff6ff5a81938e8ab0eb6d93490aeda3e2bc676f96eedef51b07b2c5d5d6fe15bb2f56dfd51b776a SHA512 5f4ee46bd71624caa73aabe1b69d49781d96f49e9374c3edeb69c861f16d36640e3a2b698d75d71bd7b94d17c1aabdd742a3400964487414357b2baae89b582d -DIST urd.traineddata-tessdata_fast-4.1.0 1398718 BLAKE2B 51a3f61af80192fd02e8b32462012ef64d03d4435df525cf6ff6ff5a81938e8ab0eb6d93490aeda3e2bc676f96eedef51b07b2c5d5d6fe15bb2f56dfd51b776a SHA512 5f4ee46bd71624caa73aabe1b69d49781d96f49e9374c3edeb69c861f16d36640e3a2b698d75d71bd7b94d17c1aabdd742a3400964487414357b2baae89b582d -DIST uzb.traineddata-tessdata_fast-4.0.0 6470703 BLAKE2B da7703c5340b795d202850f96d71f2ff3f69cfd57126ef76053b01246673d6abc7f16ff77b935e132dd193566f0b7772ceccf9402046e38d7664581e4437afab SHA512 f03c9a83572293c40ae8d119c1399953dfbc81503445db3867245fa6f48e0844a6b72b85c24b663e1169829576ed6eabd2c50d48384c2721a4036e040f164478 -DIST uzb.traineddata-tessdata_fast-4.1.0 6470703 BLAKE2B da7703c5340b795d202850f96d71f2ff3f69cfd57126ef76053b01246673d6abc7f16ff77b935e132dd193566f0b7772ceccf9402046e38d7664581e4437afab SHA512 f03c9a83572293c40ae8d119c1399953dfbc81503445db3867245fa6f48e0844a6b72b85c24b663e1169829576ed6eabd2c50d48384c2721a4036e040f164478 -DIST uzb_cyrl.traineddata-tessdata_fast-4.0.0 1563501 BLAKE2B 4a57310458de8bcb6dc5ca4b409f2858cdeaa268ff050de28b2c39d83e7fbc49eaa3fa2cc528f9b58d300c76fadee02f8b654456973ee97545734b478d411589 SHA512 ebe9107b7167d52e48030177a8fc301c1978f798282dfd33694dd5544f9970ba24330797a72ec02655f243369490b6ddb78df96bd28f299a1a9d50e69fcad483 -DIST uzb_cyrl.traineddata-tessdata_fast-4.1.0 1563501 BLAKE2B 4a57310458de8bcb6dc5ca4b409f2858cdeaa268ff050de28b2c39d83e7fbc49eaa3fa2cc528f9b58d300c76fadee02f8b654456973ee97545734b478d411589 SHA512 ebe9107b7167d52e48030177a8fc301c1978f798282dfd33694dd5544f9970ba24330797a72ec02655f243369490b6ddb78df96bd28f299a1a9d50e69fcad483 -DIST vie.traineddata-tessdata_fast-4.0.0 531275 BLAKE2B 379070086dfd362ef888b8a467ce003d32653c844fb42fd89a5bcf383b58cfb7b9c170328e49c4800b4f43201600e43e26c7745f444e06f5ba7bb93e8fb98e72 SHA512 3a055b7ba07e38ce4a21be85ccbac26b27aab5f4104d4875c866030d0ac6d468e25c793301c2cbb4ab5ff92492bc5c02eefe083d638f6c081cf19ca452a05733 -DIST vie.traineddata-tessdata_fast-4.1.0 531275 BLAKE2B 379070086dfd362ef888b8a467ce003d32653c844fb42fd89a5bcf383b58cfb7b9c170328e49c4800b4f43201600e43e26c7745f444e06f5ba7bb93e8fb98e72 SHA512 3a055b7ba07e38ce4a21be85ccbac26b27aab5f4104d4875c866030d0ac6d468e25c793301c2cbb4ab5ff92492bc5c02eefe083d638f6c081cf19ca452a05733 -DIST yid.traineddata-tessdata_fast-4.0.0 545606 BLAKE2B 96d06916e67e5712d708d6c4534b3a618211cf76b3825ea3b48ac04d8158633a5fd0584aecb2574fdf105d0ba8d9ed21861d3cd9e6fa186c273ed950b9382a1d SHA512 4ee1effed6fd9233d6341f62f5dfd0a4dfb25e7388c7152bc3bdc55dff0737198f35264fcff34d81c223e4a8be832417323f9e16c4c33245d0493d44eacbefc5 -DIST yid.traineddata-tessdata_fast-4.1.0 545606 BLAKE2B 96d06916e67e5712d708d6c4534b3a618211cf76b3825ea3b48ac04d8158633a5fd0584aecb2574fdf105d0ba8d9ed21861d3cd9e6fa186c273ed950b9382a1d SHA512 4ee1effed6fd9233d6341f62f5dfd0a4dfb25e7388c7152bc3bdc55dff0737198f35264fcff34d81c223e4a8be832417323f9e16c4c33245d0493d44eacbefc5 -DIST yor.traineddata-tessdata_fast-4.0.0 963400 BLAKE2B 38f84a1c331ef161cf3d6bb25e8586d1cd5fa0458fcd295fec3481f3c02cfe3f9f138c22731af3beec09471570b5d790917bb42ac40e5597dd5336afe2f55cea SHA512 da4d086f52534fbf01ac00dd996aceb2c646fc61b60199cf539cc7a223c050e69079ede591b95abbe1d3927a39ca7f9bedd68c558e6df54d949dff5c6428f449 -DIST yor.traineddata-tessdata_fast-4.1.0 963400 BLAKE2B 38f84a1c331ef161cf3d6bb25e8586d1cd5fa0458fcd295fec3481f3c02cfe3f9f138c22731af3beec09471570b5d790917bb42ac40e5597dd5336afe2f55cea SHA512 da4d086f52534fbf01ac00dd996aceb2c646fc61b60199cf539cc7a223c050e69079ede591b95abbe1d3927a39ca7f9bedd68c558e6df54d949dff5c6428f449 diff --git a/app-text/tessdata_fast/metadata.xml b/app-text/tessdata_fast/metadata.xml deleted file mode 100644 index d9cd18a445fe..000000000000 --- a/app-text/tessdata_fast/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <use> - <flag name="osd"> Enable support orientation and script detection.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild b/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild deleted file mode 100644 index 33fb4a915793..000000000000 --- a/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN}/raw/${PV}/" - -DESCRIPTION="Fast integer versions of trained models for app-text/tesseract" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata_fast" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~sparc x86" -IUSE="+osd" - -RDEPEND="!app-text/tessdata_best - !app-text/tessdata_legacy - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kmr-Latn:kmr kn:kan ko:kor,kor_vert ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tessdata_fast/tessdata_fast-4.1.0.ebuild b/app-text/tessdata_fast/tessdata_fast-4.1.0.ebuild deleted file mode 100644 index 7a693ed601ed..000000000000 --- a/app-text/tessdata_fast/tessdata_fast-4.1.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN}/raw/${PV}/" - -DESCRIPTION="Fast integer versions of trained models for app-text/tesseract" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata_fast" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="+osd" - -RDEPEND="!app-text/tessdata_best - !app-text/tessdata_legacy - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kmr-Latn:kmr kn:kan ko:kor,kor_vert ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tessdata_legacy/Manifest b/app-text/tessdata_legacy/Manifest deleted file mode 100644 index e5cb1a86b400..000000000000 --- a/app-text/tessdata_legacy/Manifest +++ /dev/null @@ -1,253 +0,0 @@ -DIST afr.traineddata-tessdata_legacy-4.0.0 7851157 BLAKE2B 90811d860f65dae25e0cd74855292394532e4f3059fa28dbe101111ee0a47eb5e662602b1ea797897001b839c701394124056d9c7cf360b0483be820ea00ef02 SHA512 8cf2ce289ea892aaa186fe26ffcd50ba4f7433874f1367e55fd337801f63f337d1719ecd3baa41575e6a22f834dbd3ac7b970942ae4e4dd730ea3bdc7a0f1b15 -DIST afr.traineddata-tessdata_legacy-4.1.0 7851157 BLAKE2B 90811d860f65dae25e0cd74855292394532e4f3059fa28dbe101111ee0a47eb5e662602b1ea797897001b839c701394124056d9c7cf360b0483be820ea00ef02 SHA512 8cf2ce289ea892aaa186fe26ffcd50ba4f7433874f1367e55fd337801f63f337d1719ecd3baa41575e6a22f834dbd3ac7b970942ae4e4dd730ea3bdc7a0f1b15 -DIST amh.traineddata-tessdata_legacy-4.0.0 8423467 BLAKE2B b4f3643981210e898b791ddb4fdf58287ee8d23c0e5822933e586ad34ed06de497e7e2de6a834c0178347ffc6e12589e85587c7da1d05fba32b36f2c16f7d6fb SHA512 675108f2a2df285a09a95b8a4a2fcbaabbb2123c85b68c2a5daf05e6dfefda6be7178a686ed2ca776e58f2cde58663e717bc9ca0913b41d58575be77166f42ba -DIST amh.traineddata-tessdata_legacy-4.1.0 8423467 BLAKE2B b4f3643981210e898b791ddb4fdf58287ee8d23c0e5822933e586ad34ed06de497e7e2de6a834c0178347ffc6e12589e85587c7da1d05fba32b36f2c16f7d6fb SHA512 675108f2a2df285a09a95b8a4a2fcbaabbb2123c85b68c2a5daf05e6dfefda6be7178a686ed2ca776e58f2cde58663e717bc9ca0913b41d58575be77166f42ba -DIST ara.traineddata-tessdata_legacy-4.0.0 2494806 BLAKE2B b0297c8cdf13e7d87b1f65c04b55905154fb24c16a9c7e4a0cf76ace6cd8eeba83c1fc81ea098df566a55270735d14d819ba60f6dd5461a473350f4ff1767210 SHA512 333ddb480e60201039b926e8800324d46657ed4b7adf3365fa0b43317dd7c501e149410e3a749243e0fea1319cd152c960cf1ac8ea08e20c1931cd6c1598e1cb -DIST ara.traineddata-tessdata_legacy-4.1.0 2494806 BLAKE2B b0297c8cdf13e7d87b1f65c04b55905154fb24c16a9c7e4a0cf76ace6cd8eeba83c1fc81ea098df566a55270735d14d819ba60f6dd5461a473350f4ff1767210 SHA512 333ddb480e60201039b926e8800324d46657ed4b7adf3365fa0b43317dd7c501e149410e3a749243e0fea1319cd152c960cf1ac8ea08e20c1931cd6c1598e1cb -DIST asm.traineddata-tessdata_legacy-4.0.0 2045457 BLAKE2B 793a6cf489b5b115086952d424b062dce0baaa40456a5d4d4825ac6041d7d26b6f8b72bb95384aefb6441650d7b0e5793f6eb1f80a5c4a2497797d2e3f350cba SHA512 500b5be7e27d9f657b9eeff83d0c39d3fc85cc801958e92b899bfb8d3b30f5c78c820cd1529932cc4a3f20050cdf425cdd17e76dedf597413e2a16af4a199129 -DIST asm.traineddata-tessdata_legacy-4.1.0 2045457 BLAKE2B 793a6cf489b5b115086952d424b062dce0baaa40456a5d4d4825ac6041d7d26b6f8b72bb95384aefb6441650d7b0e5793f6eb1f80a5c4a2497797d2e3f350cba SHA512 500b5be7e27d9f657b9eeff83d0c39d3fc85cc801958e92b899bfb8d3b30f5c78c820cd1529932cc4a3f20050cdf425cdd17e76dedf597413e2a16af4a199129 -DIST aze.traineddata-tessdata_legacy-4.0.0 10139884 BLAKE2B 608c5372ad3901af85505d432178dcd84b3ba68bb446b5169fd6a1e0db840e5ff27d4a4ef624a6316dc9d0c8362930dc575067de07efe7af9b58e2b8aa2d8ec4 SHA512 24cfc52e8d36495bcc2cfcdd41cde539582541e6a98d2e151311189db033a7749ee7f846e21ba504e511037284099f2d4da4d7909b15dae92375638d39adb74c -DIST aze.traineddata-tessdata_legacy-4.1.0 10139884 BLAKE2B 608c5372ad3901af85505d432178dcd84b3ba68bb446b5169fd6a1e0db840e5ff27d4a4ef624a6316dc9d0c8362930dc575067de07efe7af9b58e2b8aa2d8ec4 SHA512 24cfc52e8d36495bcc2cfcdd41cde539582541e6a98d2e151311189db033a7749ee7f846e21ba504e511037284099f2d4da4d7909b15dae92375638d39adb74c -DIST aze_cyrl.traineddata-tessdata_legacy-4.0.0 4726411 BLAKE2B b0fd32c05f704cbc13c7c5a832d2395b2a8c86922f8781d4d03d7ba177956ff050646db1a833ee80e7a209a119ee1e47a6adc2e8d90b57eb1d5fdddefbd6933d SHA512 160dc9fdb07deae92f00e6a00c23906d891a445ed78bf2046fe93d5779a64ace1ea6d134640f92aa91cfaff11244d9f0aa9f55ef735bcd760ff8d75e9cc9aa1b -DIST aze_cyrl.traineddata-tessdata_legacy-4.1.0 4726411 BLAKE2B b0fd32c05f704cbc13c7c5a832d2395b2a8c86922f8781d4d03d7ba177956ff050646db1a833ee80e7a209a119ee1e47a6adc2e8d90b57eb1d5fdddefbd6933d SHA512 160dc9fdb07deae92f00e6a00c23906d891a445ed78bf2046fe93d5779a64ace1ea6d134640f92aa91cfaff11244d9f0aa9f55ef735bcd760ff8d75e9cc9aa1b -DIST bel.traineddata-tessdata_legacy-4.0.0 11185811 BLAKE2B 78be505c559865d8c81849a1acdb342fc05ae55f1a9a2a154203b11e13c7aafae08e53e9572760ec43aa24728ac38a0fafdeb458054c3150d399abf25760a617 SHA512 e5df0c9c0470ccf786eb8629ea525e945af0bf8487dc7ea13130d81120145bc1fe7dcac6d24cc3d26cb9992ef61d126c5920e35a22a7bfe5aa05428588c1f57c -DIST bel.traineddata-tessdata_legacy-4.1.0 11185811 BLAKE2B 78be505c559865d8c81849a1acdb342fc05ae55f1a9a2a154203b11e13c7aafae08e53e9572760ec43aa24728ac38a0fafdeb458054c3150d399abf25760a617 SHA512 e5df0c9c0470ccf786eb8629ea525e945af0bf8487dc7ea13130d81120145bc1fe7dcac6d24cc3d26cb9992ef61d126c5920e35a22a7bfe5aa05428588c1f57c -DIST ben.traineddata-tessdata_legacy-4.0.0 1789439 BLAKE2B 47db7752ff6bf7ed21b96dbce261786917c63cb931a2266000f299a1cd3ac2d8d5c7ceff45bfdda879b4101f5888959fb52a7ed406469865c5623ec433ab13a5 SHA512 e9ee3bd2ce1018d7f100d0c9ce1f504156d260d2c8d0fe14c3c614f058b9b512d8366a55d2919813b97854bebd5c296df90b9292994f35d21d12970360a05973 -DIST ben.traineddata-tessdata_legacy-4.1.0 1789439 BLAKE2B 47db7752ff6bf7ed21b96dbce261786917c63cb931a2266000f299a1cd3ac2d8d5c7ceff45bfdda879b4101f5888959fb52a7ed406469865c5623ec433ab13a5 SHA512 e9ee3bd2ce1018d7f100d0c9ce1f504156d260d2c8d0fe14c3c614f058b9b512d8366a55d2919813b97854bebd5c296df90b9292994f35d21d12970360a05973 -DIST bod.traineddata-tessdata_legacy-4.0.0 1966470 BLAKE2B 6aaefbb8bf09a52f471c085eed1c311f05a60fd1e2b655255c7e66736f8004352f25ed187ec1c542070fd82b3650ede3b60179556b635e00ca71bacff0b510f1 SHA512 c6c1f05523a2a1a3f566521ca466c2658d792906a0d3115d3abc328b62f2644175abf0a649b72d6127dee4d665448a0e36532bd38fdcf694145f2ebe3a18bb10 -DIST bod.traineddata-tessdata_legacy-4.1.0 1966470 BLAKE2B 6aaefbb8bf09a52f471c085eed1c311f05a60fd1e2b655255c7e66736f8004352f25ed187ec1c542070fd82b3650ede3b60179556b635e00ca71bacff0b510f1 SHA512 c6c1f05523a2a1a3f566521ca466c2658d792906a0d3115d3abc328b62f2644175abf0a649b72d6127dee4d665448a0e36532bd38fdcf694145f2ebe3a18bb10 -DIST bos.traineddata-tessdata_legacy-4.0.0 7930443 BLAKE2B f164434b6559ea68fd509044b418498a062c5e2ec5addd4e9bc73ca3520aafa1af6c49bac75d1b48272b606c5e50199e0b511f32a2feea9b2cbbc63b55f95580 SHA512 d4c76d60f0b56c15076b4ebabab0622a585869149fcc3f3252365adaa89c3b0a6aa0ecbdd59c11bf20cc51056f099b962b0c0e6a6d2ad3f3e9352177e109ee01 -DIST bos.traineddata-tessdata_legacy-4.1.0 7930443 BLAKE2B f164434b6559ea68fd509044b418498a062c5e2ec5addd4e9bc73ca3520aafa1af6c49bac75d1b48272b606c5e50199e0b511f32a2feea9b2cbbc63b55f95580 SHA512 d4c76d60f0b56c15076b4ebabab0622a585869149fcc3f3252365adaa89c3b0a6aa0ecbdd59c11bf20cc51056f099b962b0c0e6a6d2ad3f3e9352177e109ee01 -DIST bre.traineddata-tessdata_legacy-4.0.0 6335020 BLAKE2B 5691702fe90ae6d5481fce8c2e59464c4f8301d7dff662de19e16ebfe270fd69fe97b16c831aca7fc1feb6fbdf6d75da37238e18ba94c4427eaf4cfc0ce7d117 SHA512 bab1bc966ed1ac4a4d305564fc99868ff0aa58f719c3b66643cc809acd2205ff8e2e04d02bf6ad60ace1a4ec0ae984df7fef94d1c29488693a49082004beed23 -DIST bre.traineddata-tessdata_legacy-4.1.0 6335020 BLAKE2B 5691702fe90ae6d5481fce8c2e59464c4f8301d7dff662de19e16ebfe270fd69fe97b16c831aca7fc1feb6fbdf6d75da37238e18ba94c4427eaf4cfc0ce7d117 SHA512 bab1bc966ed1ac4a4d305564fc99868ff0aa58f719c3b66643cc809acd2205ff8e2e04d02bf6ad60ace1a4ec0ae984df7fef94d1c29488693a49082004beed23 -DIST bul.traineddata-tessdata_legacy-4.0.0 8371797 BLAKE2B 6f3d3861c207df6abce0a502847040fd75355228088fe4c8d864f35883afc300a2ddca077fe1492da0d2c986b9286f1dedaaaecdd5fef441aa49f6040f5299c5 SHA512 c32939ee33af530d65481b5efe6b9edbb7ae272e06a2fbe05142de353634e947887c678aa09e4fc8cc62afadc99d290db9a1b7ccf2551ceb6ec99abf11bd1ace -DIST bul.traineddata-tessdata_legacy-4.1.0 8371797 BLAKE2B 6f3d3861c207df6abce0a502847040fd75355228088fe4c8d864f35883afc300a2ddca077fe1492da0d2c986b9286f1dedaaaecdd5fef441aa49f6040f5299c5 SHA512 c32939ee33af530d65481b5efe6b9edbb7ae272e06a2fbe05142de353634e947887c678aa09e4fc8cc62afadc99d290db9a1b7ccf2551ceb6ec99abf11bd1ace -DIST cat.traineddata-tessdata_legacy-4.0.0 6502025 BLAKE2B c3c2d8dc074a5fedc7c9b1d69fb23db88801c97371ee666b1dad8153dfd50e387a5af6f995b0b6ed008b344e3400482e9be9783ad8aefe6f0d6b0474ff487a2e SHA512 ea28038ffb6d62a6c5255eaafdc9dbfe6c669e2193279aad300ca112bdce597df6375f26bc19d9dcceeec56641519bbf1595c9c038efcacdf7759f625253591f -DIST cat.traineddata-tessdata_legacy-4.1.0 6502025 BLAKE2B c3c2d8dc074a5fedc7c9b1d69fb23db88801c97371ee666b1dad8153dfd50e387a5af6f995b0b6ed008b344e3400482e9be9783ad8aefe6f0d6b0474ff487a2e SHA512 ea28038ffb6d62a6c5255eaafdc9dbfe6c669e2193279aad300ca112bdce597df6375f26bc19d9dcceeec56641519bbf1595c9c038efcacdf7759f625253591f -DIST ceb.traineddata-tessdata_legacy-4.0.0 2402839 BLAKE2B 930ca2a957bee72837a2dd312163f53d0894aee0e700c31f75594a220296d2e2feddc41ec80125bfc4dbef478a239bdcfbbf8ba67226b4d15354e160b6bca438 SHA512 17ee20837c77823e43c47627a6fd4d888c346e6f6204b855d45913def1802351fbe6c7973f0633f91ffc1d8a852c372130cd027be25605186d77b0da13e88128 -DIST ceb.traineddata-tessdata_legacy-4.1.0 2402839 BLAKE2B 930ca2a957bee72837a2dd312163f53d0894aee0e700c31f75594a220296d2e2feddc41ec80125bfc4dbef478a239bdcfbbf8ba67226b4d15354e160b6bca438 SHA512 17ee20837c77823e43c47627a6fd4d888c346e6f6204b855d45913def1802351fbe6c7973f0633f91ffc1d8a852c372130cd027be25605186d77b0da13e88128 -DIST ces.traineddata-tessdata_legacy-4.0.0 16238266 BLAKE2B 07ea65df7fc5052346d519602bfccbf404cdfc321c2bef90fe0a72042430eecfdc145db34e579495be48b17efc5bebbff289f62c6883fbbfa2c34869ec0a773c SHA512 b1180f4473ac5172f653b4ec957f8e9d7427e1dfdef1ee23c6f6d2fae8f7ddc6a3db40a070b00784647b1eb09e2b14b891e5c33c21c0ca4db4808cf0993e0a0a -DIST ces.traineddata-tessdata_legacy-4.1.0 16238266 BLAKE2B 07ea65df7fc5052346d519602bfccbf404cdfc321c2bef90fe0a72042430eecfdc145db34e579495be48b17efc5bebbff289f62c6883fbbfa2c34869ec0a773c SHA512 b1180f4473ac5172f653b4ec957f8e9d7427e1dfdef1ee23c6f6d2fae8f7ddc6a3db40a070b00784647b1eb09e2b14b891e5c33c21c0ca4db4808cf0993e0a0a -DIST chi_sim.traineddata-tessdata_legacy-4.0.0 44366093 BLAKE2B 9dda7c1c96020e2e26f9801a5692932ffcc8c023034749b5f5ac35bf75821e7f96a94a42efaf32f983106a79ccf345c683feaaddcd27cf135bd059fb3677850e SHA512 3281d2098c25bd5c34603216183c9d5dd949c2982bc4d357f09c56875328640a4f8f79619baf8872e3f6814cfe2368cbfe13b1f1526439964d087a8b0b675031 -DIST chi_sim.traineddata-tessdata_legacy-4.1.0 44366093 BLAKE2B 9dda7c1c96020e2e26f9801a5692932ffcc8c023034749b5f5ac35bf75821e7f96a94a42efaf32f983106a79ccf345c683feaaddcd27cf135bd059fb3677850e SHA512 3281d2098c25bd5c34603216183c9d5dd949c2982bc4d357f09c56875328640a4f8f79619baf8872e3f6814cfe2368cbfe13b1f1526439964d087a8b0b675031 -DIST chi_sim_vert.traineddata-tessdata_legacy-4.0.0 2470991 BLAKE2B 5185759161703c0d48dabe2f0242c2c73521612b309ead0a9aa83edbb5c9d8b071937985d3c1a1fc1d1acfa37d12e998bb3461e0d3e29dc4ee8c4f7e69f48072 SHA512 b802f4cac91d16e6a1129f5cf553657731aaaefd9dfe1da797729515260cb5e76d182ec1d964ca7b780ea8e62bd03974b19f351c653314ce7dbfb00571d68814 -DIST chi_sim_vert.traineddata-tessdata_legacy-4.1.0 2470991 BLAKE2B 5185759161703c0d48dabe2f0242c2c73521612b309ead0a9aa83edbb5c9d8b071937985d3c1a1fc1d1acfa37d12e998bb3461e0d3e29dc4ee8c4f7e69f48072 SHA512 b802f4cac91d16e6a1129f5cf553657731aaaefd9dfe1da797729515260cb5e76d182ec1d964ca7b780ea8e62bd03974b19f351c653314ce7dbfb00571d68814 -DIST chi_tra.traineddata-tessdata_legacy-4.0.0 59025073 BLAKE2B 6912a8357b43fa0e626871e838fc7be598478e24dddd3aceb0240360037fd7791ddfc4b2203bb910a7d777579f88d44cfad6e0a5983ec86ec58b6abe3badb1b3 SHA512 2f090ec33d31ad79905796e56c2d6de551e62441e86fbcea93f88c08bbfad6c51b27d92a8f0f45c967e5d25ccccd0e7fb67410f1a88f8774027cba376ca4cc84 -DIST chi_tra.traineddata-tessdata_legacy-4.1.0 59025073 BLAKE2B 6912a8357b43fa0e626871e838fc7be598478e24dddd3aceb0240360037fd7791ddfc4b2203bb910a7d777579f88d44cfad6e0a5983ec86ec58b6abe3badb1b3 SHA512 2f090ec33d31ad79905796e56c2d6de551e62441e86fbcea93f88c08bbfad6c51b27d92a8f0f45c967e5d25ccccd0e7fb67410f1a88f8774027cba376ca4cc84 -DIST chi_tra_vert.traineddata-tessdata_legacy-4.0.0 2368306 BLAKE2B 1611f6b986a225478882adf00b3e6108c4aadc1ef456fae2a9798a8af2589b38d772e2c027f0c7e5be73e9730cd38fba7147f3fdd165d4bd767313897a9c66d5 SHA512 b706508c402a898d63d781ae3d9d109996a41b896831cc3277cfce811d7892da5c433d9423e7e377fb114b86a05c1c597412d7e729d3865f6f00467cd866623b -DIST chi_tra_vert.traineddata-tessdata_legacy-4.1.0 2368306 BLAKE2B 1611f6b986a225478882adf00b3e6108c4aadc1ef456fae2a9798a8af2589b38d772e2c027f0c7e5be73e9730cd38fba7147f3fdd165d4bd767313897a9c66d5 SHA512 b706508c402a898d63d781ae3d9d109996a41b896831cc3277cfce811d7892da5c433d9423e7e377fb114b86a05c1c597412d7e729d3865f6f00467cd866623b -DIST chr.traineddata-tessdata_legacy-4.0.0 1458011 BLAKE2B d30cc84204f92bf270be75ee280374001fa73eef40a1aa1c8c3647365c6be594d5df446c32d84ca7c129d2374c458b4c0d86f08c83b767012dfd266f033f5010 SHA512 67606907a676c1d9b8aada52d341416d5e7001af430edb80b61e37fb78fc4f3854c97a63fc7d3644951f7016ab9aa3f97ac14600e8b18894bff83c44020edbce -DIST chr.traineddata-tessdata_legacy-4.1.0 1458011 BLAKE2B d30cc84204f92bf270be75ee280374001fa73eef40a1aa1c8c3647365c6be594d5df446c32d84ca7c129d2374c458b4c0d86f08c83b767012dfd266f033f5010 SHA512 67606907a676c1d9b8aada52d341416d5e7001af430edb80b61e37fb78fc4f3854c97a63fc7d3644951f7016ab9aa3f97ac14600e8b18894bff83c44020edbce -DIST cos.traineddata-tessdata_legacy-4.0.0 2299112 BLAKE2B fbcd7c6afcc2549b8d162e0205eb3e3808a83beee427ec682013694de475d905b13d01d2fdf63c6d35352f677dfa2c3565254bec82689ac2a8269bce77cac03e SHA512 f6d363ec553d9f3c52b090b2513f3500c01ef149696f718a39994a0eaeeb32c3bfd3e47ce6d009e010c543073332107fa27c03784f1025bd3efe18ce0b567420 -DIST cos.traineddata-tessdata_legacy-4.1.0 2299112 BLAKE2B fbcd7c6afcc2549b8d162e0205eb3e3808a83beee427ec682013694de475d905b13d01d2fdf63c6d35352f677dfa2c3565254bec82689ac2a8269bce77cac03e SHA512 f6d363ec553d9f3c52b090b2513f3500c01ef149696f718a39994a0eaeeb32c3bfd3e47ce6d009e010c543073332107fa27c03784f1025bd3efe18ce0b567420 -DIST cym.traineddata-tessdata_legacy-4.0.0 5998144 BLAKE2B dd085261b3a6e1060beb8bb8bc5dab1be23f5bdff31967ae056972f06e2f791b302010d665849cf165b6be8db02ec2a4d0890a6d889d415c5e65c14a35594d7d SHA512 b30cd745962da1cae6718362048aaa6006b0705e42372a5fea353ba5d600b7c3b4a2a55520418fc3d5ebb87b62d8b3f8bc33573b110899fcf62c5b57f80af3b2 -DIST cym.traineddata-tessdata_legacy-4.1.0 5998144 BLAKE2B dd085261b3a6e1060beb8bb8bc5dab1be23f5bdff31967ae056972f06e2f791b302010d665849cf165b6be8db02ec2a4d0890a6d889d415c5e65c14a35594d7d SHA512 b30cd745962da1cae6718362048aaa6006b0705e42372a5fea353ba5d600b7c3b4a2a55520418fc3d5ebb87b62d8b3f8bc33573b110899fcf62c5b57f80af3b2 -DIST dan.traineddata-tessdata_legacy-4.0.0 10578171 BLAKE2B 5221fad713af6c2021558c675f70e7f75057306c6376c4182477b6cb255d5e4f525dcfcb0d4f1d5a9e9235cd9ae70f032517431f7323809df190cc257f41a961 SHA512 97374bee706dedafcdade1eb7b93746acd94e4a5f0287f94987bee03e1dfa1b7bcddded60ba5776d524c8d5e6c33511c6755df4eccbe97c4b4b3a221a6c466fc -DIST dan.traineddata-tessdata_legacy-4.1.0 10578171 BLAKE2B 5221fad713af6c2021558c675f70e7f75057306c6376c4182477b6cb255d5e4f525dcfcb0d4f1d5a9e9235cd9ae70f032517431f7323809df190cc257f41a961 SHA512 97374bee706dedafcdade1eb7b93746acd94e4a5f0287f94987bee03e1dfa1b7bcddded60ba5776d524c8d5e6c33511c6755df4eccbe97c4b4b3a221a6c466fc -DIST deu.traineddata-tessdata_legacy-4.0.0 15437534 BLAKE2B be973bfae962658d51f602b6b49da3d1dae3f00609360756847236d7110256522195272a163e222c048f5301388892c55ac2e13d2d6cf01fb3515b7821544612 SHA512 3f8396d12291476b37990f5ae54231e2d631b9fbf9cc8a61d2aac89f908ab9a857c53bd6c1fa59ba43db97c68f796057599853a755496b991be25f888970a0d6 -DIST deu.traineddata-tessdata_legacy-4.1.0 15437534 BLAKE2B be973bfae962658d51f602b6b49da3d1dae3f00609360756847236d7110256522195272a163e222c048f5301388892c55ac2e13d2d6cf01fb3515b7821544612 SHA512 3f8396d12291476b37990f5ae54231e2d631b9fbf9cc8a61d2aac89f908ab9a857c53bd6c1fa59ba43db97c68f796057599853a755496b991be25f888970a0d6 -DIST div.traineddata-tessdata_legacy-4.0.0 1774548 BLAKE2B a98269d00897c750fee322adf0c5b93acc9f2a61c4eca0d7fb4ddfbaae6b705b15a96bdfa9543f878b533162e1f16b90fdbf5ae576fcf738c0e7135df100f39e SHA512 25730f236bff127454e3e05b61ae3ae81ec2f2a9f308a58729d0e406af5481a4881e8f0f156b08afd09b71c21370150d98997e5c68f1d75069707d08cb798f28 -DIST div.traineddata-tessdata_legacy-4.1.0 1774548 BLAKE2B a98269d00897c750fee322adf0c5b93acc9f2a61c4eca0d7fb4ddfbaae6b705b15a96bdfa9543f878b533162e1f16b90fdbf5ae576fcf738c0e7135df100f39e SHA512 25730f236bff127454e3e05b61ae3ae81ec2f2a9f308a58729d0e406af5481a4881e8f0f156b08afd09b71c21370150d98997e5c68f1d75069707d08cb798f28 -DIST dzo.traineddata-tessdata_legacy-4.0.0 449626 BLAKE2B 633a8784d610bf588e6234bd958cbe3725625c08c4cbd745312a7b25b15e65bc6e66a64a4632d5a6eed9c38114ee13a0d1caf58b4df6e7e7890b3c8e060d9a02 SHA512 17d011ef9cd59fe64b618c395cbb6e26dd57127039db23e73c3dc41552b47e218f85d267fca95088e7239bd2475b78e00c66d694f8d6bc6361c406fa60cb0c25 -DIST dzo.traineddata-tessdata_legacy-4.1.0 449626 BLAKE2B 633a8784d610bf588e6234bd958cbe3725625c08c4cbd745312a7b25b15e65bc6e66a64a4632d5a6eed9c38114ee13a0d1caf58b4df6e7e7890b3c8e060d9a02 SHA512 17d011ef9cd59fe64b618c395cbb6e26dd57127039db23e73c3dc41552b47e218f85d267fca95088e7239bd2475b78e00c66d694f8d6bc6361c406fa60cb0c25 -DIST ell.traineddata-tessdata_legacy-4.0.0 7543380 BLAKE2B eeeb1f62730bdcc09e007c6055466fdcb7227697801b38c7f059422f29ffaea2d24c121256aca45c17eccb5843731a96144cdcde16e82f3586b5d90780073b53 SHA512 42079b235b8aeffd86aa0a063d922b2018e75ede82a1136c99347bb3cbc7c2638c26feccdfb2cf6d42c3d5f445c14e598d5f0147f6af9e23107af27b3980c59f -DIST ell.traineddata-tessdata_legacy-4.1.0 7543380 BLAKE2B eeeb1f62730bdcc09e007c6055466fdcb7227697801b38c7f059422f29ffaea2d24c121256aca45c17eccb5843731a96144cdcde16e82f3586b5d90780073b53 SHA512 42079b235b8aeffd86aa0a063d922b2018e75ede82a1136c99347bb3cbc7c2638c26feccdfb2cf6d42c3d5f445c14e598d5f0147f6af9e23107af27b3980c59f -DIST eng.traineddata-tessdata_legacy-4.0.0 23466654 BLAKE2B 4df77ba3f80b0142509839e4d5af5523734930cf211712440cfb09fae6e76849f0a9ba79710cdbb5ebaa7c646fb5ce3c7aa31e09e318719a136fa0797eaad16a SHA512 bf1a730ce314fbafa065547e40703a1ffbe7f080557c59088a1b59944af3b94bd7da51cec0f322558d72ab3bdaec14ae96eb43aac705859ed5422702028a8b77 -DIST eng.traineddata-tessdata_legacy-4.1.0 23466654 BLAKE2B 4df77ba3f80b0142509839e4d5af5523734930cf211712440cfb09fae6e76849f0a9ba79710cdbb5ebaa7c646fb5ce3c7aa31e09e318719a136fa0797eaad16a SHA512 bf1a730ce314fbafa065547e40703a1ffbe7f080557c59088a1b59944af3b94bd7da51cec0f322558d72ab3bdaec14ae96eb43aac705859ed5422702028a8b77 -DIST enm.traineddata-tessdata_legacy-4.0.0 5207312 BLAKE2B bd78dfa5d29622165fce0d6f5fb898b57a355046755797fdd1df7e781a6ea3a71b12fec45f746e190479e3ddc00ab51cd851c14bbc8e8737d1c64986d7c81fe3 SHA512 5e54eec9dfec915c427589fe46ea14a74e0c0a86a1be0abd23602cc1136304f34c3aedf4710b49615a1d52ab07a05e5f13f33346ae3fd3ba7cca651a9896def2 -DIST enm.traineddata-tessdata_legacy-4.1.0 5207312 BLAKE2B bd78dfa5d29622165fce0d6f5fb898b57a355046755797fdd1df7e781a6ea3a71b12fec45f746e190479e3ddc00ab51cd851c14bbc8e8737d1c64986d7c81fe3 SHA512 5e54eec9dfec915c427589fe46ea14a74e0c0a86a1be0abd23602cc1136304f34c3aedf4710b49615a1d52ab07a05e5f13f33346ae3fd3ba7cca651a9896def2 -DIST epo.traineddata-tessdata_legacy-4.0.0 11330444 BLAKE2B 13c59b70ec450576a711ae8df0f5fbaf570f9546eba4dcefd12e9a1e919ea2df7efe09506959455f82580612a0458aba7282de360f055bb5ea2d5b50aed06e11 SHA512 09ed23595a04fe0d22423cfdc6550a5b784e4bece7257ee175861030db32457631fc612d33227cab355a465622f2ff8d976f5cc8cf1698465f474a8f1105dfde -DIST epo.traineddata-tessdata_legacy-4.1.0 11330444 BLAKE2B 13c59b70ec450576a711ae8df0f5fbaf570f9546eba4dcefd12e9a1e919ea2df7efe09506959455f82580612a0458aba7282de360f055bb5ea2d5b50aed06e11 SHA512 09ed23595a04fe0d22423cfdc6550a5b784e4bece7257ee175861030db32457631fc612d33227cab355a465622f2ff8d976f5cc8cf1698465f474a8f1105dfde -DIST equ.traineddata-tessdata_legacy-4.0.0 2251950 BLAKE2B fd4d2a15d9a49bd60d429eec947f46a693a2b51bda4bf5aad9a38b2ff48fe323074f48a4103754efde1ce4b4eb48023bd2c24fed52e4815a2a6a2f9e818d085c SHA512 aa95d32330e3ee52cfedd4695246acb5b508f35b7a7e5cd5055f8f4d773cf5cede8d87b6877c4ed4fbe78ade748d45f91a66bcdef2e43c7d7311dd3272ea0cfc -DIST equ.traineddata-tessdata_legacy-4.1.0 2251950 BLAKE2B fd4d2a15d9a49bd60d429eec947f46a693a2b51bda4bf5aad9a38b2ff48fe323074f48a4103754efde1ce4b4eb48023bd2c24fed52e4815a2a6a2f9e818d085c SHA512 aa95d32330e3ee52cfedd4695246acb5b508f35b7a7e5cd5055f8f4d773cf5cede8d87b6877c4ed4fbe78ade748d45f91a66bcdef2e43c7d7311dd3272ea0cfc -DIST est.traineddata-tessdata_legacy-4.0.0 15301628 BLAKE2B 68a8f656b1f910c3d30ae8be88461d721609a3451e402b1e9ec91a6bb2145d5e35ef7b25f4e04fdcfdc2f786d65820b426dc7772cc45a49c6401f986c0d5a08a SHA512 18abcb2ea4bd85a0083966b8fe9407c2098ab1a195dcf3681ea2f0be20b291a09598604b214e85f5e996983f3b4b15319a024d0cffe72caff9885c292ce2d889 -DIST est.traineddata-tessdata_legacy-4.1.0 15301628 BLAKE2B 68a8f656b1f910c3d30ae8be88461d721609a3451e402b1e9ec91a6bb2145d5e35ef7b25f4e04fdcfdc2f786d65820b426dc7772cc45a49c6401f986c0d5a08a SHA512 18abcb2ea4bd85a0083966b8fe9407c2098ab1a195dcf3681ea2f0be20b291a09598604b214e85f5e996983f3b4b15319a024d0cffe72caff9885c292ce2d889 -DIST eus.traineddata-tessdata_legacy-4.0.0 10145441 BLAKE2B e5cf454d86ddc97e9b7135b03996c2884354a6b362bdd8093fdb03d859c812341fc710fdd2ae5ffef9b51ea62645fc62c57a8536a63c95269985ccd05402ebb6 SHA512 e9e748331794808ab556132ef74bc24007148ccf197fdd56d4e3c85bd25cd116bcf1b361e33806f67d23108ff7776fdef55f8711fcfa8287faf92ab7503d5ce5 -DIST eus.traineddata-tessdata_legacy-4.1.0 10145441 BLAKE2B e5cf454d86ddc97e9b7135b03996c2884354a6b362bdd8093fdb03d859c812341fc710fdd2ae5ffef9b51ea62645fc62c57a8536a63c95269985ccd05402ebb6 SHA512 e9e748331794808ab556132ef74bc24007148ccf197fdd56d4e3c85bd25cd116bcf1b361e33806f67d23108ff7776fdef55f8711fcfa8287faf92ab7503d5ce5 -DIST fao.traineddata-tessdata_legacy-4.0.0 3439785 BLAKE2B 26ffa4759f0d674c8c93bb9ff892446e422538a233f97762789a07a0604569cefc1705c6c30f9f5805c9662bb69511250d22e41f716e87a78dfe401ef57dc2d9 SHA512 029e9cb1203894de4ac4c9c65ec255dd371682e303b99e29332e8fc2b2842e6f558cd92f285e0df349f158cd6b14e6fd0a780c7d50ff3490704a0817e79ed7a3 -DIST fao.traineddata-tessdata_legacy-4.1.0 3439785 BLAKE2B 26ffa4759f0d674c8c93bb9ff892446e422538a233f97762789a07a0604569cefc1705c6c30f9f5805c9662bb69511250d22e41f716e87a78dfe401ef57dc2d9 SHA512 029e9cb1203894de4ac4c9c65ec255dd371682e303b99e29332e8fc2b2842e6f558cd92f285e0df349f158cd6b14e6fd0a780c7d50ff3490704a0817e79ed7a3 -DIST fas.traineddata-tessdata_legacy-4.0.0 561272 BLAKE2B 39e024d95d2c4dc0144129832f49891740eb2d383f51e0a42b134d49ccfe1b88cfd02bf05863ba45e7a5d6521b66218b2403287c253bc67ed673f581610f76c2 SHA512 b1f36737de6d165b12505b88ad5707bec968d4b266f751fa1c0acb0bf2eac5fe4cfb37ca55ff84162f8d000eb32948c681a0cef141d2fb65d2ce2f3c67da83a1 -DIST fas.traineddata-tessdata_legacy-4.1.0 561272 BLAKE2B 39e024d95d2c4dc0144129832f49891740eb2d383f51e0a42b134d49ccfe1b88cfd02bf05863ba45e7a5d6521b66218b2403287c253bc67ed673f581610f76c2 SHA512 b1f36737de6d165b12505b88ad5707bec968d4b266f751fa1c0acb0bf2eac5fe4cfb37ca55ff84162f8d000eb32948c681a0cef141d2fb65d2ce2f3c67da83a1 -DIST fil.traineddata-tessdata_legacy-4.0.0 2509440 BLAKE2B 3d6b9c20a5043aca5ed05ca9d29068c64fab27804aa6c1225f0d3b834c0e4f2bcb8d3cc6b6d5582fb2775bdb41e5347831e7784798b77172cb6bd2b21b5cad1b SHA512 47a51bf468fb365c356774f68f14f1f78afa4a044b265e9622d054140121026c035ae475179069aeab7368c6ee050eb1faa8816e4c0559bb59fc174e4a1d98a5 -DIST fil.traineddata-tessdata_legacy-4.1.0 2509440 BLAKE2B 3d6b9c20a5043aca5ed05ca9d29068c64fab27804aa6c1225f0d3b834c0e4f2bcb8d3cc6b6d5582fb2775bdb41e5347831e7784798b77172cb6bd2b21b5cad1b SHA512 47a51bf468fb365c356774f68f14f1f78afa4a044b265e9622d054140121026c035ae475179069aeab7368c6ee050eb1faa8816e4c0559bb59fc174e4a1d98a5 -DIST fin.traineddata-tessdata_legacy-4.0.0 21140513 BLAKE2B 66c0370d90aa197780a56c501875aee79c04aed0adfbc86079d9e80cab7888f7866649ebef5180ff5a6fdc8728bb821ee93e0f2e51275fd45775f4883f938077 SHA512 788cf5c2679c8a5143cb579afb406eeda1c08f4760a72aa27512b62e8d2a4a714fe715e02c3463536a5eb466a843f2f9b0c5f66f787a25c1c650dad2dd50d6ed -DIST fin.traineddata-tessdata_legacy-4.1.0 21140513 BLAKE2B 66c0370d90aa197780a56c501875aee79c04aed0adfbc86079d9e80cab7888f7866649ebef5180ff5a6fdc8728bb821ee93e0f2e51275fd45775f4883f938077 SHA512 788cf5c2679c8a5143cb579afb406eeda1c08f4760a72aa27512b62e8d2a4a714fe715e02c3463536a5eb466a843f2f9b0c5f66f787a25c1c650dad2dd50d6ed -DIST fra.traineddata-tessdata_legacy-4.0.0 14213351 BLAKE2B 6f0eff67f9902704c74fa8bfb534d155ad97353c6c25241ed6d8d7d716db1d764e018344752d724aae9b9e9a326290cb67e8c48a4e0039395f7e7938efb27175 SHA512 abd84d1f0a9436ec4a9089ba288d9d21af8c6bd8897c3fc991c2ffdaa16224c084b6705606b91cd17152cc5e647fe2f781af0c5e392bb10f5693d7ebbda0838b -DIST fra.traineddata-tessdata_legacy-4.1.0 14213351 BLAKE2B 6f0eff67f9902704c74fa8bfb534d155ad97353c6c25241ed6d8d7d716db1d764e018344752d724aae9b9e9a326290cb67e8c48a4e0039395f7e7938efb27175 SHA512 abd84d1f0a9436ec4a9089ba288d9d21af8c6bd8897c3fc991c2ffdaa16224c084b6705606b91cd17152cc5e647fe2f781af0c5e392bb10f5693d7ebbda0838b -DIST frk.traineddata-tessdata_legacy-4.0.0 22874034 BLAKE2B 9f04aa056191a488635bbe9f45f7a4e1bf1496982a176de4e7ce39dda13af0decb530c43f034a06c1e0f3889f6b03386f702124ddc0d1ed4ebc344aef648f1e9 SHA512 5cc1a97b6b3ad210bfab033bafa8ffaae5195958bc212e735aff6fbbe65509be71c3a790c9873819d1f93d9ce3c32a2bc3e8b5652e69335bbedd7cd5478bcd22 -DIST frk.traineddata-tessdata_legacy-4.1.0 22874034 BLAKE2B 9f04aa056191a488635bbe9f45f7a4e1bf1496982a176de4e7ce39dda13af0decb530c43f034a06c1e0f3889f6b03386f702124ddc0d1ed4ebc344aef648f1e9 SHA512 5cc1a97b6b3ad210bfab033bafa8ffaae5195958bc212e735aff6fbbe65509be71c3a790c9873819d1f93d9ce3c32a2bc3e8b5652e69335bbedd7cd5478bcd22 -DIST frm.traineddata-tessdata_legacy-4.0.0 17856636 BLAKE2B 045091157220016da84e5dfbf07e98c697b5f29a6719491f9059fec40216f7806c582e90bb19257f3b7e56ea5ae7c37a49a992ed6420001e5c0224e29426867a SHA512 08a88e0f1488a6ed471c5842cf8f39982e12eef397dcdeb2dbbe0902c9ced6af6e39e4a4142a9d97cfa5a6f75c5b609267bc8e4e4bb8db25d07a3ca922b4733e -DIST frm.traineddata-tessdata_legacy-4.1.0 17856636 BLAKE2B 045091157220016da84e5dfbf07e98c697b5f29a6719491f9059fec40216f7806c582e90bb19257f3b7e56ea5ae7c37a49a992ed6420001e5c0224e29426867a SHA512 08a88e0f1488a6ed471c5842cf8f39982e12eef397dcdeb2dbbe0902c9ced6af6e39e4a4142a9d97cfa5a6f75c5b609267bc8e4e4bb8db25d07a3ca922b4733e -DIST fry.traineddata-tessdata_legacy-4.0.0 1906031 BLAKE2B 727ac1cba9ac269c091cbe9942161f2e7ef0f546b3164611a6b937c7ee6e18ee037056d2791530e91475e3508e6219f595024d55014679f85a1686be4e87a4b7 SHA512 6ed4797e0b8b01e50fc296ba58b1ff9fb9612cae479945e08e5273af3e9bcd75b52cde895cd026329c91dc0302571c89a6ee48e589a8712f616948c740759afd -DIST fry.traineddata-tessdata_legacy-4.1.0 1906031 BLAKE2B 727ac1cba9ac269c091cbe9942161f2e7ef0f546b3164611a6b937c7ee6e18ee037056d2791530e91475e3508e6219f595024d55014679f85a1686be4e87a4b7 SHA512 6ed4797e0b8b01e50fc296ba58b1ff9fb9612cae479945e08e5273af3e9bcd75b52cde895cd026329c91dc0302571c89a6ee48e589a8712f616948c740759afd -DIST gla.traineddata-tessdata_legacy-4.0.0 3068320 BLAKE2B fe7abefb18abe8673deda2ccb3a8c80139b4ff89c36385577a1624ad2425e0bdc4ed73af646a488d2ac37711b5e56a8358ff8cf263c65a9723987ec5f4edeec4 SHA512 db445b8c82c723c0b4ac6a5cbb306ca9d1edc6a10ca26992d2de710f710b908ef6fe2ac6c83d068752436fbb3f7721455e213d0ab998207586aaf5581d46c0a7 -DIST gla.traineddata-tessdata_legacy-4.1.0 3068320 BLAKE2B fe7abefb18abe8673deda2ccb3a8c80139b4ff89c36385577a1624ad2425e0bdc4ed73af646a488d2ac37711b5e56a8358ff8cf263c65a9723987ec5f4edeec4 SHA512 db445b8c82c723c0b4ac6a5cbb306ca9d1edc6a10ca26992d2de710f710b908ef6fe2ac6c83d068752436fbb3f7721455e213d0ab998207586aaf5581d46c0a7 -DIST gle.traineddata-tessdata_legacy-4.0.0 4664254 BLAKE2B 13f8f2ad88bc72dabf54d3094c9840b8e42a7091040d4862ad4a2f4cc69070a768430c93087e82ff617cb4d1cd7a38fb2d011795a1d623ca2f796aa21f4f9969 SHA512 d535f20606fbe30c08994aadd2de4490c558b4c7cf5b75c069f556b66f5dee5ec306b9fd402f598ba73ba30d046c8410665163df1c0461c979f7f2e374177d0a -DIST gle.traineddata-tessdata_legacy-4.1.0 4664254 BLAKE2B 13f8f2ad88bc72dabf54d3094c9840b8e42a7091040d4862ad4a2f4cc69070a768430c93087e82ff617cb4d1cd7a38fb2d011795a1d623ca2f796aa21f4f9969 SHA512 d535f20606fbe30c08994aadd2de4490c558b4c7cf5b75c069f556b66f5dee5ec306b9fd402f598ba73ba30d046c8410665163df1c0461c979f7f2e374177d0a -DIST glg.traineddata-tessdata_legacy-4.0.0 8074927 BLAKE2B f334a814b2a016a5736f0ef72a43e78fdd90b9f2aaccf293c8c2d6b4b580497756c205893b7865fa209538a126ffed6040b0eb0fbe63b1afc26287348027f946 SHA512 43599e948012a3476c17fbf6ca836c92065c5b56b9d171e08eebf651c49febfa1af9d39d7cc63f9a1e66d7cd4a1ee8c9cf223384e33e931d0282b4871080ed51 -DIST glg.traineddata-tessdata_legacy-4.1.0 8074927 BLAKE2B f334a814b2a016a5736f0ef72a43e78fdd90b9f2aaccf293c8c2d6b4b580497756c205893b7865fa209538a126ffed6040b0eb0fbe63b1afc26287348027f946 SHA512 43599e948012a3476c17fbf6ca836c92065c5b56b9d171e08eebf651c49febfa1af9d39d7cc63f9a1e66d7cd4a1ee8c9cf223384e33e931d0282b4871080ed51 -DIST grc.traineddata-tessdata_legacy-4.0.0 7428728 BLAKE2B cc1716ea2e53ea84b8865e5f50157ca2c448447b72dd21509cc056b38187dc639d777be38b9075f84281f626eb1d4a395f81b0ff945a5fc4aad32d824aa4ae26 SHA512 f8c8d7c5486b3106ff80fa01d9edc580acab589884078e6e816bfc4e965e9e8bab410630a1a9fb27b82e6a7b80d05c1eb788a68267563cb4460d850127ae4ada -DIST grc.traineddata-tessdata_legacy-4.1.0 7428728 BLAKE2B cc1716ea2e53ea84b8865e5f50157ca2c448447b72dd21509cc056b38187dc639d777be38b9075f84281f626eb1d4a395f81b0ff945a5fc4aad32d824aa4ae26 SHA512 f8c8d7c5486b3106ff80fa01d9edc580acab589884078e6e816bfc4e965e9e8bab410630a1a9fb27b82e6a7b80d05c1eb788a68267563cb4460d850127ae4ada -DIST guj.traineddata-tessdata_legacy-4.0.0 1963128 BLAKE2B 3915831f64becd782bc99883e3fa1dc188d25308fb8a41f7c13948a3a39df3e6821b35df08c0dd5cfc5eb4140df958211a2112acd4a88f757bc5f68082b92b0d SHA512 5b1f977a17b988fa90e9ccf019517ed8564c9644abb7bb7ac489ba42625ae6ae6007d30fd7298503bd1a42c4e93f91f26c6f93efb2fc5ef36964e4eba8d9b812 -DIST guj.traineddata-tessdata_legacy-4.1.0 1963128 BLAKE2B 3915831f64becd782bc99883e3fa1dc188d25308fb8a41f7c13948a3a39df3e6821b35df08c0dd5cfc5eb4140df958211a2112acd4a88f757bc5f68082b92b0d SHA512 5b1f977a17b988fa90e9ccf019517ed8564c9644abb7bb7ac489ba42625ae6ae6007d30fd7298503bd1a42c4e93f91f26c6f93efb2fc5ef36964e4eba8d9b812 -DIST hat.traineddata-tessdata_legacy-4.0.0 3326722 BLAKE2B 927e0916425c1e9d1e17a884e4fc413217231c38a38e404360bbcdbc80f410d5bdac4ec752e365dc137fbfb6d48cc8b5d0d3da93c6f885fc8ec8758a58ad4c5e SHA512 bf5b5e80b32679201c1a65b8053473d2bcf987ace1b90297a619133ce58ed955d7b6b9249643092e6638e485ca3377c1918abff7746f3214ee004842167ed73c -DIST hat.traineddata-tessdata_legacy-4.1.0 3326722 BLAKE2B 927e0916425c1e9d1e17a884e4fc413217231c38a38e404360bbcdbc80f410d5bdac4ec752e365dc137fbfb6d48cc8b5d0d3da93c6f885fc8ec8758a58ad4c5e SHA512 bf5b5e80b32679201c1a65b8053473d2bcf987ace1b90297a619133ce58ed955d7b6b9249643092e6638e485ca3377c1918abff7746f3214ee004842167ed73c -DIST heb.traineddata-tessdata_legacy-4.0.0 5413459 BLAKE2B 4b40eef30c0b81d52f8715541f64d61dd1c4a8e2910d86740c138598f2219768d724a27cb86c9156d4eb54179accba788396e720e75d038e5edd21758c9c90f9 SHA512 787cd3589e981d75941ff6298446cffcdda2e5cf508f8b07d074eca83274d644f7298c6b727a9d503a37ec589d2362e0eed891869c903ac52a28e14115ba1d6e -DIST heb.traineddata-tessdata_legacy-4.1.0 5413459 BLAKE2B 4b40eef30c0b81d52f8715541f64d61dd1c4a8e2910d86740c138598f2219768d724a27cb86c9156d4eb54179accba788396e720e75d038e5edd21758c9c90f9 SHA512 787cd3589e981d75941ff6298446cffcdda2e5cf508f8b07d074eca83274d644f7298c6b727a9d503a37ec589d2362e0eed891869c903ac52a28e14115ba1d6e -DIST hin.traineddata-tessdata_legacy-4.0.0 1651010 BLAKE2B f0eb5c0c70c2d6d17609537ece87959032910d87f8e5366d863454984dc83d2f518f0604905712d100a924a8e5d8c2d10a186120be207e813054bfcef945de2d SHA512 684fe7c221abcc2094eac2545ff89b78d89fab5ec83564845fb1f039ef21efd42e013732dc1946cd75d03483ac22d263262de8486e6d9e42dba68018bca652a3 -DIST hin.traineddata-tessdata_legacy-4.1.0 1651010 BLAKE2B f0eb5c0c70c2d6d17609537ece87959032910d87f8e5366d863454984dc83d2f518f0604905712d100a924a8e5d8c2d10a186120be207e813054bfcef945de2d SHA512 684fe7c221abcc2094eac2545ff89b78d89fab5ec83564845fb1f039ef21efd42e013732dc1946cd75d03483ac22d263262de8486e6d9e42dba68018bca652a3 -DIST hrv.traineddata-tessdata_legacy-4.0.0 13797409 BLAKE2B e330a6ee95fb9fd1a4a8f276ced525a54db481a3dc6c5bcc893e139f3bae2e3b715c10e160d388e44b98bed0b43577fb8a5c52334e78d974cd77c85b7b5a8e1e SHA512 c928c3b6518fcb274e561e07af15fce06ccd23b70d02a9f44cdea4c3ab85b0875ff051c76eabb69ae2ebd7acb11a0545d8bbc83103735a62ddf8d7454dffa91f -DIST hrv.traineddata-tessdata_legacy-4.1.0 13797409 BLAKE2B e330a6ee95fb9fd1a4a8f276ced525a54db481a3dc6c5bcc893e139f3bae2e3b715c10e160d388e44b98bed0b43577fb8a5c52334e78d974cd77c85b7b5a8e1e SHA512 c928c3b6518fcb274e561e07af15fce06ccd23b70d02a9f44cdea4c3ab85b0875ff051c76eabb69ae2ebd7acb11a0545d8bbc83103735a62ddf8d7454dffa91f -DIST hun.traineddata-tessdata_legacy-4.0.0 18051690 BLAKE2B b057b6cb60c7da9e2e91aeed0bb759053b29f439d3dd324422c4b61f68a9477fc572b45a5addb2b9495cd1e10d5d5cf204fabfd5277853c27fc0e98fd44ba7be SHA512 af9fa2b95a98e87b6ee252db924e9d9d5dd9266270c2a590ada000fb63a3de1bf4c5880e95c8f36179bf59472b56b98ebf84d628e893e13bbb6991cf38bc57f8 -DIST hun.traineddata-tessdata_legacy-4.1.0 18051690 BLAKE2B b057b6cb60c7da9e2e91aeed0bb759053b29f439d3dd324422c4b61f68a9477fc572b45a5addb2b9495cd1e10d5d5cf204fabfd5277853c27fc0e98fd44ba7be SHA512 af9fa2b95a98e87b6ee252db924e9d9d5dd9266270c2a590ada000fb63a3de1bf4c5880e95c8f36179bf59472b56b98ebf84d628e893e13bbb6991cf38bc57f8 -DIST hye.traineddata-tessdata_legacy-4.0.0 3594112 BLAKE2B ceebec853e0e0ec60e6d12f14f4e98f785b6ade02f0efd206d97d7ba6a0a0e7b398fbd3c5afb54b7b7d3d49c4c897e950689e2c2a88ab92bf599af0fc3ce49a6 SHA512 76778410a15cf131ad713c18777fef30dcccdd8ede33ecf3b76d00e84f912ec5c304f8140bf04e3c0470f505be6a800ca461af196b131ff827b08e9e4312ea34 -DIST hye.traineddata-tessdata_legacy-4.1.0 3594112 BLAKE2B ceebec853e0e0ec60e6d12f14f4e98f785b6ade02f0efd206d97d7ba6a0a0e7b398fbd3c5afb54b7b7d3d49c4c897e950689e2c2a88ab92bf599af0fc3ce49a6 SHA512 76778410a15cf131ad713c18777fef30dcccdd8ede33ecf3b76d00e84f912ec5c304f8140bf04e3c0470f505be6a800ca461af196b131ff827b08e9e4312ea34 -DIST iku.traineddata-tessdata_legacy-4.0.0 3797385 BLAKE2B dbce72842aa93830da73b908d199da998b51d283c719800c76d6faf84d19d2b6dbcc02a15d4d7623d3ed484a5e230fdc0915758956381abc7e01e67482468e24 SHA512 6e5f22a85e6770fbdf95858bc52b57b0a28fe03c7b44bcd5ae44b27779cc7588b32873b9b81dff61740cb552ff58ba9f82230094a3cca52022cf660833e05ffe -DIST iku.traineddata-tessdata_legacy-4.1.0 3797385 BLAKE2B dbce72842aa93830da73b908d199da998b51d283c719800c76d6faf84d19d2b6dbcc02a15d4d7623d3ed484a5e230fdc0915758956381abc7e01e67482468e24 SHA512 6e5f22a85e6770fbdf95858bc52b57b0a28fe03c7b44bcd5ae44b27779cc7588b32873b9b81dff61740cb552ff58ba9f82230094a3cca52022cf660833e05ffe -DIST ind.traineddata-tessdata_legacy-4.0.0 8279230 BLAKE2B c5472cf5f6cad2ab55dd2d1586b8e628485f3478160d97d5447f8819fcdd07cc38b59d8b5fb19186b2a0cce16ffc266c95d2a86f18bf93cc8d3d827821da4830 SHA512 d206270ea64055b1a59c9c226347ab89b1e3f7504cce398c9b3d3b7a74f435cc072aafc3e7d22c4c11527d5413f0e8d105628bd3fdcb0bf88399ea822b8cf603 -DIST ind.traineddata-tessdata_legacy-4.1.0 8279230 BLAKE2B c5472cf5f6cad2ab55dd2d1586b8e628485f3478160d97d5447f8819fcdd07cc38b59d8b5fb19186b2a0cce16ffc266c95d2a86f18bf93cc8d3d827821da4830 SHA512 d206270ea64055b1a59c9c226347ab89b1e3f7504cce398c9b3d3b7a74f435cc072aafc3e7d22c4c11527d5413f0e8d105628bd3fdcb0bf88399ea822b8cf603 -DIST isl.traineddata-tessdata_legacy-4.0.0 9037703 BLAKE2B 02d7687a0db86c06dbc42d0f08b5e9ffee0411c2891edbf25bc2a9be2cf1da28fbddee8e7557c5a28ec44090f2f6f14795f369f6aa615b0e1f4c285ebb2d92a2 SHA512 e0f9cfae50e0b443898dbae7ea5afe763c349a5598e1ba912a999da5457cb857897c3d7e3ecc5b9c384723ebb1fd8fb5fff066c386c0d3fe6d79226c8d5f054f -DIST isl.traineddata-tessdata_legacy-4.1.0 9037703 BLAKE2B 02d7687a0db86c06dbc42d0f08b5e9ffee0411c2891edbf25bc2a9be2cf1da28fbddee8e7557c5a28ec44090f2f6f14795f369f6aa615b0e1f4c285ebb2d92a2 SHA512 e0f9cfae50e0b443898dbae7ea5afe763c349a5598e1ba912a999da5457cb857897c3d7e3ecc5b9c384723ebb1fd8fb5fff066c386c0d3fe6d79226c8d5f054f -DIST ita.traineddata-tessdata_legacy-4.0.0 15951701 BLAKE2B 92ce0e9b3929954813ad83635bc34f783022e7ed56c1a3ee031742071b7d8a0da437214135124f9d8f7dfc56c7b3937b22daf7956f8ed5fb4edbd1f4a80444fe SHA512 4e7add68461e20407e915169edd327dce36acda31867518c324e90d5f62e0a83c1e7dbaab6b98a1ca6c3140904f3affecd49df04fb8d1a92ace88fc4413881e9 -DIST ita.traineddata-tessdata_legacy-4.1.0 15951669 BLAKE2B e9a9dcd27ab71b11f183ac040cd21498ee5c49331db1af076a7134664f85eaf08cad4bebf52c422b6293a059f5e95110ec74517882adb64b073c396a01844965 SHA512 91699d0b8d775b57961eb31f75696a157658256bb4515c71f64c6bba45dc236455d1dbe08b677d606249eab7630cba0cc4f371c4add353e056af11ed4f4f884c -DIST ita_old.traineddata-tessdata_legacy-4.0.0 17345259 BLAKE2B 1dce88541aaf05a443a432d98880fb3d8ce8e430298eeb8e729e116d3c66cb2f48fee463b546d87a9d48d129fad1dc7493a407f7c294ea550564f097428e2ef5 SHA512 28cb79ff21ac720609953f62adedb927a5f044b7d72d40f5b9cae139b16181eacfc8af796f57df287f3d43cd82b6b9e1470b5509f9a15d4f8226a2bd45ce9af2 -DIST ita_old.traineddata-tessdata_legacy-4.1.0 17345259 BLAKE2B 1dce88541aaf05a443a432d98880fb3d8ce8e430298eeb8e729e116d3c66cb2f48fee463b546d87a9d48d129fad1dc7493a407f7c294ea550564f097428e2ef5 SHA512 28cb79ff21ac720609953f62adedb927a5f044b7d72d40f5b9cae139b16181eacfc8af796f57df287f3d43cd82b6b9e1470b5509f9a15d4f8226a2bd45ce9af2 -DIST jav.traineddata-tessdata_legacy-4.0.0 7386965 BLAKE2B cfdb50b0b7bf47b0cfbfd8f19abab4dfa7fa9acc8b7c915d0b9e3726c1ac0555f252e7d63890ac35adad639a9e4d0911f8f48cb3f3272c0292c39784c5a9843a SHA512 9586b74df836a7a2328a34498ad201ce959f1e0481d3f9edad3de7dfe417f691f090e3a96804e216442fe5d69de35a73bda6af37f2c2f9d9a79c3a71b93a63b9 -DIST jav.traineddata-tessdata_legacy-4.1.0 7386965 BLAKE2B cfdb50b0b7bf47b0cfbfd8f19abab4dfa7fa9acc8b7c915d0b9e3726c1ac0555f252e7d63890ac35adad639a9e4d0911f8f48cb3f3272c0292c39784c5a9843a SHA512 9586b74df836a7a2328a34498ad201ce959f1e0481d3f9edad3de7dfe417f691f090e3a96804e216442fe5d69de35a73bda6af37f2c2f9d9a79c3a71b93a63b9 -DIST jpn.traineddata-tessdata_legacy-4.0.0 35659159 BLAKE2B 40e47b03cc350ea8c58e2b2c3eab6bfa0d7d5841bf8e5543d4e3d45523e0c5f10892d052341c728918280c469f843a02e4f735b6849a529ffbc891a68f87723b SHA512 6f9e77f0c4183c4bf1f21fc6b2cdd9e2201179d27cf2953f54f841b0b81c52560d7d63cf0a5cac64dbe663307f4428754789bb61d9e5063d07de7f256b34d78a -DIST jpn.traineddata-tessdata_legacy-4.1.0 35659159 BLAKE2B 40e47b03cc350ea8c58e2b2c3eab6bfa0d7d5841bf8e5543d4e3d45523e0c5f10892d052341c728918280c469f843a02e4f735b6849a529ffbc891a68f87723b SHA512 6f9e77f0c4183c4bf1f21fc6b2cdd9e2201179d27cf2953f54f841b0b81c52560d7d63cf0a5cac64dbe663307f4428754789bb61d9e5063d07de7f256b34d78a -DIST jpn_vert.traineddata-tessdata_legacy-4.0.0 3039939 BLAKE2B 47e6a0cc7514c79802426b0c24502675ece0e4c4ec135bd68ca36a50c55064d0277c353b5b62e66af90b7aa292a02ed76a6d09d22cc4cd669587d3972d2eb011 SHA512 4c90f329895f7e6859a591d7c81fbfae697d66b584d554429f2ea2280860ee604def3e88904285d411c6291c952005d3f69da41c7378abbd081747470083b65e -DIST jpn_vert.traineddata-tessdata_legacy-4.1.0 3039939 BLAKE2B 47e6a0cc7514c79802426b0c24502675ece0e4c4ec135bd68ca36a50c55064d0277c353b5b62e66af90b7aa292a02ed76a6d09d22cc4cd669587d3972d2eb011 SHA512 4c90f329895f7e6859a591d7c81fbfae697d66b584d554429f2ea2280860ee604def3e88904285d411c6291c952005d3f69da41c7378abbd081747470083b65e -DIST kan.traineddata-tessdata_legacy-4.0.0 3608311 BLAKE2B b0c2d817598bf175c731375f09b276f97ab23375c3b6969debeffea9752c719b8333b0071b3f6605205490b667c09c9c93d99656af938149c4ba6041840c649a SHA512 f6c6ba87e30276112a4e10852ba7c072be4badae35c9f4b65aa5aa6031c9b9faefca6cbd5f7b4bb0d97481a83a1d83ae0dd34effbdba51a8a3b9695c78de2c21 -DIST kan.traineddata-tessdata_legacy-4.1.0 3608311 BLAKE2B b0c2d817598bf175c731375f09b276f97ab23375c3b6969debeffea9752c719b8333b0071b3f6605205490b667c09c9c93d99656af938149c4ba6041840c649a SHA512 f6c6ba87e30276112a4e10852ba7c072be4badae35c9f4b65aa5aa6031c9b9faefca6cbd5f7b4bb0d97481a83a1d83ae0dd34effbdba51a8a3b9695c78de2c21 -DIST kat.traineddata-tessdata_legacy-4.0.0 8744377 BLAKE2B fcbf1e5553c01c6600baaa807676475f985a19b03264cf3280d63b665279c1603fc800303bb35e1fbeefe7efdfe41346c25145c1d723ffb23e74cb71522e08f8 SHA512 2f9a041c9b3f94a330379d98374fa319b0ad102db1eba81697740002ca55c49b7f0e560524b89d55e67ce697db37169bc43451fd86e0f3c7eb4cfe4d8a7ddc92 -DIST kat.traineddata-tessdata_legacy-4.1.0 8744377 BLAKE2B fcbf1e5553c01c6600baaa807676475f985a19b03264cf3280d63b665279c1603fc800303bb35e1fbeefe7efdfe41346c25145c1d723ffb23e74cb71522e08f8 SHA512 2f9a041c9b3f94a330379d98374fa319b0ad102db1eba81697740002ca55c49b7f0e560524b89d55e67ce697db37169bc43451fd86e0f3c7eb4cfe4d8a7ddc92 -DIST kat_old.traineddata-tessdata_legacy-4.0.0 1082383 BLAKE2B 727514691af5899967fa7b661db09445cc03abd1777e979b00bcbb6e0daf7902ea6f7e2613a04e7a06a23528b37850fef87ad7921dc5efbceacb479427235b9c SHA512 fa7de4dcf4aa91409b98888548b4f77722a7131c70ff47d09e05b9105ea11bb41ad1a2d641daa7a947683c16eeb8274607b4e9770c02f0c220d20e44d6fce653 -DIST kat_old.traineddata-tessdata_legacy-4.1.0 1082383 BLAKE2B 727514691af5899967fa7b661db09445cc03abd1777e979b00bcbb6e0daf7902ea6f7e2613a04e7a06a23528b37850fef87ad7921dc5efbceacb479427235b9c SHA512 fa7de4dcf4aa91409b98888548b4f77722a7131c70ff47d09e05b9105ea11bb41ad1a2d641daa7a947683c16eeb8274607b4e9770c02f0c220d20e44d6fce653 -DIST kaz.traineddata-tessdata_legacy-4.0.0 9263539 BLAKE2B 13f28ade72bef4ed8034f333f80600f282a70336a861610d205d52a8fe10fb67cb4abd579a9d309348484805349301ec086ca19b80bfef964e2c4217bbbf5dd7 SHA512 b43c1c9c1c60b6c35aa2d5445c16bf67315421a7a6958afe0d4f6a279431f9227adf856d5045a1468d75510f97e5bb3979c670143cb60734160379c3a8ec5414 -DIST kaz.traineddata-tessdata_legacy-4.1.0 9263539 BLAKE2B 13f28ade72bef4ed8034f333f80600f282a70336a861610d205d52a8fe10fb67cb4abd579a9d309348484805349301ec086ca19b80bfef964e2c4217bbbf5dd7 SHA512 b43c1c9c1c60b6c35aa2d5445c16bf67315421a7a6958afe0d4f6a279431f9227adf856d5045a1468d75510f97e5bb3979c670143cb60734160379c3a8ec5414 -DIST khm.traineddata-tessdata_legacy-4.0.0 1446906 BLAKE2B 1553d571b62dcda0cead50aa02bc207f11fa08bcd558f15ee6bfe0c1692386daf05ada9f9fea0da5c2fbc82503cf94836b3281b1ba3d6ea6a90d310bd1dceaa6 SHA512 61c2ef26c980be1233f36ddcf5a02ed470c1b2cc2153fd401f344dde8b61ade2dca20dfacc4ae573f7a870b909ece822efd6f0f97c1b5695df26736d131dc059 -DIST khm.traineddata-tessdata_legacy-4.1.0 1446906 BLAKE2B 1553d571b62dcda0cead50aa02bc207f11fa08bcd558f15ee6bfe0c1692386daf05ada9f9fea0da5c2fbc82503cf94836b3281b1ba3d6ea6a90d310bd1dceaa6 SHA512 61c2ef26c980be1233f36ddcf5a02ed470c1b2cc2153fd401f344dde8b61ade2dca20dfacc4ae573f7a870b909ece822efd6f0f97c1b5695df26736d131dc059 -DIST kir.traineddata-tessdata_legacy-4.0.0 15430595 BLAKE2B 8fc0eb32e826f1a35085843b76eee575575a2cbe2639a18979aec937d36fff8001378582da3b8bc1866720a16410353c449207bf3669984c684932a4363de41e SHA512 6fb9789315f164946b2c14a0bc7e8f9d97d1a7312db14ec56eeb0d70dcb0bcce94efcd23ad0e2dba424fe4c78f73ccf5e2a3d8fa523e076f64d1de83cd1668c2 -DIST kir.traineddata-tessdata_legacy-4.1.0 15430595 BLAKE2B 8fc0eb32e826f1a35085843b76eee575575a2cbe2639a18979aec937d36fff8001378582da3b8bc1866720a16410353c449207bf3669984c684932a4363de41e SHA512 6fb9789315f164946b2c14a0bc7e8f9d97d1a7312db14ec56eeb0d70dcb0bcce94efcd23ad0e2dba424fe4c78f73ccf5e2a3d8fa523e076f64d1de83cd1668c2 -DIST kmr.traineddata-tessdata_legacy-4.1.0 3568645 BLAKE2B f127211276c2536d8fdfcc466aa70b65570add52f3f6f27ced06a1e48f5e2d29ddf54767d4e97b49e8991144030914f41b7dce9827480cd481d12c8c4409290a SHA512 5c4f3f28516e6090ba3669ca6fb704d122fcbe62b383dcbfbb66c29ca47c02626414babb1737aaa24b0570ee27590b696ae245f6b7a997053d6ee96d10c9b7f2 -DIST kor.traineddata-tessdata_legacy-4.0.0 15317715 BLAKE2B c2142fb12f1417e0567db60595f813aad9a24caf4f9379e50826ea4194afd25d2fb893c7a602c01dee210dc72ddeeb47260284bd49d6999f2a6e8cb504367de5 SHA512 d20ebcd28fea5e97f42631b118708b4885a8a7db3d449a30abdf9f760bc717f8ce3f261041636877b149bddb4608083371e95bd179d99d5e17b72d8d1377c927 -DIST kor.traineddata-tessdata_legacy-4.1.0 15317715 BLAKE2B c2142fb12f1417e0567db60595f813aad9a24caf4f9379e50826ea4194afd25d2fb893c7a602c01dee210dc72ddeeb47260284bd49d6999f2a6e8cb504367de5 SHA512 d20ebcd28fea5e97f42631b118708b4885a8a7db3d449a30abdf9f760bc717f8ce3f261041636877b149bddb4608083371e95bd179d99d5e17b72d8d1377c927 -DIST kor_vert.traineddata-tessdata_legacy-4.0.0 1128590 BLAKE2B 4c0dcf6b49c71cfaebed2143c0408621294f575f2baf87149f7e77b6134bae0744378790cdc64baa7d7077f3450120b11df98310d816deac0cd5eedc86b9d236 SHA512 e3ae0d1efa340a82365c32ad0f316a914bd844c3d26cb81774f6e6ca6ca574c1cd78c448de923344146ed8499635877caf56f82709f8570356b0549f672c82be -DIST kor_vert.traineddata-tessdata_legacy-4.1.0 1128590 BLAKE2B 4c0dcf6b49c71cfaebed2143c0408621294f575f2baf87149f7e77b6134bae0744378790cdc64baa7d7077f3450120b11df98310d816deac0cd5eedc86b9d236 SHA512 e3ae0d1efa340a82365c32ad0f316a914bd844c3d26cb81774f6e6ca6ca574c1cd78c448de923344146ed8499635877caf56f82709f8570356b0549f672c82be -DIST kur.traineddata-tessdata_legacy-4.0.0 2020594 BLAKE2B 6d21baf222e40260bb96be268a93d9e396c59a610ae4cbfe1ec4abf546ab36cb2c6b3c197a054fb3799f4dedc78e4ca3badd80d1b1d2b96ab21ffb83789bd0b6 SHA512 225c395149d9f6a4749283eca94ba644fab8bfb55be1b6388e563e8e810dc4e99b3ff4485f69db24583dac9256e94f66cbbb6ecb32058a3b332e037a92afce9a -DIST kur_ara.traineddata-tessdata_legacy-4.0.0 3568645 BLAKE2B f127211276c2536d8fdfcc466aa70b65570add52f3f6f27ced06a1e48f5e2d29ddf54767d4e97b49e8991144030914f41b7dce9827480cd481d12c8c4409290a SHA512 5c4f3f28516e6090ba3669ca6fb704d122fcbe62b383dcbfbb66c29ca47c02626414babb1737aaa24b0570ee27590b696ae245f6b7a997053d6ee96d10c9b7f2 -DIST lao.traineddata-tessdata_legacy-4.0.0 7055204 BLAKE2B 5f17a38bc7117ce7dffc8e2ef3024a48fa0f2c92673d0a9c359e42b56db48d30351b364c3d61ec1ccc16a8018f4a3317efcf22ed41e16af07551a5630d23c1ac SHA512 61ae53fbf76c9ea3ff9017ba60944532ffff2522d17c90b091c0e5d3963d23381320883a31212173253f7649e1efa8502e9f55942782597045245bdde0387105 -DIST lao.traineddata-tessdata_legacy-4.1.0 7055204 BLAKE2B 5f17a38bc7117ce7dffc8e2ef3024a48fa0f2c92673d0a9c359e42b56db48d30351b364c3d61ec1ccc16a8018f4a3317efcf22ed41e16af07551a5630d23c1ac SHA512 61ae53fbf76c9ea3ff9017ba60944532ffff2522d17c90b091c0e5d3963d23381320883a31212173253f7649e1efa8502e9f55942782597045245bdde0387105 -DIST lat.traineddata-tessdata_legacy-4.0.0 9215366 BLAKE2B 9f603d9cdcc5cec787cd1c026a7520f78e2a98c5b04d00ae71d338c339e875a453ddf14d98b7fd0d1c5792fc7a485a8294c27f0a63e8dea7f8b33951a2a37d62 SHA512 66336c4ca8fed0f13b289848ae3eeb5e02f558bf79704c7986ca95eff34f169fc3048e439d2775c4709c187f43b4d38ba9ac9ccde1c77afd0fbc9af715ff6fb0 -DIST lat.traineddata-tessdata_legacy-4.1.0 9215366 BLAKE2B 9f603d9cdcc5cec787cd1c026a7520f78e2a98c5b04d00ae71d338c339e875a453ddf14d98b7fd0d1c5792fc7a485a8294c27f0a63e8dea7f8b33951a2a37d62 SHA512 66336c4ca8fed0f13b289848ae3eeb5e02f558bf79704c7986ca95eff34f169fc3048e439d2775c4709c187f43b4d38ba9ac9ccde1c77afd0fbc9af715ff6fb0 -DIST lav.traineddata-tessdata_legacy-4.0.0 10635271 BLAKE2B 102fa699465e1c304f947694cd790187d17ba30343fd6fbf071970dd17c38d263fdb084e61cd3ad35c2c3529ed2c2751df276f712c0934e62826dce3b60cb43d SHA512 5b12e36e1deaf826c7e2bc20d6dd1f9f88d60b89c6f1c36738f53e313a116c949c4d734be87cecf0a154653a363e8d917d92760af8d8ce237ae398db6f13aeb0 -DIST lav.traineddata-tessdata_legacy-4.1.0 10635271 BLAKE2B 102fa699465e1c304f947694cd790187d17ba30343fd6fbf071970dd17c38d263fdb084e61cd3ad35c2c3529ed2c2751df276f712c0934e62826dce3b60cb43d SHA512 5b12e36e1deaf826c7e2bc20d6dd1f9f88d60b89c6f1c36738f53e313a116c949c4d734be87cecf0a154653a363e8d917d92760af8d8ce237ae398db6f13aeb0 -DIST lit.traineddata-tessdata_legacy-4.0.0 12629538 BLAKE2B 5b0376beaac92db0a594b1859b5b634b8a909c10926c23d4eb2de9d6ae2286ed0740e01dd615e37faf797db198a436e483c179a0eb8cdd0924c2dfe514012f62 SHA512 a7ab5f21398dc3046cd74df5618c7df204fc2ca05750310620d3fceac33f42cc1eedc6a22929e0322d284a78e9cead157012d264cb07f093dbe4ed595397d8d4 -DIST lit.traineddata-tessdata_legacy-4.1.0 12629538 BLAKE2B 5b0376beaac92db0a594b1859b5b634b8a909c10926c23d4eb2de9d6ae2286ed0740e01dd615e37faf797db198a436e483c179a0eb8cdd0924c2dfe514012f62 SHA512 a7ab5f21398dc3046cd74df5618c7df204fc2ca05750310620d3fceac33f42cc1eedc6a22929e0322d284a78e9cead157012d264cb07f093dbe4ed595397d8d4 -DIST ltz.traineddata-tessdata_legacy-4.0.0 2606439 BLAKE2B c69b4be54829ea84835ac93b5ce852d96d6e8b13450a9ffcfd3a8b19b0eb59587cd757f24752af0b9ddae4288f130dc770bf098fed971ee373ab25249234f57e SHA512 446278d370ab673a19f740db71ae9f33f44017038e7ab2f0ce4c178e651722523e597aefbf18a01d04fff4c947482543a054a31385501a183756dd0b8ab28a2a -DIST ltz.traineddata-tessdata_legacy-4.1.0 2606439 BLAKE2B c69b4be54829ea84835ac93b5ce852d96d6e8b13450a9ffcfd3a8b19b0eb59587cd757f24752af0b9ddae4288f130dc770bf098fed971ee373ab25249234f57e SHA512 446278d370ab673a19f740db71ae9f33f44017038e7ab2f0ce4c178e651722523e597aefbf18a01d04fff4c947482543a054a31385501a183756dd0b8ab28a2a -DIST mal.traineddata-tessdata_legacy-4.0.0 5953416 BLAKE2B 4c5e86a846e50bb8cf0dfcdfbf3c75bafcfc61c8f8c1476f815fb22b1bcc59218694f39bf5fc22181d831d5aa51e43feec1fbedc75f53fb48ccf89b644cc36ef SHA512 f209ee7dffd06d648be855a80557d010d7ccae92d954e199c187c686c0723dfe6400cfaf749c2d3858eec979562bbda61098c071d5c54ff351538581f22a75b8 -DIST mal.traineddata-tessdata_legacy-4.1.0 5953416 BLAKE2B 4c5e86a846e50bb8cf0dfcdfbf3c75bafcfc61c8f8c1476f815fb22b1bcc59218694f39bf5fc22181d831d5aa51e43feec1fbedc75f53fb48ccf89b644cc36ef SHA512 f209ee7dffd06d648be855a80557d010d7ccae92d954e199c187c686c0723dfe6400cfaf749c2d3858eec979562bbda61098c071d5c54ff351538581f22a75b8 -DIST mar.traineddata-tessdata_legacy-4.0.0 3193116 BLAKE2B 4ad543ccfa930c47554669f2a68c718fb28b7195bcc5a5026e6f09cd702f2e36daf3bf171f99262f18a326ed615db7f057cdeb1adcd4abcaf4260864f03605c2 SHA512 f4d69e3245ba7aa3a7540fab7511f97f4dde543a807499db3eda522c794d5565ff57281e3b577bfdc20f36318fcf1b708511df502824b02ccd6c6e157cabb798 -DIST mar.traineddata-tessdata_legacy-4.1.0 3193116 BLAKE2B 4ad543ccfa930c47554669f2a68c718fb28b7195bcc5a5026e6f09cd702f2e36daf3bf171f99262f18a326ed615db7f057cdeb1adcd4abcaf4260864f03605c2 SHA512 f4d69e3245ba7aa3a7540fab7511f97f4dde543a807499db3eda522c794d5565ff57281e3b577bfdc20f36318fcf1b708511df502824b02ccd6c6e157cabb798 -DIST mkd.traineddata-tessdata_legacy-4.0.0 5323418 BLAKE2B 9575e511f7f7dcbffbc2cf9107fc5b3ea9518c2976512cac7838bb4394eb78e552b95651fa877eee6fdda401ca63518e0b8b380ff02d0d26282d15737c80d595 SHA512 967dfcdc6cce687b967487bac6cf555457f60bcf82cb054fe1167b44ad914c0393821b7f0ba20016ddc57319f98fcd397e967b3a176b0a8aa4ec7f38e60db297 -DIST mkd.traineddata-tessdata_legacy-4.1.0 5323418 BLAKE2B 9575e511f7f7dcbffbc2cf9107fc5b3ea9518c2976512cac7838bb4394eb78e552b95651fa877eee6fdda401ca63518e0b8b380ff02d0d26282d15737c80d595 SHA512 967dfcdc6cce687b967487bac6cf555457f60bcf82cb054fe1167b44ad914c0393821b7f0ba20016ddc57319f98fcd397e967b3a176b0a8aa4ec7f38e60db297 -DIST mlt.traineddata-tessdata_legacy-4.0.0 7426902 BLAKE2B 6338fa2d4749d2f3f64c82eb2b7d835ebe543f439f05f01feaeaf5788e3da5f86a72778f7dbda786947500fd1fcec1147f6ea9e2ead04ac2212bdbc765112e6c SHA512 4156e21a75d41417a9b9d26fa0147afc5b47e922575da3262e90a178309a6e5000ccc4561bc9b4e259b98cf772134ba421ef6ee06eeb7af9b6beeb722dc0bba0 -DIST mlt.traineddata-tessdata_legacy-4.1.0 7426902 BLAKE2B 6338fa2d4749d2f3f64c82eb2b7d835ebe543f439f05f01feaeaf5788e3da5f86a72778f7dbda786947500fd1fcec1147f6ea9e2ead04ac2212bdbc765112e6c SHA512 4156e21a75d41417a9b9d26fa0147afc5b47e922575da3262e90a178309a6e5000ccc4561bc9b4e259b98cf772134ba421ef6ee06eeb7af9b6beeb722dc0bba0 -DIST mon.traineddata-tessdata_legacy-4.0.0 2137055 BLAKE2B c151ac6a1307bf7b539720bcafbf7467623262d3ca30b2a669bd08087506e33fbe9c163598130b2af4a5c3588efd85fef50d19b5106338aa62e30b16aee08abc SHA512 cc582790546ac8bbfbdb5d6f879362c4f8cf3f0fc3b9398e60b67ec2c0807ecdcb92099bd5c971a274191359aa20df5655d9841211787e1bcad1f60a37f97443 -DIST mon.traineddata-tessdata_legacy-4.1.0 2137055 BLAKE2B c151ac6a1307bf7b539720bcafbf7467623262d3ca30b2a669bd08087506e33fbe9c163598130b2af4a5c3588efd85fef50d19b5106338aa62e30b16aee08abc SHA512 cc582790546ac8bbfbdb5d6f879362c4f8cf3f0fc3b9398e60b67ec2c0807ecdcb92099bd5c971a274191359aa20df5655d9841211787e1bcad1f60a37f97443 -DIST mri.traineddata-tessdata_legacy-4.0.0 862986 BLAKE2B e8ce893c9ecfb6a4e49928245b055dc9f3feacaa551f349456baa05cea2fcf32b3f37219958d95b6e0bcd34e4d704a988d123a433831c8090f86199056b474b9 SHA512 0e08d4e0788ceebec644c47b6d6b69b4743aa80c261de7804bcea0fdd8e1756129d868b78b3d294878c03e0ef62fc62f8d21404ff82348fd70b95fe4aa00c6d0 -DIST mri.traineddata-tessdata_legacy-4.1.0 862986 BLAKE2B e8ce893c9ecfb6a4e49928245b055dc9f3feacaa551f349456baa05cea2fcf32b3f37219958d95b6e0bcd34e4d704a988d123a433831c8090f86199056b474b9 SHA512 0e08d4e0788ceebec644c47b6d6b69b4743aa80c261de7804bcea0fdd8e1756129d868b78b3d294878c03e0ef62fc62f8d21404ff82348fd70b95fe4aa00c6d0 -DIST msa.traineddata-tessdata_legacy-4.0.0 8243366 BLAKE2B b06a668f8515730d3c873dfcb20c1998ef5bfbf5ce4d4753146d47e5d8d1c147c40a8c6a4def8a00a96ac4fe6f9b5b01b26b1da135e5cf0f113bb856b545b600 SHA512 36fff96739a767ccebc741b92fa32866833cff8aff37e00e8a4ec336ae596d4ca65f2adad60435669c6ae50b97b28725b188cb3289acf648f6a914a66e308687 -DIST msa.traineddata-tessdata_legacy-4.1.0 8243366 BLAKE2B b06a668f8515730d3c873dfcb20c1998ef5bfbf5ce4d4753146d47e5d8d1c147c40a8c6a4def8a00a96ac4fe6f9b5b01b26b1da135e5cf0f113bb856b545b600 SHA512 36fff96739a767ccebc741b92fa32866833cff8aff37e00e8a4ec336ae596d4ca65f2adad60435669c6ae50b97b28725b188cb3289acf648f6a914a66e308687 -DIST mya.traineddata-tessdata_legacy-4.0.0 4640591 BLAKE2B 24688da81e42197183b6ec1ed8877504b1d065dfad9ecb0b06dcb618d34654031e49bff587d42ff15f0ffb948b7aa67742513c18123248cc1e04c0709edc33c1 SHA512 68160d622a8288237473f73f771c2ce64ff56558fb8a120ea4a4531ac54d127e4a2499fe544a26817d4aaa5df90efec6b0bc2062e5736c629c1cd45fa9c55ce1 -DIST mya.traineddata-tessdata_legacy-4.1.0 4640591 BLAKE2B 24688da81e42197183b6ec1ed8877504b1d065dfad9ecb0b06dcb618d34654031e49bff587d42ff15f0ffb948b7aa67742513c18123248cc1e04c0709edc33c1 SHA512 68160d622a8288237473f73f771c2ce64ff56558fb8a120ea4a4531ac54d127e4a2499fe544a26817d4aaa5df90efec6b0bc2062e5736c629c1cd45fa9c55ce1 -DIST nep.traineddata-tessdata_legacy-4.0.0 2189424 BLAKE2B b1ff71f0feade072dcb8f8ee8d0fd1fb5fe1dece972bf36338d68cb283611012ed429df38dd28566d09999ef8ea16f8792e7b4c6440cdef6178c288ec81c6c6e SHA512 7ae822c4dad21f95153b36d37f93303bf3752d7d9e971d40acf909184114db1fd9eb7e4d18c47c21d4dca29687fb72d6fc991452874cc3d1005df70f3292958f -DIST nep.traineddata-tessdata_legacy-4.1.0 2189424 BLAKE2B b1ff71f0feade072dcb8f8ee8d0fd1fb5fe1dece972bf36338d68cb283611012ed429df38dd28566d09999ef8ea16f8792e7b4c6440cdef6178c288ec81c6c6e SHA512 7ae822c4dad21f95153b36d37f93303bf3752d7d9e971d40acf909184114db1fd9eb7e4d18c47c21d4dca29687fb72d6fc991452874cc3d1005df70f3292958f -DIST nld.traineddata-tessdata_legacy-4.0.0 23163950 BLAKE2B fc0e3db470385e82614161e3c03ac9c4ddbfc81f643ce2776d9d5e57bdb67491ada2a937e8ea98a6095f1e4456e672da4677e44992d64765e07d8b64ab6bd04c SHA512 6ebd2f8a06cb60d480de2658745e2ffb84922ef6f81fa56cb4469ab265bb261c4f3bfd8c459cfbcc5a69ead2bbe7904fba64a74d5984f2b64037fb7e262abbdf -DIST nld.traineddata-tessdata_legacy-4.1.0 23163950 BLAKE2B fc0e3db470385e82614161e3c03ac9c4ddbfc81f643ce2776d9d5e57bdb67491ada2a937e8ea98a6095f1e4456e672da4677e44992d64765e07d8b64ab6bd04c SHA512 6ebd2f8a06cb60d480de2658745e2ffb84922ef6f81fa56cb4469ab265bb261c4f3bfd8c459cfbcc5a69ead2bbe7904fba64a74d5984f2b64037fb7e262abbdf -DIST nor.traineddata-tessdata_legacy-4.0.0 12397893 BLAKE2B cb8fc93788347ff833e64b057964438478cc9515c644eb1b0759ae246162bec44eff1d29646a4071b56173183dec3b249bf0d3d7dd23f91cd7eaf591e2848d09 SHA512 54a9aaa6a531806cbc938bfb4326873011b052b3abfb29e4feea7c482f48d9f60f4d2726e89c1f3351b0527da07370843863ae9106d63e8bdcc50c5e61637eb0 -DIST nor.traineddata-tessdata_legacy-4.1.0 12397893 BLAKE2B cb8fc93788347ff833e64b057964438478cc9515c644eb1b0759ae246162bec44eff1d29646a4071b56173183dec3b249bf0d3d7dd23f91cd7eaf591e2848d09 SHA512 54a9aaa6a531806cbc938bfb4326873011b052b3abfb29e4feea7c482f48d9f60f4d2726e89c1f3351b0527da07370843863ae9106d63e8bdcc50c5e61637eb0 -DIST oci.traineddata-tessdata_legacy-4.0.0 6322100 BLAKE2B 3d5a26be3809be19882f2bf060de87c65772f41a176f0bac2510071a3a3d708683d808cd3a4b0541656d9385b501be39a92d4144d0a588fb7da03fff234f212e SHA512 bae69918c03d678f0aeb66001b550ee708bbdd60cbb8ffbaec897f4854c87e7d730bcdb393590e5ffc5c1e49d53111c17d2423f42c015d806a27a71e0e00e0c0 -DIST oci.traineddata-tessdata_legacy-4.1.0 6322100 BLAKE2B 3d5a26be3809be19882f2bf060de87c65772f41a176f0bac2510071a3a3d708683d808cd3a4b0541656d9385b501be39a92d4144d0a588fb7da03fff234f212e SHA512 bae69918c03d678f0aeb66001b550ee708bbdd60cbb8ffbaec897f4854c87e7d730bcdb393590e5ffc5c1e49d53111c17d2423f42c015d806a27a71e0e00e0c0 -DIST ori.traineddata-tessdata_legacy-4.0.0 1480096 BLAKE2B b57e12c5affca922ed1299907b60e1594066d30fa3abb4a5fa06985fc9aa9094cdd7770af05fcc732af538b114db8d0ca51f71574834eb3092365a30a8ef6b8f SHA512 6272aca04b05ef0bdba6625c7842d6b701b0a84083348fc8328eb3142e78523776fc9a02a4c8f4154abf65782322c0efc583aacce0e29cbe44756aa68fc1941f -DIST ori.traineddata-tessdata_legacy-4.1.0 1480096 BLAKE2B b57e12c5affca922ed1299907b60e1594066d30fa3abb4a5fa06985fc9aa9094cdd7770af05fcc732af538b114db8d0ca51f71574834eb3092365a30a8ef6b8f SHA512 6272aca04b05ef0bdba6625c7842d6b701b0a84083348fc8328eb3142e78523776fc9a02a4c8f4154abf65782322c0efc583aacce0e29cbe44756aa68fc1941f -DIST osd.traineddata-tessdata_legacy-4.0.0 10562874 BLAKE2B 469cb3d9aa62a1755a02e793c35f3c8148c5d7661c866483880d3f5b41e01ddf5621046ed199974a83f9488dafcfb23ff0d56c7f640fcc90dd165bd929d3e73a SHA512 4ac489ba6b1888ef5e5d33e2782b5b7d0638384445859c1e3fea8c149cd482089ca63c70bbdf12b58c2aca6182890ee01043133e6e9ed7183128025663998ac6 -DIST osd.traineddata-tessdata_legacy-4.1.0 10562874 BLAKE2B 469cb3d9aa62a1755a02e793c35f3c8148c5d7661c866483880d3f5b41e01ddf5621046ed199974a83f9488dafcfb23ff0d56c7f640fcc90dd165bd929d3e73a SHA512 4ac489ba6b1888ef5e5d33e2782b5b7d0638384445859c1e3fea8c149cd482089ca63c70bbdf12b58c2aca6182890ee01043133e6e9ed7183128025663998ac6 -DIST pan.traineddata-tessdata_legacy-4.0.0 1698789 BLAKE2B f49da1bab026e7cc370011d4188e9a135eaf8d77f6f2e80754a9ca824c3fd6e57cfad7833d033626180d1da7f66b6aea5d1f8355ba63762112c931ce25b77a9b SHA512 b51dbb4f9796c95703d122b9c8bec19265ae329675a48e8189e6f81ed773189e6cf74153e9a13342aa4622e8d0f2022aad5dfcde8ab530254b512ab244027dc7 -DIST pan.traineddata-tessdata_legacy-4.1.0 1698789 BLAKE2B f49da1bab026e7cc370011d4188e9a135eaf8d77f6f2e80754a9ca824c3fd6e57cfad7833d033626180d1da7f66b6aea5d1f8355ba63762112c931ce25b77a9b SHA512 b51dbb4f9796c95703d122b9c8bec19265ae329675a48e8189e6f81ed773189e6cf74153e9a13342aa4622e8d0f2022aad5dfcde8ab530254b512ab244027dc7 -DIST pol.traineddata-tessdata_legacy-4.0.0 19344135 BLAKE2B c86bb54ddf85108f30b67216a6714e133036435b6fed4adcd69a0a66a7e285a53885e89d496f54acf3c82d629b3c25da35b2dc37781ad62116697b2a95adcbf5 SHA512 d203c7ad1a15eca2f3a823e167eb4dabc7eed8a6d4780662a2fa9b1b1e7d54cbef2073e35882b793324ba446ab7ee833e24ae94dfe7d8b77c8639a1d45d6cafe -DIST pol.traineddata-tessdata_legacy-4.1.0 19344135 BLAKE2B c86bb54ddf85108f30b67216a6714e133036435b6fed4adcd69a0a66a7e285a53885e89d496f54acf3c82d629b3c25da35b2dc37781ad62116697b2a95adcbf5 SHA512 d203c7ad1a15eca2f3a823e167eb4dabc7eed8a6d4780662a2fa9b1b1e7d54cbef2073e35882b793324ba446ab7ee833e24ae94dfe7d8b77c8639a1d45d6cafe -DIST por.traineddata-tessdata_legacy-4.0.0 15336931 BLAKE2B cc5a3669f5cd19e7d98597222ac364955532cede8fd9f993abfcd9823bec8a831c97d644305fcf1df34d63304cc9453990ce639ee0cb56cec2608f935a6ba396 SHA512 1a1bd641302c228cc05ff92ce6dc2d3afc5e0ee3f6b2ae2e564d309765b917a87bcdf10e70b7014ce7933705a35b275c2e76061644bdb3288fb46f5d29b918a8 -DIST por.traineddata-tessdata_legacy-4.1.0 15336931 BLAKE2B cc5a3669f5cd19e7d98597222ac364955532cede8fd9f993abfcd9823bec8a831c97d644305fcf1df34d63304cc9453990ce639ee0cb56cec2608f935a6ba396 SHA512 1a1bd641302c228cc05ff92ce6dc2d3afc5e0ee3f6b2ae2e564d309765b917a87bcdf10e70b7014ce7933705a35b275c2e76061644bdb3288fb46f5d29b918a8 -DIST pus.traineddata-tessdata_legacy-4.0.0 1772117 BLAKE2B 228aca8c6a7d8aca36b580da25e348549b3f2ed37cc570f76c0dfa9661b2eb3738c1f786a67f904d44a478408d957d43c0626fa9d63ff50d08d0e0d33316549a SHA512 afb0bb86294a8b88ef923370392f136abbd2da55abd36d83a77c23fd1b90b80d9d24d57e23b8a405744d8407ccba6713b1fe78b224f35fa15580c55805fabcf7 -DIST pus.traineddata-tessdata_legacy-4.1.0 1772117 BLAKE2B 228aca8c6a7d8aca36b580da25e348549b3f2ed37cc570f76c0dfa9661b2eb3738c1f786a67f904d44a478408d957d43c0626fa9d63ff50d08d0e0d33316549a SHA512 afb0bb86294a8b88ef923370392f136abbd2da55abd36d83a77c23fd1b90b80d9d24d57e23b8a405744d8407ccba6713b1fe78b224f35fa15580c55805fabcf7 -DIST que.traineddata-tessdata_legacy-4.0.0 5026349 BLAKE2B 2020f4fdf5c195ce192f977dd1df4a37ae5f322c6fc4eb5690761b23ba6381189d48de7095652730eabd3e3e468e35989a9882819d78c691e69d512ed8476cc8 SHA512 7565c98b6e04006fa260b48574e48c3f30600ce192752e58371d36e061b7ddda6d1de3b21f45e3e9c2874a85611f8546561436c95116106249e06daaffea7b92 -DIST que.traineddata-tessdata_legacy-4.1.0 5026349 BLAKE2B 2020f4fdf5c195ce192f977dd1df4a37ae5f322c6fc4eb5690761b23ba6381189d48de7095652730eabd3e3e468e35989a9882819d78c691e69d512ed8476cc8 SHA512 7565c98b6e04006fa260b48574e48c3f30600ce192752e58371d36e061b7ddda6d1de3b21f45e3e9c2874a85611f8546561436c95116106249e06daaffea7b92 -DIST ron.traineddata-tessdata_legacy-4.0.0 11008634 BLAKE2B 71ea517305b88e55051358ec8a3ebc46b2088c0e55191d23471b752fc8c439c0962cb1d9447c813dd9c1d25c1829b8d8840401cff89f4b50c008b33f9cdbdebb SHA512 c459273275f219dc5e36c85b5cbb00f155d98256c5994c279c10224561eda4195ec405fe890babfcbaadf1b7f142c2ae31647872244227f2229afca759cde8cc -DIST ron.traineddata-tessdata_legacy-4.1.0 11008634 BLAKE2B 71ea517305b88e55051358ec8a3ebc46b2088c0e55191d23471b752fc8c439c0962cb1d9447c813dd9c1d25c1829b8d8840401cff89f4b50c008b33f9cdbdebb SHA512 c459273275f219dc5e36c85b5cbb00f155d98256c5994c279c10224561eda4195ec405fe890babfcbaadf1b7f142c2ae31647872244227f2229afca759cde8cc -DIST rus.traineddata-tessdata_legacy-4.0.0 19920885 BLAKE2B bf5d559e37c9517816abebe4a5134d4692a1788357e9dc42a65369a4810ef67fa940d54684f5d2e1ea9d7cbec84e00c381bc492f49f36cff799fffcfda869e41 SHA512 94d1ad9535dabf7cd923fa33d26bf05fa17e3d38b47edd521a84bde5467e719ddd497fb49dbf5a5f849c3381390ac9fd34c17e1f52065b5f88556f42371c3a3f -DIST rus.traineddata-tessdata_legacy-4.1.0 19920885 BLAKE2B bf5d559e37c9517816abebe4a5134d4692a1788357e9dc42a65369a4810ef67fa940d54684f5d2e1ea9d7cbec84e00c381bc492f49f36cff799fffcfda869e41 SHA512 94d1ad9535dabf7cd923fa33d26bf05fa17e3d38b47edd521a84bde5467e719ddd497fb49dbf5a5f849c3381390ac9fd34c17e1f52065b5f88556f42371c3a3f -DIST san.traineddata-tessdata_legacy-4.0.0 12404680 BLAKE2B 4668aa1fa3ce524a7129e270a6a74876c24c7f3c5caa45bd3bd57d41bcc92f8184d55173920ec35176a6b3e9cb294d3ee4ad18fee617c65e347d291a743e0277 SHA512 2fd2a3e378f6b5acc28b5a1508e1868a8e68d6299910396154fe44946f7ce013145d6235cb0e24b03a158fbb5ede561250fe1337931788f37b79af145f739f77 -DIST san.traineddata-tessdata_legacy-4.1.0 12404680 BLAKE2B 4668aa1fa3ce524a7129e270a6a74876c24c7f3c5caa45bd3bd57d41bcc92f8184d55173920ec35176a6b3e9cb294d3ee4ad18fee617c65e347d291a743e0277 SHA512 2fd2a3e378f6b5acc28b5a1508e1868a8e68d6299910396154fe44946f7ce013145d6235cb0e24b03a158fbb5ede561250fe1337931788f37b79af145f739f77 -DIST sin.traineddata-tessdata_legacy-4.0.0 1727443 BLAKE2B 2f6eed2afca25e23a54d752509b55d2dfbe2666d13f65b1d64cdd29398257dcddb41b0a429f7c2e77aca87049d4eed9a9da8608d78ef3deebe838f597b20d5c1 SHA512 c478f46123a2e90ec36db753fb1ad37e3cbd26b6c194fbfbf773d61d2d6b47b8d86499f87ceabeaf917cce5623c7b2f49dce3bbd0615a087fc8e6ce07194c81a -DIST sin.traineddata-tessdata_legacy-4.1.0 1727443 BLAKE2B 2f6eed2afca25e23a54d752509b55d2dfbe2666d13f65b1d64cdd29398257dcddb41b0a429f7c2e77aca87049d4eed9a9da8608d78ef3deebe838f597b20d5c1 SHA512 c478f46123a2e90ec36db753fb1ad37e3cbd26b6c194fbfbf773d61d2d6b47b8d86499f87ceabeaf917cce5623c7b2f49dce3bbd0615a087fc8e6ce07194c81a -DIST slk.traineddata-tessdata_legacy-4.0.0 14100356 BLAKE2B da6f8e93308ff9a22f6ae0f01e16cb61355025528fbebe6334fc36027c4e734b6651f314d68e905d43f09431a71b46e6354f5e9892cb2ce50539c11a1830d8cd SHA512 8a854565efa8f88a13210b6501ccedcc753f838416625db280a38d133f8cb57cb2de6ff11fac408283d2f5b57f72f734e3f5f1d920545aa11b1565f9af8903be -DIST slk.traineddata-tessdata_legacy-4.1.0 14100356 BLAKE2B da6f8e93308ff9a22f6ae0f01e16cb61355025528fbebe6334fc36027c4e734b6651f314d68e905d43f09431a71b46e6354f5e9892cb2ce50539c11a1830d8cd SHA512 8a854565efa8f88a13210b6501ccedcc753f838416625db280a38d133f8cb57cb2de6ff11fac408283d2f5b57f72f734e3f5f1d920545aa11b1565f9af8903be -DIST slv.traineddata-tessdata_legacy-4.0.0 9942454 BLAKE2B e4b380e24ed03dbf3179fa1281703b6d5bdd113d44e29dd681912609b9aa9f37f981d09f08754598012021c9cdb05813c4ca9c38185b709393c262e061457421 SHA512 e79f489ec396fcd1080d262b795030993bbd1b4a1c9b92df5b583bb32a29d6d657504b7094bbd8a001885d9800488df8425c5368ff569413ad10c450f0784a39 -DIST slv.traineddata-tessdata_legacy-4.1.0 9942454 BLAKE2B e4b380e24ed03dbf3179fa1281703b6d5bdd113d44e29dd681912609b9aa9f37f981d09f08754598012021c9cdb05813c4ca9c38185b709393c262e061457421 SHA512 e79f489ec396fcd1080d262b795030993bbd1b4a1c9b92df5b583bb32a29d6d657504b7094bbd8a001885d9800488df8425c5368ff569413ad10c450f0784a39 -DIST snd.traineddata-tessdata_legacy-4.0.0 1694065 BLAKE2B 218f87eb1df28b0c73ee1782de26ff082f5e0ad22193922b07e4cbda00c463d37c00042a43e9f34da065b4c5c4e772993faacae4e682ef47bfeb56e81bab3094 SHA512 6f4f32b7e16ab91502b91e8ebad5eb8b9d1865ac2c11dea41ba79e5a8124a495992a71ef8cb216977a4a6990dfd11388c640a16f98f3d3cce40d06daafb7406a -DIST snd.traineddata-tessdata_legacy-4.1.0 1694065 BLAKE2B 218f87eb1df28b0c73ee1782de26ff082f5e0ad22193922b07e4cbda00c463d37c00042a43e9f34da065b4c5c4e772993faacae4e682ef47bfeb56e81bab3094 SHA512 6f4f32b7e16ab91502b91e8ebad5eb8b9d1865ac2c11dea41ba79e5a8124a495992a71ef8cb216977a4a6990dfd11388c640a16f98f3d3cce40d06daafb7406a -DIST spa.traineddata-tessdata_legacy-4.0.0 18256019 BLAKE2B 85a8c3fef81d136173af05efe823bfd33de25a859539333e1cf165d41dd5491b5f33a440e22cfdde7502823f132dae6b497a14bdd559d373001b4c7ce4c8eb18 SHA512 12a861a78d38904663e189079083a9f2f7de05f084061e5b3208dddf31d7aca6f7b7e2c6c64d0c4df9e0824891dff5ce9433f49458bf7c239d702ef452f49fec -DIST spa.traineddata-tessdata_legacy-4.1.0 18256019 BLAKE2B 85a8c3fef81d136173af05efe823bfd33de25a859539333e1cf165d41dd5491b5f33a440e22cfdde7502823f132dae6b497a14bdd559d373001b4c7ce4c8eb18 SHA512 12a861a78d38904663e189079083a9f2f7de05f084061e5b3208dddf31d7aca6f7b7e2c6c64d0c4df9e0824891dff5ce9433f49458bf7c239d702ef452f49fec -DIST spa_old.traineddata-tessdata_legacy-4.0.0 19628379 BLAKE2B e8db08e2ec0b9d6ff81c94ff7ca0f1e54d3c1d21386596f53ec99b3a7e0ec0aea25ea570b603845c0b5001a738312d0d80669028e358c1454737d5add339a1ab SHA512 d0a230718ce4ff350874a0bc14ec268dbf9f0eebeffabfb4174fe958d0e3ac300a91baf2a4e483630402144104263163d651485f394f7c69aad758963bef7833 -DIST spa_old.traineddata-tessdata_legacy-4.1.0 19628379 BLAKE2B e8db08e2ec0b9d6ff81c94ff7ca0f1e54d3c1d21386596f53ec99b3a7e0ec0aea25ea570b603845c0b5001a738312d0d80669028e358c1454737d5add339a1ab SHA512 d0a230718ce4ff350874a0bc14ec268dbf9f0eebeffabfb4174fe958d0e3ac300a91baf2a4e483630402144104263163d651485f394f7c69aad758963bef7833 -DIST sqi.traineddata-tessdata_legacy-4.0.0 8575759 BLAKE2B 68765372c506ec6c63884c4bbd85d2fe2fe6f6eacabe359a65a54863c14dec7fee31bd206a79f585b921cc574cb6f4730db011d81c88184eeaaf9a978c8ef49d SHA512 cb02863a64aec599426229075209f2587584610410db03d3c8766c36d16a51b762e14c7a7364c527f47a4bd62053301da4cdcbb2798546e7ccc01bc6849e7a35 -DIST sqi.traineddata-tessdata_legacy-4.1.0 8575759 BLAKE2B 68765372c506ec6c63884c4bbd85d2fe2fe6f6eacabe359a65a54863c14dec7fee31bd206a79f585b921cc574cb6f4730db011d81c88184eeaaf9a978c8ef49d SHA512 cb02863a64aec599426229075209f2587584610410db03d3c8766c36d16a51b762e14c7a7364c527f47a4bd62053301da4cdcbb2798546e7ccc01bc6849e7a35 -DIST srp.traineddata-tessdata_legacy-4.0.0 7434267 BLAKE2B 1ec3d721944d55c6aae9fbd8693fe4cd0ceeddfd5ef077bbfd4266980e320d6fe7978b2b46ed50dfe7617b2e4940f7d8ebbdfdeb62ac7b38d70668ee3ce49ed6 SHA512 c93c7c49f39b9a23fe83ab92aef3cbfac3a21b694986dbd4b46d6462fceab8e1670ead8ecd0f8a5e0acc391d65670ea4ad4dad938602decac5731c750336d8a6 -DIST srp.traineddata-tessdata_legacy-4.1.0 7434267 BLAKE2B 1ec3d721944d55c6aae9fbd8693fe4cd0ceeddfd5ef077bbfd4266980e320d6fe7978b2b46ed50dfe7617b2e4940f7d8ebbdfdeb62ac7b38d70668ee3ce49ed6 SHA512 c93c7c49f39b9a23fe83ab92aef3cbfac3a21b694986dbd4b46d6462fceab8e1670ead8ecd0f8a5e0acc391d65670ea4ad4dad938602decac5731c750336d8a6 -DIST srp_latn.traineddata-tessdata_legacy-4.0.0 9375025 BLAKE2B dc38a6aad729748f62fd6170eacb39ab0dfbc351a577b4bd080a1958a96347ee11cbb63b0b6b81d86c1c9cd00fc9f54b5b6b0acdd6c8d9614cb511f947b71dba SHA512 6d91089875312a49bc21219ac84d551ca64f05022c03acc0662bb696661e2214c8404ae8edabeaa3dcd08994cf7ce927a5169641b542502a6a2d02480b04a70c -DIST srp_latn.traineddata-tessdata_legacy-4.1.0 9375025 BLAKE2B dc38a6aad729748f62fd6170eacb39ab0dfbc351a577b4bd080a1958a96347ee11cbb63b0b6b81d86c1c9cd00fc9f54b5b6b0acdd6c8d9614cb511f947b71dba SHA512 6d91089875312a49bc21219ac84d551ca64f05022c03acc0662bb696661e2214c8404ae8edabeaa3dcd08994cf7ce927a5169641b542502a6a2d02480b04a70c -DIST sun.traineddata-tessdata_legacy-4.0.0 1369513 BLAKE2B 6e9d37b08e977ee8e1eb442fbbed7d78db85132fc3e620f9da398fe0802eae29641ff693a21e1f4da1a38d37937cf57ddba40eb456cf4ab4a9011a128ff15e0f SHA512 a081a40722a60bd19fdec24b3a6a8f38921be212735f1c7cdbb268834a205206c55ea22b2e62413ab7486c1da28b8155a4459623780aecf6b0d749db43896ca2 -DIST sun.traineddata-tessdata_legacy-4.1.0 1369513 BLAKE2B 6e9d37b08e977ee8e1eb442fbbed7d78db85132fc3e620f9da398fe0802eae29641ff693a21e1f4da1a38d37937cf57ddba40eb456cf4ab4a9011a128ff15e0f SHA512 a081a40722a60bd19fdec24b3a6a8f38921be212735f1c7cdbb268834a205206c55ea22b2e62413ab7486c1da28b8155a4459623780aecf6b0d749db43896ca2 -DIST swa.traineddata-tessdata_legacy-4.0.0 6029030 BLAKE2B a9095202b9a5c4702a844bcb0be9a9bde4f299855e3225bddfda81d347d3f52635af1178af70accacd7b5ad4046723fc2a10007e0170347c9e1a8d54a36a9a08 SHA512 df069547e62adb88e1f05385bd61334a8730053202d90abe248cf618286e018e24211893dfb3229574717b419b0eca5d97877ada885b0800d567163f40190ef0 -DIST swa.traineddata-tessdata_legacy-4.1.0 6029030 BLAKE2B a9095202b9a5c4702a844bcb0be9a9bde4f299855e3225bddfda81d347d3f52635af1178af70accacd7b5ad4046723fc2a10007e0170347c9e1a8d54a36a9a08 SHA512 df069547e62adb88e1f05385bd61334a8730053202d90abe248cf618286e018e24211893dfb3229574717b419b0eca5d97877ada885b0800d567163f40190ef0 -DIST swe.traineddata-tessdata_legacy-4.0.0 13627152 BLAKE2B 8701994a84c73c2099463687f22691387e40c64adb2cf0b8c9d87235bff793edc88f28d3be9b820040a7f4706118228d12b812215e582e4cb6f4a1ffc5642f16 SHA512 ea3fff9c1ecbf49bb83f98e809e465418bb81242db34acdc7789f19c706e8fb2ff49a7d8b67f7816cd469c58994139227631a3420b9116222bf55d6164c6b475 -DIST swe.traineddata-tessdata_legacy-4.1.0 13627152 BLAKE2B 8701994a84c73c2099463687f22691387e40c64adb2cf0b8c9d87235bff793edc88f28d3be9b820040a7f4706118228d12b812215e582e4cb6f4a1ffc5642f16 SHA512 ea3fff9c1ecbf49bb83f98e809e465418bb81242db34acdc7789f19c706e8fb2ff49a7d8b67f7816cd469c58994139227631a3420b9116222bf55d6164c6b475 -DIST syr.traineddata-tessdata_legacy-4.0.0 2207238 BLAKE2B 07fe387bff87fd8f916e282dfc276eed985f06ae4ea9fc0a74b59f093de247fd7bf1cd3a7819ac44ee0f7e93cec8e567a9b6928f7fe52cb0a9e1f0986d4bc6c8 SHA512 cccf03ef20dc72ecd21dd95df841c3de010b3abb7dc1fbba833f70088ba34d89ffef98f29c0a76709e49ff17d05d16e87cff416f4da92da6fe569e8eb87f95f4 -DIST syr.traineddata-tessdata_legacy-4.1.0 2207238 BLAKE2B 07fe387bff87fd8f916e282dfc276eed985f06ae4ea9fc0a74b59f093de247fd7bf1cd3a7819ac44ee0f7e93cec8e567a9b6928f7fe52cb0a9e1f0986d4bc6c8 SHA512 cccf03ef20dc72ecd21dd95df841c3de010b3abb7dc1fbba833f70088ba34d89ffef98f29c0a76709e49ff17d05d16e87cff416f4da92da6fe569e8eb87f95f4 -DIST tam.traineddata-tessdata_legacy-4.0.0 3353079 BLAKE2B db69fcd37a202351db06477967f33f83f2cf3e4350ee7a7999d9dc2b71959ddb26b044e8fdd120ad1ea095e398466a1b729b5a76f85433a67e7bd43f99eca036 SHA512 7bc3546841f5a3f63491d31f13fb764ae6d17ad396f2c13b2a733aaa2c861d8aed637e0b1917443dce6f37998e09cbce587a8d5987a90d6acacbef7a6d6a69fb -DIST tam.traineddata-tessdata_legacy-4.1.0 3353079 BLAKE2B db69fcd37a202351db06477967f33f83f2cf3e4350ee7a7999d9dc2b71959ddb26b044e8fdd120ad1ea095e398466a1b729b5a76f85433a67e7bd43f99eca036 SHA512 7bc3546841f5a3f63491d31f13fb764ae6d17ad396f2c13b2a733aaa2c861d8aed637e0b1917443dce6f37998e09cbce587a8d5987a90d6acacbef7a6d6a69fb -DIST tat.traineddata-tessdata_legacy-4.0.0 1072909 BLAKE2B e4c20650ac6ac2342918826275e0dadfb90f9d7813f25fe8d0185da719d62eb1f65ca29f66fdb36041cb674a1430d8d0aa934c4bdbaa76852f1e2c359bd86a7d SHA512 d5fddeb73658344e6f3b5acd9c38b773c71622faa326e1c6bd0dc936df14752637fe95d0e7b3024ced0e8cd251de8663805e376f7608fb63ddfe078b47739212 -DIST tat.traineddata-tessdata_legacy-4.1.0 1072909 BLAKE2B e4c20650ac6ac2342918826275e0dadfb90f9d7813f25fe8d0185da719d62eb1f65ca29f66fdb36041cb674a1430d8d0aa934c4bdbaa76852f1e2c359bd86a7d SHA512 d5fddeb73658344e6f3b5acd9c38b773c71622faa326e1c6bd0dc936df14752637fe95d0e7b3024ced0e8cd251de8663805e376f7608fb63ddfe078b47739212 -DIST tel.traineddata-tessdata_legacy-4.0.0 3315170 BLAKE2B eccc32de8769e419c698e74cccddb33da0fcda925df77862a06675b60952fcbde2d2ee8f2eee2b84a42539430be9c880ff7856887653132bee30d14388049f39 SHA512 8ff5d43f23187b800e38e73a7321be4b1cb37328c662bb14613e4494f6d555ea0fa57e40a03aa951527fb900d30702978d6e019daca47db26c96e7747bf98d53 -DIST tel.traineddata-tessdata_legacy-4.1.0 3315170 BLAKE2B eccc32de8769e419c698e74cccddb33da0fcda925df77862a06675b60952fcbde2d2ee8f2eee2b84a42539430be9c880ff7856887653132bee30d14388049f39 SHA512 8ff5d43f23187b800e38e73a7321be4b1cb37328c662bb14613e4494f6d555ea0fa57e40a03aa951527fb900d30702978d6e019daca47db26c96e7747bf98d53 -DIST tgk.traineddata-tessdata_legacy-4.0.0 3721580 BLAKE2B 23b2f09dbb4e1c298e8db55574bed6f443ae6fa2323a023b6b3fe7c8e4cc6b277496fa2e2d1892fec540be8da4e5efcd486b41cb31827ff0a077ee54074d6a2f SHA512 1a246d672c9e9015eeacc31fabe3e4b325d4625a347a3521aa77b40b7c4afa9257de6078e5705c9cd517b9a012ab34bc8beb372a4836f7b2e85e18e3e07faf34 -DIST tgk.traineddata-tessdata_legacy-4.1.0 3721580 BLAKE2B 23b2f09dbb4e1c298e8db55574bed6f443ae6fa2323a023b6b3fe7c8e4cc6b277496fa2e2d1892fec540be8da4e5efcd486b41cb31827ff0a077ee54074d6a2f SHA512 1a246d672c9e9015eeacc31fabe3e4b325d4625a347a3521aa77b40b7c4afa9257de6078e5705c9cd517b9a012ab34bc8beb372a4836f7b2e85e18e3e07faf34 -DIST tgl.traineddata-tessdata_legacy-4.0.0 7321367 BLAKE2B c2db6985f3848dde3b43d5a229c729490de5b4e1f946a2d81d18756b6b8ed4a522041fd3dcaca3786ea719c35e70340fcdb61654b209e11e2f4242ebf3b83b52 SHA512 85e68b7cf449cd26b4bcfd36f81a6555f67143cce29dc86ca8407fb062546cfb89c151c62e13e8d5ebad758f92ff50d454e08111acf63eb904c28aa6a526113f -DIST tgl.traineddata-tessdata_legacy-4.1.0 7321367 BLAKE2B c2db6985f3848dde3b43d5a229c729490de5b4e1f946a2d81d18756b6b8ed4a522041fd3dcaca3786ea719c35e70340fcdb61654b209e11e2f4242ebf3b83b52 SHA512 85e68b7cf449cd26b4bcfd36f81a6555f67143cce29dc86ca8407fb062546cfb89c151c62e13e8d5ebad758f92ff50d454e08111acf63eb904c28aa6a526113f -DIST tha.traineddata-tessdata_legacy-4.0.0 1072519 BLAKE2B 1df91623565bb5f080162fcc2e53c5bda7824803525e6bd8a5b09414334a268382e59accda57c1286c9732a5862b2c1f5ff683d01c3923972766cbfa8a06c4d9 SHA512 3066aaa2c0844f25bcadda38f3315434ef86c2e0c41537c8e40b0efd63015c7fd4cb65b3bba60d9bfcd35b5d33370b64ef4aa04b5070e3bbc176e5899e698db0 -DIST tha.traineddata-tessdata_legacy-4.1.0 1072519 BLAKE2B 1df91623565bb5f080162fcc2e53c5bda7824803525e6bd8a5b09414334a268382e59accda57c1286c9732a5862b2c1f5ff683d01c3923972766cbfa8a06c4d9 SHA512 3066aaa2c0844f25bcadda38f3315434ef86c2e0c41537c8e40b0efd63015c7fd4cb65b3bba60d9bfcd35b5d33370b64ef4aa04b5070e3bbc176e5899e698db0 -DIST tir.traineddata-tessdata_legacy-4.0.0 2184930 BLAKE2B 1efbd7fca5c40a6ce2fc36ce66d3ea69a3e48fe06a9ce7e65ea2254023b95265639a443d9869e1c6b33ef6a765e43046ae3cf7812a95c2ec9079fd6822ff4e3a SHA512 8c250460f18c5925b252f3d3c1e021c4275d034cc409af5a4c0d2014c72f286fbcdbe5f017bca057b7a720767fcdb85589ca4b3c848a539c3361a14d010b78c0 -DIST tir.traineddata-tessdata_legacy-4.1.0 2184930 BLAKE2B 1efbd7fca5c40a6ce2fc36ce66d3ea69a3e48fe06a9ce7e65ea2254023b95265639a443d9869e1c6b33ef6a765e43046ae3cf7812a95c2ec9079fd6822ff4e3a SHA512 8c250460f18c5925b252f3d3c1e021c4275d034cc409af5a4c0d2014c72f286fbcdbe5f017bca057b7a720767fcdb85589ca4b3c848a539c3361a14d010b78c0 -DIST ton.traineddata-tessdata_legacy-4.0.0 947262 BLAKE2B 955deb71fd4e8a271d1c668addccbc357bcf02a8dc815b85aa96680c864c7c56144878618026b432edcd06c0f4a0a240a4e8dcc5b1c705da107839b2f2d01a46 SHA512 b5541c9ffb047d8315e66eb5003d364de8d5d82365cfd12af56dd75b3981bf12656be1cbdce6125250efbfc4af309e0daa74e54ca61ce78e3b516c6a30c83f63 -DIST ton.traineddata-tessdata_legacy-4.1.0 947262 BLAKE2B 955deb71fd4e8a271d1c668addccbc357bcf02a8dc815b85aa96680c864c7c56144878618026b432edcd06c0f4a0a240a4e8dcc5b1c705da107839b2f2d01a46 SHA512 b5541c9ffb047d8315e66eb5003d364de8d5d82365cfd12af56dd75b3981bf12656be1cbdce6125250efbfc4af309e0daa74e54ca61ce78e3b516c6a30c83f63 -DIST tur.traineddata-tessdata_legacy-4.0.0 18750612 BLAKE2B 48872425cf8cd46fc19462e5f47f631d6094a28276f2f8648eba3a598484fabe8968dde71c732a654a1d11d6bb587ba2b6cb76bbe18cbe0a0a63574d44fc21ea SHA512 4dfe1049ca75034315c29ac57b6c69eb44a8a8265ffdc5eea37595406f41b7262a3acd85a882005946e34816f84523b0f53d43ecfd15b1b4c3db70799ca5a908 -DIST tur.traineddata-tessdata_legacy-4.1.0 18750612 BLAKE2B 48872425cf8cd46fc19462e5f47f631d6094a28276f2f8648eba3a598484fabe8968dde71c732a654a1d11d6bb587ba2b6cb76bbe18cbe0a0a63574d44fc21ea SHA512 4dfe1049ca75034315c29ac57b6c69eb44a8a8265ffdc5eea37595406f41b7262a3acd85a882005946e34816f84523b0f53d43ecfd15b1b4c3db70799ca5a908 -DIST uig.traineddata-tessdata_legacy-4.0.0 2794302 BLAKE2B dd8fe55ca1dc19491323095f89543f027797c63e83aa960883327ec5dee16358c3d64ab5824a2d0efaf63d5c97066737fff5690bf8429916a3d6d850badae9f8 SHA512 53adc5566577b77600ae50a74e1ba84b4d8ddcfc3201b6544c20e45f01c9b00ceb6c1503d1c4c32642349eaf0ee5e93480d811caa1b2f60909b19f45890af1ed -DIST uig.traineddata-tessdata_legacy-4.1.0 2794302 BLAKE2B dd8fe55ca1dc19491323095f89543f027797c63e83aa960883327ec5dee16358c3d64ab5824a2d0efaf63d5c97066737fff5690bf8429916a3d6d850badae9f8 SHA512 53adc5566577b77600ae50a74e1ba84b4d8ddcfc3201b6544c20e45f01c9b00ceb6c1503d1c4c32642349eaf0ee5e93480d811caa1b2f60909b19f45890af1ed -DIST ukr.traineddata-tessdata_legacy-4.0.0 12408644 BLAKE2B 0d0b6772f7cc8331b838852c096ae4514405c0cf3c368c413bec2340772e59e2bb6e08757b953898de76c5a78eb29d6ab63348ed848d90aa0b384a2bd4565c0e SHA512 d9579d2d1ce978a4f87b841b940853fe41f82c68d63e2d16dce3083ffdc3c9ec7794f92f33ba4edb123ff287bea52f12d2ae3784651d1ba73f54794787598c1f -DIST ukr.traineddata-tessdata_legacy-4.1.0 12408644 BLAKE2B 0d0b6772f7cc8331b838852c096ae4514405c0cf3c368c413bec2340772e59e2bb6e08757b953898de76c5a78eb29d6ab63348ed848d90aa0b384a2bd4565c0e SHA512 d9579d2d1ce978a4f87b841b940853fe41f82c68d63e2d16dce3083ffdc3c9ec7794f92f33ba4edb123ff287bea52f12d2ae3784651d1ba73f54794787598c1f -DIST urd.traineddata-tessdata_legacy-4.0.0 1398748 BLAKE2B 82b252bdfc69ff06bbed7816c4320acc45462dc7a4ddada5b85fb6caea9428465cc1db1d19f41ab006ced5a0a410575b726f8897273655f2baaecc57c8f72540 SHA512 f46ed527d2cc3e6bc4f9365e10018da502c44a7c975b68c072baffa1637c431637aeeeabc27eac76b3a847976f88bdb514ec68878b1b4d2f9eb3239963c542b7 -DIST urd.traineddata-tessdata_legacy-4.1.0 1398748 BLAKE2B 82b252bdfc69ff06bbed7816c4320acc45462dc7a4ddada5b85fb6caea9428465cc1db1d19f41ab006ced5a0a410575b726f8897273655f2baaecc57c8f72540 SHA512 f46ed527d2cc3e6bc4f9365e10018da502c44a7c975b68c072baffa1637c431637aeeeabc27eac76b3a847976f88bdb514ec68878b1b4d2f9eb3239963c542b7 -DIST uzb.traineddata-tessdata_legacy-4.0.0 10757098 BLAKE2B fbe49984a1050ff097c70e4ae86a96eac947e0e37513684f68bd4c1d9c3d57de2c0d1fb68dd4e03cbf2a39c7ec8dfcd2a1be891f8e1286bcf066faca645d0db1 SHA512 47f969a9579872883f6dadb388ac4619c934c9af7bb239c5f20e84b82bf74c9316069cdb9a2d5407e675f50d90d404a11b1e3461297048e8abf3ff35ce917814 -DIST uzb.traineddata-tessdata_legacy-4.1.0 10757098 BLAKE2B fbe49984a1050ff097c70e4ae86a96eac947e0e37513684f68bd4c1d9c3d57de2c0d1fb68dd4e03cbf2a39c7ec8dfcd2a1be891f8e1286bcf066faca645d0db1 SHA512 47f969a9579872883f6dadb388ac4619c934c9af7bb239c5f20e84b82bf74c9316069cdb9a2d5407e675f50d90d404a11b1e3461297048e8abf3ff35ce917814 -DIST uzb_cyrl.traineddata-tessdata_legacy-4.0.0 4905658 BLAKE2B c4db3337b7ad1c2f927cd92577f58700c55b00889a9a52982216ab1c8837874290919f9144bc1910232cdfda4243217199ce5a7557a8416f3988022d569facb0 SHA512 e79c2a24499f5bedb46c99971858f5401929304b661da2a12dd9443ad95ebf517a27e35fb830b032da477344748f2ecfec5aaf07267b6c68bf44f36f2c104bb5 -DIST uzb_cyrl.traineddata-tessdata_legacy-4.1.0 4905658 BLAKE2B c4db3337b7ad1c2f927cd92577f58700c55b00889a9a52982216ab1c8837874290919f9144bc1910232cdfda4243217199ce5a7557a8416f3988022d569facb0 SHA512 e79c2a24499f5bedb46c99971858f5401929304b661da2a12dd9443ad95ebf517a27e35fb830b032da477344748f2ecfec5aaf07267b6c68bf44f36f2c104bb5 -DIST vie.traineddata-tessdata_legacy-4.0.0 7763728 BLAKE2B b1a702f2fb2dbd08a115ac2d8cbef3a0e9cc2aa8b1ffd3e236f180d8faf2fce7c55305a6965a5380b276a454870e901c626954228b8fe5efe0c5199c8b2325fa SHA512 3c31b13c9177a07f2c0e3427bf5f22e7fdb6526905a068b6015a2bf2a8e9dcae5cf5effce3528197c778d2b8a9fb956465619779219d46b0372e24631a944ad2 -DIST vie.traineddata-tessdata_legacy-4.1.0 7763728 BLAKE2B b1a702f2fb2dbd08a115ac2d8cbef3a0e9cc2aa8b1ffd3e236f180d8faf2fce7c55305a6965a5380b276a454870e901c626954228b8fe5efe0c5199c8b2325fa SHA512 3c31b13c9177a07f2c0e3427bf5f22e7fdb6526905a068b6015a2bf2a8e9dcae5cf5effce3528197c778d2b8a9fb956465619779219d46b0372e24631a944ad2 -DIST yid.traineddata-tessdata_legacy-4.0.0 4882707 BLAKE2B aec63586bfa9d9f55a48f8f8ac885c4f8df4ec9abfed52a2a8ab58f3747df9a2eb60f872e492ab29a189c21c73cd33c64ac18c6910f10562745441e2e780fc49 SHA512 88986d01ff3bb8523b41b18c885477befd9d6690c5d517a5822fd8a6ef1b45a5790b3a5ff8f06172907dd2ccd3ef07d19d7e35d316d37fedcadb8df713a81749 -DIST yid.traineddata-tessdata_legacy-4.1.0 4882707 BLAKE2B aec63586bfa9d9f55a48f8f8ac885c4f8df4ec9abfed52a2a8ab58f3747df9a2eb60f872e492ab29a189c21c73cd33c64ac18c6910f10562745441e2e780fc49 SHA512 88986d01ff3bb8523b41b18c885477befd9d6690c5d517a5822fd8a6ef1b45a5790b3a5ff8f06172907dd2ccd3ef07d19d7e35d316d37fedcadb8df713a81749 -DIST yor.traineddata-tessdata_legacy-4.0.0 963413 BLAKE2B e4d16812ade81cac1f685587837b431c122ea29551bccd52ff1bef5a4aa8b316eb741aee3d0eb790c941d15401ea1c190850e225765a819d8899149e35af278a SHA512 4a04821d7e76feb0e71f31ff2ed794fce5a4e53ed98aeeecc06bd36d2c07301e8a7a86123ec5747b36d9df1d6d8e24d148f31f70093f944e83dfd3f2162661b0 -DIST yor.traineddata-tessdata_legacy-4.1.0 963413 BLAKE2B e4d16812ade81cac1f685587837b431c122ea29551bccd52ff1bef5a4aa8b316eb741aee3d0eb790c941d15401ea1c190850e225765a819d8899149e35af278a SHA512 4a04821d7e76feb0e71f31ff2ed794fce5a4e53ed98aeeecc06bd36d2c07301e8a7a86123ec5747b36d9df1d6d8e24d148f31f70093f944e83dfd3f2162661b0 diff --git a/app-text/tessdata_legacy/metadata.xml b/app-text/tessdata_legacy/metadata.xml deleted file mode 100644 index ae71aa4a8bfa..000000000000 --- a/app-text/tessdata_legacy/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <use> - <flag name="math"> Enable support for recognition of equations.</flag> - <flag name="osd"> Enable support orientation and script detection.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tessdata_legacy/tessdata_legacy-4.0.0.ebuild b/app-text/tessdata_legacy/tessdata_legacy-4.0.0.ebuild deleted file mode 100644 index 4f5f083d3581..000000000000 --- a/app-text/tessdata_legacy/tessdata_legacy-4.0.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN/_legacy/}/raw/${PV}/" - -DESCRIPTION="Trained models for app-text/tesseract compatible with the legacy engine" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - math? ( ${URI_PREFIX}equ.traineddata -> equ.traineddata-${P} ) - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="math osd" - -RDEPEND="!app-text/tessdata_best - !app-text/tessdata_fast - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kn:kan ko:kor,kor_vert ku:kur,kur_ara ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir tl:tgl to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# Fraktur data files (not installed): -# dan_frak - Danish -# deu_frak - German -# slk_frak - Slovak -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tessdata_legacy/tessdata_legacy-4.1.0.ebuild b/app-text/tessdata_legacy/tessdata_legacy-4.1.0.ebuild deleted file mode 100644 index ed13ffd84ee9..000000000000 --- a/app-text/tessdata_legacy/tessdata_legacy-4.1.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -URI_PREFIX="https://github.com/tesseract-ocr/${PN/_legacy/}/raw/${PV}/" - -DESCRIPTION="Trained models for app-text/tesseract compatible with the legacy engine" -HOMEPAGE="https://github.com/tesseract-ocr/tessdata" -SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P} - math? ( ${URI_PREFIX}equ.traineddata -> equ.traineddata-${P} ) - osd? ( ${URI_PREFIX}osd.traineddata -> osd.traineddata-${P} )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="math osd" - -RDEPEND="!app-text/tessdata_best - !app-text/tessdata_fast - !<app-text/tesseract-4.1.0" -DEPEND="${RDEPEND}" -S=${WORKDIR} - -# List of supported Gentoo linguas and their upstream mapping -# "old" variants were regrouped in the matching modern locale -LANGUAGES="af:afr am:amh ar:ara as:asm az:aze,aze_cyrl be:bel bg:bul bn:ben bo:bod br:bre bs:bos ca:cat ceb chr co:cos cs:ces cy:cym da:dan de:deu,frk dv:div dz:dzo el:ell,grc en:enm eo:epo es:spa,spa_old et:est eu:eus fa:fas fi:fin fil fo:fao fr:fra,frm fy:fry ga:gle gd:gla gl:glg gu:guj he:heb hi:hin hr:hrv ht:hat hu:hun hy:hye id:ind is:isl it:ita,ita_old iu:iku ja:jpn,jpn_vert jv:jav ka:kat,kat_old kk:kaz km:khm kn:kan ko:kor,kor_vert ku:kmr ky:kir la:lat lb:ltz lo:lao lt:lit lv:lav mi:mri mk:mkd ml:mal mn:mon mr:mar ms:msa mt:mlt my:mya ne:nep nl:nld no:nor oc:oci or:ori pa:pan pl:pol ps:pus pt:por qu:que ro:ron ru:rus sa:san sd:snd si:sin sk:slk sl:slv sq:sqi sr:srp,srp_latn su:sun sv:swe sw:swa syc:syr ta:tam te:tel tg:tgk th:tha ti:tir tl:tgl to:ton tr:tur tt:tat ug:uig uk:ukr ur:urd uz:uzb,uzb_cyrl vi:vie yi:yid yo:yor zh:chi_sim,chi_sim_vert,chi_tra,chi_tra_vert" -# Fraktur data files (not installed): -# dan_frak - Danish -# deu_frak - German -# slk_frak - Slovak -# l10n_en provides the additional data: -# enm - English, Middle (1100-1500) - -for lang in ${LANGUAGES}; do - gentoo_lang=${lang%:*} - tess_langs=${lang#*:} - for tess_lang in ${tess_langs//,/ }; do - SRC_URI+=" l10n_${gentoo_lang}? ( ${URI_PREFIX}${tess_lang}.traineddata -> ${tess_lang}.traineddata-${P} )" - done - IUSE+=" l10n_${gentoo_lang}" -done - -src_prepare() { - for file in ${A}; do - cp "${DISTDIR}/${file}" "${S}/${file/-${P}/}" || die - done - - default -} - -src_install() { - insinto /usr/share/tessdata - doins *.traineddata -} diff --git a/app-text/tesseract/Manifest b/app-text/tesseract/Manifest deleted file mode 100644 index ead66bdd3d8c..000000000000 --- a/app-text/tesseract/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tesseract-5.5.2.tar.gz 1903633 BLAKE2B 74a52d9c8538bb3ec148e1ef28e62695200bc907688d53e905c34de0e3837f0c43d7b493cc007fd14f9520e7ad34315eeeed3dad1fb21e603bae35a07373fcf4 SHA512 e9103c68ba186821aedd38de4d9949cd6732da93a2d0764de18aaaac70eb9c305384a6eb1fe656a8a269bee833178a583a91dd72027ae26d27c8329ed722f4a9 diff --git a/app-text/tesseract/files/tesseract-5.4.1-arm64-neon-tesseract.patch b/app-text/tesseract/files/tesseract-5.4.1-arm64-neon-tesseract.patch deleted file mode 100644 index d3869cfea1dd..000000000000 --- a/app-text/tesseract/files/tesseract-5.4.1-arm64-neon-tesseract.patch +++ /dev/null @@ -1,57 +0,0 @@ -https://bugs.gentoo.org/924757 -https://bugs.gentoo.org/926891 -https://github.com/tesseract-ocr/tesseract/pull/4154 - -(Note that if moving to CMake, can use the patch from ghostscript-gpl -instead, i.e. https://src.fedoraproject.org/rpms/tesseract/blob/rawhide/f/tesseract_neon.patch). - -From b1e48789d61d995740762f66f505385db42410a5 Mon Sep 17 00:00:00 2001 -From: Jan Palus <jpalus@fastmail.com> -Date: Mon, 30 Oct 2023 01:36:57 +0100 -Subject: [PATCH] Check if NEON extension are actually available - -User may pass own compiler flags to configure which override those -provided by project through automake. Therefore it is possible for user -on ARM platform to pass CXXFLAGS=-mfpu=vfp which will effectively -disable NEON even though used compiler supports -mfpu=neon (since user -supplied flags take precedence compiler invocation will use flags: --mfpu=neon -mfpu=vfp). Instead of checking whether compiler supports --mfpu=neon flag, check if NEON extensions are available by checking if -__ARM_NEON is defined when compiling with -mfpu=neon and user supplied -flags combined. - -Signed-off-by: Jan Palus <jpalus@fastmail.com> ---- - configure.ac | 18 ++++++++++++++---- - 1 file changed, 14 insertions(+), 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 0b38537229..0514b619c5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -178,10 +178,20 @@ case "${host_cpu}" in - ;; - - arm*) -- -- AX_CHECK_COMPILE_FLAG([-mfpu=neon], [neon=true], [neon=false], [$WERROR]) -- AM_CONDITIONAL([HAVE_NEON], $neon) -- if $neon; then -+ SAVE_CXXFLAGS="$CXXFLAGS" -+ CXXFLAGS="-mfpu=neon $CXXFLAGS" -+ AC_MSG_CHECKING([for NEON support]) -+ AC_COMPILE_IFELSE( -+ [AC_LANG_PROGRAM([], [[ -+ #ifndef __ARM_NEON -+ #error -+ #endif -+ ]])], -+ [neon=yes], [neon=no]) -+ AC_MSG_RESULT([$neon]) -+ CXXFLAGS="$SAVE_CXXFLAGS" -+ AM_CONDITIONAL([HAVE_NEON], test "xyes" = "x$neon") -+ if test "xyes" = "$neon"; then - AC_DEFINE([HAVE_NEON], [1], [Enable NEON instructions]) - NEON_CXXFLAGS="-mfpu=neon" - AC_SUBST([NEON_CXXFLAGS]) - diff --git a/app-text/tesseract/metadata.xml b/app-text/tesseract/metadata.xml deleted file mode 100644 index 81dd000f9ef6..000000000000 --- a/app-text/tesseract/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <longdescription lang="en">A commercial quality OCR engine originally developed at HP between 1985 and - 1995. In 1995, this engine was among the top 3 evaluated by UNLV. It was - open-sourced by HP and UNLV in 2005.</longdescription> - <upstream> - <remote-id type="cpe">cpe:/a:tesseract_project:tesseract</remote-id> - </upstream> - <use> - <flag name="float32">Support float for model training and text recognition (faster, requires less RAM)</flag> - <flag name="training">Install training applications to add support for new languages.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tesseract/tesseract-5.5.2-r1.ebuild b/app-text/tesseract/tesseract-5.5.2-r1.ebuild deleted file mode 100644 index 22f606ec3e25..000000000000 --- a/app-text/tesseract/tesseract-5.5.2-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic multilib-minimal toolchain-funcs - -DESCRIPTION="An OCR Engine, originally developed at HP, now open source" -HOMEPAGE="https://github.com/tesseract-ocr" -SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="doc float32 jpeg openmp png static-libs tiff training webp" - -COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?] - training? ( - dev-libs/icu:= - x11-libs/pango:= - x11-libs/cairo:= - )" -RDEPEND="${COMMON_DEPEND} - || ( - >=app-text/tessdata_fast-4.0.0 - >=app-text/tessdata_best-4.0.0 - >=app-text/tessdata_legacy-4.0.0 - )" -DEPEND="${COMMON_DEPEND} - app-text/asciidoc - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - doc? ( app-text/doxygen )" - -PATCHES=( - "${FILESDIR}"/${PN}-5.4.1-arm64-neon-tesseract.patch -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - default - - tc-is-clang && use openmp && append-libs omp - - eautoreconf -} - -multilib_src_configure() { - # scrollview disabled for now, see bug #686944 - local myeconfargs=( - --enable-shared - --disable-graphics - $(use_enable float32) - $(use_enable openmp) - $(use_enable static-libs static) - ) - - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_compile() { - default - if multilib_is_native_abi; then - use doc && emake doc - use training && emake training - fi -} - -multilib_src_install() { - if multilib_is_native_abi; then - DOCS=( "${S}"/AUTHORS "${S}"/ChangeLog "${S}"/README.md ) - if use doc; then - HTML_DOCS=( doc/html/. ) - fi - einstalldocs - - if use training; then - emake DESTDIR="${D}" training-install - fi - fi - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/tesseract/tesseract-5.5.2.ebuild b/app-text/tesseract/tesseract-5.5.2.ebuild deleted file mode 100644 index cdbb997cbe2a..000000000000 --- a/app-text/tesseract/tesseract-5.5.2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools multilib-minimal toolchain-funcs - -DESCRIPTION="An OCR Engine, originally developed at HP, now open source" -HOMEPAGE="https://github.com/tesseract-ocr" -SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="doc float32 jpeg openmp png static-libs tiff training webp" - -COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?] - training? ( - dev-libs/icu:= - x11-libs/pango:= - x11-libs/cairo:= - )" -RDEPEND="${COMMON_DEPEND} - || ( - >=app-text/tessdata_fast-4.0.0 - >=app-text/tessdata_best-4.0.0 - >=app-text/tessdata_legacy-4.0.0 - )" -DEPEND="${COMMON_DEPEND} - app-text/asciidoc - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - doc? ( app-text/doxygen )" - -PATCHES=( - "${FILESDIR}"/${PN}-5.4.1-arm64-neon-tesseract.patch -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - # scrollview disabled for now, see bug #686944 - local myeconfargs=( - --enable-shared - --disable-graphics - $(use_enable float32) - $(use_enable openmp) - $(use_enable static-libs static) - ) - - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_compile() { - default - if multilib_is_native_abi; then - use doc && emake doc - use training && emake training - fi -} - -multilib_src_install() { - if multilib_is_native_abi; then - DOCS=( "${S}"/AUTHORS "${S}"/ChangeLog "${S}"/README.md ) - if use doc; then - HTML_DOCS=( doc/html/. ) - fi - einstalldocs - - if use training; then - emake DESTDIR="${D}" training-install - fi - fi - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild deleted file mode 100644 index 26ba424670ca..000000000000 --- a/app-text/tesseract/tesseract-9999.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic git-r3 multilib-minimal toolchain-funcs - -DESCRIPTION="An OCR Engine, originally developed at HP, now open source" -HOMEPAGE="https://github.com/tesseract-ocr" -EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="" -IUSE="doc float32 jpeg openmp png static-libs tiff training webp" - -COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?] - training? ( - dev-libs/icu:= - x11-libs/pango:= - x11-libs/cairo:= - )" -RDEPEND="${COMMON_DEPEND} - || ( - >=app-text/tessdata_fast-4.0.0 - >=app-text/tessdata_best-4.0.0 - >=app-text/tessdata_legacy-4.0.0 - )" -DEPEND="${COMMON_DEPEND} - app-text/asciidoc - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - doc? ( app-text/doxygen )" - -PATCHES=( - "${FILESDIR}"/${PN}-5.4.1-arm64-neon-tesseract.patch -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - default - - tc-is-clang && use openmp && append-libs omp - - eautoreconf -} - -multilib_src_configure() { - # scrollview disabled for now, see bug #686944 - local myeconfargs=( - --enable-shared - --disable-graphics - $(use_enable float32) - $(use_enable openmp) - $(use_enable static-libs static) - ) - - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_compile() { - default - if multilib_is_native_abi; then - use doc && emake doc - use training && emake training - fi -} - -multilib_src_install() { - if multilib_is_native_abi; then - DOCS=( "${S}"/AUTHORS "${S}"/ChangeLog "${S}"/README.md ) - if use doc; then - HTML_DOCS=( doc/html/. ) - fi - einstalldocs - - if use training; then - emake DESTDIR="${D}" training-install - fi - fi - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest deleted file mode 100644 index d9d29b8a61fe..000000000000 --- a/app-text/texi2html/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST texi2html-5.0.tar.bz2 15397249 BLAKE2B 3e502d9424c2936a922488aab7a66140c0a8369253a5500beeebcea0942ffa7b97fb7021b23212264e110d4bdab4850f263269aacf61de23ac6e052dfcf10d67 SHA512 50afc2f1f8875d3e62a51cc0339bd4c4f058041f42a9fda9cd5b02960f0d5c72838e4f010702ba716dbd256946f64520ce1e5b86539b6f7b8b7ce24a43c98e9d diff --git a/app-text/texi2html/metadata.xml b/app-text/texi2html/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/texi2html/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild b/app-text/texi2html/texi2html-5.0-r1.ebuild deleted file mode 100644 index 52b4004a5942..000000000000 --- a/app-text/texi2html/texi2html-5.0-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit prefix - -DESCRIPTION="Perl script that converts Texinfo to HTML" -HOMEPAGE="http://www.nongnu.org/texi2html/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+ || ( GPL-2 CC-BY-SA-1.0 ) Texinfo-manual LGPL-2+ MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="unicode" -RESTRICT="test" #411523 - -RDEPEND=" - dev-lang/perl - dev-perl/libintl-perl - unicode? ( - dev-perl/Text-Unidecode - dev-perl/Unicode-EastAsianWidth - )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - # On FreeBSD this script is used instead of GNU install but it comes without - # executable pemissions... Fix it! - chmod +x install-sh || die - - if use prefix; then - local f - while IFS="" read -d $'\0' -r f ; do - hprefixify "${f}" - done < <(find . -name '*.pl' -print0) - fi -} - -src_configure() { - use unicode && local myconf='--with-external-Unicode-EastAsianWidth' - - econf \ - --with-external-libintl-perl \ - $(use_with unicode unidecode) \ - ${myconf} -} - -src_install() { - default - rm "${ED}"/usr/share/${PN}/images/{COPYING*,GPL,README} || die -} - -pkg_preinst() { - rm -f "${EROOT}"/usr/bin/${PN} || die -} diff --git a/app-text/texlive-core/Manifest b/app-text/texlive-core/Manifest deleted file mode 100644 index 7b8e66acf1e5..000000000000 --- a/app-text/texlive-core/Manifest +++ /dev/null @@ -1,74 +0,0 @@ -DIST autosp.doc.r58211.tar.xz 282136 BLAKE2B 2e82f41d20f8883cf277527e6e0fdcb9b402520109d94bf76668ad603d15e192970c576fffa17bde092d8f2a6d92db021fbd408e3df2e282bbad738edfed7136 SHA512 2905669b9e2b61749cb7b1eaa02be889c4e8d8adbd78b126e7ee6d894f24f623c888a24abac1d163f3332c5cfa9cd1f64d0de95200350b88a7f47faeacb841a6 -DIST autosp.doc.r69814.tar.xz 288724 BLAKE2B 3cbf6b0756cfc08fad0d15020b64206c3aaf1a4b2ce05e50b1f788b53614f8a95c82b5e7ebb9449a2c356eabde758124dc3e2577a43c8c80e7e110902c357cb4 SHA512 b345d9f1779d87ca901235b8f5601aec11e5cc6eefab3646510a62bc73f81c99afb36d8a86edc099baa90882e86e8f6427a37e9c8d65a456e849253d2374f994 -DIST autosp.r58211.tar.xz 696 BLAKE2B 4a533789fc9572e48da68d7fb284df4461e42a717edd0f4578ab83c7e58841bbc1d3c2821e41840a531077ec887203752f5c40f51849129aed8e6f8971c728cf SHA512 67587e8b456257be9b924a5bb8c8f4def22fa9aa9678663975ef74e346dc186ae7848a9dc043733cf1244f254750ef4f34204575f62195d4b966ed8336781bce -DIST autosp.r69814.tar.xz 692 BLAKE2B 1600c9825aa4d3695bf00bb20861fed988d650b086a0c4bc730a61e66f6a8345d0f61a79af9c35cd5a0becd6311ba0012652f47f9146e1d0512c8a53cdb156e1 SHA512 6ab6466ec011bf518ce35f70535279394ec89931aa37f0ebb3c8846bd421610d7ca969825c30ea6e9f29f1576972f7da3374ceef0322b88dd0d2ab073dc36ba7 -DIST axodraw2.doc.r58155.tar.xz 489832 BLAKE2B d0678cc4eff41ff235dcc8465cc62ad9fb9c52a7eb24487f9ca1766197c0c29111bb11931ca4fba537b8540e242257734c81c15e65ee3713028c78d1edb2385f SHA512 927e42358d543f46ccabb8184e35b6f0a5848783ce9eea09e6c780fc83955d5f37b998254153b1954cf1a59be6cfe573a6c79c2c328ab2a22a6e5f6764a50fa1 -DIST axodraw2.r58155.tar.xz 25592 BLAKE2B aa1cebf422d8eb6257d8baf743b24bddc4b666f968e4f89c77463f9c979412a0e59f3d3a1a1728f1a5f782e4725d85f1d320ae1e8932174526ea1176ab7f9138 SHA512 bc9923a9614ef9d7bece20e682729347dc942470a927b40736d6868f02867408b5fba51b117edd8745f96df23b9c1e93792d321291db13b7fdfdae0ee32bb7fd -DIST axodraw2.source.r58155.tar.xz 34604 BLAKE2B 44f52a481e6f1610a698fd498689be272450548129ad3d28abbd20773d8d2cd901ffa57391695f7fa19e5ae22948eb2fb77bc17cf107b241439d82d3e21067b5 SHA512 3c2fbbff234836ffe40edb7f38c77c5986cca7fc68b3dd7672bb4f1ce9327a12fa8c51d38461d914cd6466bac8b2b578a151d09d4e84dd903530f7a545d707d9 -DIST chktex.doc.r64797.tar.xz 425796 BLAKE2B 4a0d4456231003362c41ec5360b21721bd5ac28489e8105ef749029d20482b69d49b9674055744fd3cda45fda824e0665b6fa54b6289945d4044211bfe592eb5 SHA512 28df4bed075d66d9f25bcbe332731f1d5f0bb0f7f92bd2f3618c84adf788d0f429bd0c6e75381ebf7bbeac98409d94f85d17ebd752f9e4af707d9e3373d45f97 -DIST chktex.doc.r71205.tar.xz 425800 BLAKE2B 9659aaa3423f78b8adf3436e38897060681853e3401ee5249e30462c1db0b5d325715469df74c9b249243bbd46400bad3239d4b5e13d6d6381d06412b68c6673 SHA512 c5e74499b90b807f527acabcbe3cdf55e374b5320677c2e2c5b749997e21a8a3cb5aed394a4fd29aa777057b8a297328665d7d280632f8a69a7a0a368c7d766c -DIST chktex.r64797.tar.xz 9920 BLAKE2B cb6c37daae77ed5d4fc50e00249a92cc614ff0086e006e471d1ac4fb5dfacb76856d619248eba15923b34d422884923b4fec6c693133f4d8e2aad52693920902 SHA512 7c28847e87e788d0f50c07c1c3140962a70173d2a36997720f3066755740744060ecd03272662aff563de39102052e91a4582a4bb63e35f918ad8f517dff55e6 -DIST chktex.r71205.tar.xz 10296 BLAKE2B 0321ba96fbb6bfb0fab7214daec97adc29d0989ec7dc024a37f6297bf6f8b8ddf6b07291671db80e6101c79798a4076b15a78dbe2269e89780dc9fb8df15c12f SHA512 bc4885e7be8dc032da7722d09493cf92e01d348dc807b83923fa67a2e64c5ec65b41984dae11b36e7ad309e94c837530468ca4b683cb332c083f0a3caf7af43a -DIST detex.doc.r66186.tar.xz 21900 BLAKE2B 84b515297cf285e37d6de400e0f1e201afc60cca9aab68678adf31a5aaa2e03e68e9d8e13a6b41afa177c4d3e01fbbbefc9900fb6a5120eaa802429abcaf4710 SHA512 3d5a3b371e007bda61441460479a208062fd0d477d1fc9ab9a6764c1969fd383acec9e336e8d0b16aab5606444f5d87335320e010657cf088e9caeb18d6dddf5 -DIST detex.doc.r70015.tar.xz 22120 BLAKE2B 4b3b24427ae4007f7c6df5186a5890422d9f68485ce658848b89e9aba8d1cbbe306da89d64a43ee9e0a9200e19ea683fde23a1a451d5c7a9e86004ca3eed28f9 SHA512 f68cf4e1dc48fe4b6130e0c6a7cfca9cc997b435a0a638feba093f94dbc43d018aa9173dacd57976d6d5540f9f72c2fb4e90e3a555a7b8b7a62e98eaecaf42ef -DIST detex.r66186.tar.xz 592 BLAKE2B 48daa6b86bab76f7c58cbb159838d03e7a82990bb1cf3ba382169d9b33b42585c11d7822fcc01d33f58ba8e62dc28a6eb8092ff595f6b07d9716a8311b70685f SHA512 e258d80d1509831132c4f70df81b8e93cfc9d92ee74c5d39e7f35bd4f71a3eb93fe3594afbd5ab0e33cf0b6f45c816506e32ca8f41427f3c3fe661f3086100d1 -DIST detex.r70015.tar.xz 596 BLAKE2B fd38c31e068bf116a9bbe93a1a72a566e6c430bae62aa8858ab47656d9cd041254a2f4c65ca11d7c45921bdb25d2acc47c8f4779ff1918da31f4a2177ad026b7 SHA512 b40f3a846a2fef1086002be944f0c44362709f171257afaba51c88a4ad250da1602fab4287757a42c172eb6d5596530222ea59df61bc0466de4c52bdb8166547 -DIST dvi2tty.doc.r66186.tar.xz 37148 BLAKE2B 67491285e41c035d2f6d0c69bcae2b98614db421462a3171cc68592ee78345b9651d09efd344268d2130c2fb33c4f3cf777656a984b45d796c9ababa17ee74d3 SHA512 3ee736f5fbf91472008a5c8613c0e629a9f76f61fee4c4491b67045ddaad7aa2f89a22937b172e058b072ae1a013478fdf5a9f68dd2e225e8a8e77c8e3b3a289 -DIST dvi2tty.r66186.tar.xz 480 BLAKE2B 3cfea2173611e643b27bc6828dca68e6fae60a147b347c589ec176974db03c36bb1c97a734cd5010a8979dca9a3b515255dedeb2a0d82513ce2667bffcf698f3 SHA512 1051c3448703fdd6395d78b0d8b7658197da6114fb7455b31502bad5c2eda24fd4eba2ceaba1f65d106f981bbc60caf9f3bd0db29403e898b293514d086bf91d -DIST dvidvi.doc.r65952.tar.xz 19328 BLAKE2B 7b443d8c60106025209ca693cc810afefdf4c3b389478c32caa70ae1d1d25720a42b687fc27753009dbd07520f8276beecb90877e5f84d2d4ec32aa42283e1f5 SHA512 b571021445b822e9824782ab35a0743ca23f69b809354dea6676c58209a451be5bf595641fbcb461211e6dec15e765bbfaf8164c0ce1ed4204ea72a2073ecb92 -DIST dvidvi.r65952.tar.xz 440 BLAKE2B 2c5e584b38c74ba3e929671b87ab0f9d9b783feab2ab91ef6e62e4aa38548615284ec98686e0d00fdc91549c04e5a2d6bd197e18f4138a0c00d52d3ddec450ac SHA512 81c58f4e1352a8e5133de1ad86b6b37c47f9b0d29307354001693ebc4975c30808e349c73a477283a16df4219fd5702b733ecb5abe2043aff1d1b537b7fa6a3c -DIST dviljk.doc.r66186.tar.xz 74932 BLAKE2B bbc6fb3ef83ab413582847ada4f562c8d1921b78f45619b7e18867fb9cf94723c699b9d83252e8f8796b5693371770af8b0316818c09bb7632588832ff195a9d SHA512 4b5815d766a41eb74125269e297eb6f7d1626d68b3f2cf9d6c4f8734721e3c71b63e84e729c39fef41320e4f728888796e421bb5c7ea5ffe76cd549400d18d37 -DIST dviljk.r66186.tar.xz 508 BLAKE2B 2c5dab57224abbdd47a77312e1c83da9c9aaa47213925782beb014d7a4963f12169676114fcbf61fdc15fc8daa5ad6d2dc983fc105186bc70804c1f7d84039af SHA512 0d34e837c0f67ac43dd8ef5bfb9a11d2821188ef8259f41b0cf9454bfa6641f956c21d63fe15fbd68dd59f89c1da820cab4ec5c4579fc0255a771c47010821cc -DIST dvipdfmx.doc.r69127.tar.xz 3125132 BLAKE2B b29cc6a2f1934fdeab678a5246154b1bef498dad8bcc47dcfc5e3a3bd2580ecbbf887aec527095e1542f763919e650d96592c391adb35668e9802491f6c33a32 SHA512 d2fb71e116470d2d629613401f448ad9aa8cfdfa9ada68ed324061e4ac614efc4fd2c4ea2542c8fae32f476b92aafbabe4a5be648f28f16708c43958d7aa99fd -DIST dvipdfmx.doc.r72890.tar.xz 3125132 BLAKE2B 06ac411dc02808abae33cc75f0da735071a5a3ad987ded6334543b4317b48446e0638c9497a6332fac33dd5e915ae7b2f4cac40651e995095c6ecb94795f6626 SHA512 f19efedc4643c475cd13c14db338c32d75ed8087742dfa278b15eb1ad65b1fe62072e22408a522fb02238eddcee0a1f5d0bc4468ef1a8246d78cad316d0b4012 -DIST dvipdfmx.r69127.tar.xz 26704 BLAKE2B 7d2790d9aa6b994ab3619bd96ea6880e9243105001224d7bbadd130b03c7b8335fe751bdcbb90ef5ad92d60d3a80e63f0f152d50725a80cf1c78e45ab5c9245d SHA512 75703f600365c90379c5d009e00d35d2e514a76b2556c96c84fc2a717287441af419a26fc9ef087d111f2e77c7180f6371ca2ec33b66052ab63ca3d11f48e788 -DIST dvipdfmx.r72890.tar.xz 29040 BLAKE2B 124ffbfdc923973eb9ba4b7f2aef4844b1827b2496336e2d9542c9241b22072b4cef0ca6f924376b39a5af891d4e7447a927e3c074876198cc220e0fc7179d8f SHA512 5d6526e1b537b081d7281e8a50324fa6967d3147bad17fd6e935786152bdfe33aaa947766e5d8cf58b53c415b5cd41d089fe6ea2bcabfcf2e2773f094c62be21 -DIST dvipos.doc.r66186.tar.xz 28764 BLAKE2B 7bc90b21109d52375ffdfef601722d0d3bb36932556f8f29ae62cd4f62c2171da2cf08f9bec72f368711dea071cd15b09f3d3661a91013a086c3a6621abc8794 SHA512 254a1db41636608a133e7807a8d4ea8ddd99ac646f35b66a43205ac7fdaf4a15c21eafbb85e23a182506e509895776d1fcbe63b3b8a7f197d577c6405ece5c44 -DIST dvipos.r66186.tar.xz 296 BLAKE2B 1560c5a795df9c095c8115e7f0296ffa3206dd2630a8cf2df9dd76aa2ae1c6b5f044d327c44d026bd94bf80d6bab12cf7da04ef5b7ccb3291762a495d8a4764c SHA512 9e949fb402facda9c30fa2f388b80f2cfc530670b33cbd78559e4449fa6004c5d4082e4fb895ea397a334a333e5d5ae1a4f66fde3885f0a9eb28c9d9ebbecd0a -DIST extractbb.doc.r72890.tar.xz 18072 BLAKE2B f5913418f35589ae80240254a62992700b6fe2f9c48e31579e661dd429ba2fe51aa9bc468b5264ab6ae59b865934ab44b58ef8949f7fef1812216499c119e2c4 SHA512 ceaff824c438d15f5eb39064b955730b9cdc7be115b37a7fa783af48c7e7b70d595201b43c15d2cfd9f63658eaa910992808b33af543740b35bd895c25429db4 -DIST extractbb.r72890.tar.xz 8988 BLAKE2B 65cc91080b7c39b06c49819f599214eb92f1cd05205becf3a6cef875ad3ae100c0b2fac67c1ed79dfb7a005a69e23f169519d332e87f375a0b29c8b97c28b5e5 SHA512 3830c6d53e11507529511eac29df7664336e0f43944c2bd79d0ccf13afebae602376687aeab9f686b79c520d41afdc2feba2dbfd2aee3f91741024832db8a3a2 -DIST gentoo-tex-patches-5.tar.bz2 4975 BLAKE2B fbf4115fe462cf7b5e1bf36b30e6c52ee0a8c32896f63b04684d43c768c26ce04dfcd4d8dee671afc480df8c83daeaa6625e58c22bc400f0fbfadbd7ff31ff8c SHA512 be93e7a1aa233ee40c10dcaafd0ff3d0dbd2b0211758187201de6433867249b8a807450cc57c89cf18df8e672f47a3ae36b39032145e56531dc1da19b557bf7a -DIST gentoo-tex-patches-6.tar.bz2 4496 BLAKE2B 9ca1a1b03bb400cd070920fe22afdb0b448b6d6ea1ab256e8588e716180a33a6837dd5d8b1d597cfb761b6dd57776aa6db6b5a6febfa7b8cbad31f1d4d038445 SHA512 6405af5b6a5c4e9777a68c79e47d16a764aca87adee1301bee714a2aa740c20179cd68875ecf7904785b121361bf3e9b20a3166c712366e76a349fc7eeeab237 -DIST gsftopk.doc.r52851.tar.xz 27540 BLAKE2B c6f3e6f01bf63616a66318fc652ae0e7cf08ac0e94eb9d31ec98058da77215fc8c84be7e885960eea70ff82d72533c5011a96136758f0159b7c17430aa835fc6 SHA512 0a597e2908438fc00fc2bafa7ec635a82b70aad9d7f7e86851a654c0b72b719b8c550be0c20ecf6c8d96627863a48e6a387156ad2c7e71d1e296dd4937d60805 -DIST gsftopk.r52851.tar.xz 3548 BLAKE2B 65e455587ba7b014be3f7668225fd0f5b4816406896209929001cab5b61dd6b748120970dca79207117b6a5b07ff7c00f96aab6e540397405d075425f8a79a2b SHA512 cb9aebd7428d10b627d80ea40d297f3e6de006859c7dd713478ff193458494f90017ecd0737376ac1f47638b059e02e8a46ea53a7c56b8561af75f770e214413 -DIST hyphen-base.r68321.tar.xz 22604 BLAKE2B b11b688304c3622c71ddbb38e9095e550871360418d176ab717bdc59954c0648636e5627f55180980e789efed918dfdbab55c25b1b95c8ab0467398b1b2592c4 SHA512 d3f2749cc6946702ff0d51c1d823531bc92b77c1106aec252c84cc8649aa56048556c90e9792f1b0749bba0b86b7c34aa2b04fe2946d1226315dbc73add36913 -DIST hyphen-base.r70247.tar.xz 22596 BLAKE2B 3e31620a526e22b37a6ead7f7f616c47d778eec3c6584e1a4d764cb6ea66a0e8d25547d285202b75ccecd4947f2910d76ce037d3acb9137a136c95acf3c9bcfa SHA512 4a3c458a0ed0fc0300adedc233a4a5eb7302952cd507d666682caf74910476534b1bff9c86f6352da0c89d4ef2ee0dfc8e7b6c732a3b649f95659eb410a5651c -DIST lacheck.doc.r66186.tar.xz 21012 BLAKE2B 3a7fa847b83a105c8a6c0d8210f0bc344642e8503700b32b58a43b66a2a97dfaf4ef08af1005588ef16e688af3c00202a3a5142074cd7f767956900a7182f8e4 SHA512 cf4355d56985f9335270e4280d10602299fadfd01605e83edb4e8b89cf0d91b3e8ca671257a9599d5f5578e7a85140d390edd40c3b109f77bb9fca5ba47ca517 -DIST lacheck.r66186.tar.xz 436 BLAKE2B bd36c4f98235e682a3b40fec649b0eb1e800ad268a69ddf42daa32dd72f670809b15c50b98e717b98b25eef844ea0a0b1a5c962d62fe254d30f2fb7e499e5f49 SHA512 5a27d940fe59c61539d053bc6602bf37df1f538679eaf34d0e8b3ec3aed74ff619e4843ae2769aeafd10074328e9e27255376bc9e809d373d3913995a2a95b87 -DIST m-tx.doc.r64182.tar.xz 739512 BLAKE2B b4c79ffe3272e00caa4b256b118f43752adecc49f726722dc18276ca0092920908859a150915178c3bad460fd172762c1d016c55e886475582b3ac2c99200741 SHA512 316fbc2b37b903cae8da6bb9f44b8afad0e3e577c6fd84664e1724ffe318bbdbf9609dcadd5cde6a14cc5acbc134f69bd7a87dd90d9da7d4442a5f913b8132f5 -DIST m-tx.r64182.tar.xz 4524 BLAKE2B 79addf613831e0c1db995c627dc0557245cefc980e3e058db130db52179bd3bde7bddf23f29c60f062a6313ef51e269e8937e6195813982139ef279d9168d138 SHA512 b56bc4432bcd340f3e92f5043c38bde7f14b5f2d32b9433fa21c73c20f7ebb981714175aa6f4f871636efb62a52cd24aa639e87a320039313b16db1b027ee2f5 -DIST makeindex.doc.r62517.tar.xz 466380 BLAKE2B a192f04417e76a387c9dec21705704911e016e54911d0dc83d7ee511f86f74edd615378aa1e0cf3cc2c10a6cb56244b6c2ccf40e3ae09b17ceb4e0c01d76d39e SHA512 40b9ee1ebf7dba9a4bb4bb3077cdb1e88b07f276a9d0ae9c2817bd76a2f742ec9237d1b6d9658694fc5fc4e8f82591194862637bd83ea8e106c0541591d343ee -DIST makeindex.r62517.tar.xz 4608 BLAKE2B d86957d1598cdd16025d43cca88547893824ef9bce3f75190874de40949ec0995db039b42d38b4514fd256feb6f3dd4352357de84c0d9a087aa48d0f7d17ca29 SHA512 5967ba4123fd4c708ce841d29211fdb66c28518f4b418903be0ddf2a49964f706af96b250eec814c547e0703460c1273ce72a7acf3ea9fe28cc1c7073af29d3c -DIST pmx.doc.r65926.tar.xz 636768 BLAKE2B 5b499d950581b5b6ca1e27aa54dbe1e324d4462999f9a8f52c314c9a4827183079dbc0d945542d304621ad94aca3f7f4cfdcb985e40c7be00c7fdff8fb95825a SHA512 dedba4570b68a8628442716dc3a9b1699e5f531aef2737e4b3f47862a91ba69bda91d6fe6692914d2bd7b8fe3188a83fdfce8bdd219ab7c4f238a9c6ec273ffb -DIST pmx.r65926.tar.xz 10184 BLAKE2B 550140955d4033c258c7793c56846d8a0d235fcb2def0469f9b0ca5189eea4c3ba569fc3e7002bafe57f0bb7fbb9738debd7b1d867cfaf32493b3558f0a3ed97 SHA512 433287732fbb2cb47886c6c78c923d5b6a1b5c1e71e3990084cde9bb288a282fff7fb9134a5165e0fc0908b8e60547e23cb900bc82b99717133d7600fa17dc31 -DIST texdoctk.doc.r62186.tar.xz 30728 BLAKE2B 4878654c60e2fb3a1415f492894a3d956d86cdd6f8ebc337e4ec928a55ccd2b8c202a3c06b3c8687530a505f45e740eb33005e2cd4c2f65aa68ec77e3990ed31 SHA512 fb403dc17ad839ea64bcf6da84e59288a8745b5eb731051d7df8593138aa5d3b6891d56f52bdbe5c9a41e590f1f36db390e7e7a825d9aaf00d4fbc01c8dc16ba -DIST texdoctk.r62186.tar.xz 26712 BLAKE2B 4076b8b227dc08762cd7880165fd4b1780f3ed34e0ba68b1b04ce542efd47aefc3f893d71da7dbc8122ebb45107480974da0631f16f849d2990a14cd2db74ce6 SHA512 f3300a088f5ecedfe66ca277f793d3565b5b0f111721a0d73a788d65b72f09d0103a11edda13679fb9e919f11ce9ed3662717c18e46be99a83b744a1f7ec88fe -DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 -DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 -DIST texlive-core-2023-mplib-h.patch 1059 BLAKE2B 24443c8983c01821a15fad709e8421a98a1983ceb19e330ff13591a99cbfb57aec55c707066eba4cce088c2d523e91c13657c482f21878e369622b6845e232c7 SHA512 f5c2df4d435b3d8a80c3f25f3f8b1ed393ad55f82137345fb05cecf96b36834e98c9b1094a2afbdf4956a7a7eeed11d49d26d1182908ca0a5b08832ccde6ada3 -DIST texlive-core-2023-pdflatex-big-endian-fix.patch 1162 BLAKE2B a440115cb804a9a9e48c068853fd38ab87d50ab23177283ea20304ea4c7a9f3ee3a4ae35ae2c95dd2a0c339352aeed91cb436bc461db2983d6911d6417c48bb6 SHA512 b17b209b09884f78fe47f2a5e5afd09bc7c7ca8a67a5b67c0ac0e9977ac352b7867ed8e35ff97925ff2af1c67f2c716f513ecd9389fb99c3ad9bf5d3bdebc570 -DIST texlive-core-2024-remove-call-to-undefined-MPFI_CONFIGS.patch 1554 BLAKE2B ff4de1cf87b673636d8c593fe98ba321631186b23a369361090dc1fb86ba5e1f60351bf8f1f20c1e72da51b4be54477b250541d485e4d9666a3cbdaf69d131ac SHA512 4048815d9338daffea75fc3acd4457cc52e72fe89dada7c0e4fd6c34dfab07ecd8d90c313776dfd59b38713e2348c9e6bdd45f40d970c8c198ee36c2ddf7d95e -DIST texlive-scripts-extra.doc.r62517.tar.xz 197196 BLAKE2B 80d2fd7b53ffbe21f975156cf0d5f52826faebc422d3e66c342c8237d7da27ba58b1ffc56f83a040ae4b4e870c8063c0d53392f9cc7e3bb3da30ebe5a258a40a SHA512 22cf59bf4dafc7ad9425086bc0aaedb2bf5f7d8aa6ea9c65abde2d523be37665b9c9bee4acb399857eae03613e7241ca1d6099f43cab77a95c10eced8813ad80 -DIST texlive-scripts-extra.doc.r71746.tar.xz 197200 BLAKE2B f7a9812b67315fbd6648648ca7e2422ea55829d3d51803ae6a3afd3d58cdb99518908274d9ccb4586463ebfefbbec3d012a429e369eb39c3f331a38873aea95c SHA512 5f2a1802f99e067d4633e750a6d2a9819428ecaa24b39acafb09aba820feaa963f64ebd841f141a4d33bb0398b531b25dcfb0f5e4d83174860b373815dfd339b -DIST texlive-scripts-extra.r62517.tar.xz 23540 BLAKE2B 85762b7a74f5132ec550033e08caef5f6fd145ef367475a1b3ebaccfefdcfb426f2e12e647e45a35daa2a44cf0c2fba8d6ed8afec88ed6fccee0cf7eb52c2c50 SHA512 46ac37826d3c60de6c9260bf83d6275d49a35cbde88fb03481a050f92e87b698e9a94b2e520a74edc0417419f5a2dee53000a529b9c81ea6f6244a83480e56e7 -DIST texlive-scripts-extra.r71746.tar.xz 22016 BLAKE2B 43a1f28fd26df5ed49a77f4ff9eb5b2f91a48beea589cd18b15b776b38497f5c21801c24e66eeef74d46d4d0c186e941186de0642163afde569fb55a69b757eb SHA512 d012f6368700cada41eb39da92ecc57fb67b14ed6f962b7858b52700ba6c31f0b88430c39515f0c560af2024038328dfe4df742ee7adc01a9942ea775986a60f -DIST texlive-scripts.doc.r69754.tar.xz 432212 BLAKE2B a1597fea1443974012eac8b0b060c770e5421ee08b8a8aea8c32c94abf153ae22cac29015e074ffd164e0c5c355034c0fefb673fa917ccf98afebb511492ccc5 SHA512 0a319e6864787c0b62a7f0fb389497a94449c6b420573805a1ba49fb11d0453f5727d2f44a935468cb6c7945d177a5ca828ef4209f717aeb5b21d2b523f21b82 -DIST texlive-scripts.doc.r72904.tar.xz 440100 BLAKE2B 49198eb03946278632c7a3dfc5a4c5700d358168a1142f809a57df9c3d39e75b4d09191d07e7373c072dac648c4d7a01542aa6f0c14bc44b33dc9c55199df5a5 SHA512 312f9d35fc2f3f36a2107593d0494ccdbe6266341121e310b33cc44cc71e90e79f1b5d367b48ea96e4e247852642e81a6a4d014d84fd9a937c407528e864f84c -DIST texlive-scripts.r69754.tar.xz 114048 BLAKE2B cf5151516f46405c0ade2bedf033f58751f5ea2d3e54aaa1227ddf761c86ef3110621ed8bca4647503aa24d628cd77d7ceac927427dcdcb1bf98ce2d98039647 SHA512 18bbec6acc0a6b1686daaef95627acd27975f37c3908584f3fadb2a35c8f632c62b6ad4aa214bb894af2e07b984f7950178924ad4d295b1339fcefdf2c19fa55 -DIST texlive-scripts.r72904.tar.xz 114404 BLAKE2B e8f204a60cbafa03907f4ecd6b816f70a31603d8790aa5014c4844db98a50b2cab3f3467ecc7c2a8abcf3f04722cfc0e8f4a0338ac48a3a187c18d507ce85634 SHA512 53cdba2054b495e5aee4398da557d705e7e3de66e76a4e8a12e1680e3840ee6fb5747e6e6c9ee35e3bcb837cabaf0568c7b7f7b2558aa8217c0164cebbccdcaf -DIST texlive.infra.doc.r69740.tar.xz 203936 BLAKE2B d7628b83989ca3def86fa86ef4056e3ab8dd5e262d45b39d550ab7940c4a387b77156ae14a4dd64ed8fa6610a84559f85236908a83be05a1dae3949ef0a22325 SHA512 fb06ad12bea2d062dd5e2049e74e096064198242f010cd6e04e2d4a92a7fc39ae829003c7ed3f8347f96c99c31e26ec44073b45ed3ebbe9e18fc78e801d00c94 -DIST texlive.infra.doc.r72854.tar.xz 208388 BLAKE2B 3a30ac0f0e097e77332ba602265630139c2e3335b1eeb008c4299198179063c481561ce28e0e78b1c06170b23eadd16105c2fa667917c84f81396537ad73f92a SHA512 869536b47c7e3a3f6848e1f8eee469f062bbe4718912eeea78ae0d9992457543116f4e4c0461c8b18ac8cc0a7e0974612cbb3b588035be1c8dbc1b18eb850487 -DIST texlive.infra.r69740.tar.xz 361928 BLAKE2B 233fd046a446c9de00b167aac93ea4a2499b1e23c24eae5f2dd72e2340650d34580fa07640ab3b423fcf91809b247289e91322db72b365681cadbf045ee1d4f5 SHA512 d3ef23150149d240d8b74f5b9f6126de90f44960238deefa94415310586790d5324f9fd83478fa4d726ef6dff516f5382222f56933599b384101521a66d0a248 -DIST texlive.infra.r72854.tar.xz 368096 BLAKE2B 3c55b7fcae9914cc80cc8f51e7aac3bd53abdb96a8a8ce0663ac04e5b141ff468cccec699182dc5786f8534391c4b4f2c50f883020bb829e72dd63fe8ac2b9db SHA512 26d83b4be6dacc94831c40ed19d0757af577c716820d91ffe1efd999578fd711b255850c54c03059d178f9702e92bcd367067c158b63f09e6be9158b46803a8c -DIST tpic2pdftex.doc.r52851.tar.xz 54400 BLAKE2B 66f8087a6f8a1337a55bb3b29a9d407a54a5b79dc48eb50144eb0b505d3735ccc3d192669a95ea9e62ffc20927f48f03933c353557f7c49df5edc27c4573a6f1 SHA512 f24f8508279ded0689bb9dda8c653cfbd903c46782744fcb8d004f50a771ca74b86549c86abc765a408f2be67334048390e407be9446faa476a02ce9c27d5547 -DIST tpic2pdftex.r52851.tar.xz 444 BLAKE2B 37bb1d8799068bc09fca6fffc5d43ab314f44b564221faa9ca23aecb84b3686b9e279b1aa3ee4664537fd943d944158034943ea4d1f8fcaedd4cdb2acc5dbfaf SHA512 fa8689bd257b6336badb8e5a742d5c5f12d9088b33b43bdc41474feda62358c754db05735fa471baa307907bcd61f68e8d061e66c400198d6a1dc165f39d2226 -DIST upmendex.doc.r66381.tar.xz 968624 BLAKE2B 193cadbed3430f4636ef0a3cd86e972d510c113e60ca26f15547b081ae7992195a991bbff8409721ec1bd9a7596d4b29994e1d4b566adcbfa8af693225212c39 SHA512 ec4d1670ff84680fcab88e29ca5f4306f44450ccca9cba06282ad34bd026f74b46d166724a06a313957ca8d798b0c296e848bb248ad416597a99afb16b4b5a0c -DIST upmendex.r66381.tar.xz 740 BLAKE2B 8eb905b2c6c03ed922580e8e4753e67430de76376ca10b1517bb4f974fabbf428a286876656d210d6ff9c433f79a6fccad9353d08aed73d1b8a3952383361ba1 SHA512 947d733e5b96ee6a621e9686357b8c3f8638c0bc482f4efaac87a72117160f81ad7aa0d34088e61e67982b345b56ec478ef3b6a49865ffb3d5512a7bf18d2b8e -DIST velthuis.doc.r66186.tar.xz 979936 BLAKE2B e1ac5b3bc747b17c5ab39e89d7f1634ac48cc9cc0b3883ca54ca039cf1f69e4b7f025f4cc0fcdaea85c921147db525e836e3201f387a84413db9c916c40fc268 SHA512 06a9330410b55052759e18efa8720ef65f0f3dc8a2f15d3c0a0c8f70edaf8de65eeef8ec10a9a376b4b285b1c8f619278f68e9a2bd7ba1622da72b6ff488f8f7 -DIST velthuis.r66186.tar.xz 4149432 BLAKE2B 84e6a6c390e5e2f4082229d688761596880f8115531587df7ac637c6eb53090e035e758d0cde60ba30559d856df2108637d19c8282279d5d95a28dd3e950b635 SHA512 b7901813517790a92a921b1202c39a058d53a4159634cae79960ec7ce2da08acb757b307b5066ab1251e4b460234fd9dd98c2e404c05fc6384c656472302e3ec -DIST vlna.doc.r66186.tar.xz 142752 BLAKE2B 2a7a5aa68e189e8297c0bb714ae80ef33b765de542626f5800dc1ef87dc8e66a613eb055ece652124c340b159ec7a317d2d3a44bb2c8e01187b9b9d5392b5a25 SHA512 921d76535cbe7e940617355c74b82acfc61edb840db8ed9cae1aaf987fe6b83245505048c7c550d59829b204f139ae1cfd44601435e2fff2b0d5230b45a27b77 -DIST vlna.r66186.tar.xz 380 BLAKE2B 91840e28251f06b724eb5860c853d54db9cc0ce0063b911d7c28d24e1b7bc863bec0eaf7f595e666938d8c2a54c2438d52d086fc5c8b70ebf20f3998d0258381 SHA512 6c66717442bca3306e23f5d546e17929240ce9626a562b9e56512446998996d38f83f78fbb39e46bde0b9faf0db7eb0c0218c79e1d66711d6cd3c64a8778edec -DIST xindy.doc.r65958.tar.xz 461176 BLAKE2B 417d49c0fbc35ea5e24146894284cd2ec9109271570f49aca90352d2d38969ee60b934134babe8107161e2f2975d91787f321b805dded6eae96add1e5ebfa9dc SHA512 d0dacd7cfa169b03b7fa9d0b351133582577c3908323f501d7bca7b0165159b72c34f62abfd73b97065baef8cf179b292e654759f3b3e324112623539e5acfd6 -DIST xindy.r65958.tar.xz 143636 BLAKE2B 72c6f4a78e77d3a348c4666dd8e322b446b7dd6d418c1f9880ea2508e274878d3f2a992e5876fb410ab4c39d7f317a6b236afc65c5486d04dbe0838c0a07eca4 SHA512 9b7fe97c14e3cf30d1e6743c2d7b4460e8bca901ba3ee216001f1518ff4d834fb3d9b67085825a6e152c6acde544c41cf16d56e609016caab89a594305a21599 -DIST xml2pmx.doc.r57972.tar.xz 15512 BLAKE2B dafe9dabe542a746a962a02fd04a483181544afd319b501ea0f4b0c74ce9d049840c65fa5e7e497571ae04c409b8c3cb11815f0dbfff4c8c3ae01a3e639f6ca8 SHA512 973960f65159f5107caa7e9a041dca75f0171fc61f94794c7b7560eb9b6898534974fb8b360a28dfa3a01d422b71618bcaf8aba2ed25ae4d4b9f67d24ab730be -DIST xml2pmx.r57972.tar.xz 496 BLAKE2B 52d22c6616dc74d3e6600ef18449af31b2c286be9fe0bcacdffa2daa260f409baf8c7af1ce8444486b2fe3e21a05ec22aed280a55f227a1693b27ff3c55eed8b SHA512 9545fb5ca0e95788afab79d8a29336f337619adbcac68472bb5de6af6c54187f19bda655232175223168891c064f6fadc67c4ab8f5a0256e2c55e1a65c5e6f6b diff --git a/app-text/texlive-core/metadata.xml b/app-text/texlive-core/metadata.xml deleted file mode 100644 index d66e3cec1105..000000000000 --- a/app-text/texlive-core/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <use> - <flag name="luajittex">Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster.</flag> - <flag name="xetex">Add support for XeTeX: a TeX system with Unicode and modern font technologies.</flag> - <flag name="xindy">Add support for Xindy: A general-purpose index processor.</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:tug:texlive</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/texlive-core/texlive-core-2023-r10.ebuild b/app-text/texlive-core/texlive-core-2023-r10.ebuild deleted file mode 100644 index 105c85870c71..000000000000 --- a/app-text/texlive-core/texlive-core-2023-r10.ebuild +++ /dev/null @@ -1,514 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -TL_SOURCE_VERSION=20230311 -inherit flag-o-matic toolchain-funcs libtool texlive-common - -MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="https://tug.org/texlive/" -GENTOO_TEX_PATCHES_NUM=5 -SRC_URI=" - https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz - https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - -> gentoo-tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - https://raw.githubusercontent.com/debian-tex/texlive-bin/58a00e704a15ec3dd8abbf3826f28207eb095251/debian/patches/1054218.patch - -> ${PN}-2023-pdflatex-big-endian-fix.patch - https://bugs.gentoo.org/attachment.cgi?id=908573 - -> ${PN}-2023-mplib-h.patch -" - -# Macros that are not a part of texlive-sources or or pulled in from collection-binextra -# but still needed for other packages during installation. -TL_CORE_EXTRA_CONTENTS=" - autosp.r58211 - axodraw2.r58155 - chktex.r64797 - detex.r66186 - dvi2tty.r66186 - dvidvi.r65952 - dviljk.r66186 - dvipdfmx.r69127 - dvipos.r66186 - gsftopk.r52851 - hyphen-base.r68321 - lacheck.r66186 - m-tx.r64182 - makeindex.r62517 - pmx.r65926 - texdoctk.r62186 - texlive-scripts.r69754 - texlive-scripts-extra.r62517 - texlive.infra.r69740 - tpic2pdftex.r52851 - upmendex.r66381 - velthuis.r66186 - vlna.r66186 - xindy.r65958 - xml2pmx.r57972 -" -TL_CORE_EXTRA_DOC_CONTENTS=" - autosp.doc.r58211 - axodraw2.doc.r58155 - chktex.doc.r64797 - detex.doc.r66186 - dvi2tty.doc.r66186 - dvidvi.doc.r65952 - dviljk.doc.r66186 - dvipdfmx.doc.r69127 - dvipos.doc.r66186 - gsftopk.doc.r52851 - lacheck.doc.r66186 - m-tx.doc.r64182 - makeindex.doc.r62517 - pmx.doc.r65926 - texdoctk.doc.r62186 - texlive-scripts.doc.r69754 - texlive-scripts-extra.doc.r62517 - texlive.infra.doc.r69740 - tpic2pdftex.doc.r52851 - upmendex.doc.r66381 - velthuis.doc.r66186 - vlna.doc.r66186 - xindy.doc.r65958 - xml2pmx.doc.r57972 -" -TL_CORE_EXTRA_SRC_CONTENTS=" - axodraw2.source.r58155 -" - -TEXLIVE_MODULE_BINSCRIPTS=" - texmf-dist/scripts/m-tx/m-tx.lua - texmf-dist/scripts/texlive/fmtutil-sys.sh - texmf-dist/scripts/texlive/fmtutil-user.sh - texmf-dist/scripts/texlive/fmtutil.pl - texmf-dist/scripts/texlive/mktexlsr - texmf-dist/scripts/texlive/mktexmf - texmf-dist/scripts/texlive/mktexpk - texmf-dist/scripts/texlive/mktextfm - texmf-dist/scripts/texlive/rungs.lua - texmf-dist/scripts/texlive/tlmgr.pl - texmf-dist/scripts/texlive/updmap-sys.sh - texmf-dist/scripts/texlive/updmap-user.sh - texmf-dist/scripts/texlive/updmap.pl - texmf-dist/scripts/texlive-extra/allcm.sh - texmf-dist/scripts/texlive-extra/allneeded.sh - texmf-dist/scripts/texlive-extra/dvi2fax.sh - texmf-dist/scripts/texlive-extra/dvired.sh - texmf-dist/scripts/texlive-extra/e2pall.pl - texmf-dist/scripts/texlive-extra/kpsetool.sh - texmf-dist/scripts/texlive-extra/kpsewhere.sh - texmf-dist/scripts/texlive-extra/ps2frag.sh - texmf-dist/scripts/texlive-extra/pslatex.sh - texmf-dist/scripts/texlive-extra/texconfig-dialog.sh - texmf-dist/scripts/texlive-extra/texconfig-sys.sh - texmf-dist/scripts/texlive-extra/texconfig.sh - texmf-dist/scripts/texlive-extra/texlinks.sh -" - -TEXLIVE_MODULE_BINLINKS=" - fmtutil:mktexfmt - mktexlsr:texhash - allcm:allec - kpsetool:kpsexpand - kpsetool:kpsepath -" -texlive-common_append_to_src_uri TL_CORE_EXTRA_CONTENTS - -SRC_URI+=" doc? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_DOC_CONTENTS -SRC_URI+=" )" - -SRC_URI+=" source? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_SRC_CONTENTS -SRC_URI+=" )" - -S="${WORKDIR}/${MY_P}" -LICENSE="BSD GPL-1+ GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cjk X doc source tk +luajittex xetex xindy" - -TEXMF_PATH=/usr/share/texmf-dist -MODULAR_X_DEPEND=" - X? ( - x11-libs/libX11 - x11-libs/libXmu - )" - -COMMON_DEPEND=" - ${MODULAR_X_DEPEND} - virtual/zlib:= - >=media-libs/harfbuzz-1.4.5:=[icu,graphite] - >=media-libs/libpng-1.2.43-r2:0= - media-libs/gd[png] - media-gfx/graphite2:= - media-gfx/potrace:= - >=x11-libs/cairo-1.12 - >=x11-libs/pixman-0.18 - dev-libs/zziplib:= - app-text/libpaper:= - dev-libs/gmp:= - dev-libs/mpfr:= - >=dev-libs/ptexenc-1.4.3 - xetex? ( - >=app-text/teckit-2.5.10 - media-libs/fontconfig - ) - xindy? ( dev-lisp/clisp:= ) - media-libs/freetype:2 - >=dev-libs/icu-50:= - >=dev-libs/kpathsea-6.3.5:= -" - -BDEPEND=" - sys-apps/ed - sys-devel/flex - virtual/pkgconfig -" - -DEPEND=" - ${COMMON_DEPEND} -" - -# !<dev-texlive/texlive-langother-2023 see https://bugs.gentoo.org/928307 -RDEPEND=" - ${COMMON_DEPEND} - virtual/perl-Getopt-Long - dev-perl/File-HomeDir - dev-perl/Log-Dispatch - dev-perl/Unicode-LineBreak - dev-perl/YAML-Tiny - tk? ( - dev-lang/tk - dev-perl/Tk - ) - !<dev-texlive/texlive-basic-2023 - !<dev-texlive/texlive-mathscience-2023 - !<dev-texlive/texlive-langother-2023 - !<dev-texlive/texlive-music-2023 -" - -BUILDDIR="${WORKDIR}/${P}_build" - -RELOC_TARGET=texmf-dist - -src_prepare() { - mkdir "${BUILDDIR}" || die "failed to create build dir" - - cd "${WORKDIR}" || die - - # From texlive-module.eclass. - sed -n -e 's:\s*RELOC/::p' tlpkg/tlpobj/* > "${T}/reloclist" || die - sed -e 's/\/[^/]*$//' -e "s:^:${RELOC_TARGET}/:" "${T}/reloclist" | - sort -u | - xargs mkdir -p || die - local i - while read -r i; do - mv "${i}" "${RELOC_TARGET}/${i%/*}" || die - done < "${T}/reloclist" - mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files" - - cd "${S}" || die - - TL_KPATHSEA_INCLUDES=$($(tc-getPKG_CONFIG) kpathsea --variable=includedir || die "failed to invoke pkg-config") - sed -i \ - -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${TL_KPATHSEA_INCLUDES}\"," \ - texk/web2c/configure || die - - local patch_dir="${WORKDIR}/tex-patches-${GENTOO_TEX_PATCHES_NUM}" - eapply "${patch_dir}" - - # Can be dropped in texlive 2024 - # https://git.texlive.info/texlive/commit/?id=c45afdc843154fcb09b583f54a2f802c6069b50e - eapply "${DISTDIR}"/texlive-core-2023-pdflatex-big-endian-fix.patch - - # bug #837875 - eapply "${DISTDIR}"/texlive-core-2023-mplib-h.patch - - default - - elibtoolize - - # Drop this once cairo's and mplibdir's (texlive-core-2023-mplib-h.patch) - # autoconf patches are gone. See bug #927714#c4, bug #853121 for cairo, - # and bug #837875 for mplibdir (in web2c). - "${S}"/reautoconf libs/cairo texk/web2c || die -} - -src_configure() { - # TODO: report upstream - # bug #915223 - append-flags -fno-strict-aliasing - filter-lto - - # Needed for 32bit architectures, bug 928096 - # This is upstream recommendation for the moment, see also - # https://www.tug.org/texlive/build.html - # I'm fairly sure it just hides a real bug in pdftex, keeping 928096 - # thus open, but hey, at least it's not a regression... - append-cflags -Wno-incompatible-pointer-types - - # It fails on alpha without this - use alpha && append-ldflags "-Wl,--no-relax" - - # Too many regexps use A-Z a-z constructs, what causes problems with locales - # that don't have the same alphabetical order than ascii. Bug #242430 - # So we set LC_ALL to C in order to avoid problems. - export LC_ALL=C - - # Disable freetype-config as this is considered obsolete. - # Also only pkg-config works for prefix as described in bug #690094 - export ac_cv_prog_ac_ct_FT2_CONFIG=no - - local my_conf=( - --bindir="${EPREFIX}"/usr/bin - --datadir="${BUILDDIR}" - --with-system-freetype2 - --with-system-zlib - --with-system-libpng - --with-system-teckit - --with-system-kpathsea - --with-kpathsea-includes="${TL_KPATHSEA_INCLUDES}" - --with-system-icu - --with-system-ptexenc - --with-system-harfbuzz - --with-system-graphite2 - --with-system-cairo - --with-system-pixman - --with-system-zziplib - --with-system-libpaper - --with-system-gmp - --with-system-gd - --with-system-mpfr - --with-system-potrace - --disable-multiplatform - --enable-chktex - --enable-epsfwin - --enable-detex - --enable-dvi2tty - --enable-mftalkwin - --enable-regiswin - --enable-shared - --enable-tektronixwin - --enable-unitermwin - --enable-vlna - --disable-psutils - --disable-t1utils - --enable-ipc - --disable-bibtex-x - --disable-dvipng - --disable-dvipsk - --disable-lcdf-typetools - --disable-ps2pk - --disable-ttf2pk2 - --disable-tex4htk - --disable-cjkutils - --disable-xdvik - --enable-luatex - --disable-dvisvgm - --disable-ps2eps - --disable-static - --disable-native-texlive-build - --disable-largefile - --disable-xindy-docs - --disable-xindy-rules - --with-banner-add=" Gentoo Linux" - $(use_enable luajittex) - $(use_enable luajittex luajithbtex) - $(use_enable luajittex mfluajit) - $(use_enable xetex) - $(use_enable cjk dviout-util) - $(use_enable cjk ptex) - $(use_enable cjk eptex) - $(use_enable cjk uptex) - $(use_enable cjk euptex) - $(use_enable cjk mendexk) - $(use_enable cjk makejvf) - $(use_enable cjk pmp) - $(use_enable cjk upmp) - $(use_enable tk texdoctk) - $(use_with X x) - $(use_enable xindy) - --enable-ptex=no - --enable-autosp=yes - --enable-axodraw2=yes - --enable-devnag=yes - --enable-lacheck=yes - --enable-m-tx=yes - --enable-pmx=yes - --enable-tpic2pdftex=yes - --with-clisp-runtime=system - --enable-xml2pmx=yes - $(use_enable X xpdfopen) - --enable-web2c=yes - --enable-afm2pl=yes - --enable-dvidvi=yes - --enable-dviljk=yes - --enable-dvipdfm-x - --enable-dvipos=yes - --enable-gregorio=yes - --enable-gsftopk=yes - --enable-makeindexk=yes - --enable-musixtnt=yes - --enable-seetexk=yes - --enable-ttfdump=yes - --enable-upmendex=yes - --enable-texlive=yes - --enable-linked-scripts=no - # web2c afm2pl chktex dtl dvi2tty dvidvi dviljk dviout-util dvipdfm-x gregorio - ) - - # Enable the following on version bumps. While it makes the build - # always fail, presumably because texlive passes these configure - # options to sub-configures, it still points out dropped - # options. See https://bugs.gentoo.org/828591 - my_conf+=( - # --enable-option-checking=fatal - ) - - tc-export CC CXX AR RANLIB - cd "${BUILDDIR}" || die - ECONF_SOURCE="${S}" \ - econf -C "${my_conf[@]}" -} - -src_compile() { - cd "${BUILDDIR}" || die - tc-export CC CXX AR RANLIB - - emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist} - - cd "${S}" || die - # Mimic updmap --syncwithtrees to enable only fonts installed - # Code copied from updmap script - while read -r i; do - texlive-common_is_file_present_in_texmf "${i}" || echo "${i}" - done > "${T}/updmap_update" < <(grep -E '^(Mixed|Kanji)?Map' "texmf-dist/web2c/updmap.cfg" | sed 's@.* @@') - { - sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^KanjiMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - } > "${T}/updmap_update2" - sed -f "${T}/updmap_update2" "texmf-dist/web2c/updmap.cfg" > "${T}/updmap_update3"\ - && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" -} - -src_test() { - cd "${BUILDDIR}" || die - - sed -i \ - -e 's;uptexdir/nissya.test;;' \ - -e 's;uptexdir/upbibtex.test;;' \ - texk/web2c/Makefile || die - sed -i \ - -e 's;dvispc.test;;' \ - texk/dviout-util/Makefile || die - - # TODO: Drop -j1 when bumping to texlive-2024 - # https://bugs.gentoo.org/935825 - emake check -j1 -} - -src_install() { - cd "${BUILDDIR}" || die - dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c - - emake DESTDIR="${D}" texmf="${ED}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install - - cd "${S}" || die - dodir /usr/share # just in case - cp -pR texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees" - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - - # When X is disabled mf-nowin doesn't exist but some scripts expect it to - # exist. Instead, it is called mf, so we symlink it to please everything. - use X || dosym mf /usr/bin/mf-nowin - - docinto texk - cd "${S}/texk" || die - dodoc ChangeLog README - - docinto dviljk - cd "${S}/texk/dviljk" || die - dodoc ChangeLog README NEWS - - docinto makeindexk - cd "${S}/texk/makeindexk" || die - dodoc ChangeLog NOTES README - - docinto web2c - cd "${S}/texk/web2c" || die - dodoc ChangeLog NEWS PROJECTS README - - use doc || rm -rf "${ED}/usr/share/texmf-dist/doc" - - newenvd - 98texlive <<-EOF - CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d" - EOF - - # populate /etc/texmf - keepdir /etc/texmf/web2c - - # take care of updmap.cfg and language.d files - keepdir /etc/texmf/{updmap.d,language.dat.d,language.def.d,language.dat.lua.d} - - mv "${ED}${TEXMF_PATH}/web2c/updmap.cfg" "${ED}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed" - - # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files - # by texmf-update - rm "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" || die - - if use cjk; then - rm "${ED}/usr/bin/"{,u}ptex || die - fi - - if ! use xindy; then - rm -rf "${ED}{TEXMF_PATH}"/{,scripts,doc}/xindy - rm "${ED}"/usr/share/tlpkg/tlpobj/xindy.* || die - fi - - dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} - - dodir "/usr/bin" - for i in ${TEXLIVE_MODULE_BINLINKS} ; do - if [[ ! -f ${ED}/usr/bin/${i%:*} ]]; then - die "Trying to install an invalid BINLINK ${i%:*}. This should not happen. Please file a bug." - fi - - dosym "${i%:*}" "/usr/bin/${i#*:}" - done - - texlive-common_handle_config_files - - # the virtex symlink is not installed - # The links has to be relative, since the targets - # is not present at this stage and MacOS doesn't - # like non-existing targets - dosym tex /usr/bin/virtex - dosym pdftex /usr/bin/pdfvirtex - - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - # Note that the etexmf-update and efmtutil-sys use nonfatal. We are - # pkg_postinst, so invoking die will merely print an error message - # but not abort the installation as it already happened. However, - # unlike the texlive modules, we observed fmtutil-sys failures in - # texlive-core. - - # TODO: Research the rationale of calling etexmf-update and - # eftmutil-sys here and the reasons why it sometimes fails. - nonfatal etexmf-update - nonfatal efmtutil-sys - - texlive-common_update_tlpdb -} - -pkg_postrm() { - texlive-common_update_tlpdb -} diff --git a/app-text/texlive-core/texlive-core-2024-r1.ebuild b/app-text/texlive-core/texlive-core-2024-r1.ebuild deleted file mode 100644 index 6709edf73dc9..000000000000 --- a/app-text/texlive-core/texlive-core-2024-r1.ebuild +++ /dev/null @@ -1,520 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -TL_SOURCE_VERSION=20240311 -inherit flag-o-matic toolchain-funcs libtool texlive-common - -MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="https://tug.org/texlive/" -GENTOO_TEX_PATCHES_NUM=6 -SRC_URI=" - https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz - https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - -> gentoo-tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - https://bugs.gentoo.org/attachment.cgi?id=908573 - -> ${PN}-2023-mplib-h.patch - https://github.com/TeX-Live/texlive-source/commit/aec02cd7402652f00460b47a73db0e46e9fb48aa.patch - -> ${PN}-2024-remove-call-to-undefined-MPFI_CONFIGS.patch -" - -# Macros that are not a part of texlive-sources or or pulled in from collection-binextra -# but still needed for other packages during installation. -TL_CORE_EXTRA_CONTENTS=" - autosp.r69814 - axodraw2.r58155 - chktex.r71205 - detex.r70015 - dvi2tty.r66186 - dvidvi.r65952 - dviljk.r66186 - dvipdfmx.r72890 - dvipos.r66186 - extractbb.r72890 - gsftopk.r52851 - hyphen-base.r70247 - lacheck.r66186 - m-tx.r64182 - makeindex.r62517 - pmx.r65926 - texdoctk.r62186 - texlive-scripts.r72904 - texlive-scripts-extra.r71746 - texlive.infra.r72854 - tpic2pdftex.r52851 - upmendex.r66381 - velthuis.r66186 - vlna.r66186 - xindy.r65958 - xml2pmx.r57972 -" -TL_CORE_EXTRA_DOC_CONTENTS=" - autosp.doc.r69814 - axodraw2.doc.r58155 - chktex.doc.r71205 - detex.doc.r70015 - dvi2tty.doc.r66186 - dvidvi.doc.r65952 - dviljk.doc.r66186 - dvipdfmx.doc.r72890 - dvipos.doc.r66186 - extractbb.doc.r72890 - gsftopk.doc.r52851 - lacheck.doc.r66186 - m-tx.doc.r64182 - makeindex.doc.r62517 - pmx.doc.r65926 - texdoctk.doc.r62186 - texlive-scripts.doc.r72904 - texlive-scripts-extra.doc.r71746 - texlive.infra.doc.r72854 - tpic2pdftex.doc.r52851 - upmendex.doc.r66381 - velthuis.doc.r66186 - vlna.doc.r66186 - xindy.doc.r65958 - xml2pmx.doc.r57972 -" -TL_CORE_EXTRA_SRC_CONTENTS=" - axodraw2.source.r58155 -" - -TEXLIVE_MODULE_BINSCRIPTS=" - texmf-dist/scripts/extractbb/extractbb.lua - texmf-dist/scripts/m-tx/m-tx.lua - texmf-dist/scripts/texlive/extractbb.lua - texmf-dist/scripts/texlive/fmtutil-sys.sh - texmf-dist/scripts/texlive/fmtutil-user.sh - texmf-dist/scripts/texlive/fmtutil.pl - texmf-dist/scripts/texlive/mktexlsr - texmf-dist/scripts/texlive/mktexmf - texmf-dist/scripts/texlive/mktexpk - texmf-dist/scripts/texlive/mktextfm - texmf-dist/scripts/texlive/rungs.lua - texmf-dist/scripts/texlive/tlmgr.pl - texmf-dist/scripts/texlive/updmap-sys.sh - texmf-dist/scripts/texlive/updmap-user.sh - texmf-dist/scripts/texlive/updmap.pl - texmf-dist/scripts/texlive-extra/allcm.sh - texmf-dist/scripts/texlive-extra/allneeded.sh - texmf-dist/scripts/texlive-extra/dvi2fax.sh - texmf-dist/scripts/texlive-extra/dvired.sh - texmf-dist/scripts/texlive-extra/e2pall.pl - texmf-dist/scripts/texlive-extra/kpsetool.sh - texmf-dist/scripts/texlive-extra/kpsewhere.sh - texmf-dist/scripts/texlive-extra/ps2frag.sh - texmf-dist/scripts/texlive-extra/pslatex.sh - texmf-dist/scripts/texlive-extra/texconfig-dialog.sh - texmf-dist/scripts/texlive-extra/texconfig-sys.sh - texmf-dist/scripts/texlive-extra/texconfig.sh - texmf-dist/scripts/texlive-extra/texlinks.sh -" - -TEXLIVE_MODULE_BINLINKS=" - fmtutil:mktexfmt - mktexlsr:texhash - allcm:allec - kpsetool:kpsexpand - kpsetool:kpsepath -" -texlive-common_append_to_src_uri TL_CORE_EXTRA_CONTENTS - -SRC_URI+=" doc? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_DOC_CONTENTS -SRC_URI+=" )" - -SRC_URI+=" source? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_SRC_CONTENTS -SRC_URI+=" )" - -S="${WORKDIR}/${MY_P}" -LICENSE="BSD CC-BY-SA-4.0 GPL-1+ GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="cjk X doc source tk +luajittex xetex xindy" - -TEXMF_PATH=/usr/share/texmf-dist -MODULAR_X_DEPEND=" - X? ( - x11-libs/libX11 - x11-libs/libXmu - )" - -COMMON_DEPEND=" - ${MODULAR_X_DEPEND} - sci-libs/mpfi - virtual/zlib:= - >=media-libs/harfbuzz-1.4.5:=[icu,graphite] - >=media-libs/libpng-1.2.43-r2:0= - media-libs/gd[png] - media-gfx/graphite2:= - media-gfx/potrace:= - >=x11-libs/cairo-1.12 - >=x11-libs/pixman-0.18 - dev-libs/zziplib:= - app-text/libpaper:= - dev-libs/gmp:= - dev-libs/mpfr:= - >=dev-libs/ptexenc-1.4.6 - xetex? ( - >=app-text/teckit-2.5.10 - media-libs/fontconfig - ) - xindy? ( dev-lisp/clisp:= ) - media-libs/freetype:2 - >=dev-libs/icu-50:= - >=dev-libs/kpathsea-6.4.0:= -" - -BDEPEND=" - sys-apps/ed - sys-devel/flex - virtual/pkgconfig -" - -DEPEND=" - ${COMMON_DEPEND} -" - -# !<dev-texlive/texlive-langother-2023 see https://bugs.gentoo.org/928307 -RDEPEND=" - ${COMMON_DEPEND} - virtual/perl-Getopt-Long - dev-perl/File-HomeDir - dev-perl/Log-Dispatch - dev-perl/Unicode-LineBreak - dev-perl/YAML-Tiny - tk? ( - dev-lang/tk - dev-perl/Tk - ) - !<dev-texlive/texlive-basic-2023 - !<dev-texlive/texlive-mathscience-2023 - !<dev-texlive/texlive-langother-2023 - !<dev-texlive/texlive-music-2023 -" - -BUILDDIR="${WORKDIR}/${P}_build" - -RELOC_TARGET=texmf-dist - -src_prepare() { - mkdir "${BUILDDIR}" || die "failed to create build dir" - - cd "${WORKDIR}" || die - - # From texlive-module.eclass. - sed -n -e 's:\s*RELOC/::p' tlpkg/tlpobj/* > "${T}/reloclist" || die - sed -e 's/\/[^/]*$//' -e "s:^:${RELOC_TARGET}/:" "${T}/reloclist" | - sort -u | - xargs mkdir -p || die - local i - while read -r i; do - mv "${i}" "${RELOC_TARGET}/${i%/*}" || die - done < "${T}/reloclist" - mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files" - - cd "${S}" || die - - TL_KPATHSEA_INCLUDES=$($(tc-getPKG_CONFIG) kpathsea --variable=includedir || die "failed to invoke pkg-config") - sed -i \ - -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${TL_KPATHSEA_INCLUDES}\"," \ - texk/web2c/configure || die - - local patch_dir="${WORKDIR}/tex-patches-${GENTOO_TEX_PATCHES_NUM}" - eapply "${patch_dir}" - - eapply "${DISTDIR}/${PN}-2024-remove-call-to-undefined-MPFI_CONFIGS.patch" - - default - - elibtoolize - - # Drop this once cairo's and mplibdir's (texlive-core-2023-mplib-h.patch) - # autoconf patches are gone. See bug #927714#c4, bug #853121 for cairo, - # and bug #837875 for mplibdir (in web2c). - "${S}"/reautoconf libs/cairo || die -} - -src_configure() { - # TODO: report upstream - # bug #915223 - append-flags -fno-strict-aliasing - filter-lto - - # bug #946142 - append-cflags -std=gnu17 - - # Needed for 32bit architectures, bug 928096 - # This is upstream recommendation for the moment, see also - # https://www.tug.org/texlive/build.html - # I'm fairly sure it just hides a real bug in pdftex, keeping 928096 - # thus open, but hey, at least it's not a regression... - append-cflags -Wno-incompatible-pointer-types - - # bug #966834 - # running reautoconf would also fix the issue; however, there are several - # configure scripts, so adding the flag is a much faster approach. - append-cxxflags $(test-flags-CXX -std=gnu++17) - - # It fails on alpha without this - use alpha && append-ldflags "-Wl,--no-relax" - - # Too many regexps use A-Z a-z constructs, what causes problems with locales - # that don't have the same alphabetical order than ascii. Bug #242430 - # So we set LC_ALL to C in order to avoid problems. - export LC_ALL=C - - # Disable freetype-config as this is considered obsolete. - # Also only pkg-config works for prefix as described in bug #690094 - export ac_cv_prog_ac_ct_FT2_CONFIG=no - - local my_conf=( - --bindir="${EPREFIX}"/usr/bin - --datadir="${BUILDDIR}" - --with-system-freetype2 - --with-system-zlib - --with-system-libpng - --with-system-teckit - --with-system-kpathsea - --with-kpathsea-includes="${TL_KPATHSEA_INCLUDES}" - --with-system-icu - --with-system-ptexenc - --with-system-harfbuzz - --with-system-graphite2 - --with-system-cairo - --with-system-pixman - --with-system-zziplib - --with-system-libpaper - --with-system-gmp - --with-system-gd - --with-system-mpfi - --with-system-mpfr - --with-system-potrace - --disable-multiplatform - --enable-chktex - --enable-epsfwin - --enable-detex - --enable-dvi2tty - --enable-mftalkwin - --enable-regiswin - --enable-shared - --enable-tektronixwin - --enable-unitermwin - --enable-vlna - --disable-psutils - --disable-t1utils - --enable-ipc - --disable-bibtex-x - --disable-dvipng - --disable-dvipsk - --disable-lcdf-typetools - --disable-ps2pk - --disable-ttf2pk2 - --disable-tex4htk - --disable-cjkutils - --disable-xdvik - --enable-luatex - --disable-dvisvgm - --disable-ps2eps - --disable-static - --disable-native-texlive-build - --disable-largefile - --disable-xindy-docs - --disable-xindy-rules - --with-banner-add=" Gentoo Linux" - $(use_enable luajittex) - $(use_enable luajittex luajithbtex) - $(use_enable luajittex mfluajit) - $(use_enable xetex) - $(use_enable cjk dviout-util) - $(use_enable cjk ptex) - $(use_enable cjk eptex) - $(use_enable cjk uptex) - $(use_enable cjk euptex) - $(use_enable cjk mendexk) - $(use_enable cjk makejvf) - $(use_enable cjk pmp) - $(use_enable cjk upmp) - $(use_enable tk texdoctk) - $(use_with X x) - $(use_enable xindy) - --enable-autosp=yes - --enable-axodraw2=yes - --enable-devnag=yes - --enable-lacheck=yes - --enable-m-tx=yes - --enable-pmx=yes - --enable-tpic2pdftex=yes - --with-clisp-runtime=system - --enable-xml2pmx=yes - $(use_enable X xpdfopen) - --enable-web2c=yes - --enable-afm2pl=yes - --enable-dvidvi=yes - --enable-dviljk=yes - --enable-dvipdfm-x - --enable-dvipos=yes - --enable-gregorio=yes - --enable-gsftopk=yes - --enable-makeindexk=yes - --enable-musixtnt=yes - --enable-seetexk=yes - --enable-ttfdump=yes - --enable-upmendex=yes - --enable-texlive=yes - --enable-linked-scripts=no - # web2c afm2pl chktex dtl dvi2tty dvidvi dviljk dviout-util dvipdfm-x gregorio - ) - - # Enable the following on version bumps. While it makes the build - # always fail, presumably because texlive passes these configure - # options to sub-configures, it still points out dropped - # options. See https://bugs.gentoo.org/828591 - my_conf+=( - # --enable-option-checking=fatal - ) - - tc-export CC CXX AR RANLIB - cd "${BUILDDIR}" || die - ECONF_SOURCE="${S}" \ - econf -C "${my_conf[@]}" -} - -src_compile() { - cd "${BUILDDIR}" || die - tc-export CC CXX AR RANLIB - - emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist} - - cd "${S}" || die - # Mimic updmap --syncwithtrees to enable only fonts installed - # Code copied from updmap script - while read -r i; do - texlive-common_is_file_present_in_texmf "${i}" || echo "${i}" - done > "${T}/updmap_update" < <(grep -E '^(Mixed|Kanji)?Map' "texmf-dist/web2c/updmap.cfg" | sed 's@.* @@') - { - sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^KanjiMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - } > "${T}/updmap_update2" - sed -f "${T}/updmap_update2" "texmf-dist/web2c/updmap.cfg" > "${T}/updmap_update3"\ - && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" -} - -src_test() { - cd "${BUILDDIR}" || die - - sed -i \ - -e 's;uptexdir/nissya.test;;' \ - -e 's;uptexdir/upbibtex.test;;' \ - texk/web2c/Makefile || die - sed -i \ - -e 's;dvispc.test;;' \ - texk/dviout-util/Makefile || die - local -x KpsDir="${ESYSROOT}"/usr/bin - emake check -} - -src_install() { - cd "${BUILDDIR}" || die - dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c - - emake DESTDIR="${D}" texmf="${ED}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install - - cd "${S}" || die - dodir /usr/share # just in case - cp -pR texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees" - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - - # When X is disabled mf-nowin doesn't exist but some scripts expect it to - # exist. Instead, it is called mf, so we symlink it to please everything. - use X || dosym mf /usr/bin/mf-nowin - - docinto texk - cd "${S}/texk" || die - dodoc ChangeLog README - - docinto dviljk - cd "${S}/texk/dviljk" || die - dodoc ChangeLog README NEWS - - docinto makeindexk - cd "${S}/texk/makeindexk" || die - dodoc ChangeLog NOTES README - - docinto web2c - cd "${S}/texk/web2c" || die - dodoc ChangeLog NEWS PROJECTS README - - use doc || rm -rf "${ED}/usr/share/texmf-dist/doc" - - newenvd - 98texlive <<-EOF - CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d" - EOF - - # populate /etc/texmf - keepdir /etc/texmf/web2c - - # take care of updmap.cfg and language.d files - keepdir /etc/texmf/{updmap.d,language.dat.d,language.def.d,language.dat.lua.d} - - mv "${ED}${TEXMF_PATH}/web2c/updmap.cfg" "${ED}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed" - - # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files - # by texmf-update - rm "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" || die - - if use cjk; then - rm "${ED}/usr/bin/"{,u}ptex || die - fi - - if ! use xindy; then - rm -rf "${ED}{TEXMF_PATH}"/{,scripts,doc}/xindy - rm "${ED}"/usr/share/tlpkg/tlpobj/xindy.* || die - fi - - dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} - - dodir "/usr/bin" - for i in ${TEXLIVE_MODULE_BINLINKS} ; do - if [[ ! -f ${ED}/usr/bin/${i%:*} ]]; then - die "Trying to install an invalid BINLINK ${i%:*}. This should not happen. Please file a bug." - fi - - dosym "${i%:*}" "/usr/bin/${i#*:}" - done - - texlive-common_handle_config_files - - # the virtex symlink is not installed - # The links has to be relative, since the targets - # is not present at this stage and MacOS doesn't - # like non-existing targets - dosym tex /usr/bin/virtex - dosym pdftex /usr/bin/pdfvirtex - - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - # Note that the etexmf-update and efmtutil-sys use nonfatal. We are - # pkg_postinst, so invoking die will merely print an error message - # but not abort the installation as it already happened. However, - # unlike the texlive modules, we observed fmtutil-sys failures in - # texlive-core. - - # TODO: Research the rationale of calling etexmf-update and - # eftmutil-sys here and the reasons why it sometimes fails. - nonfatal etexmf-update - nonfatal efmtutil-sys - - texlive-common_update_tlpdb -} - -pkg_postrm() { - texlive-common_update_tlpdb -} diff --git a/app-text/texlive-core/texlive-core-2024-r2.ebuild b/app-text/texlive-core/texlive-core-2024-r2.ebuild deleted file mode 100644 index 38017c8982dd..000000000000 --- a/app-text/texlive-core/texlive-core-2024-r2.ebuild +++ /dev/null @@ -1,520 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -TL_SOURCE_VERSION=20240311 -inherit branding flag-o-matic toolchain-funcs libtool texlive-common - -MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="https://tug.org/texlive/" -GENTOO_TEX_PATCHES_NUM=6 -SRC_URI=" - https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz - https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - -> gentoo-tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 - https://bugs.gentoo.org/attachment.cgi?id=908573 - -> ${PN}-2023-mplib-h.patch - https://github.com/TeX-Live/texlive-source/commit/aec02cd7402652f00460b47a73db0e46e9fb48aa.patch - -> ${PN}-2024-remove-call-to-undefined-MPFI_CONFIGS.patch -" - -# Macros that are not a part of texlive-sources or or pulled in from collection-binextra -# but still needed for other packages during installation. -TL_CORE_EXTRA_CONTENTS=" - autosp.r69814 - axodraw2.r58155 - chktex.r71205 - detex.r70015 - dvi2tty.r66186 - dvidvi.r65952 - dviljk.r66186 - dvipdfmx.r72890 - dvipos.r66186 - extractbb.r72890 - gsftopk.r52851 - hyphen-base.r70247 - lacheck.r66186 - m-tx.r64182 - makeindex.r62517 - pmx.r65926 - texdoctk.r62186 - texlive-scripts.r72904 - texlive-scripts-extra.r71746 - texlive.infra.r72854 - tpic2pdftex.r52851 - upmendex.r66381 - velthuis.r66186 - vlna.r66186 - xindy.r65958 - xml2pmx.r57972 -" -TL_CORE_EXTRA_DOC_CONTENTS=" - autosp.doc.r69814 - axodraw2.doc.r58155 - chktex.doc.r71205 - detex.doc.r70015 - dvi2tty.doc.r66186 - dvidvi.doc.r65952 - dviljk.doc.r66186 - dvipdfmx.doc.r72890 - dvipos.doc.r66186 - extractbb.doc.r72890 - gsftopk.doc.r52851 - lacheck.doc.r66186 - m-tx.doc.r64182 - makeindex.doc.r62517 - pmx.doc.r65926 - texdoctk.doc.r62186 - texlive-scripts.doc.r72904 - texlive-scripts-extra.doc.r71746 - texlive.infra.doc.r72854 - tpic2pdftex.doc.r52851 - upmendex.doc.r66381 - velthuis.doc.r66186 - vlna.doc.r66186 - xindy.doc.r65958 - xml2pmx.doc.r57972 -" -TL_CORE_EXTRA_SRC_CONTENTS=" - axodraw2.source.r58155 -" - -TEXLIVE_MODULE_BINSCRIPTS=" - texmf-dist/scripts/extractbb/extractbb.lua - texmf-dist/scripts/m-tx/m-tx.lua - texmf-dist/scripts/texlive/extractbb.lua - texmf-dist/scripts/texlive/fmtutil-sys.sh - texmf-dist/scripts/texlive/fmtutil-user.sh - texmf-dist/scripts/texlive/fmtutil.pl - texmf-dist/scripts/texlive/mktexlsr - texmf-dist/scripts/texlive/mktexmf - texmf-dist/scripts/texlive/mktexpk - texmf-dist/scripts/texlive/mktextfm - texmf-dist/scripts/texlive/rungs.lua - texmf-dist/scripts/texlive/tlmgr.pl - texmf-dist/scripts/texlive/updmap-sys.sh - texmf-dist/scripts/texlive/updmap-user.sh - texmf-dist/scripts/texlive/updmap.pl - texmf-dist/scripts/texlive-extra/allcm.sh - texmf-dist/scripts/texlive-extra/allneeded.sh - texmf-dist/scripts/texlive-extra/dvi2fax.sh - texmf-dist/scripts/texlive-extra/dvired.sh - texmf-dist/scripts/texlive-extra/e2pall.pl - texmf-dist/scripts/texlive-extra/kpsetool.sh - texmf-dist/scripts/texlive-extra/kpsewhere.sh - texmf-dist/scripts/texlive-extra/ps2frag.sh - texmf-dist/scripts/texlive-extra/pslatex.sh - texmf-dist/scripts/texlive-extra/texconfig-dialog.sh - texmf-dist/scripts/texlive-extra/texconfig-sys.sh - texmf-dist/scripts/texlive-extra/texconfig.sh - texmf-dist/scripts/texlive-extra/texlinks.sh -" - -TEXLIVE_MODULE_BINLINKS=" - fmtutil:mktexfmt - mktexlsr:texhash - allcm:allec - kpsetool:kpsexpand - kpsetool:kpsepath -" -texlive-common_append_to_src_uri TL_CORE_EXTRA_CONTENTS - -SRC_URI+=" doc? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_DOC_CONTENTS -SRC_URI+=" )" - -SRC_URI+=" source? ( " -texlive-common_append_to_src_uri TL_CORE_EXTRA_SRC_CONTENTS -SRC_URI+=" )" - -S="${WORKDIR}/${MY_P}" -LICENSE="BSD CC-BY-SA-4.0 GPL-1+ GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="cjk X doc source tk +luajittex xetex xindy" - -TEXMF_PATH=/usr/share/texmf-dist -MODULAR_X_DEPEND=" - X? ( - x11-libs/libX11 - x11-libs/libXmu - )" - -COMMON_DEPEND=" - ${MODULAR_X_DEPEND} - sci-libs/mpfi - virtual/zlib:= - >=media-libs/harfbuzz-1.4.5:=[icu,graphite] - >=media-libs/libpng-1.2.43-r2:0= - media-libs/gd[png] - media-gfx/graphite2:= - media-gfx/potrace:= - >=x11-libs/cairo-1.12 - >=x11-libs/pixman-0.18 - dev-libs/zziplib:= - app-text/libpaper:= - dev-libs/gmp:= - dev-libs/mpfr:= - >=dev-libs/ptexenc-1.4.6 - xetex? ( - >=app-text/teckit-2.5.10 - media-libs/fontconfig - ) - xindy? ( dev-lisp/clisp:= ) - media-libs/freetype:2 - >=dev-libs/icu-50:= - >=dev-libs/kpathsea-6.4.0:= -" - -BDEPEND=" - sys-apps/ed - sys-devel/flex - virtual/pkgconfig -" - -DEPEND=" - ${COMMON_DEPEND} -" - -# !<dev-texlive/texlive-langother-2023 see https://bugs.gentoo.org/928307 -RDEPEND=" - ${COMMON_DEPEND} - virtual/perl-Getopt-Long - dev-perl/File-HomeDir - dev-perl/Log-Dispatch - dev-perl/Unicode-LineBreak - dev-perl/YAML-Tiny - tk? ( - dev-lang/tk - dev-perl/Tk - ) - !<dev-texlive/texlive-basic-2023 - !<dev-texlive/texlive-mathscience-2023 - !<dev-texlive/texlive-langother-2023 - !<dev-texlive/texlive-music-2023 -" - -BUILDDIR="${WORKDIR}/${P}_build" - -RELOC_TARGET=texmf-dist - -src_prepare() { - mkdir "${BUILDDIR}" || die "failed to create build dir" - - cd "${WORKDIR}" || die - - # From texlive-module.eclass. - sed -n -e 's:\s*RELOC/::p' tlpkg/tlpobj/* > "${T}/reloclist" || die - sed -e 's/\/[^/]*$//' -e "s:^:${RELOC_TARGET}/:" "${T}/reloclist" | - sort -u | - xargs mkdir -p || die - local i - while read -r i; do - mv "${i}" "${RELOC_TARGET}/${i%/*}" || die - done < "${T}/reloclist" - mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files" - - cd "${S}" || die - - TL_KPATHSEA_INCLUDES=$($(tc-getPKG_CONFIG) kpathsea --variable=includedir || die "failed to invoke pkg-config") - sed -i \ - -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${TL_KPATHSEA_INCLUDES}\"," \ - texk/web2c/configure || die - - local patch_dir="${WORKDIR}/tex-patches-${GENTOO_TEX_PATCHES_NUM}" - eapply "${patch_dir}" - - eapply "${DISTDIR}/${PN}-2024-remove-call-to-undefined-MPFI_CONFIGS.patch" - - default - - elibtoolize - - # Drop this once cairo's and mplibdir's (texlive-core-2023-mplib-h.patch) - # autoconf patches are gone. See bug #927714#c4, bug #853121 for cairo, - # and bug #837875 for mplibdir (in web2c). - "${S}"/reautoconf libs/cairo || die -} - -src_configure() { - # TODO: report upstream - # bug #915223 - append-flags -fno-strict-aliasing - filter-lto - - # bug #946142 - append-cflags -std=gnu17 - - # Needed for 32bit architectures, bug 928096 - # This is upstream recommendation for the moment, see also - # https://www.tug.org/texlive/build.html - # I'm fairly sure it just hides a real bug in pdftex, keeping 928096 - # thus open, but hey, at least it's not a regression... - append-cflags -Wno-incompatible-pointer-types - - # bug #966834 - # running reautoconf would also fix the issue; however, there are several - # configure scripts, so adding the flag is a much faster approach. - append-cxxflags $(test-flags-CXX -std=gnu++17) - - # It fails on alpha without this - use alpha && append-ldflags "-Wl,--no-relax" - - # Too many regexps use A-Z a-z constructs, what causes problems with locales - # that don't have the same alphabetical order than ascii. Bug #242430 - # So we set LC_ALL to C in order to avoid problems. - export LC_ALL=C - - # Disable freetype-config as this is considered obsolete. - # Also only pkg-config works for prefix as described in bug #690094 - export ac_cv_prog_ac_ct_FT2_CONFIG=no - - local my_conf=( - --bindir="${EPREFIX}"/usr/bin - --datadir="${BUILDDIR}" - --with-system-freetype2 - --with-system-zlib - --with-system-libpng - --with-system-teckit - --with-system-kpathsea - --with-kpathsea-includes="${TL_KPATHSEA_INCLUDES}" - --with-system-icu - --with-system-ptexenc - --with-system-harfbuzz - --with-system-graphite2 - --with-system-cairo - --with-system-pixman - --with-system-zziplib - --with-system-libpaper - --with-system-gmp - --with-system-gd - --with-system-mpfi - --with-system-mpfr - --with-system-potrace - --disable-multiplatform - --enable-chktex - --enable-epsfwin - --enable-detex - --enable-dvi2tty - --enable-mftalkwin - --enable-regiswin - --enable-shared - --enable-tektronixwin - --enable-unitermwin - --enable-vlna - --disable-psutils - --disable-t1utils - --enable-ipc - --disable-bibtex-x - --disable-dvipng - --disable-dvipsk - --disable-lcdf-typetools - --disable-ps2pk - --disable-ttf2pk2 - --disable-tex4htk - --disable-cjkutils - --disable-xdvik - --enable-luatex - --disable-dvisvgm - --disable-ps2eps - --disable-static - --disable-native-texlive-build - --disable-largefile - --disable-xindy-docs - --disable-xindy-rules - --with-banner-add=" ${BRANDING_OS_PRETTY_NAME}" - $(use_enable luajittex) - $(use_enable luajittex luajithbtex) - $(use_enable luajittex mfluajit) - $(use_enable xetex) - $(use_enable cjk dviout-util) - $(use_enable cjk ptex) - $(use_enable cjk eptex) - $(use_enable cjk uptex) - $(use_enable cjk euptex) - $(use_enable cjk mendexk) - $(use_enable cjk makejvf) - $(use_enable cjk pmp) - $(use_enable cjk upmp) - $(use_enable tk texdoctk) - $(use_with X x) - $(use_enable xindy) - --enable-autosp=yes - --enable-axodraw2=yes - --enable-devnag=yes - --enable-lacheck=yes - --enable-m-tx=yes - --enable-pmx=yes - --enable-tpic2pdftex=yes - --with-clisp-runtime=system - --enable-xml2pmx=yes - $(use_enable X xpdfopen) - --enable-web2c=yes - --enable-afm2pl=yes - --enable-dvidvi=yes - --enable-dviljk=yes - --enable-dvipdfm-x - --enable-dvipos=yes - --enable-gregorio=yes - --enable-gsftopk=yes - --enable-makeindexk=yes - --enable-musixtnt=yes - --enable-seetexk=yes - --enable-ttfdump=yes - --enable-upmendex=yes - --enable-texlive=yes - --enable-linked-scripts=no - # web2c afm2pl chktex dtl dvi2tty dvidvi dviljk dviout-util dvipdfm-x gregorio - ) - - # Enable the following on version bumps. While it makes the build - # always fail, presumably because texlive passes these configure - # options to sub-configures, it still points out dropped - # options. See https://bugs.gentoo.org/828591 - my_conf+=( - # --enable-option-checking=fatal - ) - - tc-export CC CXX AR RANLIB - cd "${BUILDDIR}" || die - ECONF_SOURCE="${S}" \ - econf -C "${my_conf[@]}" -} - -src_compile() { - cd "${BUILDDIR}" || die - tc-export CC CXX AR RANLIB - - emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist} - - cd "${S}" || die - # Mimic updmap --syncwithtrees to enable only fonts installed - # Code copied from updmap script - while read -r i; do - texlive-common_is_file_present_in_texmf "${i}" || echo "${i}" - done > "${T}/updmap_update" < <(grep -E '^(Mixed|Kanji)?Map' "texmf-dist/web2c/updmap.cfg" | sed 's@.* @@') - { - sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - sed 's@/@\\/@g; s@^@/^KanjiMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update" - } > "${T}/updmap_update2" - sed -f "${T}/updmap_update2" "texmf-dist/web2c/updmap.cfg" > "${T}/updmap_update3"\ - && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" -} - -src_test() { - cd "${BUILDDIR}" || die - - sed -i \ - -e 's;uptexdir/nissya.test;;' \ - -e 's;uptexdir/upbibtex.test;;' \ - texk/web2c/Makefile || die - sed -i \ - -e 's;dvispc.test;;' \ - texk/dviout-util/Makefile || die - local -x KpsDir="${ESYSROOT}"/usr/bin - emake check -} - -src_install() { - cd "${BUILDDIR}" || die - dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c - - emake DESTDIR="${D}" texmf="${ED}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install - - cd "${S}" || die - dodir /usr/share # just in case - cp -pR texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees" - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - - # When X is disabled mf-nowin doesn't exist but some scripts expect it to - # exist. Instead, it is called mf, so we symlink it to please everything. - use X || dosym mf /usr/bin/mf-nowin - - docinto texk - cd "${S}/texk" || die - dodoc ChangeLog README - - docinto dviljk - cd "${S}/texk/dviljk" || die - dodoc ChangeLog README NEWS - - docinto makeindexk - cd "${S}/texk/makeindexk" || die - dodoc ChangeLog NOTES README - - docinto web2c - cd "${S}/texk/web2c" || die - dodoc ChangeLog NEWS PROJECTS README - - use doc || rm -rf "${ED}/usr/share/texmf-dist/doc" - - newenvd - 98texlive <<-EOF - CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d" - EOF - - # populate /etc/texmf - keepdir /etc/texmf/web2c - - # take care of updmap.cfg and language.d files - keepdir /etc/texmf/{updmap.d,language.dat.d,language.def.d,language.dat.lua.d} - - mv "${ED}${TEXMF_PATH}/web2c/updmap.cfg" "${ED}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed" - - # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files - # by texmf-update - rm "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" || die - - if use cjk; then - rm "${ED}/usr/bin/"{,u}ptex || die - fi - - if ! use xindy; then - rm -rf "${ED}{TEXMF_PATH}"/{,scripts,doc}/xindy - rm "${ED}"/usr/share/tlpkg/tlpobj/xindy.* || die - fi - - dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} - - dodir "/usr/bin" - for i in ${TEXLIVE_MODULE_BINLINKS} ; do - if [[ ! -f ${ED}/usr/bin/${i%:*} ]]; then - die "Trying to install an invalid BINLINK ${i%:*}. This should not happen. Please file a bug." - fi - - dosym "${i%:*}" "/usr/bin/${i#*:}" - done - - texlive-common_handle_config_files - - # the virtex symlink is not installed - # The links has to be relative, since the targets - # is not present at this stage and MacOS doesn't - # like non-existing targets - dosym tex /usr/bin/virtex - dosym pdftex /usr/bin/pdfvirtex - - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - # Note that the etexmf-update and efmtutil-sys use nonfatal. We are - # pkg_postinst, so invoking die will merely print an error message - # but not abort the installation as it already happened. However, - # unlike the texlive modules, we observed fmtutil-sys failures in - # texlive-core. - - # TODO: Research the rationale of calling etexmf-update and - # eftmutil-sys here and the reasons why it sometimes fails. - nonfatal etexmf-update - nonfatal efmtutil-sys - - texlive-common_update_tlpdb -} - -pkg_postrm() { - texlive-common_update_tlpdb -} diff --git a/app-text/texlive/metadata.xml b/app-text/texlive/metadata.xml deleted file mode 100644 index f36998fc8bb3..000000000000 --- a/app-text/texlive/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <use> - <flag name="context">Add support for the ConTeXt format (<pkg>dev-texlive/texlive-context</pkg>)</flag> - <flag name="extra">Add support for extra TeXLive packages</flag> - <flag name="games">Add typesetting support for games (chess, etc.) (<pkg>dev-texlive/texlive-games</pkg>)</flag> - <flag name="graphics">Add support for several graphics packages (pgf, tikz,...)</flag> - <flag name="humanities">Add LaTeX support for the humanities (<pkg>dev-texlive/texlive-humanities</pkg>)</flag> - <flag name="luatex">Install TeX Live packages that require luatex</flag> - <flag name="metapost">Add support for metapost: A tool for creating graphics in scalable PostScript</flag> - <flag name="music">Add support for music typesetting (<pkg>dev-texlive/texlive-music</pkg>)</flag> - <flag name="pdfannotextractor">Add <pkg>dev-tex/pdfannotextractor</pkg> support, for extracting annotations from PDF files</flag> - <flag name="pstricks">Add pstricks packages (<pkg>dev-texlive/texlive-pstricks</pkg>)</flag> - <flag name="publishers">Add support for publishers (<pkg>dev-texlive/texlive-publishers</pkg>)</flag> - <flag name="science">Add typesetting support for natural and computer sciences (<pkg>dev-texlive/texlive-mathscience</pkg>)</flag> - <flag name="tex4ht">Add support for <pkg>dev-tex/tex4ht</pkg> (for converting (La)TeX to (X)HTML, XML and OO.org)</flag> - <flag name="texi2html">Add support for <pkg>app-text/texi2html</pkg> which converts texi files to HTML</flag> - <flag name="xetex">Add support for XeTeX macros (<pkg>dev-texlive/texlive-xetex</pkg>)</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:tug:texlive</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/texlive/texlive-2023-r1.ebuild b/app-text/texlive/texlive-2023-r1.ebuild deleted file mode 100644 index 3f88fefe7c51..000000000000 --- a/app-text/texlive/texlive-2023-r1.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="https://tug.org/texlive/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="cjk context extra games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" - -LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he - hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa - pl pt rm ro ru sa sco sk sl sq sr sv ta te th tk tr uk vi zh" - -for X in ${LANGS}; do - IUSE="${IUSE} l10n_${X}" -done - -TEXLIVE_CAT="dev-texlive" - -RDEPEND=" - >=app-text/texlive-core-${PV} - app-text/psutils - >=${TEXLIVE_CAT}/texlive-fontutils-${PV} - media-gfx/sam2p - texi2html? ( app-text/texi2html ) - sys-apps/texinfo - app-text/t1utils - >=app-text/lcdf-typetools-2.92[kpathsea] - truetype? ( >=app-text/ttf2pk2-2.0_p20230311 ) - app-text/ps2eps - png? ( app-text/dvipng ) - X? ( >=app-text/xdvik-22.87 ) - >=${TEXLIVE_CAT}/texlive-basic-${PV} - >=${TEXLIVE_CAT}/texlive-fontsrecommended-${PV} - >=${TEXLIVE_CAT}/texlive-latex-${PV} - luatex? ( >=${TEXLIVE_CAT}/texlive-luatex-${PV} ) - >=${TEXLIVE_CAT}/texlive-latexrecommended-${PV} - metapost? ( >=${TEXLIVE_CAT}/texlive-metapost-${PV} ) - >=${TEXLIVE_CAT}/texlive-plaingeneric-${PV} - pdfannotextractor? ( dev-tex/pdfannotextractor ) - extra? ( - >=${TEXLIVE_CAT}/texlive-bibtexextra-${PV} - >=${TEXLIVE_CAT}/texlive-binextra-${PV} - >=${TEXLIVE_CAT}/texlive-fontsextra-${PV} - >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} - >=${TEXLIVE_CAT}/texlive-latexextra-${PV} - ) - xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) - graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV} ) - science? ( >=${TEXLIVE_CAT}/texlive-mathscience-${PV} ) - publishers? ( >=${TEXLIVE_CAT}/texlive-publishers-${PV} ) - music? ( >=${TEXLIVE_CAT}/texlive-music-${PV} ) - pstricks? ( >=${TEXLIVE_CAT}/texlive-pstricks-${PV} ) - context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) - games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) - humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) - tex4ht? ( >=dev-tex/tex4ht-20230311_p69739 ) - xml? ( >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} ) - l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} ) - l10n_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ru? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_uk? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_cs? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_sk? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_da? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_en? ( >=${TEXLIVE_CAT}/texlive-langenglish-${PV} ) - l10n_fi? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eu? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_fr? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_de? ( >=${TEXLIVE_CAT}/texlive-langgerman-${PV} ) - l10n_el? ( >=${TEXLIVE_CAT}/texlive-langgreek-${PV} ) - l10n_he? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hu? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_as? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_bn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_gu? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_kn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ml? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_mr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_or? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_pa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_sa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ta? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_te? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_it? ( >=${TEXLIVE_CAT}/texlive-langitalian-${PV} ) - l10n_ja? ( >=${TEXLIVE_CAT}/texlive-langjapanese-${PV} ) - l10n_ko? ( >=${TEXLIVE_CAT}/texlive-langkorean-${PV} ) - l10n_la? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lt? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_mn? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_nb? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nn? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_no? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_cy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_et? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ga? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_rm? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_hsb? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ia? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_id? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_is? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ro? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sq? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} - >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_sl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_pl? ( >=${TEXLIVE_CAT}/texlive-langpolish-${PV} ) - l10n_pt? ( >=${TEXLIVE_CAT}/texlive-langportuguese-${PV} ) - l10n_ca? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_gl? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_es? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_sco? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tk? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_vi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_zh? ( >=${TEXLIVE_CAT}/texlive-langchinese-${PV} ) -" diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild deleted file mode 100644 index d8ec28924c87..000000000000 --- a/app-text/texlive/texlive-2023.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="http://tug.org/texlive/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cjk context extra games graphics humanities luatex metapost music png pstricks publishers science tex4ht texi2html truetype xetex xml X" - -LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he - hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa - pl pt rm ro ru sa sco sk sl sq sr sv ta te th tk tr uk vi zh" - -for X in ${LANGS}; do - IUSE="${IUSE} l10n_${X}" -done - -TEXLIVE_CAT="dev-texlive" - -DEPEND=">=app-text/texlive-core-${PV}" -RDEPEND="${DEPEND} - app-text/psutils - >=${TEXLIVE_CAT}/texlive-fontutils-${PV} - media-gfx/sam2p - texi2html? ( app-text/texi2html ) - sys-apps/texinfo - app-text/t1utils - >=app-text/lcdf-typetools-2.92[kpathsea] - truetype? ( >=app-text/ttf2pk2-2.0_p20230311 ) - app-text/ps2eps - png? ( app-text/dvipng ) - X? ( >=app-text/xdvik-22.87 ) - >=${TEXLIVE_CAT}/texlive-basic-${PV} - >=${TEXLIVE_CAT}/texlive-fontsrecommended-${PV} - >=${TEXLIVE_CAT}/texlive-latex-${PV} - luatex? ( >=${TEXLIVE_CAT}/texlive-luatex-${PV} ) - >=${TEXLIVE_CAT}/texlive-latexrecommended-${PV} - metapost? ( >=${TEXLIVE_CAT}/texlive-metapost-${PV} ) - >=${TEXLIVE_CAT}/texlive-plaingeneric-${PV} - extra? ( - >=${TEXLIVE_CAT}/texlive-bibtexextra-${PV} - >=${TEXLIVE_CAT}/texlive-binextra-${PV} - >=${TEXLIVE_CAT}/texlive-fontsextra-${PV} - >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} - >=${TEXLIVE_CAT}/texlive-latexextra-${PV} - ) - xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) - graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV} ) - science? ( >=${TEXLIVE_CAT}/texlive-mathscience-${PV} ) - publishers? ( >=${TEXLIVE_CAT}/texlive-publishers-${PV} ) - music? ( >=${TEXLIVE_CAT}/texlive-music-${PV} ) - pstricks? ( >=${TEXLIVE_CAT}/texlive-pstricks-${PV} ) - context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) - games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) - humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) - tex4ht? ( >=dev-tex/tex4ht-20230311_p69739 ) - xml? ( >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} ) - l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} ) - l10n_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ru? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_uk? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_cs? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_sk? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_da? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_en? ( >=${TEXLIVE_CAT}/texlive-langenglish-${PV} ) - l10n_fi? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eu? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_fr? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_de? ( >=${TEXLIVE_CAT}/texlive-langgerman-${PV} ) - l10n_el? ( >=${TEXLIVE_CAT}/texlive-langgreek-${PV} ) - l10n_he? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hu? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_as? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_bn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_gu? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_kn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ml? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_mr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_or? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_pa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_sa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ta? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_te? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_it? ( >=${TEXLIVE_CAT}/texlive-langitalian-${PV} ) - l10n_ja? ( >=${TEXLIVE_CAT}/texlive-langjapanese-${PV} ) - l10n_ko? ( >=${TEXLIVE_CAT}/texlive-langkorean-${PV} ) - l10n_la? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lt? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_mn? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_nb? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nn? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_no? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_cy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_et? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ga? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_rm? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_hsb? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ia? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_id? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_is? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ro? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sq? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} - >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_sl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_pl? ( >=${TEXLIVE_CAT}/texlive-langpolish-${PV} ) - l10n_pt? ( >=${TEXLIVE_CAT}/texlive-langportuguese-${PV} ) - l10n_ca? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_gl? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_es? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_sco? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tk? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_vi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_zh? ( >=${TEXLIVE_CAT}/texlive-langchinese-${PV} ) -" diff --git a/app-text/texlive/texlive-2024.ebuild b/app-text/texlive/texlive-2024.ebuild deleted file mode 100644 index 297986f96ef9..000000000000 --- a/app-text/texlive/texlive-2024.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A complete TeX distribution" -HOMEPAGE="https://tug.org/texlive/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cjk context extra games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" - -LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he - hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa - pl pt rm ro ru sa sco sk sl sq sr sv ta te th tk tr uk vi zh" - -for X in ${LANGS}; do - IUSE="${IUSE} l10n_${X}" -done - -TEXLIVE_CAT="dev-texlive" - -RDEPEND=" - >=app-text/texlive-core-${PV} - app-text/psutils - >=${TEXLIVE_CAT}/texlive-fontutils-${PV} - media-gfx/sam2p - texi2html? ( app-text/texi2html ) - sys-apps/texinfo - app-text/t1utils - >=app-text/lcdf-typetools-2.92[kpathsea] - truetype? ( >=app-text/ttf2pk2-2.0_p20240311 ) - app-text/ps2eps - png? ( app-text/dvipng ) - X? ( >=app-text/xdvik-22.87 ) - >=${TEXLIVE_CAT}/texlive-basic-${PV} - >=${TEXLIVE_CAT}/texlive-fontsrecommended-${PV} - >=${TEXLIVE_CAT}/texlive-latex-${PV} - luatex? ( >=${TEXLIVE_CAT}/texlive-luatex-${PV} ) - >=${TEXLIVE_CAT}/texlive-latexrecommended-${PV} - metapost? ( >=${TEXLIVE_CAT}/texlive-metapost-${PV} ) - >=${TEXLIVE_CAT}/texlive-plaingeneric-${PV} - pdfannotextractor? ( dev-tex/pdfannotextractor ) - extra? ( - >=${TEXLIVE_CAT}/texlive-bibtexextra-${PV} - >=${TEXLIVE_CAT}/texlive-binextra-${PV} - >=${TEXLIVE_CAT}/texlive-fontsextra-${PV} - >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} - >=${TEXLIVE_CAT}/texlive-latexextra-${PV} - ) - xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) - graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV} ) - science? ( >=${TEXLIVE_CAT}/texlive-mathscience-${PV} ) - publishers? ( >=${TEXLIVE_CAT}/texlive-publishers-${PV} ) - music? ( >=${TEXLIVE_CAT}/texlive-music-${PV} ) - pstricks? ( >=${TEXLIVE_CAT}/texlive-pstricks-${PV} ) - context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) - games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) - humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) - tex4ht? ( >=dev-tex/tex4ht-20240311_p72882 ) - xml? ( >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} ) - l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) - l10n_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} ) - l10n_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ru? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_uk? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_cs? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_sk? ( >=${TEXLIVE_CAT}/texlive-langczechslovak-${PV} ) - l10n_da? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_en? ( >=${TEXLIVE_CAT}/texlive-langenglish-${PV} ) - l10n_fi? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eu? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_fr? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) - l10n_de? ( >=${TEXLIVE_CAT}/texlive-langgerman-${PV} ) - l10n_el? ( >=${TEXLIVE_CAT}/texlive-langgreek-${PV} ) - l10n_he? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hu? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_as? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_bn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_gu? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_hi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_kn? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ml? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_mr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_or? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_pa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_sa? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ta? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_te? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_it? ( >=${TEXLIVE_CAT}/texlive-langitalian-${PV} ) - l10n_ja? ( >=${TEXLIVE_CAT}/texlive-langjapanese-${PV} ) - l10n_ko? ( >=${TEXLIVE_CAT}/texlive-langkorean-${PV} ) - l10n_la? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lt? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_mn? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_nb? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_nn? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_no? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_cy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_eo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_et? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_ga? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_rm? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_hsb? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ia? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_id? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_is? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_lo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_ro? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sq? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} - >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) - l10n_sl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_pl? ( >=${TEXLIVE_CAT}/texlive-langpolish-${PV} ) - l10n_pt? ( >=${TEXLIVE_CAT}/texlive-langportuguese-${PV} ) - l10n_ca? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_gl? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_es? ( >=${TEXLIVE_CAT}/texlive-langspanish-${PV} ) - l10n_sco? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_sv? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_tk? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) - l10n_vi? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - l10n_zh? ( >=${TEXLIVE_CAT}/texlive-langchinese-${PV} ) -" diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest deleted file mode 100644 index 1de0cf3b1237..000000000000 --- a/app-text/tkinfo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tkinfo-2.11.tar.gz 56332 BLAKE2B 7242b27555b0075d14a716e1964ce9cc9c9fb03bb8b3f5f93bfa4f7a613321781a2106604f0ca31e9acbd91413cb418b5a2d38453d88cdf73d0c9d4e45b9ef12 SHA512 69568e441a56f51dc136df5c58343c464b23e7577a64a9e44edd0dd5704e95299e3827e0704a953b9a56e2a642ac69324256ac477752d51e1060b259a69380e5 diff --git a/app-text/tkinfo/metadata.xml b/app-text/tkinfo/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/tkinfo/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tkinfo/tkinfo-2.11.ebuild b/app-text/tkinfo/tkinfo-2.11.ebuild deleted file mode 100644 index b3a99396ce9c..000000000000 --- a/app-text/tkinfo/tkinfo-2.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Info Browser in TK" -HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" -SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz" - -LICENSE="Old-MIT GPL-1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" - -RDEPEND="dev-lang/tk" - -src_prepare() { - default - sed -e "1 s:^.*:#!/usr/bin/env wish:" \ - -i tkinfo || die "sed tkinfo failed" -} - -src_install() { - dobin tkinfo - doman tkinfo.1 -} diff --git a/app-text/tkman/Manifest b/app-text/tkman/Manifest deleted file mode 100644 index bf80522b0764..000000000000 --- a/app-text/tkman/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tkman-2.2.tar.gz 229273 BLAKE2B 3015ce0ecb224f1c01e1513cff1a55d3a95362753436a981630f7133c56a8b8f03030d5d368cb4a5a631ecfb2f0f9afbdec37a2d5b0e9fe74add82142172ca06 SHA512 31adaa4017282a6e6fba18a5f72c07c7d7d3bc63ef043b214bf68ec4837c73d4e0679d8b7513b0bae3984e1737e797ca886e15150b2e1a9cd288bbd7491a8777 diff --git a/app-text/tkman/files/tkman-2.2-gentoo.diff b/app-text/tkman/files/tkman-2.2-gentoo.diff deleted file mode 100644 index 92a275361c8f..000000000000 --- a/app-text/tkman/files/tkman-2.2-gentoo.diff +++ /dev/null @@ -1,62 +0,0 @@ ---- tkman-2.2/Makefile.org 2003-12-07 13:26:37.642164439 +0100 -+++ tkman-2.2/Makefile 2003-12-07 13:30:39.135540314 +0100 -@@ -25,13 +25,13 @@ -
- ### you need to localize the paths on these lines
-
--WISH = /usr/local/bin/wish8.4
-+WISH = /usr/bin/wish
- #WISH = /usr/sww/tcl-8.4/bin/wish
- #WISH = /private/share/bin/wish8.4
-
- # the executable `tkman' is placed in BINDIR
- # this should be a directory that's in your bin PATH
--BINDIR = /usr/local/bin
-+BINDIR = ${DESTDIR}/usr/bin
- #BINDIR = /private/share/bin
-
-
-@@ -80,7 +80,7 @@ - # will examine for matches if a search in the usual locations fails while searching
- # for a man pages and displaying its associated binaries (if any).
- # Use this feature carefully as a large number of directories can slow down startup.
--mastermen = "/usr/man /usr/local/man"
-+mastermen = "/usr/share/man /usr/local/man"
- #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
- masterbin = "/usr/bin /usr/local/bin"
- #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
-@@ -203,7 +203,7 @@ - # BY DEFAULT OFF
- glimpse = ""
- # Glimpse on, with Boolean scope set to entire file
--glimpse = "glimpse -W"
-+#glimpse = "glimpse -W"
- # give the full path, if you'd like
- #glimpse = /usr/sww/bin/glimpse
- # variations (refer to the Glimpse manual page)
-@@ -228,11 +228,11 @@ - #glimpseindex = "glimpseindex -o -B"
- # To shorten most index build times by incrementally building index when possible.
- # For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
--glimpseindex = "glimpseindex -o -B -f"
-+#glimpseindex = "glimpseindex -o -B -f"
- # -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
- #glimpseindex = "glimpseindex -o -B -f -M 8"
- # if you don't want give the power to index, disable glimpseindex here
--#glimpseindex = ""
-+glimpseindex = ""
- #glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
- # compressed manual pages are handled automatically; don't add -z to above
-
-@@ -289,9 +289,9 @@ - rman = rman
- #rman = /usr/local/bin/rman
-
--apropos = {man -k}
-+#apropos = {man -k}
- # Linux uses a shell script instead:
--#apropos = apropos
-+apropos = apropos
- # if don't have apropos (maybe on Windoze)
- #apropos = ""
-
diff --git a/app-text/tkman/files/tkman-CVE-2008-5137.diff b/app-text/tkman/files/tkman-CVE-2008-5137.diff deleted file mode 100644 index 2e9bcc2828d6..000000000000 --- a/app-text/tkman/files/tkman-CVE-2008-5137.diff +++ /dev/null @@ -1,278 +0,0 @@ -diff -urN tkman-2.2~/Makefile tkman-2.2/Makefile ---- tkman-2.2~/Makefile 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/Makefile 2008-12-05 17:37:55.000000000 -0600 -@@ -97,7 +97,7 @@ - # at the closest DPI in this list
- dpis = "75 100"
-
--
-+manxlongtmp = [exec mktemp -p /tmp tkman.XXXXXXXXXX]
- # # # MACHINE DEPENDENCIES # # #
-
- #manformat = {tbl | neqn | nroff -man }
-@@ -113,7 +113,7 @@ - # Lines are cached in .../man/cat<n>@<line-length>;
- # that is, the line length is appended to the usual cache directory names
- #manformat = {groff -te -Tascii -man /tmp/ll -}
--manformat = {groff -te -Tlatin1 -man /tmp/ll -}
-+manformat = "groff -te -Tlatin1 -mandoc $$manx(longtmp) -"
- # Ultrix users should uncomment the following line (you don't have eqn)
- #manformat = {tbl | nroff -man }
- # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff
-@@ -362,6 +362,7 @@ - echo 'set man(texinfodir) $(texinfodir)' >> tkman
- echo 'set man(gzgrep) $(gzgrep)' >> tkman
- echo 'set man(rfcdir) $(rfcdir)' >> tkman
-+ echo 'set manx(longtmp) $(manxlongtmp)' >> tkman
- echo 'set man(format) $(manformat)' >> tkman
- echo 'set man(printers) $(printers)' >> tkman
- echo 'set manx(dpis) $(dpis)' >> tkman
-diff -urN tkman-2.2~/contrib/outline.tcl tkman-2.2/contrib/outline.tcl ---- tkman-2.2~/contrib/outline.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/contrib/outline.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -71,7 +71,7 @@ -
- text [set t .inv] -font {Times 12 {}} -wrap word -borderwidth 3 -padx 5 -pady 5 -yscrollcommand "[set v .v] set"
- set finv [expr 1-[catch {$t tag configure invis -elide 1}]]
-- if !$finv { puts "you must apply the elided text patches first"; exit 0 }
-+ if !$finv { puts "you must apply the elided text patches first"; CLEANUP; exit 0 }
-
- scrollbar $v -orient vertical -command "$t yview"
-
-diff -urN tkman-2.2~/contrib/remote.tcl tkman-2.2/contrib/remote.tcl ---- tkman-2.2~/contrib/remote.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/contrib/remote.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -26,6 +26,7 @@ - if {$res=="1"} {set ready 1} - } elseif {[string match "*insecure*" info]} { - puts stderr "can't talk to an insecure server -- see send(n)" -+ CLEANUP - exit 1 - } - } -diff -urN tkman-2.2~/contrib/tkmanclient tkman-2.2/contrib/tkmanclient ---- tkman-2.2~/contrib/tkmanclient 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/contrib/tkmanclient 2008-12-05 17:37:55.000000000 -0600 -@@ -60,7 +60,7 @@ - } - - set tkman [ check_for_tkman ] --if { $tkman == 0 } { puts stderr "couldnt start tkman!"; exit 1; } -+if { $tkman == 0 } { puts stderr "couldnt start tkman!"; CLEANUP; exit 1; } - - set apropos 0 - set instNew 0 -diff -urN tkman-2.2~/database.tcl tkman-2.2/database.tcl ---- tkman-2.2~/database.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/database.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -41,6 +41,7 @@ - if {![llength $manx(manList)]} {
- puts stderr "Can't find any man pages!"
- puts stderr "MANPATH = $env(MANPATH)"
-+ CLEANUP
- exit 1
- }
-
-diff -urN tkman-2.2~/gui.tcl tkman-2.2/gui.tcl ---- tkman-2.2~/gui.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/gui.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -66,7 +66,7 @@ - wm protocol $w WM_SAVE_YOURSELF "manSave"
- wm command $w [concat $argv0 $argv]
- # aborts without saving .tkman
-- wm protocol $w WM_DELETE_WINDOW {exit 0}
-+ wm protocol $w WM_DELETE_WINDOW {CLEANUP; exit 0}
-
- # some braindead window managers ignore iconposition requests after window is iconified, so special setting here
- if {[regexp $manx(posnregexp) $manx(iconposition) all x y]} {wm iconposition $w $x $y}
-@@ -221,7 +221,7 @@ - -command "incr stat(checkpoint); manSave; manWinstdout \$curwin {[bolg $manx(startup) ~] updated}"
- # if {!$dup} { ... but menu shared!
- $m add separator
-- $m add command -label "Quit, don't update $manx(startup-short)" -command "exit 0"
-+ $m add command -label "Quit, don't update $manx(startup-short)" -command "CLEANUP; exit 0"
- # }
- }
-
-@@ -537,8 +537,8 @@ - "
-
- ### quit
-- button $w.quit -text "Quit" -command "manSave; exit 0" -padx 4
-- if {!$manx(quit)} {$w.quit configure -command "exit 0"}
-+ button $w.quit -text "Quit" -command "manSave; CLEANUP; exit 0" -padx 4
-+ if {!$manx(quit)} {$w.quit configure -command "CLEANUP; exit 0"}
- if {$dup} {
- $w.quit configure -text "Close" -command "
- destroy $w; incr manx(outcnt) -1; manOutput
-diff -urN tkman-2.2~/manpath.tcl tkman-2.2/manpath.tcl ---- tkman-2.2~/manpath.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/manpath.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -138,6 +138,7 @@ - if {![llength $manx(paths)]} {
- if {$manx(manpath-warnings) ne ""} {puts stderr $manx(manpath-warnings)}
- puts stderr "NO VALID DIRECTORIES IN MANPATH!\a"
-+ CLEANUP
- exit 1
- }
- }
-diff -urN tkman-2.2~/prefs.tcl tkman-2.2/prefs.tcl ---- tkman-2.2~/prefs.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/prefs.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -365,7 +365,7 @@ - pack $g.nroffsave $g.columns $g.fsstnd-always $g.texinfodir $g.recentdays $g.preferTexinfo $g.tryfuzzy $g.preferGNU \
- $g.maxglimpse $g.maxglimpseexcerpt $g.indexglimpse $g.glimpsestrays $g.indexalso \
- -fill x -pady 3 -padx 4
-- if {![string match "*groff*/tmp/ll -*" $man(format)]} {pack forget $g.columns}
-+ if {![string match "*groff*$manx(longtmp) -*" $man(format)]} {pack forget $g.columns}
-
-
-
-@@ -791,7 +791,7 @@ - bold {set weight "bold"}
- italics {set slant "italic"}
- bold-italics {set weight "bold"; set slant "italic"}
-- default {puts stderr "nonexistent style: $style"; exit 1}
-+ default {puts stderr "nonexistent style: $style"; CLEANUP; exit 1}
- }
-
- # specify s,m,l within small,medium,large; or set absolute point size
-diff -urN tkman-2.2~/taputils.tcl tkman-2.2/taputils.tcl ---- tkman-2.2~/taputils.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/taputils.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -98,7 +98,7 @@ - proc assert {bool msg {boom 0}} { - if {!$bool} { - puts stderr $msg -- if {$boom} {exit 1} -+ if {$boom} {CLEANUP; exit 1} - } - } - -diff -urN tkman-2.2~/tkman.tcl tkman-2.2/tkman.tcl ---- tkman-2.2~/tkman.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/tkman.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -539,7 +539,7 @@ - proc manMenuFit {m} {
- global man manx
-
-- if {[winfo class $m]!="Menu"} {puts stderr "$m not of Menu class"; exit 1}
-+ if {[winfo class $m]!="Menu"} {puts stderr "$m not of Menu class"; CLEANUP; exit 1}
- if {[$m index last] eq "none"} return
-
- set sh [winfo screenheight $m]
-@@ -1827,7 +1827,7 @@ - if {$inx<[llength $manx(binvars)]} {
- after 1000 manBinCheck $inx $err
- } else {
-- if {$err} {exit 1}
-+ if {$err} {CLEANUP; exit 1}
- .occ entryconfigure "Statistics*" -state normal
- }
-
-@@ -1850,6 +1850,7 @@ - }
- puts -nonewline "tkman"
- foreach line [split [textmanip::linebreak $helptxt 70] "\n"] { puts "\t$line" }
-+ CLEANUP
- exit 0
- }
- -M {set env(MANPATH) $val; incr i}
-@@ -1868,11 +1869,11 @@ - -start* {set manx(startup) $val; incr i}
- -data* {puts stderr "-database option obsolete: database kept in memory"; incr i}
- --v* -
-- -v* {puts stdout "TkMan v$manx(version) of $manx(date)"; exit 0}
-+ -v* {puts stdout "TkMan v$manx(version) of $manx(date)"; CLEANUP; exit 0}
- -t* {set manx(title) $val; incr i}
- -d* {set manx(debug) 1; set manx(quit) 0; set manx(iconify) 0}
- -nod* {set manx(debug) 0}
-- -* {puts stdout "[file tail $argv0]: unrecognized option: $arg"; exit 1}
-+ -* {puts stdout "[file tail $argv0]: unrecognized option: $arg"; CLEANUP; exit 1}
- default {
- after 2000 manShowMan $arg {{}} .man
- # permit several??? add extras to History?
-@@ -1888,6 +1889,7 @@ - proc ASSERT {args} {
- if {![uplevel 1 eval $args]} {
- puts "ASSERTION VIOLATED: $args"
-+ CLEANUP
- exit 1
- }
- }
-@@ -1906,7 +1908,10 @@ - set manx(lastclick) $clicknow
- }
-
--
-+proc CLEANUP {} {
-+ global manx
-+ if { [file exists $manx(longtmp)] == 1 } { file delete $manx(longtmp) }
-+}
-
-
- ##################################################
-@@ -1919,6 +1924,7 @@ - if {[package vcompare [info tclversion] $manx(mintcl)]==-1 || [package vcompare $tk_version $manx(mintk)]==-1} {
- puts -nonewline stderr "Tcl $manx(mintcl)/Tk $manx(mintk) minimum versions required. "
- puts stderr "You have Tcl [info tclversion]/Tk $tk_version"
-+ CLEANUP
- exit 1
- } elseif {int([info tclversion])-int($manx(mintcl))>=1 || int($tk_version)-int($manx(mintk))>=1} {
- puts stderr "New major versions of Tcl and/or Tk may have introduced\nincompatibilies in TkMan.\nCheck the TkMan home site for a possible new version.\n"
-@@ -2111,7 +2117,6 @@ - set manx(line-scale) 1; set manx(screen-scale) 45; set manx(page-scale) [expr int(60*1.5)]
- set man(error-effect) "bell & flash"; set manx(error-effect-v) [set manx(error-effect-t) {"bell & flash" "bell" "flash" "none"}]
- set man(columns) 65; set manx(columns-v) {65 90 130 5000}; set manx(columns-t) {"65 (most compatible)" 90 130 "wrap to screen width"}; # no one would want shorter lines
--set manx(longtmp) /tmp/ll
- set man(volcol) 4.0c; set manx(volcol-v) {0 1.5c 2.0c 2.5c 3.0c 3.5c 4.0c 4.5c 5.0c 7.5c 10.0c}; set manx(volcol-t) {"no columns" "1.5 cm" "2 cm" "2.5 cm/~1 inch" "3 cm" "3.5 cm" "4 cm" "4.5 cm" "5.0 cm/~2 inches" "7.5 cm" "10 cm"}
- set man(apropostab) "4.5c"; set manx(apropostab-v) {0 3.0c 4.0c 4.5c 5.0c 5.5c 6.0c 7.5c 10.0c}; set manx(apropostab-t) {"none" "3 cm" "4 cm" "4.5 cm" "5 cm" "5.5 cm" "6 cm" "7.5 cm" "10 cm"}
- #set man(showoutsub) ""
-@@ -2258,7 +2263,7 @@ - regexp {(\d\d\d\d)/(\d\d)/(\d\d)} {$Date: 2003/04/01 23:02:52 $} manx(date) y m d
- set manx(mtime) [clock scan "$m/$d/$y"]
- set manx(stray-warnings) ""
--if {[catch {set default(manList) 0}]} {puts "\aBLT conflicts with TkMan."; exit 1}
-+if {[catch {set default(manList) 0}]} {puts "\aBLT conflicts with TkMan."; CLEANUP; exit 1}
- set manx(manList) $man(manList)
- set manx(manTitleList) $man(manTitleList)
- set manx(userconfig) "### your additions go below"
-@@ -2385,6 +2390,7 @@ - if {[string match "#!*" [gets $fid line]]} {
- puts stderr "$manx(startup) looks like an executable."
- puts stderr "You should delete it, probably."
-+ CLEANUP
- exit 1
- }
-
-@@ -2613,6 +2619,7 @@ -
- if {[llength $man(manList)]!=[llength $man(manTitleList)]} {
- puts stderr "Length of section abbreviations differs from length of section titles:\n\nlength [llength $man(manList)]:\t$man(manList)\n\nlength [llength $man(manTitleList)]:\t$man(manTitleList)"
-+ CLEANUP
- exit 1
- }
-
-diff -urN tkman-2.2~/tkmandesc.tcl tkman-2.2/tkmandesc.tcl ---- tkman-2.2~/tkmandesc.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/tkmandesc.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -152,6 +152,7 @@ - foreach n [concat $from $to] {
- if {[lsearch $mani(manList) $n]==-1} {
- puts stderr "$cmd: Section letter `$n' doesn't exist."
-+ CLEANUP
- exit 1
- }
- }
-diff -urN tkman-2.2~/version.tcl tkman-2.2/version.tcl ---- tkman-2.2~/version.tcl 2003-04-01 17:31:38.000000000 -0600 -+++ tkman-2.2/version.tcl 2008-12-05 17:37:55.000000000 -0600 -@@ -80,7 +80,7 @@ -
- ### collect diffs
- # diff needs at least one of them to be a real file. want text of previous version around anyhow
-- set tmpf /tmp/tkman[pid]
-+ set tmpf [exec mktemp -p /tmp tkman.XXXXXXXXXX]
- # $man(changeleft) $man(zaphy) -- obsolete options
- set format "$man(format) | $manx(rman) -f ASCII -N"
- #puts "creating $tmpf (old)"
diff --git a/app-text/tkman/files/tkman.desktop b/app-text/tkman/files/tkman.desktop deleted file mode 100644 index 25a2cdcbf790..000000000000 --- a/app-text/tkman/files/tkman.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=TkMan -Comment=Graphical man page and info viewer -Exec=tkman -Icon=TkMan.gif -Terminal=false -Type=Application -Categories=Utility; - diff --git a/app-text/tkman/metadata.xml b/app-text/tkman/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/tkman/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tkman/tkman-2.2-r3.ebuild b/app-text/tkman/tkman-2.2-r3.ebuild deleted file mode 100644 index 5ba830e9d44f..000000000000 --- a/app-text/tkman/tkman-2.2-r3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop - -DESCRIPTION="Graphical, hypertex man and info page browser" -HOMEPAGE="https://sourceforge.net/projects/tkman/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" - -DEPEND=" - >=app-text/rman-3.1 - >=dev-lang/tcl-8.4:= - >=dev-lang/tk-8.4:= -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-2.2-gentoo.diff \ - "${FILESDIR}"/${PN}-CVE-2008-5137.diff -) - -src_install() { - local DOCS=( ANNOUNCE-tkman.txt CHANGES README-tkman ) - local HTML_DOCS=( manual.html ) - - dodir /usr/bin - default - - doicon contrib/TkMan.gif - - domenu "${FILESDIR}"/tkman.desktop -} diff --git a/app-text/tofrodos/Manifest b/app-text/tofrodos/Manifest deleted file mode 100644 index 727570bb4994..000000000000 --- a/app-text/tofrodos/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tofrodos-1.7.13.tar.gz 99975 BLAKE2B 677b5cf7b1ef061b86a60229e083dc19ddcb7887b1319685ccd5a50493c1f02feb8556db3c2866f3ca1851304d0e97592a8abdd880a5f4e70eb7032f4238445d SHA512 629804caf20ac7bfc6f47637b7bc575766f032e324142df3be14347f050c61d969e023f8fed0ce5c87d8fc57b25c60c4e0214600738c5079d5e731045dae4843 diff --git a/app-text/tofrodos/files/tofrodos-1.7.13-CFLAGS.patch b/app-text/tofrodos/files/tofrodos-1.7.13-CFLAGS.patch deleted file mode 100644 index dafdf66838ed..000000000000 --- a/app-text/tofrodos/files/tofrodos-1.7.13-CFLAGS.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -56,10 +56,6 @@ OBJS = emsg.o \ - tofrodos.o \ - utility.o - --# implicit rules --.c.o: -- $(CC) $(CFLAGS) $< -- - # user visible rules - all: $(FROMDOS) $(TODOS) - diff --git a/app-text/tofrodos/metadata.xml b/app-text/tofrodos/metadata.xml deleted file mode 100644 index 6295db35d2b3..000000000000 --- a/app-text/tofrodos/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tofrodos/tofrodos-1.7.13.ebuild b/app-text/tofrodos/tofrodos-1.7.13.ebuild deleted file mode 100644 index 23f51043153c..000000000000 --- a/app-text/tofrodos/tofrodos-1.7.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit toolchain-funcs - -DESCRIPTION="Utility that converts ASCII files between the MSDOS and the Unix format" -HOMEPAGE="http://tofrodos.sourceforge.net/" -SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}/src" - -PATCHES=( "${FILESDIR}"/${PN}-1.7.13-CFLAGS.patch ) - -src_compile() { - emake DEBUG=1 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - CC="$(tc-getCC)" -} - -src_install() { - dobin fromdos - dosym fromdos /usr/bin/todos - doman fromdos.1 -} diff --git a/app-text/tokyodystopia/Manifest b/app-text/tokyodystopia/Manifest deleted file mode 100644 index 9052cade0c57..000000000000 --- a/app-text/tokyodystopia/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tokyodystopia-0.9.15.tar.gz 158522 BLAKE2B 624efe5ab587b8fcb63c6365862851ec8f3e596a9d75b48a273e008fadc0919004c6163ca54600b741289ed9f16f9e6d003766a4562f3df6214d48e3ff647ada SHA512 14e956ea6d84c3e00f1af5b8fd7e7ded8e886d585d80f492119521594826e21dd556b875b9552203c9d2f9e2830b15078d635a62975162436a7c2a13387086dd diff --git a/app-text/tokyodystopia/files/fix_ldconfig.patch b/app-text/tokyodystopia/files/fix_ldconfig.patch deleted file mode 100644 index e9c28b96bc9d..000000000000 --- a/app-text/tokyodystopia/files/fix_ldconfig.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -125,7 +125,6 @@ install : - cd man && cp -Rf $(MAN3FILES) $(DESTDIR)$(MAN3DIR) - mkdir -p $(DESTDIR)$(PCDIR) - cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR) -- [ "$$UID" == 0 ] && ldconfig || true - @printf '\n' - @printf '#================================================================\n' - @printf '# Thanks for using Tokyo Cabinet.\n' diff --git a/app-text/tokyodystopia/files/fix_rpath.patch b/app-text/tokyodystopia/files/fix_rpath.patch deleted file mode 100644 index 12c95a5778c3..000000000000 --- a/app-text/tokyodystopia/files/fix_rpath.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -55,8 +55,8 @@ - LDFLAGS = @MYLDFLAGS@ - CMDLDFLAGS = @MYCMDLDFLAGS@ - LIBS = @LIBS@ --LDENV = LD_RUN_PATH=/lib:/usr/lib:$(LIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@:. --RUNENV = @MYLDLIBPATHENV@=.:/lib:/usr/lib:$(LIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@ -+LDENV = -+RUNENV = @MYLDLIBPATHENV@=.:$(LIBDIR) - POSTCMD = @MYPOSTCMD@ - - ---- a/configure.in -+++ b/configure.in -@@ -26,31 +26,14 @@ - MYPCFILES="tokyodystopia.pc" - - # Building flags --MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char -O2" -+MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char" - MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1" --MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib" -+MYLDFLAGS="-L. -L\$(LIBDIR)" - MYCMDLDFLAGS="" - MYRUNPATH="\$(LIBDIR)" - MYLDLIBPATHENV="LD_LIBRARY_PATH" - MYPOSTCMD="true" - --# Building paths --PATH="$PATH:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" --PATH="$PATH:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/xpg4/bin:/usr/xpg6/bin:/usr/ucb" --CPATH="$HOME/include:/usr/local/include:$CPATH" --LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH" --LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH" --PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" --export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH --if type pkg-config > /dev/null 2>&1 --then -- PATH="$PATH:`pkg-config --variable=bindir tokyocabinet`" -- CPATH="$CPATH:`pkg-config --variable=includedir tokyocabinet`" -- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir tokyocabinet`" -- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir tokyocabinet`" --fi -- -- - - #================================================================ - # Options ---- a/tokyodystopia.pc.in -+++ b/tokyodystopia.pc.in -@@ -10,5 +10,5 @@ - Name: Tokyo Dystopia - Description: a full-text search system - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -ltokyodystopia @LIBS@ -+Libs: -L${libdir} -ltokyodystopia - Cflags: -I${includedir} diff --git a/app-text/tokyodystopia/files/remove_docinst.patch b/app-text/tokyodystopia/files/remove_docinst.patch deleted file mode 100644 index 5b8fe1e8acd7..000000000000 --- a/app-text/tokyodystopia/files/remove_docinst.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -117,8 +117,6 @@ install : - cp -Rf $(COMMANDFILES) $(DESTDIR)$(BINDIR) - mkdir -p $(DESTDIR)$(LIBEXECDIR) - cp -Rf $(CGIFILES) $(DESTDIR)$(LIBEXECDIR) -- mkdir -p $(DESTDIR)$(DATADIR) -- cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DATADIR) - mkdir -p $(DESTDIR)$(MAN1DIR) - cd man && cp -Rf $(MAN1FILES) $(DESTDIR)$(MAN1DIR) - mkdir -p $(DESTDIR)$(MAN3DIR) diff --git a/app-text/tokyodystopia/metadata.xml b/app-text/tokyodystopia/metadata.xml deleted file mode 100644 index 6295db35d2b3..000000000000 --- a/app-text/tokyodystopia/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild deleted file mode 100644 index a384bbf797c7..000000000000 --- a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A fulltext search engine for Tokyo Cabinet" -HOMEPAGE="https://fallabs.com/tokyodystopia/" -SRC_URI="https://fallabs.com/tokyodystopia/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="dev-db/tokyocabinet" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/fix_rpath.patch - "${FILESDIR}"/fix_ldconfig.patch - "${FILESDIR}"/remove_docinst.patch -) - -src_configure() { - econf --libexecdir="${EPREFIX}"/usr/libexec/${PN} -} - -src_test() { - emake -j1 check -} - -src_install() { - HTML_DOCS=( doc/. ) - - default - - if use examples; then - docinto example - dodoc example/. - fi -} diff --git a/app-text/trang/Manifest b/app-text/trang/Manifest deleted file mode 100644 index 62ce12d8b9fd..000000000000 --- a/app-text/trang/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST trang-20241231.tar.gz 14317272 BLAKE2B 420bd2148f90bbda03d91c0e748fb785e89286e5b9b565cc31e81306e5c832a6b683b51bd132b7f16e7cbce798eaf1b13d23a4b035ef77a1b13bb25366866523 SHA512 6e0d9c69b5fe663b2e014e0a30b6d92018a349b982698631f346a1fe7657e8a8c5b785df1c1188f4caf61acfccbaf9fc2f6478f2dfb425ef6ef510a865bdaaa3 diff --git a/app-text/trang/files/trang-20220510-CompactSyntaxTokenManager.patch b/app-text/trang/files/trang-20220510-CompactSyntaxTokenManager.patch deleted file mode 100644 index ef633528e5fc..000000000000 --- a/app-text/trang/files/trang-20220510-CompactSyntaxTokenManager.patch +++ /dev/null @@ -1,130 +0,0 @@ -# mod/rng-parse/mod.xml lines 16-17 - 's/java.io.IOException/EOFException/' - ---- a/gensrc/main/com/thaiopensource/relaxng/parse/compact/CompactSyntaxTokenManager.java -+++ b/gensrc/main/com/thaiopensource/relaxng/parse/compact/CompactSyntaxTokenManager.java -@@ -219,7 +219,7 @@ private int jjMoveStringLiteralDfa0_0(){ - } - private int jjMoveStringLiteralDfa1_0(long active0){ - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(0, active0); - return 1; - } -@@ -264,7 +264,7 @@ private int jjMoveStringLiteralDfa2_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(0, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(1, active0); - return 2; - } -@@ -307,7 +307,7 @@ private int jjMoveStringLiteralDfa3_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(1, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(2, active0); - return 3; - } -@@ -342,7 +342,7 @@ private int jjMoveStringLiteralDfa4_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(2, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(3, active0); - return 4; - } -@@ -387,7 +387,7 @@ private int jjMoveStringLiteralDfa5_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(3, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(4, active0); - return 5; - } -@@ -426,7 +426,7 @@ private int jjMoveStringLiteralDfa6_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(4, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(5, active0); - return 6; - } -@@ -465,7 +465,7 @@ private int jjMoveStringLiteralDfa7_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(5, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(6, active0); - return 7; - } -@@ -492,7 +492,7 @@ private int jjMoveStringLiteralDfa8_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(6, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(7, active0); - return 8; - } -@@ -517,7 +517,7 @@ private int jjMoveStringLiteralDfa9_0(long old0, long active0){ - if (((active0 &= old0)) == 0L) - return jjStartNfa_0(7, old0); - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { -+ catch(EOFException e) { - jjStopStringLiteralDfa_0(8, active0); - return 9; - } -@@ -537,7 +537,7 @@ private int jjStartNfaWithStates_0(int pos, int kind, int state) - jjmatchedKind = kind; - jjmatchedPos = pos; - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { return pos + 1; } -+ catch(EOFException e) { return pos + 1; } - return jjMoveNfa_0(state, pos + 1); - } - static final long[] jjbitVec0 = { -@@ -1131,7 +1131,7 @@ private int jjMoveNfa_0(int startState, int curPos) - if ((i = jjnewStateCnt) == (startsAt = 43 - (jjnewStateCnt = startsAt))) - return curPos; - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { return curPos; } -+ catch(EOFException e) { return curPos; } - } - } - private int jjMoveStringLiteralDfa0_1() -@@ -1294,7 +1294,7 @@ private int jjMoveNfa_1(int startState, int curPos) - if ((i = jjnewStateCnt) == (startsAt = 10 - (jjnewStateCnt = startsAt))) - return curPos; - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { return curPos; } -+ catch(EOFException e) { return curPos; } - } - } - private int jjMoveStringLiteralDfa0_2() -@@ -1427,7 +1427,7 @@ private int jjMoveNfa_2(int startState, int curPos) - if ((i = jjnewStateCnt) == (startsAt = 7 - (jjnewStateCnt = startsAt))) - return curPos; - try { curChar = input_stream.readChar(); } -- catch(java.io.IOException e) { return curPos; } -+ catch(EOFException e) { return curPos; } - } - } - -@@ -1686,7 +1686,7 @@ public Token getNextToken() - String error_after = null; - boolean EOFSeen = false; - try { input_stream.readChar(); input_stream.backup(1); } -- catch (java.io.IOException e1) { -+ catch (EOFException e1) { - EOFSeen = true; - error_after = curPos <= 1 ? "" : input_stream.GetImage(); - if (curChar == '\n' || curChar == '\r') { diff --git a/app-text/trang/metadata.xml b/app-text/trang/metadata.xml deleted file mode 100644 index 3f89ec24b9fb..000000000000 --- a/app-text/trang/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/trang/trang-20241231.ebuild b/app-text/trang/trang-20241231.ebuild deleted file mode 100644 index a4eb0d1b0f77..000000000000 --- a/app-text/trang/trang-20241231.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc test" -JAVA_TESTING_FRAMEWORKS="testng" - -inherit java-pkg-2 java-pkg-simple prefix - -DESCRIPTION="Multi-format schema converter based on RELAX NG" -HOMEPAGE="http://thaiopensource.com/relaxng/trang.html" -SRC_URI="https://github.com/relaxng/jing-trang/archive/V${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/jing-${P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64" - -BDEPEND=" - app-i18n/unicode-data - dev-java/saxon:9 -" - -CP_DEPEND=" - dev-java/xerces:2 - dev-java/xml-commons-resolver:0 -" - -JAVACC_SLOT="7.0.13" - -DEPEND=" - ${CP_DEPEND} - dev-java/javacc:${JAVACC_SLOT} - dev-java/testng:0 - >=virtual/jdk-1.8:* -" - -RDEPEND=" - ${CP_DEPEND} - >=virtual/jre-1.8:* -" - -JAVA_CLASSPATH_EXTRA="testng" -JAVA_GENTOO_CLASSPATH_EXTRA="util:helper" -JAVA_JAR_FILENAME="trang.jar" -JAVA_MAIN_CLASS="com.thaiopensource.relaxng.translate.Driver" -JAVA_RESOURCE_DIRS=( meta resources/src/main ) -JAVA_SRC_DIR=( {gen,}src/main ) -JAVA_TEST_RESOURCE_DIRS="src/test" -JAVA_TEST_SRC_DIR="src/test" - -src_prepare() { - java-pkg-2_src_prepare - java-pkg_clean - - eprefixify mod/regex/mod.xml # Do we still need this? - - # javac of old openjdk:8 does not create its output directory, see bug #934306 - # separating some sources which are needed only for compilation - mkdir helper util || die - cp -r mod/{catalog,datatype,jaxp,pattern,resolver,rng-parse}/src helper || die - - # most of the mods are not needed for the final trang.jar - rm -r mod/{dtdinst,nvdl,picl,rng-jarv,rng-validate,schematron,validate,xerces} || die - rm -r mod/{jaxp,pattern,rng-jaxp} || die - - # move all remainig stuff to "src/main" resp. "src/test" - mkdir -p resources src meta/META-INF/services || die - mv {mod/,}regex-gen || die # but not this one which is needed in two JAVA_SRC_DIRs - cp -r mod/*/src/{main,test} src || die - - # populate META-INF/services - echo com.thaiopensource.datatype.xsd.DatatypeLibraryFactoryImpl \ - > meta/META-INF/services/org.relaxng.datatype.DatatypeLibraryFactory || die - echo com.thaiopensource.datatype.xsd.regex.xerces2.RegexEngineImpl \ - > meta/META-INF/services/com.thaiopensource.datatype.xsd.regex.RegexEngine || die - - echo "version=${PV}" \ - > src/main/com/thaiopensource/relaxng/translate/resources/Version.properties || die - - # java-pkg-simple expects resources in JAVA_RESOURCE_DIRS - find src -type f ! -name '*.java' ! -name 'CompactSyntax.jj' ! -name 'package.html' \ - | xargs cp --parent -t resources || die - - # code generation according to mod/rng-parse/mod.xml - local OUT_DIR="gensrc/main/com/thaiopensource/relaxng/parse/compact" - mkdir -p "${OUT_DIR}" - "javacc-${JAVACC_SLOT}" -GRAMMAR_ENCODING=UTF-8 \ - -JDK_VERSION=1.8 \ - -OUTPUT_DIRECTORY="${OUT_DIR}" \ - helper/src/main/com/thaiopensource/relaxng/parse/compact/CompactSyntax.jj \ - || die "Code generation with java.jj failed" - rm "${OUT_DIR}/JavaCharStream.java" || die - - # mod/rng-parse/mod.xml lines 16-17 - 's/java.io.IOException/EOFException/' - eapply "${FILESDIR}/trang-20220510-CompactSyntaxTokenManager.patch" || die -} - -src_compile() { - einfo "Compiling some classes needed for code generation" - ejavac -d util \ - $(find regex-gen/src/main mod/util/src/main -name "*.java") || die - - einfo "Code generation" - "$(java-config -J)" -cp "util" \ - com.thaiopensource.datatype.xsd.regex.java.gen.NamingExceptionsGen \ - "com.thaiopensource.datatype.xsd.regex.java.NamingExceptions" \ - "src/main" || die - - "$(java-config -J)" -cp "util" \ - com.thaiopensource.datatype.xsd.regex.java.gen.CategoriesGen \ - "com.thaiopensource.datatype.xsd.regex.java.Categories" \ - "src/main" \ - "/usr/share/unicode-data/UnicodeData.txt" || die - - einfo "Compiling classes which are not needed for the final trang.jar" - ejavac -d helper \ - -cp "util:$(java-pkg_getjars --build-only xml-commons-resolver)" \ - $(find gensrc/main helper/src/main -name "*.java") || die - - einfo "Compiling trang.jar" - java-pkg-simple_src_compile -} diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest deleted file mode 100644 index 63cff6ebf9c7..000000000000 --- a/app-text/tree/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0 SHA512 ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2 -DIST unix-tree-2.2.1.tar.bz2 56345 BLAKE2B c797082d53bedbc618008cab9e94cd9551db8348a5535d1aa266d6064ba70edee3259ae92e016f5b0ce2372b07701396c8e213aba6990def0f2b8b068ea27eee SHA512 0c6a9ef3cae8d3bdef0cb82b640bd8ed9e89b04c72cad52295b02e31ccfe3a64142d72c9f027e5657833c87131ad64bda2f32cb8d60371e0f8156cd8533ef41a -DIST unix-tree-2.3.2.tar.bz2 60500 BLAKE2B d8e1b599bbc4343c39c690d8c64a24e8ecc52aeb37b81c5e8223ae1ef93157b5a55a4dd2f6ac2a52ca759eb08cc18c0515eb4517322fcc3250e0a885f7f17e31 SHA512 7261781329048cd48143ab0a4ab162a4a775595b42842bed7806e949fb69dfd9c4594121de1230ae28cae293ff869ff303a4f1552891f4c046f33046e80963a4 diff --git a/app-text/tree/metadata.xml b/app-text/tree/metadata.xml deleted file mode 100644 index 6105e0207474..000000000000 --- a/app-text/tree/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>jstein@gentoo.org</email> - <name>Jonas Stein</name> - </maintainer> - <upstream> - <changelog>https://gitlab.com/OldManProgrammer/unix-tree/-/blob/master/CHANGES</changelog> - </upstream> - <longdescription>Tree is a recursive directory listing command that -produces a depth indented listing of files, which is colorized ala -dircolors if the LS_COLORS environment variable is set and output is to tty. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild deleted file mode 100644 index aba7e35ec4d9..000000000000 --- a/app-text/tree/tree-2.1.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Lists directories recursively, and produces an indented listing of files" -HOMEPAGE="https://oldmanprogrammer.net/source.php?dir=projects/tree https://gitlab.com/OldManProgrammer/unix-tree" -SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2" -S="${WORKDIR}/unix-${P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -src_compile() { - append-lfs-flags - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin tree - doman doc/tree*.1 - einstalldocs -} diff --git a/app-text/tree/tree-2.2.1.ebuild b/app-text/tree/tree-2.2.1.ebuild deleted file mode 100644 index f7d4f60aef6b..000000000000 --- a/app-text/tree/tree-2.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Lists directories recursively, and produces an indented listing of files" -HOMEPAGE="https://oldmanprogrammer.net/source.php?dir=projects/tree https://gitlab.com/OldManProgrammer/unix-tree" -SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2" -S="${WORKDIR}/unix-${P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -src_configure() { - tc-export CC -} - -src_install() { - dobin tree - doman doc/tree*.1 - einstalldocs -} diff --git a/app-text/tree/tree-2.3.2.ebuild b/app-text/tree/tree-2.3.2.ebuild deleted file mode 100644 index cd0357abf6f7..000000000000 --- a/app-text/tree/tree-2.3.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -inherit toolchain-funcs - -DESCRIPTION="Lists directories recursively, and produces an indented listing of files" -HOMEPAGE="https://oldmanprogrammer.net/source.php?dir=projects/tree https://gitlab.com/OldManProgrammer/unix-tree" -SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2" -S="${WORKDIR}/unix-${P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" - -src_configure() { - tc-export CC -} - -src_install() { - dobin tree - doman doc/tree*.1 - einstalldocs -} diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest deleted file mode 100644 index 67621d7651a1..000000000000 --- a/app-text/ttf2pk2/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 -DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 diff --git a/app-text/ttf2pk2/metadata.xml b/app-text/ttf2pk2/metadata.xml deleted file mode 100644 index a9d4b1db1f09..000000000000 --- a/app-text/ttf2pk2/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild deleted file mode 100644 index fd16896ba84e..000000000000 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" -S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -# Note about blockers: it is a freetype2 based replacement for ttf2pk and -# ttf2tfm from freetype1, so block freetype1. -# It installs some data that collides with -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012, -# meanwhile we can start dropping freetype1. -RDEPEND=" - >=dev-libs/kpathsea-6.2.1 - media-libs/freetype:2 - virtual/zlib:= -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf \ - --with-system-kpathsea \ - --with-system-freetype2 \ - --with-system-zlib -} diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20240311.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20240311.ebuild deleted file mode 100644 index fd16896ba84e..000000000000 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20240311.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" -S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -# Note about blockers: it is a freetype2 based replacement for ttf2pk and -# ttf2tfm from freetype1, so block freetype1. -# It installs some data that collides with -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012, -# meanwhile we can start dropping freetype1. -RDEPEND=" - >=dev-libs/kpathsea-6.2.1 - media-libs/freetype:2 - virtual/zlib:= -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf \ - --with-system-kpathsea \ - --with-system-freetype2 \ - --with-system-zlib -} diff --git a/app-text/ttf2pt1/Manifest b/app-text/ttf2pt1/Manifest deleted file mode 100644 index 6b6813ad2899..000000000000 --- a/app-text/ttf2pt1/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ttf2pt1-3.4.4.tgz 230547 BLAKE2B 58904765afad396692263d9f50017d299828ae847a254bf6a580a0a259dcd03da3d9a97fe370a53a936e70188dab3c96cf0f0ab9069474eef92b9fd31862e455 SHA512 ff2b41b0d54c2feb8565c4bcf9fbc2ce799aa6228815c2787e26127f6c0ca380114b3ab7a12fa50a52279a3452bcb91dbad5c661e83078f25036f69a4d1cf014 diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-man-pages.diff b/app-text/ttf2pt1/files/ttf2pt1-3.4.0-man-pages.diff deleted file mode 100644 index cd8fc2c69b39..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-man-pages.diff +++ /dev/null @@ -1,36 +0,0 @@ ---- a/ttf2pt1.1 -+++ b/ttf2pt1.1 -@@ -109,7 +109,8 @@ - .. - .\" @(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2 - . \" AM - accent mark definitions --.bd B 3 -+''' Next line commented because it garbles bold font when viewed with man-1.6 -+'''.bd B 3 - . \" fudge factors for nroff and troff - .if n \{\ - . ds #H 0 ---- a/ttf2pt1_convert.1 -+++ b/ttf2pt1_convert.1 -@@ -109,7 +109,8 @@ - .. - .\" @(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2 - . \" AM - accent mark definitions --.bd B 3 -+''' Next line commented because it garbles bold font when viewed with man-1.6 -+'''.bd B 3 - . \" fudge factors for nroff and troff - .if n \{\ - . ds #H 0 ---- a/ttf2pt1_x2gs.1 -+++ b/ttf2pt1_x2gs.1 -@@ -109,7 +109,8 @@ - .. - .\" @(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2 - . \" AM - accent mark definitions --.bd B 3 -+''' Next line commented because it garbles bold font when viewed with man-1.6 -+'''.bd B 3 - . \" fudge factors for nroff and troff - .if n \{\ - . ds #H 0 diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-LDFLAGS.patch b/app-text/ttf2pt1/files/ttf2pt1-3.4.4-LDFLAGS.patch deleted file mode 100644 index 0bb7b570595b..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-LDFLAGS.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -179,7 +179,7 @@ app/RPM/ttf2pt1.spec: app/RPM/ttf2pt1.spec.src version.h - sed 's/^Version:.*/Version: '`grep TTF2PT1_VERSION version.h| cut -d\" -f2`'/' <app/RPM/ttf2pt1.spec.src >$@ - - t1asm: t1asm.c -- $(CC) $(CFLAGS) -o t1asm -DSTANDALONE t1asm.c $(LIBS) -+ $(CC) $(CFLAGS) -o t1asm -DSTANDALONE t1asm.c $(LDFLAGS) $(LIBS) - - ttf2pt1.o: ttf2pt1.c ttf.h pt1.h global.h version.h - $(CC) $(CFLAGS) -c ttf2pt1.c -@@ -203,7 +203,7 @@ runt1asm.o: runt1asm.c global.h - $(CC) $(CFLAGS) $(CFLAGS_EXTT1ASM) -c runt1asm.c - - ttf2pt1: ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o -- $(CC) $(CFLAGS) -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o $(LIBS) -+ $(CC) $(CFLAGS) -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o $(LDFLAGS) $(LIBS) - - CHANGES: CHANGES.html - scripts/unhtml <CHANGES.html >CHANGES diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-Makefile.patch b/app-text/ttf2pt1/files/ttf2pt1-3.4.4-Makefile.patch deleted file mode 100644 index 8224c168c1a3..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-Makefile.patch +++ /dev/null @@ -1,81 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -9,7 +9,7 @@ - # - # Use GNU C even if it's not the default compiler - # --#CC=gcc -+CC=gcc - # - # Use the standard ANSI C compiler on HP-UX even if it's not default - # -@@ -60,18 +60,18 @@ - # (if the include and lib directory do not match your installation, - # modify them), also uncomment LIBS_FT - # --#CFLAGS_FT = -DUSE_FREETYPE -I/usr/local/include/freetype2 -I/usr/local/include -+CFLAGS_FT = -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include - - # - # The FreeType-2 library flags (disabled by default) - --LIBS_FT= -+#LIBS_FT= - - # To enable use of the FreeType-2 library - # (if the include and lib directory do not match your installation, - # modify them), also uncomment CFLAGS_FT - # --#LIBS_FT= -L/usr/local/lib -lfreetype -+LIBS_FT= -L/usr/lib -lfreetype - - # - # The flags for C compiler for the Autotrace library (disabled by default). -@@ -120,18 +120,18 @@ - # Installation-related stuff - # - # The base dir for installation and subdirs in it --INSTDIR = /usr/local -+INSTDIR = /usr - # for binaries - BINDIR = $(INSTDIR)/bin - # for binaries of little general interest - LIBXDIR = $(INSTDIR)/libexec/ttf2pt1 - # for scripts, maps/encodings etc. - SHAREDIR = $(INSTDIR)/share/ttf2pt1 --MANDIR = $(INSTDIR)/man -+MANDIR = $(INSTDIR)/share/man - - # owner and group of installed files - OWNER = root --GROUP = bin -+GROUP = root - - # After you have configured the Makefile, comment out the following - # definition: -@@ -244,17 +244,19 @@ - chmod -R go-w $(SHAREDIR) - scripts/inst_file ttf2pt1 $(BINDIR)/ttf2pt1 $(OWNER) $(GROUP) 0755 - [ -f $(BINDIR)/t1asm ] || scripts/inst_file t1asm $(LIBXDIR)/t1asm $(OWNER) $(GROUP) 0755 -- sed 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|;\ -- s|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|;\ -- s|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|;' <scripts/convert >cvt.tmp -+ sed -e 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|' \ -+ -e 's|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|' \ -+ -e 's|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|' \ -+ <scripts/convert >cvt.tmp - scripts/inst_file cvt.tmp $(BINDIR)/ttf2pt1_convert $(OWNER) $(GROUP) 0755 - scripts/inst_file cvt.tmp $(SHAREDIR)/scripts/convert $(OWNER) $(GROUP) 0755 - rm cvt.tmp - scripts/inst_file scripts/x2gs $(BINDIR)/ttf2pt1_x2gs $(OWNER) $(GROUP) 0755 - for i in $(MANS1); do { \ -- sed 's|TTF2PT1_BINDIR|$(BINDIR)|;\ -- s|TTF2PT1_LIBXDIR|$(LIBXDIR)|;\ -- s|TTF2PT1_SHAREDIR|$(SHAREDIR)|;' <$$i >$(MANDIR)/man1/$$i \ -+ sed -e 's|TTF2PT1_BINDIR|$(BINDIR)|' \ -+ -e 's|TTF2PT1_LIBXDIR|$(LIBXDIR)|' \ -+ -e 's|TTF2PT1_SHAREDIR|$(SHAREDIR)|' \ -+ <$$i >$(MANDIR)/man1/$$i \ - && chown $(OWNER) $(MANDIR)/man1/$$i \ - && chgrp $(GROUP) $(MANDIR)/man1/$$i \ - && chmod 0644 $(MANDIR)/man1/$$i \ diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-clang16.patch b/app-text/ttf2pt1/files/ttf2pt1-3.4.4-clang16.patch deleted file mode 100644 index cb54195872e9..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-clang16.patch +++ /dev/null @@ -1,61 +0,0 @@ -https://sourceforge.net/p/ttf2pt1/mailman/message/37804025/ -https://bugs.gentoo.org/881321 - -Avoid implicit ints and implicit function declarations, and build -failures with future compilers which do not support this pre-C99 -features by default. - ---- a/other/bmpfont.h -+++ b/other/bmpfont.h -@@ -2,7 +2,9 @@ - * see COPYRIGHT - */ - -+#include <stdlib.h> - -+void - fchkneg(file, line, rc, cmd) - char *file; - int line; -@@ -17,6 +19,7 @@ fchkneg(file, line, rc, cmd) - } - } - -+void - fchknull(file, line, rc, cmd) - char *file; - int line; ---- a/other/cmpf.c -+++ b/other/cmpf.c -@@ -14,7 +14,7 @@ - - #include "bmpfont.h" - -- -+int - main(ac, av) - int ac; - char **av; ---- a/other/dmpf.c -+++ b/other/dmpf.c -@@ -14,7 +14,7 @@ - - #include "bmpfont.h" - -- -+int - main(ac, av) - int ac; - char **av; ---- a/t1asm.c -+++ b/t1asm.c -@@ -59,6 +59,8 @@ static char portnotice[] = - # define WINDOWS_FUNCTIONS - # include "windows.h" - # endif -+#else -+# include <unistd.h> - #endif - - /* int32 must be at least 32-bit and uint16 must be at least 16-bit */ - diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype.patch b/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype.patch deleted file mode 100644 index a4c4e7b98716..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/ft.c -+++ b/ft.c -@@ -12,6 +12,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <sys/types.h> -+#include <ft2build.h> - #include <freetype/freetype.h> - #include <freetype/ftglyph.h> - #include <freetype/ftsnames.h> diff --git a/app-text/ttf2pt1/metadata.xml b/app-text/ttf2pt1/metadata.xml deleted file mode 100644 index 8acc6160b1ca..000000000000 --- a/app-text/ttf2pt1/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>fonts@gentoo.org</email> - <name>Fonts</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.4-r2.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.4-r2.ebuild deleted file mode 100644 index 34b09e2aa14e..000000000000 --- a/app-text/ttf2pt1/ttf2pt1-3.4.4-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="True Type Font to Postscript Type 1 Converter" -HOMEPAGE="https://ttf2pt1.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/ttf2pt1/${P}.tgz" - -LICENSE="ttf2pt1" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -DEPEND=">=media-libs/freetype-2.5.1:2" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-Makefile.patch - "${FILESDIR}"/${P}-LDFLAGS.patch - "${FILESDIR}"/${PN}-3.4.0-man-pages.diff - "${FILESDIR}"/${P}-freetype.patch - "${FILESDIR}"/${P}-clang16.patch -) - -src_prepare() { - default - - sed -i \ - -e "/^CC=/ { s:gcc:$(tc-getCC): }" \ - -e "/^CFLAGS_SYS=/ { s:-O.*$:${CFLAGS}: }" \ - -e "/^LIBS_FT=/ { s:-L/usr/lib:-L${ESYSROOT}/usr/$(get_libdir): }" \ - -e "s:-I/usr/include/freetype2 -I/usr/include:$($(tc-getPKG_CONFIG) --cflags freetype2):" \ - -e "s:-L/usr/lib -lfreetype:$($(tc-getPKG_CONFIG) --libs freetype2):" \ - -e "/^LIBXDIR =/ { s:libexec:$(get_libdir): }" \ - -e "/chown/d" \ - -e "/chgrp/d" \ - -e "/chmod/d" \ - Makefile || die -} - -src_install() { - emake INSTDIR="${ED}"/usr install - dodir /usr/share/doc/${PF} - - pushd "${ED}"/usr/share/ttf2pt1 > /dev/null || die - rm -r app other || die - mv [A-Z]* ../doc/${PF} || die - popd > /dev/null || die -} diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest deleted file mode 100644 index 5090477b91dd..000000000000 --- a/app-text/txt2man/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txt2man-1.7.1.tar.gz 15976 BLAKE2B 6d9d3947b3ed76e62c1295431f22a1eb00e9e9068623cae7a3ac853aa6fc4b5bda1db8969fbf2798b84daf84a46ad29e9bf9945cf62b51b90592300e255a3e2b SHA512 550b1d30a4435f35d03920d89f5f2adc2a937de7575c4ddc51ee9f4fe370975b45e51f5aec0eb865ead4b16d88ad31f3150cd3235362b1fc7e6d7b3c6233852a diff --git a/app-text/txt2man/metadata.xml b/app-text/txt2man/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/txt2man/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/txt2man/txt2man-1.7.1.ebuild b/app-text/txt2man/txt2man-1.7.1.ebuild deleted file mode 100644 index 7657f2b638ad..000000000000 --- a/app-text/txt2man/txt2man-1.7.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Scripts to convert regular ASCII text to man pages" -HOMEPAGE="https://github.com/mvertes/txt2man" -SRC_URI="https://github.com/mvertes/txt2man/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="" - -RDEPEND="app-shells/bash - sys-apps/gawk" - -S="${WORKDIR}/${PN}-${P}" - -DOCS=( Changelog README ) - -src_install() { - emake prefix="${ED}/usr" install - einstalldocs -} diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest deleted file mode 100644 index 3b4bb7d6b4b4..000000000000 --- a/app-text/txt2tags/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txt2tags-3.9.tar.gz 252334 BLAKE2B 2052af87989b636cc3ed99b3fa8f884abbb175a19af709396b96ede9f10afca4d6764651b3c35ce60e52dad687b8f9b7b7b31f6d01a23a58c7c328a084067f7b SHA512 f2a1b0a671049595f12a05ca68acd860002bde9b8510eb9379ad9bdf94026b30522d670d39f2beffafa50104b44b2a3394aa090297ef92b46837c9a8e7e728ea diff --git a/app-text/txt2tags/metadata.xml b/app-text/txt2tags/metadata.xml deleted file mode 100644 index 3a8349e6ffc5..000000000000 --- a/app-text/txt2tags/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/txt2tags/txt2tags-3.9-r1.ebuild b/app-text/txt2tags/txt2tags-3.9-r1.ebuild deleted file mode 100644 index 86edcd4dc8c5..000000000000 --- a/app-text/txt2tags/txt2tags-3.9-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" -HOMEPAGE="https://txt2tags.org" -SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~x64-macos" - -python_test() { - cd test || die - "${EPYTHON}" run.py || die "Tests failed with ${EPYTHON}" -} diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest deleted file mode 100644 index 8988b9399383..000000000000 --- a/app-text/u2ps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST u2ps-1.2.tar.gz 110917 BLAKE2B 223aec319d36191032e45a73d9053a970ef76c780c9260e3d6a3799c24f80eb0bddd645de87806570844c3e4e763a2eb1929d44bf122daeaebcefd711d61d35d SHA512 3c5c12b50b6d2d50c67a1051375aeb4cfb32a2c8c898837313ac7ff4a11f30c4625f71f77203f7b1367b1ccdb9143a1106b99deaef8f964af3d08336ce686198 diff --git a/app-text/u2ps/files/u2ps-1.1-nostrip.patch b/app-text/u2ps/files/u2ps-1.1-nostrip.patch deleted file mode 100644 index 33ac79c4909e..000000000000 --- a/app-text/u2ps/files/u2ps-1.1-nostrip.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ruN u2ps-1.1.orig/Makefile u2ps-1.1/Makefile ---- u2ps-1.1.orig/Makefile 2019-02-17 20:01:48.000000000 +0100 -+++ u2ps-1.1/Makefile 2019-12-22 20:43:17.667058496 +0100 -@@ -18,8 +18,8 @@ - - install: - install -dm 0755 $(DESTDIR)$(bindir) -- install -sm 0755 u2ps $(DESTDIR)$(bindir)/u2ps -- install -sm 0755 psfrem $(DESTDIR)$(bindir)/psfrem -+ install -m 0755 u2ps $(DESTDIR)$(bindir)/u2ps -+ install -m 0755 psfrem $(DESTDIR)$(bindir)/psfrem - install -dm 0755 $(DESTDIR)$(basedir) - install -dm 0755 $(DESTDIR)$(basedir)/ProcSet - install -m 0644 res/*.ps $(DESTDIR)$(basedir) diff --git a/app-text/u2ps/files/u2ps-1.2-respect-ldflags.patch b/app-text/u2ps/files/u2ps-1.2-respect-ldflags.patch deleted file mode 100644 index a9d4ac5e1ebf..000000000000 --- a/app-text/u2ps/files/u2ps-1.2-respect-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 8a526f0..88b90b3 100644 ---- a/Makefile -+++ b/Makefile -@@ -11,7 +11,7 @@ u2ps: u2ps.o u2ps_opts.o u2ps_data.o u2ps_file.o u2ps_page.o u2ps_pswr.o \ - ttf2pt42: ttf2pt42.o warn.o - - %: %.o -- $(CC) -o $@ $(filter %.o,$^) -+ $(CC) -o $@ $(filter %.o,$^) ${LDFLAGS} - - .c.o: - $(CC) $(CFLAGS) -o $@ -c $< diff --git a/app-text/u2ps/metadata.xml b/app-text/u2ps/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/u2ps/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/u2ps/u2ps-1.2-r1.ebuild b/app-text/u2ps/u2ps-1.2-r1.ebuild deleted file mode 100644 index 93bb789cdacc..000000000000 --- a/app-text/u2ps/u2ps-1.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="https://github.com/arsv/u2ps" -SRC_URI="https://github.com/arsv/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND="app-text/ghostscript-gpl" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.1-nostrip.patch" - "${FILESDIR}/${PN}-1.2-respect-ldflags.patch" -) - -src_configure() { - # bug #945504 - append-flags -std=gnu17 - # this isnt autoconf, so econf fails... - tc-export CC - ./configure \ - --prefix="${EPREFIX}"/usr \ - --datadir="${EPREFIX}"/usr/share \ - --mandir="${EPREFIX}"/usr/share/man \ - --with-gs="${EPREFIX}"/usr/bin/gs \ - || die 'configure failed' -} diff --git a/app-text/uchmviewer/Manifest b/app-text/uchmviewer/Manifest deleted file mode 100644 index 48d6df27b328..000000000000 --- a/app-text/uchmviewer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uchmviewer-8.5.tar.gz 448627 BLAKE2B 9ff275f184af3cec79022342fd7dcf3b56f46589ea17765b174f51a4ca06cb3ea434f59b5f0882b55a4b32ec9d6a71d7cf730e14550229ac05bb90ffd60f9ae3 SHA512 19242ade5b32eb5cde6c7158a99e57aaf98903666f9663385c5adc48b742708b9c9820fbd00b71f59893d918330d0d665835845543647caae13416d7d1b259d6 diff --git a/app-text/uchmviewer/metadata.xml b/app-text/uchmviewer/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/uchmviewer/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/uchmviewer/uchmviewer-8.5.ebuild b/app-text/uchmviewer/uchmviewer-8.5.ebuild deleted file mode 100644 index b2258da104f0..000000000000 --- a/app-text/uchmviewer/uchmviewer-8.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=uChmViewer -inherit cmake xdg - -DESCRIPTION="Feature rich chm file viewer, based on Qt" -HOMEPAGE="https://github.com/eBookProjects/uChmViewer" -SRC_URI="https://github.com/eBookProjects/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - dev-libs/chmlib - dev-libs/libzip:= - dev-qt/qt5compat:6 - dev-qt/qtbase:6[dbus,gui,network,widgets,xml] - dev-qt/qtwebengine:6[widgets] -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS.md ChangeLog DBUS-bindings README.md ) - -src_configure() { - local mycmakeargs=( - -DAPP_QT_VERSION=6 - -DUSE_DBUS=ON - -DUSE_GETTEXT=ON - -DUSE_WEBENGINE=ON - ) - cmake_src_configure -} diff --git a/app-text/unac/Manifest b/app-text/unac/Manifest deleted file mode 100644 index fc1ab0599259..000000000000 --- a/app-text/unac/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unac_1.8.0.orig.tar.gz 281807 BLAKE2B 1c566d75eef70b37cc6e8d4840d5712783ec01e2cf6ed5dc39a10b5da2af2c35928b62a1e6592bae1bb21682c3a0410582158661b4989f0ecbea80220bd256d9 SHA512 770508daabe7f1cf2fdd2c7cb0f88ed6363a091320547e1f5cafc32db6506c18548be98f6c5780757f3dc914c372a27a336865a0cd92c0a5503245fbb25ca3c8 diff --git a/app-text/unac/files/unac-1.8.0-automake-1.13.1.patch b/app-text/unac/files/unac-1.8.0-automake-1.13.1.patch deleted file mode 100644 index eaad52a53f14..000000000000 --- a/app-text/unac/files/unac-1.8.0-automake-1.13.1.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 43e4c8788491c378862654933cc6d59d46f571c6 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Mon, 22 Jul 2013 23:07:04 -0400 -Subject: [PATCH] build: modernize for automake-1.14 - -https://bugs.gentoo.org/show_bug.cgi?id=467618 ---- - Makefile.am | 2 +- - configure.ac | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index b4c658c..b40192e 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -20,7 +20,7 @@ - # Documentation - # - man_MANS = unaccent.1 unac.3 --INCLUDES = -DUNAC_VERSION=\"$(VERSION)\" -+AM_CPPFLAGS = -DUNAC_VERSION=\"$(VERSION)\" - - # - # Support programs -diff --git a/configure.ac b/configure.ac -index 4a4eab6..444a9d5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -26,7 +26,7 @@ AC_SUBST(MICRO_VERSION) - AM_INIT_AUTOMAKE([unac], $VERSION, nosubst) - AC_PREREQ(2.50) - --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS([config.h]) - - AC_PROG_MAKE_SET - --- -1.8.3.2 - diff --git a/app-text/unac/files/unac-1.8.0-debian-gcc-4.4-bug-556379.patch b/app-text/unac/files/unac-1.8.0-debian-gcc-4.4-bug-556379.patch deleted file mode 100644 index a006c4fbd787..000000000000 --- a/app-text/unac/files/unac-1.8.0-debian-gcc-4.4-bug-556379.patch +++ /dev/null @@ -1,45 +0,0 @@ -See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556379 - ---- a/unac.c -+++ b/unac.c -@@ -13873,9 +13873,9 @@ - *out_lengthp = 0; - } else { - char* utf16 = 0; -- int utf16_length = 0; -+ size_t utf16_length = 0; - char* utf16_unaccented = 0; -- int utf16_unaccented_length = 0; -+ size_t utf16_unaccented_length = 0; - - if(convert(charset, utf16be(), in, in_length, &utf16, &utf16_length) < 0) { - return -1; ---- a/unaccent.c -+++ b/unaccent.c -@@ -90,7 +90,7 @@ - const char* charset = argv[optind++]; - - char* unaccented = 0; -- int unaccented_length = 0; -+ size_t unaccented_length = 0; - - if(optind >= argc) { - #define BUFFER_SIZE 10240 -@@ -101,7 +101,7 @@ - perror(""); - exit(1); - } -- printf("%.*s", unaccented_length, unaccented); -+ printf("%.*s", (int)unaccented_length, unaccented); - } - } else { - const char* string = argv[optind++]; -@@ -114,7 +114,7 @@ - - if(debug_level > UNAC_DEBUG_NONE) - fprintf(stderr, "unaccented version is "); -- printf("%.*s\n", unaccented_length, unaccented); -+ printf("%.*s\n", (int)unaccented_length, unaccented); - - if(optind < argc) { - const char* expected = argv[optind++]; diff --git a/app-text/unac/metadata.xml b/app-text/unac/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/unac/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/unac/unac-1.8.0.ebuild b/app-text/unac/unac-1.8.0.ebuild deleted file mode 100644 index 7915104bafe9..000000000000 --- a/app-text/unac/unac-1.8.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library and command-line tool for removing accents from characters" -HOMEPAGE="http://www.nongnu.org/unac/" -SRC_URI="mirror://debian/pool/main/u/unac/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/libiconv" -DEPEND="${RDEPEND} - test? ( dev-lang/perl )" - -S="${WORKDIR}/${P}.orig" - -PATCHES=( - "${FILESDIR}"/${P}-debian-gcc-4.4-bug-556379.patch - "${FILESDIR}"/${P}-automake-1.13.1.patch -) - -src_prepare() { - default - rm README.Debian || die - # otherwise automake will fail - touch config.rpath - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/unpaper/Manifest b/app-text/unpaper/Manifest deleted file mode 100644 index d7fb530fa761..000000000000 --- a/app-text/unpaper/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST unpaper-6.1.tar.xz 2655724 BLAKE2B df16261d37d5d493aa640cd940b63f55e90ba091e6028dc11dd0c685ec880a7be202d4056756ef0fa54b48b89f1845b9cf23aceeb87945a1b6a25eec4b7c0915 SHA512 afef705985d3c265672c9e42130acc34befc080c361f3169e299b5110c662d0b9845a9d0ca4fc3aad468f49967ded36fb60ffed296373569dd7337c3cb81e79c -DIST unpaper-7.0.0.tar.gz 7039022 BLAKE2B ea60ff38724e018895fa038fbefeb50c84931e2987d6b8b2e2354952b39055584a508ab788bdddb6ab255aeae1720b28d94f8a906cf8e19138d4e9e372622c99 SHA512 2ab6032933dcc11bee962ffd3c70563d91a59f38ee24a1c4705a1393af5419bb29c63d8f814e192c3afb3174822ecf38fbeedd565d7ec05e7b02d0f1784a89a0 diff --git a/app-text/unpaper/metadata.xml b/app-text/unpaper/metadata.xml deleted file mode 100644 index 75e2e665e6b4..000000000000 --- a/app-text/unpaper/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/unpaper/unpaper-6.1-r2.ebuild b/app-text/unpaper/unpaper-6.1-r2.ebuild deleted file mode 100644 index dd63d30b4947..000000000000 --- a/app-text/unpaper/unpaper-6.1-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz" -KEYWORDS="amd64 ~arm64 x86" -DESCRIPTION="Post-processor for scanned and photocopied book pages" -HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" - -LICENSE="GPL-2" -SLOT="0" -IUSE="test" - -RDEPEND="<=media-video/ffmpeg-6:0=" -DEPEND="dev-libs/libxslt - app-text/docbook-xsl-ns-stylesheets - virtual/pkgconfig - ${RDEPEND}" - -# gcc can generate slightly different code that leads to slightly different -# images. Wait until we get a better testsuite. -RESTRICT="test" - -src_prepare() { - default -} diff --git a/app-text/unpaper/unpaper-7.0.0-r1.ebuild b/app-text/unpaper/unpaper-7.0.0-r1.ebuild deleted file mode 100644 index d11006e5b38e..000000000000 --- a/app-text/unpaper/unpaper-7.0.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit meson - -HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" -DESCRIPTION="Post-processor for scanned and photocopied book pages" -KEYWORDS="amd64 ~arm64 x86" -SRC_URI="https://github.com/unpaper/unpaper/archive/refs/tags/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="test" - -RDEPEND=" - >=media-video/ffmpeg-2:0= - dev-python/sphinx -" -DEPEND=" - dev-libs/libxslt - app-text/docbook-xsl-ns-stylesheets - virtual/pkgconfig - ${RDEPEND} -" - -S=${WORKDIR}/${PN}-${P} - -RESTRICT="test" - -src_prepare() { - default -} diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest deleted file mode 100644 index defa72bf5347..000000000000 --- a/app-text/unrtf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unrtf-0.21.10.tar.gz 812696 BLAKE2B 3edc654feee461bb785877c3c3829462b9f55556e352bd12a19e426911336e161431badf5fdf5e00b0c488ca1804a0922ac7eb6980ebec58232112f6cf156f34 SHA512 31bedd1a23a052c1235e1328a12b346a0fe48b3f3cf78d72c068fe0d3edf18bc78f4c9dfe2f093ee8b4f3c79e923c6ceda49bc257d191dd5371f9273809343c9 diff --git a/app-text/unrtf/files/unrtf-0.21.10-use-_GNU_SOURCE.patch b/app-text/unrtf/files/unrtf-0.21.10-use-_GNU_SOURCE.patch deleted file mode 100644 index 7aaaef65e27a..000000000000 --- a/app-text/unrtf/files/unrtf-0.21.10-use-_GNU_SOURCE.patch +++ /dev/null @@ -1,11 +0,0 @@ -Bug: https://bugs.gentoo.org/894716 ---- a/src/convert.c -+++ b/src/convert.c -@@ -104,6 +104,7 @@ - #ifdef HAVE_STRING_H - /* For strcasestr() */ - #define __USE_GNU -+#define _GNU_SOURCE - #include <string.h> - #endif - diff --git a/app-text/unrtf/metadata.xml b/app-text/unrtf/metadata.xml deleted file mode 100644 index a02143a10387..000000000000 --- a/app-text/unrtf/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:unrtf_project:unrtf</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/unrtf/unrtf-0.21.10-r1.ebuild b/app-text/unrtf/unrtf-0.21.10-r1.ebuild deleted file mode 100644 index 52feeae6f6ea..000000000000 --- a/app-text/unrtf/unrtf-0.21.10-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="Converts RTF files to various formats" -HOMEPAGE="https://www.gnu.org/software/unrtf/unrtf.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" - -PATCHES=( - "${FILESDIR}"/${PN}-0.21.10-use-_GNU_SOURCE.patch -) - -src_configure() { - append-flags -std=gnu17 - - econf -} diff --git a/app-text/uudeview/Manifest b/app-text/uudeview/Manifest deleted file mode 100644 index 9107bc07c1fb..000000000000 --- a/app-text/uudeview/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uudeview-0.5.20.tar.gz 261574 BLAKE2B bd345144a87e2322c89e185d0fe5f31f1cd1ff8f73a5c5b6e585b79a0b319fcf349f2bb51f814a6d6a81e0e18271b5c37db827ba414007785b1743c64e5efe46 SHA512 d080e9c3940bad7bacd28457f21133056384a01e33ba014de42502d23f81f2c7f5fa7f6c472ce9f37bec2edb8e18d27135bf18426cf2f23188a3683558e1721c diff --git a/app-text/uudeview/files/uudeview-0.5.20-CVE-2004-2265.patch b/app-text/uudeview/files/uudeview-0.5.20-CVE-2004-2265.patch deleted file mode 100644 index ac1f39410e4b..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-CVE-2004-2265.patch +++ /dev/null @@ -1,47 +0,0 @@ -+uudeview (0.5.20-2.1) unstable; urgency=low -+ -+ * Fix possible (but highly unlikely) race in temporary file generation -+ (CAN-2004-2265), by passing the "x" (O_EXCL) flag to fopen when opening -+ such files. (Closes: #320541) -+ -+ -- Steinar H. Gunderson <sesse@debian.org> Wed, 14 Jun 2006 18:44:05 +0200 -+ - -Index: uudeview-0.5.20/unix/uudeview.c -=================================================================== ---- uudeview-0.5.20.orig/unix/uudeview.c -+++ uudeview-0.5.20/unix/uudeview.c -@@ -454,7 +454,7 @@ proc_stdin (void) - return 0; - } - -- if ((target = fopen (stdfile, "wb")) == NULL) { -+ if ((target = fopen (stdfile, "wbx")) == NULL) { - fprintf (stderr, "proc_stdin: cannot open temp file %s for writing: %s\n", - stdfile, strerror (errno)); - _FP_free (stdfile); -Index: uudeview-0.5.20/uulib/uunconc.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uunconc.c -+++ uudeview-0.5.20/uulib/uunconc.c -@@ -1325,9 +1325,9 @@ UUDecode (uulist *data) - return UURET_NODATA; - - if (data->uudet == PT_ENCODED) -- mode = "wt"; /* open text files in text mode */ -+ mode = "wtx"; /* open text files in text mode */ - else -- mode = "wb"; /* otherwise in binary */ -+ mode = "wbx"; /* otherwise in binary */ - - if ((data->binfile = tempnam (NULL, "uu")) == NULL) { - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, -@@ -1502,7 +1502,7 @@ UUDecode (uulist *data) - progress.action = 0; - return UURET_NOMEM; - } -- if ((datain = fopen (data->binfile, "rb")) == NULL) { -+ if ((datain = fopen (data->binfile, "rbx")) == NULL) { - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, - uustring (S_NOT_OPEN_FILE), - data->binfile, strerror (uu_errno = errno)); diff --git a/app-text/uudeview/files/uudeview-0.5.20-CVE-2008-2266.patch b/app-text/uudeview/files/uudeview-0.5.20-CVE-2008-2266.patch deleted file mode 100644 index ba0de28dcacc..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-CVE-2008-2266.patch +++ /dev/null @@ -1,166 +0,0 @@ -+uudeview (0.5.20-3.1) unstable; urgency=high -... -+ * Fixed a classical tempfile symlink attack vulnerability in libuu. -+ Thanks to Nico Golde for the patch. (Closes: #480972) -... -+ -- Marco d'Itri <md@linux.it> Wed, 21 May 2008 01:34:35 +0200 - -Index: uudeview-0.5.20/unix/uudeview.c -=================================================================== ---- uudeview-0.5.20.orig/unix/uudeview.c -+++ uudeview-0.5.20/unix/uudeview.c -@@ -443,18 +443,46 @@ proc_stdin (void) - FILE *target; - size_t bytes; - int res; -+#define HAVE_MKSTEMP -+#ifdef HAVE_MKSTEMP -+ int tmpfd; -+ const char *tmpprefix = "uuXXXXXX"; -+ char *tmpdir = NULL; -+#endif /* HAVE_MKSTEMP */ - - if (stdinput) { - fprintf (stderr, "proc_stdin: cannot process stdin twice\n"); - return 0; - } - -+#ifdef HAVE_MKSTEMP -+ if ((getuid()==geteuid()) && (getgid()==getegid())) { -+ tmpdir=getenv("TMPDIR"); -+ } -+ -+ if (!tmpdir) { -+ tmpdir = "/tmp"; -+ } -+ stdfile = malloc(strlen(tmpdir)+strlen(tmpprefix)+2); -+ -+ if (!stdfile) { -+#else - if ((stdfile = tempnam (NULL, "uu")) == NULL) { -+#endif - fprintf (stderr, "proc_stdin: cannot get temporary file\n"); - return 0; - } - -+#ifdef HAVE_MKSTEMP -+ strcpy(stdfile, tmpdir); -+ strcat(stdfile, "/"); -+ strcat(stdfile, tmpprefix); -+ -+ if ((tmpfd = mkstemp(stdfile)) == -1 || -+ (target = fdopen(tmpfd, "wbx")) == NULL) { -+#else - if ((target = fopen (stdfile, "wbx")) == NULL) { -+#endif - fprintf (stderr, "proc_stdin: cannot open temp file %s for writing: %s\n", - stdfile, strerror (errno)); - _FP_free (stdfile); -Index: uudeview-0.5.20/uulib/uunconc.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uunconc.c -+++ uudeview-0.5.20/uulib/uunconc.c -@@ -1311,6 +1311,12 @@ UUDecode (uulist *data) - char *mode, *ntmp; - uufile *iter; - size_t bytes; -+#define HAVE_MKSTEMP -+#ifdef HAVE_MKSTEMP -+ int tmpfd; -+ const char *tmpprefix = "uuXXXXXX"; -+ char *tmpdir = NULL; -+#endif /* HAVE_MKSTEMP */ - - if (data == NULL || data->thisfile == NULL) - return UURET_ILLVAL; -@@ -1329,13 +1335,35 @@ UUDecode (uulist *data) - else - mode = "wbx"; /* otherwise in binary */ - -+#ifdef HAVE_MKSTEMP -+ if ((getuid()==geteuid()) && (getgid()==getegid())) { -+ tmpdir=getenv("TMPDIR"); -+ } -+ -+ if (!tmpdir) { -+ tmpdir = "/tmp"; -+ } -+ data->binfile = malloc(strlen(tmpdir)+strlen(tmpprefix)+2); -+ -+ if (!data->binfile) { -+#else - if ((data->binfile = tempnam (NULL, "uu")) == NULL) { -+#endif /* HAVE_MKSTEMP */ - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, - uustring (S_NO_TEMP_NAME)); - return UURET_NOMEM; - } - -+#ifdef HAVE_MKSTEMP -+ strcpy(data->binfile, tmpdir); -+ strcat(data->binfile, "/"); -+ strcat(data->binfile, tmpprefix); -+ -+ if ((tmpfd = mkstemp(data->binfile)) == -1 || -+ (dataout = fdopen(tmpfd, mode)) == NULL) { -+#else - if ((dataout = fopen (data->binfile, mode)) == NULL) { -+#endif /* HAVE_MKSTEMP */ - /* - * we couldn't create a temporary file. Usually this means that TMP - * and TEMP aren't set -@@ -1343,6 +1371,12 @@ UUDecode (uulist *data) - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, - uustring (S_WR_ERR_TARGET), - data->binfile, strerror (uu_errno = errno)); -+#ifdef HAVE_MKSTEMP -+ if (tmpfd != -1) { -+ unlink(data->binfile); -+ close(tmpfd); -+ } -+#endif /* HAVE_MKSTEMP */ - _FP_free (data->binfile); - data->binfile = NULL; - uu_errno = errno; -@@ -1499,7 +1533,13 @@ UUDecode (uulist *data) - */ - - if (data->uudet == BH_ENCODED && data->binfile) { -+#ifdef HAVE_MKSTEMP -+ ntmp = malloc(strlen(tmpdir)+strlen(tmpprefix)+2); -+ -+ if (ntmp == NULL) { -+#else - if ((ntmp = tempnam (NULL, "uu")) == NULL) { -+#endif /* HAVE_MKSTEMP */ - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, - uustring (S_NO_TEMP_NAME)); - progress.action = 0; -@@ -1513,12 +1553,27 @@ UUDecode (uulist *data) - free (ntmp); - return UURET_IOERR; - } -+ -+#ifdef HAVE_MKSTEMP -+ strcpy(ntmp, tmpdir); -+ strcat(ntmp, "/"); -+ strcat(ntmp, tmpprefix); -+ if ((tmpfd = mkstemp(ntmp)) == -1 || -+ (dataout = fdopen(tmpfd, "wb")) == NULL) { -+#else - if ((dataout = fopen (ntmp, "wb")) == NULL) { -+#endif /* HAVE_MKSTEMP */ - UUMessage (uunconc_id, __LINE__, UUMSG_ERROR, - uustring (S_NOT_OPEN_TARGET), - ntmp, strerror (uu_errno = errno)); - progress.action = 0; - fclose (datain); -+#ifdef HAVE_MKSTEMP -+ if (tmpfd != -1) { -+ unlink(ntmp); -+ close(tmpfd); -+ } -+#endif /* HAVE_MKSTEMP */ - free (ntmp); - return UURET_IOERR; - } diff --git a/app-text/uudeview/files/uudeview-0.5.20-bugfixes.patch b/app-text/uudeview/files/uudeview-0.5.20-bugfixes.patch deleted file mode 100644 index 3056dd2af59b..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-bugfixes.patch +++ /dev/null @@ -1,100 +0,0 @@ -+uudeview (0.5.20-3) unstable; urgency=low -+ -+ * Ack NMU. (closes: Bug#373630) -+ * Don't force overwrite mode if auto-rename enabled. (closes: Bug#378076) -+ * Don't ignore special chars when parsing MIME. (closes: Bug#341440) -+ * Fix for #320541 also fixes #242999. (closes: Bug#242999) -+ * Incorporate suspicious-file patch from Peter Muir. (closes: Bug#166077) -... - -+ -- Chris Hanson <cph@debian.org> Tue, 15 Aug 2006 00:40:50 -0400 - -Index: uudeview-0.5.20/unix/uudeview.c -=================================================================== ---- uudeview-0.5.20.orig/unix/uudeview.c -+++ uudeview-0.5.20/unix/uudeview.c -@@ -657,9 +657,6 @@ work_comline (int argc, char *argv[]) - else switch (*(argv[number] + 1)) { - case '\0': - interact = 0; -- if (overwrite == 0) { -- overwrite = 1; -- } - proc_stdin (); - break; - case 'a': -@@ -699,10 +696,7 @@ work_comline (int argc, char *argv[]) - fprintf (stderr, "WARNING: cannot interact when reading from stdin\n"); - } - else { -- interact = (*argv[number] == '+') ? 1 : 0; -- if (overwrite == 0 && *argv[number] == '-') { -- overwrite = 1; -- } -+ interact = (*argv[number] == '+') ? 1 : 0; - } - break; - case 'm': -@@ -773,6 +767,8 @@ work_comline (int argc, char *argv[]) - break; - } - } -+ if (overwrite == 0 && interact == 0 && autoren == 0) -+ overwrite = 1; - - return 1; - } -Index: uudeview-0.5.20/uulib/uunconc.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uunconc.c -+++ uudeview-0.5.20/uulib/uunconc.c -@@ -1437,6 +1437,9 @@ UUDecode (uulist *data) - res = UURET_IOERR; - break; - } -+ UUMessage (uunconc_id, __LINE__, UUMSG_MESSAGE, -+ uustring (S_OPEN_FILE), -+ iter->data->sfname); - _FP_strncpy (uugen_fnbuffer, iter->data->sfname, 1024); - } - -Index: uudeview-0.5.20/uulib/uuscan.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uuscan.c -+++ uudeview-0.5.20/uulib/uuscan.c -@@ -387,10 +387,10 @@ ParseValue (char *attribute) - *attribute != '(' && *attribute != ')' && - *attribute != '<' && *attribute != '>' && - *attribute != '@' && *attribute != ',' && -- /* *attribute != ';' && */ *attribute != ':' && -- *attribute != '\\' &&*attribute != '"' && -- *attribute != '/' && /* *attribute != '[' && -- *attribute != ']' && */ *attribute != '?' && -+ *attribute != ';' && *attribute != ':' && -+ *attribute != '\\' && *attribute != '"' && -+ *attribute != '/' && *attribute != '[' && -+ *attribute != ']' && *attribute != '?' && - *attribute != '=' && length < 255) { - *ptr++ = *attribute++; - length++; -Index: uudeview-0.5.20/uulib/uustring.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uustring.c -+++ uudeview-0.5.20/uulib/uustring.c -@@ -107,6 +107,7 @@ static stringmap messages[] = { - { S_MIME_B_NOT_FOUND, "Boundary expected on Multipart message but found EOF" }, - { S_MIME_MULTI_DEPTH, "Multipart message nested too deep" }, - { S_MIME_PART_MULTI, "Handling partial multipart message as plain text" }, -+ { S_OPEN_FILE, "Opened file %s" }, - - { 0, "" } - }; -Index: uudeview-0.5.20/uulib/uustring.h -=================================================================== ---- uudeview-0.5.20.orig/uulib/uustring.h -+++ uudeview-0.5.20/uulib/uustring.h -@@ -36,3 +36,4 @@ - #define S_MIME_B_NOT_FOUND 35 - #define S_MIME_MULTI_DEPTH 36 - #define S_MIME_PART_MULTI 37 -+#define S_OPEN_FILE 38 diff --git a/app-text/uudeview/files/uudeview-0.5.20-fix-append_signature.patch b/app-text/uudeview/files/uudeview-0.5.20-fix-append_signature.patch deleted file mode 100644 index 3dfecc18cb91..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-fix-append_signature.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 3bd5dee4226142df3645b8a027ef9142277257cf Mon Sep 17 00:00:00 2001 -From: tastytea <tastytea@tastytea.de> -Date: Sat, 1 May 2021 17:51:47 +0200 -Subject: [PATCH] Make append_signature() void. - -If the type specifier is missing, it defaults to int. From the looks of -it, the function is meant to be void. ---- - inews/inews.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/inews/inews.c b/inews/inews.c -index 5fa309d..d1c1ee8 100644 ---- a/inews/inews.c -+++ b/inews/inews.c -@@ -143,7 +143,7 @@ char *argv[]; - fprintf(ser_wr_fp, "%s\r\n", s); - } - -- append_signature(); -+ void append_signature(); - - fprintf(ser_wr_fp, ".\r\n"); - (void) fflush(ser_wr_fp); -@@ -181,7 +181,7 @@ char *argv[]; - * The rn-style DOTDIR environmental variable is used if present. - */ - --append_signature() -+void append_signature() - { - char line[256], sigfile[256]; - char *cp; --- -2.26.3 - diff --git a/app-text/uudeview/files/uudeview-0.5.20-fix-function-definitions-clang16.patch b/app-text/uudeview/files/uudeview-0.5.20-fix-function-definitions-clang16.patch deleted file mode 100644 index 2ed3dd572be0..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-fix-function-definitions-clang16.patch +++ /dev/null @@ -1,134 +0,0 @@ -Clang16 will not allow implicit function declaration, implicit int etc. by default. -This patch overhauls the source code to build with clan16 defaults. - -Bug: https://bugs.gentoo.org/874960 - -Original patch by Pascal Jäger <pascal.jaeger@leimstift.de>, -minor adjustments by Hanno Böck. - -diff -Naurp a/inews/clientlib.c b/inews/clientlib.c ---- a/inews/clientlib.c 1996-06-06 21:41:07.000000000 +0200 -+++ b/inews/clientlib.c 2022-11-26 18:32:09.383423565 +0100 -@@ -14,6 +14,7 @@ static char *sccsid = "@(#)clientlib.c 1 - #include "../config.h" - #endif - -+#include <arpa/inet.h> - #include <stdio.h> - #ifndef FOR_NN - #include <sys/types.h> -@@ -52,6 +53,7 @@ static char *sccsid = "@(#)clientlib.c 1 - #endif - - #include "nntp.h" -+#include "clientlib.h" - - FILE *ser_rd_fp = NULL; - FILE *ser_wr_fp = NULL; -@@ -133,7 +135,7 @@ char *file; - * for reading and writing to server. - */ - --server_init(machine) -+int server_init(machine) - char *machine; - { - int sockt_rd, sockt_wr; -@@ -194,7 +196,7 @@ char *machine; - * Errors: Printed via perror. - */ - --get_tcp_socket(machine) -+int get_tcp_socket(machine) - char *machine; - { - int s; -@@ -218,7 +220,6 @@ char *machine; - * fails. - */ - if( (hp = gethostbyname( machine ) ) == NULL ) { -- unsigned long inet_addr(); - static struct hostent def; - static struct in_addr defaddr; - static char *alist[1]; -@@ -344,7 +345,7 @@ char *machine; - * Errors: Printed via nerror. - */ - --get_dnet_socket(machine) -+int get_dnet_socket(machine) - char *machine; - { - int s, area, node; -@@ -427,7 +428,7 @@ char *machine; - * Side effects: None. - */ - --handle_server_response(response, server) -+int handle_server_response(response, server) - int response; - char *server; - { -@@ -502,7 +503,7 @@ char *string; - * Side effects: Talks to server, changes contents of "string". - */ - --get_server(string, size) -+int get_server(string, size) - char *string; - int size; - { -diff -Naurp a/inews/clientlib.h b/inews/clientlib.h ---- a/inews/clientlib.h 1996-06-06 21:41:07.000000000 +0200 -+++ b/inews/clientlib.h 2022-11-26 18:27:59.711248861 +0100 -@@ -9,3 +9,7 @@ extern int server_init(); - extern void put_server(); - extern int get_server(); - extern void close_server(); -+ -+extern int get_tcp_socket(char *machine); -+extern int get_server(char *string, int size); -+extern int handle_server_response(int response, char *server); -diff -Naurp a/inews/inews.c b/inews/inews.c ---- a/inews/inews.c 2004-01-29 03:14:19.000000000 +0100 -+++ b/inews/inews.c 2022-11-26 18:32:26.200435328 +0100 -@@ -39,15 +39,20 @@ static char *sccsid = "@(#)inews.c 1.16 - - #include "conf.h" - #include "nntp.h" -+#include "clientlib.h" - - - #define MAX_SIGNATURE 6 - -+int strneql(char *a, char *b, int n); -+void gen_frompath(void); -+int valid_header(register char *h); -+ - extern FILE *ser_wr_fp; - - char host_name[256]; - --main(argc, argv) -+int main(argc, argv) - int argc; - char *argv[]; - { -@@ -254,7 +259,7 @@ append_signature() - * a From: line in it. - */ - --gen_frompath() -+void gen_frompath() - { - char *full_name; - char *cp; -@@ -330,7 +335,7 @@ gen_frompath() - * Side effects: None. - */ - --strneql(a, b, n) -+int strneql(a, b, n) - register char *a, *b; - int n; - { diff --git a/app-text/uudeview/files/uudeview-0.5.20-fix-implicit.diff b/app-text/uudeview/files/uudeview-0.5.20-fix-implicit.diff deleted file mode 100644 index 30b900d4509b..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-fix-implicit.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/configure.in b/configure.in -index 4ea5965..49100ff 100644 ---- a/configure.in -+++ b/configure.in -@@ -518,6 +518,7 @@ AC_CHECK_FUNC([mkstemp],,[AC_MSG_ERROR([needs mkstemp])]) - # - AC_MSG_CHECKING([for strerror]) - AC_TRY_LINK([ -+#include <string.h> - char *blubb() { return (char *) strerror (42); } - ],[ - (void) blubb(); diff --git a/app-text/uudeview/files/uudeview-0.5.20-format-string-warning-inews.patch b/app-text/uudeview/files/uudeview-0.5.20-format-string-warning-inews.patch deleted file mode 100644 index de53717a3cbe..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-format-string-warning-inews.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/inews/inews.c 2022-11-26 18:44:03.788039229 +0100 -+++ b/inews/inews.c 2022-11-26 18:44:47.376080190 +0100 -@@ -303,7 +303,7 @@ - putc(*cp, ser_wr_fp); - else { /* Stupid & hack. God damn it. */ - putc(toupper(passwd->pw_name[0]), ser_wr_fp); -- fprintf(ser_wr_fp, passwd->pw_name+1); -+ fprintf(ser_wr_fp, "%s", passwd->pw_name+1); - } - - fprintf(ser_wr_fp, ")\r\n"); diff --git a/app-text/uudeview/files/uudeview-0.5.20-makefile.patch b/app-text/uudeview/files/uudeview-0.5.20-makefile.patch deleted file mode 100644 index a2366851f467..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-makefile.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -183,22 +183,22 @@ - - install: $(DOINST) - -for d in $(MPAGES) ; do \ -- $(INSTALL_DATA) $(srcdir)/man/$$d $(MANDIR)/man1/$$d ; \ -+ $(INSTALL_DATA) $(srcdir)/man/$$d $(DESTDIR)$(MANDIR)/man1/$$d ; \ - done - - install-uudeview: uudeview - for d in uudeview uuenview ; do \ -- $(INSTALL_PROGRAM) unix/$$d $(BINDIR)/$$d ; \ -+ $(INSTALL_PROGRAM) unix/$$d $(DESTDIR)$(BINDIR)/$$d ; \ - done - - install-tcl: xdeview - for d in xdeview uuwish ; do \ -- $(INSTALL_PROGRAM) tcl/$$d $(BINDIR)/$$d ; \ -+ $(INSTALL_PROGRAM) tcl/$$d $(DESTDIR)$(BINDIR)/$$d ; \ - done - - install-minews: minews - for d in minews ; do \ -- $(INSTALL_PROGRAM) inews/$$d $(BINDIR)/$$d ; \ -+ $(INSTALL_PROGRAM) inews/$$d $(DESTDIR)$(BINDIR)/$$d ; \ - done - - links: tcl/config.h unix/config.h uulib/config.h diff --git a/app-text/uudeview/files/uudeview-0.5.20-man.patch b/app-text/uudeview/files/uudeview-0.5.20-man.patch deleted file mode 100644 index b03e15a5a5f2..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-man.patch +++ /dev/null @@ -1,95 +0,0 @@ -+uudeview (0.5.13-2.1) unstable; urgency=low -... -+ * Added man page for uuwish(1). -... -+ -- Roland Rosenfeld <roland@debian.org> Thu, 16 Sep 1999 18:48:47 +0200 - - -+Thu Oct 24 22:12:01 1996 Martin Schulze <joey@finlandia.infodrom.north.de> -... -+ * Corrected some manpages - -Index: uudeview-0.5.20/man/uudeview.1 -=================================================================== ---- uudeview-0.5.20.orig/man/uudeview.1 -+++ uudeview-0.5.20/man/uudeview.1 -@@ -164,6 +164,16 @@ delivered in have different subject line - verbosity. Normally, the program prints some status messages - while reading the input files, which can be very helpful if something - should go wrong. Use if these messages disturb you. -+Disables progress bars. See -+.B -n -+option. -+.TP -+.B -v -+(disables Verbosity) Disables verbose messages, i.e. notes are not -+displayed, but does not remove warnings and errors. Is not as quiet as -+the -+.B -q -+(Quiet) option. - .TP - .B -n - No progress bars. Normally, UUDeview prints ASCII bars crawling up -Index: uudeview-0.5.20/man/uuwish.1 -=================================================================== ---- /dev/null -+++ uudeview-0.5.20/man/uuwish.1 -@@ -0,0 +1,45 @@ -+.\" Copyright (c) 1999 Roland Rosenfeld <roland@spinnaker.de> -+.\" changes Copyright (c) 2001 Chris Hanson <cph@debian.org> -+.\" -+.\" This program is free software; you can redistribute it and/or modify -+.\" it under the terms of the GNU General Public License as published by -+.\" the Free Software Foundation; either version 2 of the License, or -+.\" (at your option) any later version. -+.\" -+.\" This program is distributed in the hope that it will be useful, -+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+.\" GNU General Public License for more details. -+.\" -+.\" You should have received a copy of the GNU General Public License -+.\" along with this program; if not, write to the Free Software -+.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+.\" -+.\" This manual page is written especially for Debian Linux. -+.\" -+.TH UUWISH 1 "February 2001" "Debian Project" "Debian GNU/Linux" -+.SH NAME -+uuwish \- A minimal wish extended by the UU commands -+.SH SYNOPSIS -+.B uuwish -+is a minimal -+.BR wish (1) -+extended by the UU commands that are available in -+.BR uudeview (1) -+and -+.BR uuenview (1). -+.B uuwish -+isn't meant to be called directly; it is a Tcl/Tk script interpreter, -+which is meant to be used by -+.BR xdeview (1). -+.SH "SEE ALSO" -+.BR xdeview (1), -+.BR uudeview (1), -+.BR uuenview (1), -+.BR wish (1). -+.SH AUTHOR -+.B uuwish -+was written by Frank Pilhofer <fp@informatik.uni-frankfurt.de>. -+.PP -+This manual page was written by Roland Rosenfeld <roland@debian.org>, -+for the Debian GNU/Linux system (but may be used by others). -Index: uudeview-0.5.20/configure.in -=================================================================== ---- uudeview-0.5.20.orig/configure.in -+++ uudeview-0.5.20/configure.in -@@ -607,7 +607,7 @@ if test "x$have_minews" = "xyes" ; then - fi - if test "x$have_tk" != "xno" ; then - PROGS="$PROGS xdeview" -- MPAGES="$MPAGES xdeview.1" -+ MPAGES="$MPAGES xdeview.1 uuwish.1" - DOINST="$DOINST install-tcl" - fi - diff --git a/app-text/uudeview/files/uudeview-0.5.20-rename.patch b/app-text/uudeview/files/uudeview-0.5.20-rename.patch deleted file mode 100644 index c62c64c70eb3..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-rename.patch +++ /dev/null @@ -1,57 +0,0 @@ -+uudeview (0.5.19+beta20030413-1) unstable; urgency=low -... -+ * Use rename() in preference to copy if possible. -+ (closes: Bug#166040) -... -+ -- Chris Hanson <cph@debian.org> Sun, 7 Sep 2003 01:05:07 -0400 - -Index: uudeview-0.5.20/uulib/uulib.c -=================================================================== ---- uudeview-0.5.20.orig/uulib/uulib.c -+++ uudeview-0.5.20/uulib/uulib.c -@@ -872,7 +872,10 @@ UUDecodeToTemp (uulist *thefile) - } - - /* -- * decode file first to temp file, then copy it to a final location -+ * Decode file first to temp file, then copy it to a final location. -+ * A move is preferable to a copy. If the file is on the same -+ * partition, no copy is performed. This is important for large -+ * files. - */ - - int UUEXPORT -@@ -978,6 +981,12 @@ UUDecodeFile (uulist *thefile, char *des - return UURET_IOERR; - } - -+ if (rename(thefile->binfile, uugen_fnbuffer) == 0) { -+ fclose(source); -+ close(fildes); -+ goto finish_ok; -+ } -+ - if ((target = fdopen (fildes, "wb")) == NULL) { - progress.action = 0; - UUMessage (uulib_id, __LINE__, UUMSG_ERROR, -@@ -1042,6 +1051,8 @@ UUDecodeFile (uulist *thefile, char *des - thefile->binfile, - strerror (uu_errno = errno)); - } -+ -+ finish_ok: - _FP_free (thefile->binfile); - thefile->binfile = NULL; - thefile->state &= ~UUFILE_TMPFILE; -@@ -1103,9 +1114,9 @@ UUInfoFile (uulist *thefile, void *opaqu - - while (!feof (inpfile) && - (uu_fast_scanning || ftell(inpfile) < maxpos)) { -- if (_FP_fgets (uugen_inbuffer, 511, inpfile) == NULL) -+ if (_FP_fgets (uugen_inbuffer, 1023, inpfile) == NULL) - break; -- uugen_inbuffer[511] = '\0'; -+ uugen_inbuffer[1023] = '\0'; - - if (ferror (inpfile)) - break; diff --git a/app-text/uudeview/files/uudeview-0.5.20-string_format_issue.patch b/app-text/uudeview/files/uudeview-0.5.20-string_format_issue.patch deleted file mode 100644 index 7cbc584f5b47..000000000000 --- a/app-text/uudeview/files/uudeview-0.5.20-string_format_issue.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Fix potential security issue (arbitrary string being passed - as a format string to fprintf). -Author: Andrew Shadura <andrewsh@debian.org> - ---- a/unix/uuenview.c -+++ b/unix/uuenview.c -@@ -310,7 +310,7 @@ SendMkCommand (char **rcptlist, char *to - } - - if ((*rcptlist = (char *) malloc (strlen (towhom) + 16)) == NULL) { -- fprintf (stderr, "error: Out of memory allocating %d bytes\n", -+ fprintf (stderr, "error: Out of memory allocating %zd bytes\n", - strlen (towhom)+16); - _FP_free (command); - return NULL; -@@ -483,7 +483,7 @@ AttachFiles (char *towhom, char *subject - if (_FP_stristr (input, "multipart") != NULL) { - /* it is already a multipart posting. grab the boundary */ - if ((ptr = _FP_stristr (input, "boundary=")) != NULL) { -- fprintf(thepipe, input); -+ fprintf(thepipe, "%s", input); - strcpy (boundary, ParseValue (ptr)); - hadmulti = 1; - } diff --git a/app-text/uudeview/metadata.xml b/app-text/uudeview/metadata.xml deleted file mode 100644 index c6eb48b47eb8..000000000000 --- a/app-text/uudeview/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hanno@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild b/app-text/uudeview/uudeview-0.5.20-r4.ebuild deleted file mode 100644 index 7a0718814e5c..000000000000 --- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -DESCRIPTION="uu, xx, base64, binhex decoder" -HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/" -SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -PATCHES=( - "${FILESDIR}"/${P}-bugfixes.patch - "${FILESDIR}"/${P}-CVE-2004-2265.patch - "${FILESDIR}"/${P}-CVE-2008-2266.patch - "${FILESDIR}"/${P}-man.patch - "${FILESDIR}"/${P}-rename.patch - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-fix-append_signature.patch - "${FILESDIR}"/${P}-string_format_issue.patch - "${FILESDIR}"/${P}-format-string-warning-inews.patch - "${FILESDIR}"/${P}-fix-function-definitions-clang16.patch - "${FILESDIR}"/${P}-fix-implicit.diff -) - -DOCS=( HISTORY INSTALL README ) - -src_prepare() { - sed -i "s:^\tar r:\t$(tc-getAR) r:" uulib/Makefile.in || die - - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - econf \ - --disable-tcl \ - --disable-tk -} diff --git a/app-text/vgrep/Manifest b/app-text/vgrep/Manifest deleted file mode 100644 index da2491c4c43d..000000000000 --- a/app-text/vgrep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vgrep-2.8.0.tar.gz 2039369 BLAKE2B a01191c860fb615ff569e3b3e9b49dfeab9d534bd8a94d07ff8ce49f65bedd75eda8ae79127e0e3eb7cf2343e6493815a954f74318296c89397a384566448f69 SHA512 1fbd674a7fddffede70a9d0715bf09359d48abf5c238cace43996a222e3e34ec73a7911f62b8476a2dcef40485ce192476067fd99d52b7fa0e7e3fe9297f461e diff --git a/app-text/vgrep/metadata.xml b/app-text/vgrep/metadata.xml deleted file mode 100644 index 41cd3a03a851..000000000000 --- a/app-text/vgrep/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <bugs-to>https://github.com/vrothberg/vgrep/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/vgrep/vgrep-2.8.0.ebuild b/app-text/vgrep/vgrep-2.8.0.ebuild deleted file mode 100644 index 2b945375c31e..000000000000 --- a/app-text/vgrep/vgrep-2.8.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="A pager for grep, git-grep and similar grep implementations" -HOMEPAGE="https://github.com/vrothberg/vgrep" -SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 BSD GPL-3 MIT" -SLOT="0" -KEYWORDS="amd64" - -# tests just run golangci-lint -RESTRICT="test" - -BDEPEND="dev-go/go-md2man" - -src_prepare() { - default - sed -e '/-ldflags/s/-s //' -i Makefile || die # bug 795345 -} - -src_compile() { - emake build -} - -src_install() { - emake PREFIX="${ED}/usr" install - einstalldocs -} diff --git a/app-text/vilistextum/Manifest b/app-text/vilistextum/Manifest deleted file mode 100644 index ff042089a352..000000000000 --- a/app-text/vilistextum/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vilistextum-2.8.0.20200411.tar.gz 219791 BLAKE2B 95b86d17e8dbf29b520aa48c88eb8c9e8abb01a234848ed55bdad0a63a7c0ec8ca9ae7c437fe7f84bbf7f4dad74fc8437a9e3b53493552e9e01b8029b10ef18a SHA512 40a219ebe7bebd61548a3bad794690cf091b67b70e8e6c44548a0c1b9f61077b141a035335e7128b191a8501103707f5324b00326a407e29ec0fee383c4d0917 diff --git a/app-text/vilistextum/files/vilistextum-2.8.0-prefix.patch b/app-text/vilistextum/files/vilistextum-2.8.0-prefix.patch deleted file mode 100644 index e5cb3ba2a18a..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.8.0-prefix.patch +++ /dev/null @@ -1,27 +0,0 @@ -* don't look in /usr/local -* try to hack around not being able to use AM_ICONV - ---- a/configure.ac -+++ b/configure.ac -@@ -21,10 +21,6 @@ - AC_HEADER_STDC - AC_CHECK_HEADERS(getopt.h) - --dnl add /usr/local --CFLAGS="$CFLAGS -I/usr/local/include" --LDFLAGS="$LDFLAGS -L/usr/local/lib" -- - dnl checking for options - AC_MSG_CHECKING(if --enable-multibyte specified) - AC_ARG_ENABLE(multibyte, -@@ -41,7 +37,9 @@ - AC_CHECK_HEADERS(iconv.h,, - AC_MSG_ERROR(Need libiconv or iconv.h for multibyte support)) - --AC_CHECK_LIB(iconv, iconv,, -+dnl iconv_open_into is implemented only in GNU libiconv and not in other -+dnl iconv implementations -+AC_CHECK_LIB(iconv, libiconv_open_into,, - AC_MSG_WARN([Generic iconv found but not libiconv. See INSTALL for details])) - - dnl setting INTERNAL_LOCALE diff --git a/app-text/vilistextum/files/vilistextum-2.8.0-towlower.patch b/app-text/vilistextum/files/vilistextum-2.8.0-towlower.patch deleted file mode 100644 index a9c8a96a7522..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.8.0-towlower.patch +++ /dev/null @@ -1,12 +0,0 @@ -towlower is defined by wctype.h - ---- a/src/multibyte.h -+++ b/src/multibyte.h -@@ -2,6 +2,7 @@ - - #ifdef MULTIBYTE - #include <wchar.h> -+#include <wctype.h> - #define CHAR wchar_t - #define STRLEN(s) wcslen(s) - #define CPYSS(dest, src) wcscpy(dest, src) /* copy str to str */ diff --git a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-blockquote.patch b/app-text/vilistextum/files/vilistextum-2.8.0.20200411-blockquote.patch deleted file mode 100644 index c8a7da2c212e..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-blockquote.patch +++ /dev/null @@ -1,120 +0,0 @@ -Many clients seem to use blockquote tags to flag quotes these days, so -write them out as quotes, so they remain readable. - ---- a/src/html_tags.c 2019-10-23 16:25:27.000000000 +0200 -+++ b/src/html_tags.c 2020-02-05 20:11:57.308596941 +0100 -@@ -261,6 +261,7 @@ - line_break(); - } else { - start_p(); -+ quote++; - } - } /* html_pre */ - -@@ -271,6 +272,7 @@ - line_break(); - } else { - paragraphen_ende(); -+ quote -= quote != 0; - } - } /* html_pre_end */ - ---- a/src/multibyte.h 2020-02-05 20:08:43.863715764 +0100 -+++ b/src/multibyte.h 2020-02-05 20:12:34.401382354 +0100 -@@ -18,6 +18,7 @@ - #define ATOI(n) wcstoi(n) - - #define ONESPACE L" " -+ #define QUOTE L">" - #define WORT_PLUS_STRING(str) wort_plus_string(L##str) - - #define STRSTR(haystack, needle) wcsstr(haystack, L##needle) -@@ -43,6 +44,7 @@ - #define ATOI(n) atoi(n) - - #define ONESPACE " " -+ #define QUOTE ">" - #define WORT_PLUS_STRING(str) wort_plus_string(str) - - #define STRSTR(haystack, needle) strstr(haystack, needle) ---- a/src/text.c 2019-10-23 16:25:27.000000000 +0200 -+++ b/src/text.c 2020-02-05 20:16:04.852164539 +0100 -@@ -28,6 +28,7 @@ - int breite=76, - hr_breite=76, - paragraph=0, -+ quote=0, - - tab=4, /* tabulator */ - spaces=0, /* spaces at beginning of line */ -@@ -378,6 +379,12 @@ - printf(" z0: zeilen_pos: %d\n",zeilen_pos); - #endif - print_zeile(); -+ if (quote > 0) -+ { -+ i=0; -+ while (i<quote) { zeile_plus_wort(QUOTE,1,1); i++; } -+ zeile_plus_wort(ONESPACE,1,1); -+ } - i=0; - while (i<spaces) { zeile_plus_wort(ONESPACE,1,1); i++; } - if (orderedlist>0) { zeile_plus_wort(ONESPACE,1,1); } -@@ -398,6 +405,12 @@ - printf(" z2: zeilen_len: %d\n",zeilen_len); - printf(" z2: zeilen_pos: %d\n",zeilen_pos); - #endif -+ if (quote > 0) -+ { -+ i=0; -+ while (i<quote) { zeile_plus_wort(QUOTE,1,1); i++; } -+ zeile_plus_wort(ONESPACE,1,1); -+ } - i=0; - while (i<spaces) { zeile_plus_wort(ONESPACE,1,1); i++; } - if (orderedlist>0) { zeile_plus_wort(ONESPACE,1,1); } ---- a/src/text.h 2019-10-23 16:25:27.000000000 +0200 -+++ b/src/text.h 2020-02-05 20:18:40.792261818 +0100 -@@ -26,6 +26,7 @@ - - extern int tab; - extern int spaces; -+extern int quote; - - void print_zeile(); - int is_zeile_empty(); ---- a/tests/test_functions -+++ b/tests/test_functions -@@ -12,6 +12,9 @@ - rm -f testcases/$prefix.output.test - ../src/vilistextum 2>/dev/null $args testcases/$prefix.html testcases/$output_prefix.output.test - -+ # remove (block)quotes -+ sed -i -e 's/^>\+ //' testcases/$output_prefix.output.test -+ - diff >/dev/null testcases/$output_prefix.output testcases/$output_prefix.output.test - retval=$? - if [ $retval -ne 0 ]; then ---- a/tests/testcases/utf-8-sampler.output -+++ b/tests/testcases/utf-8-sampler.output.test -@@ -100,8 +100,8 @@ - ვეპხის ტყáƒáƒáƒ¡áƒáƒœáƒ˜ შáƒáƒ—რრუსთáƒáƒ•ელი - - ღმერთსი შემვედრე, ნუთუ კვლრდáƒáƒ›áƒ®áƒ¡áƒœáƒáƒ¡ სáƒáƒ¤áƒšáƒ˜áƒ¡áƒ შრáƒáƒ›áƒáƒ¡áƒ, ცეცხლს, წყáƒáƒšáƒ¡áƒ დრ--მიწáƒáƒ¡áƒ, ჰáƒáƒ”რთრთáƒáƒœáƒ მრáƒáƒ›áƒáƒ¡áƒ; მáƒáƒ›áƒªáƒœáƒ”ს ფრთენი დრáƒáƒ¦áƒ•ფრინდე, მივჰხვდე მáƒáƒ¡ ჩემსრ--ნდáƒáƒ›áƒáƒ¡áƒ, დღისით დრღáƒáƒ›áƒ˜áƒ— ვჰხედვიდე მზისრელვáƒáƒ—რკრთáƒáƒ›áƒáƒáƒ¡áƒ. -+მიწáƒáƒ¡áƒ, ჰáƒáƒ”რთრთáƒáƒœáƒ მრáƒáƒ›áƒáƒ¡áƒ; მáƒáƒ›áƒªáƒœáƒ”ს ფრთენი დრáƒáƒ¦áƒ•ფრინდე, მივჰხვდე მáƒáƒ¡ -+ჩემსრნდáƒáƒ›áƒáƒ¡áƒ, დღისით დრღáƒáƒ›áƒ˜áƒ— ვჰხედვიდე მზისრელვáƒáƒ—რკრთáƒáƒ›áƒáƒáƒ¡áƒ. - - Tamil poetry of Cupiramaniya Paarathiyar: சà¯à®ªà¯à®°à®®à®£à®¿à®¯ பாரதியார௠(1882-1921) - -@@ -446,7 +446,8 @@ - д, п, and/or Ñ‚: - - Bulgarian:  [ бгдпт ]  [ бгдпт ]  Мога да Ñм Ñтъкло и не ме боли. -- Russian: [ бгдпт ]  [ бгдпт ]  Я могу еÑть Ñтекло, Ñто мне не вредит. -+ Russian: [ бгдпт ]  [ бгдпт ]  Я могу еÑть Ñтекло, Ñто мне не -+вредит. - Serbian: [ бгдпт ]  [ бгдпт ]  Могу јеÑти Ñтакло а да ми не шкоди. - - ------------------------------------------------------------------------ diff --git a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-list-alignment.patch b/app-text/vilistextum/files/vilistextum-2.8.0.20200411-list-alignment.patch deleted file mode 100644 index 65541b7a74f0..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-list-alignment.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/src/lists.c -+++ b/src/lists.c -@@ -74,6 +74,7 @@ - } - - spaces += tab; -+ orderedlist++; - #ifdef proc_debug - printf("start_uls() ende\n"); - #endif -@@ -82,6 +83,7 @@ - void end_uls() - { - spaces -= tab; -+ orderedlist--; - line_break(); - - if (bullet_style=='%') { bullet_style='$'; } ---- a/src/text.c -+++ b/src/text.c -@@ -387,7 +387,11 @@ - } - i=0; - while (i<spaces) { zeile_plus_wort(ONESPACE,1,1); i++; } -- if (orderedlist>0) { zeile_plus_wort(ONESPACE,1,1); } -+ if (orderedlist>0) -+ { -+ i=(spaces%tab) + 1; -+ while (i>0) { zeile_plus_wort(ONESPACE,1,1); i--; } -+ } - zeile_plus_wort(wort, wort_len, wort_pos); - } - else if (zeilen_len != 0) ---- a/src/text.h -+++ b/src/text.h -@@ -27,6 +27,7 @@ - extern int tab; - extern int spaces; - extern int quote; -+extern int orderedlist; - - void print_zeile(); - int is_zeile_empty(); diff --git a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-static.patch b/app-text/vilistextum/files/vilistextum-2.8.0.20200411-static.patch deleted file mode 100644 index 4f96862216b2..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.8.0.20200411-static.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.gentoo.org/752051 ---- a/src/html.c -+++ b/src/html.c -@@ -47,7 +47,7 @@ CHAR attr_name[DEF_STR_LEN], /* Attribut name of a HTML-Tag */ - /* ------------------------------------------------ */ - #if defined(MULTIBYTE) && !defined(HAVE_WCSCASECMP) - #include <wchar.h> --static int wcscasecmp(const wchar_t *s1, const wchar_t *s2) -+extern int wcscasecmp(const wchar_t *s1, const wchar_t *s2) - { - size_t i; - wint_t c1, c2; diff --git a/app-text/vilistextum/metadata.xml b/app-text/vilistextum/metadata.xml deleted file mode 100644 index 6aac50524584..000000000000 --- a/app-text/vilistextum/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild b/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild deleted file mode 100644 index c2eb37cdf0d4..000000000000 --- a/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -GITID="06cc8a637efd9097af4f138b1b7c755120ffaa88" -DESCRIPTION="HTML to ASCII converter programmed to handle incorrect html" -HOMEPAGE="https://bhaak.net/vilistextum/" -SRC_URI="https://github.com/bhaak/vilistextum/archive/${GITID}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${GITID}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="unicode" - -# Known test failures nobody cares about -RESTRICT="test" - -DEPEND="virtual/libiconv" - -PATCHES=( - "${FILESDIR}"/${PN}-2.8.0-prefix.patch - "${FILESDIR}"/${PN}-2.8.0.20200411-blockquote.patch - "${FILESDIR}"/${PN}-2.8.0-towlower.patch - "${FILESDIR}"/${PN}-2.8.0.20200411-list-alignment.patch - "${FILESDIR}"/${P}-static.patch -) - -src_prepare() { - default - eautoreconf - - # wcscasecmp needs extensions, which aren't enabled - export ac_cv_func_wcscasecmp=no -} - -get_locale() { - locale -a | grep -i "$1\.utf.*8\$" -} - -find_locale() { - local l t - - # we basically prefer to find en_US.UTF-8, but it may not always be - # available, in which case it is better not to hardcode to use it - l=$(get_locale en_US) - if [[ -z ${l} ]] ; then - for t in "en_GB" "en_.*" ".*" ; do - l=$(get_locale ${t}) - if [[ -n ${l} ]] ; then - l=${l%%$'\n'*} - break; - fi - done - fi - [[ -z ${l} ]] && die "Failed to find a unicode locale" - echo "${l}" -} - -src_configure() { - # need hardwired locale simply because locale -a | grep -i utf-8 | head -n1 - # isn't always returning the most sensical (and working) locale - econf \ - $(use_enable unicode multibyte) \ - $(use_with unicode unicode-locale $(find_locale)) -} - -src_test() { - if $(locale -a | grep -iq "en_US\.utf.*8"); then - emake -j1 check - else - ewarn "If you like to run the test," - ewarn "please make sure en_US.UTF-8 is installed." - die "en_US.UTF-8 locale is missing" - fi -} - -src_install() { - default - doman doc/${PN}.1 - dodoc doc/changes.xhtml doc/htmlmail.xhtml -} diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest deleted file mode 100644 index 5c1ab136fe12..000000000000 --- a/app-text/wdiff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wdiff-1.2.2.tar.gz 1478567 BLAKE2B 80de7ecdd8fef1a4c9e6e0830e1af52d5087abc235dbe2bcf7542c0f017c1a21036243162fa6f70e714f3544d74e9a1add70dc22e69f306a17ce9bdd49c5bc15 SHA512 9272c225f4f61612197fe151cf8c913107169ac9fcd6c9f8472a0f56d9124d78a060944cea1b51489ca34311220f23638d043d43c733a3252cdbb7cceb1085ed diff --git a/app-text/wdiff/metadata.xml b/app-text/wdiff/metadata.xml deleted file mode 100644 index 6586b89cf907..000000000000 --- a/app-text/wdiff/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <use> - <flag name="experimental">Build experimental utilities (mdiff, unify, wdiff2)</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wdiff/wdiff-1.2.2-r2.ebuild b/app-text/wdiff/wdiff-1.2.2-r2.ebuild deleted file mode 100644 index ccc535e5153f..000000000000 --- a/app-text/wdiff/wdiff-1.2.2-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Create a diff disregarding formatting" -HOMEPAGE="https://www.gnu.org/software/wdiff/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="experimental test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sys-apps/diffutils - sys-apps/less - sys-libs/ncurses:= -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-apps/texinfo - test? ( app-misc/screen ) -" - -src_configure() { - econf $(use_enable experimental) -} - -src_test() { - # The test suite hangs in the '3: use pager' test - # when an incompatible screenrc is found - touch tests/screenrc || die - export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc - - default -} diff --git a/app-text/webgen/Manifest b/app-text/webgen/Manifest deleted file mode 100644 index 48875304eb05..000000000000 --- a/app-text/webgen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST webgen-1.7.3.gem 201728 BLAKE2B fc3c63d12b547c14e7900dfe881c95150de2f4783bfcbdd3f9a0bff6cd88d8278f1f2b0d7281394b35c3032e0cec639e01911807ddcc8b8114890bb4e404e2a4 SHA512 7e5738f66a2095fbfde922cf6711735273109bd10ebf12e2ebbbf4aa72cd54a8d4d50057d5aba8a428c154654000b718850e8c23391736123ea38f2f3b75cf50 diff --git a/app-text/webgen/metadata.xml b/app-text/webgen/metadata.xml deleted file mode 100644 index 58b1c6e0467c..000000000000 --- a/app-text/webgen/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <use> - <flag name="builder">Enable programmatic HTML/XML generation</flag> - <flag name="highlight">Enable syntax highlighting for certain plugins</flag> - <flag name="markdown">Markdown support</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/webgen/webgen-1.7.3.ebuild b/app-text/webgen/webgen-1.7.3.ebuild deleted file mode 100644 index 57b755250592..000000000000 --- a/app-text/webgen/webgen-1.7.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_DOC="task" -RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" -RUBY_FAKEGEM_EXTRADOC="AUTHORS THANKS" -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="A template-based static website generator" -HOMEPAGE="https://webgen.gettalong.org" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="builder doc highlight markdown" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( - dev-ruby/minitest:5 - dev-ruby/rdiscount - >=dev-ruby/sass-3.2:* )" - -ruby_add_rdepend ">=dev-ruby/cmdparse-3.0.1:3 - >=dev-ruby/systemu-2.5 =dev-ruby/systemu-2* - >=dev-ruby/kramdown-2.3:2 - >=dev-ruby/psych-5.1:5 - builder? ( >=dev-ruby/builder-2.1.0:* ) - highlight? ( >=dev-ruby/coderay-1.0 ) - markdown? ( dev-ruby/maruku )" - -all_ruby_prepare() { - # Avoid a test fragile for sass version differences - sed -i -e '/test_static_call/,/^ end/ s:^:#:' test/webgen/content_processor/test_sass.rb || die - # Avoid a test with fragile whitespace tests - rm -f test/webgen/content_processor/test_haml.rb || die - - # Avoid tests for rdoc since that requires an obsolete version - sed -i -e '/def test_create_nodes/askip' test/webgen/path_handler/test_api.rb || die - - # Avoid tests for unpackaged dependencies - rm -f test/webgen/content_processor/test_{css_minify,tikz}.rb || die - - # Avoid tests failing with newer Psych versions - rm -f test/test_documentation.rb || die - - # Fix minitest deprecation - sed -i -e 's/MiniTest/Minitest/' $(find test -type f -print) || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/webgen.1 -} diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest deleted file mode 100644 index e957693da79a..000000000000 --- a/app-text/wgetpaste/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST wgetpaste-2.33.tar.xz 16408 BLAKE2B 78baebf4edb6e6340a73127099366d306359d02c0c1eab137822c56669da0609a5479940b4fb2accbc79978df091dcd34415876618e64aa556d1584f74773736 SHA512 9bf1f379316da372b4f69296b54f9a266dcf9fdaa2a8718165a2029571f4c2c0166304ffebeb2ec4657ea6f49087793f40d9da383f5da052bce0543c90ea13ab -DIST wgetpaste-2.34.tar.xz 16640 BLAKE2B 6bc71d74945b88774f866a8c1bb693d52b3d5d680a04e45ec29acfb6dd9d9de16433ed9d675db1d63705dac356e44c89d7af0e7b18a71089778bfa92833d95d3 SHA512 9f334299d0314e821d989c785aaae9e8e9c0e4972ced9330039f7e2ca1867528a2d4f090dd754ec72e8a9d7005d8f5154266cd0769627b1023d1199893cf4f8c diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-add-A-ansi.patch b/app-text/wgetpaste/files/wgetpaste-2.33-add-A-ansi.patch deleted file mode 100644 index e55c8192dac7..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-add-A-ansi.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 9614658e6a31bf1b318972008fd9fd1301e9d92f Mon Sep 17 00:00:00 2001 -From: Oskari Pirhonen <xxc3ncoredxx@gmail.com> -Date: Sun, 13 Aug 2023 14:32:34 -0500 -Subject: [PATCH 2/3] Add -A/--ansi - -Don't strip ANSI codes. ---- -See also: https://github.com/zlin/wgetpaste/pull/46 -- Oskari - - wgetpaste | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/wgetpaste b/wgetpaste -index 5f4152d..1e3ae35 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -556,6 +556,8 @@ Options: - -X, --xpaste write resulting url to the X primary selection buffer (requires x11-misc/xclip) - -C, --xclippaste write resulting url to the X clipboard selection buffer (requires x11-misc/xclip) - -N, --no-ansi strip ANSI codes such as colors before pasting (requires app-text/ansifilter) -+ -A, --ansi don't strip ANSI codes -+ (useful for undoing NOANSI specified in a config file) - - -r, --raw show url for the raw paste (no syntax highlighting or html) - -t, --tee use tee to show what is being pasted -@@ -789,6 +791,9 @@ while [[ -n $1 ]]; do - -- ) - shift && getfilenames "$@" && break - ;; -+ -A | --ansi ) -+ NOANSI= -+ ;; - -c | --command ) - requiredarg "$@" - SOURCE="command" --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-add-paste-gentoo-zip.patch b/app-text/wgetpaste/files/wgetpaste-2.33-add-paste-gentoo-zip.patch deleted file mode 100644 index 5b9fcc5f4618..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-add-paste-gentoo-zip.patch +++ /dev/null @@ -1,69 +0,0 @@ -From cc41231b0ea2ec5cc0a8353fd4a9b6b71301f819 Mon Sep 17 00:00:00 2001 -From: Christopher Fore <csfore@posteo.net> -Date: Sat, 14 Oct 2023 21:48:39 -0400 -Subject: [PATCH] Add new service - paste.gentoo.zip - -Specified in the code with `pgz` and in the cli for usage and brevity. ---- -See also: https://github.com/zlin/wgetpaste/pull/48 -- Oskari - - wgetpaste | 21 +++++++++++++++++++-- - 1 file changed, 19 insertions(+), 2 deletions(-) - -diff --git a/wgetpaste b/wgetpaste -index b3a537b..fc0b559 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -41,7 +41,7 @@ POST_generic() { - } - - ### services --SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets" -+SERVICES="0x0 bpaste codepad dpaste gists ix_io pgz snippets" - # 0x0 - ENGINE_0x0=0x0 - URL_0x0="http://0x0.st" -@@ -68,6 +68,10 @@ URL_gists="https://api.github.com/gists" - ENGINE_ix_io=ix_io - URL_ix_io="http://ix.io" - SIZE_ix_io="1000000 1%MB" -+# paste.gentoo.zip -+ENGINE_pgz=pgz -+URL_pgz="https://paste.gentoo.zip" -+SIZE_pgz="2000000 2%MB" - # snippets - ENGINE_snippets=snippets - URL_snippets="https://gitlab.com/api/v4/snippets" -@@ -139,7 +143,6 @@ POST_dpaste() { - } - REGEX_RAW_dpaste='s|^http.*|\0.txt|' - REGEX_URL_dpaste='s|^http.*|\0|p' -- - # gists - LANGUAGES_gists="ActionScript Ada Apex AppleScript Arc Arduino ASP Assembly - Augeas AutoHotkey Batchfile Befunge BlitzMax Boo Brainfuck Bro C C# C++ -@@ -230,6 +233,20 @@ POST_lodgeit() { - POST_generic "submit=Paste! % % language % % code" "$1" "$2" "$3" "$4" "$5" "$6" - } - REGEX_RAW_lodgeit='s|^\(https\?://[^/]*/\)show\(/[[:alnum:]]*/\)$|\1raw\2|' -+# paste.gentoo.zip -+escape_input_pgz() { echo "$*"; } -+POST_pgz() { -+ local content="${6}" -+ local boundary="WGETPASTE-3d8dfd9bff2b12a7410328d2ec1ed145" -+ echo "--${boundary}" -+ echo "Content-Disposition: form-data; name=\"file\"" -+ echo "" -+ echo "${content}" -+ echo "--${boundary}--" -+ ADDITIONAL_HEADERS_pgz=("Content-Type: multipart/form-data; boundary=${boundary}") -+} -+REGEX_RAW_pgz='s|^http.*|\0|' -+REGEX_URL_pgz='s|^http.*|\0|p' - # pinnwand - LANGUAGES_pinnwand="ABAP ActionScript%3 ActionScript Ada ANTLR ANTLR%With%ActionScript%Target \ - ANTLR%With%CPP%Target ANTLR%With%C#%Target ANTLR%With%Java%Target ANTLR%With%ObjectiveC%Target \ --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch deleted file mode 100644 index b56322430364..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch +++ /dev/null @@ -1,61 +0,0 @@ -From fa0bd6dd8b7bc21b292e4f94eaa4fbf71d5240f1 Mon Sep 17 00:00:00 2001 -From: Richard-Rogalski <rrogalski@tutanota.com> -Date: Mon, 6 Nov 2023 14:00:02 -0600 -Subject: [PATCH] Added --quiet flag - -Signed-off-by: Richard Rogalski <rrogalski@firemail.cc> -Closes: #19 ---- -See also: https://github.com/zlin/wgetpaste/pull/51 -- Oskari - - _wgetpaste | 1 + - wgetpaste | 6 +++++- - 2 files changed, 6 insertions(+), 1 deletion(-) - -diff --git a/_wgetpaste b/_wgetpaste -index c4703e5..63696ad 100644 ---- a/_wgetpaste -+++ b/_wgetpaste -@@ -50,6 +50,7 @@ _arguments -s : \ - '(--xclippaste -C)'{--xclippaste,-C}'[write resulting url to the X clipboard selection buffer]' \ - '(--raw -r)'{--raw,-r}'[show url for the raw paste]' \ - '(--tee -t)'{--tee,-t}'[use tee to show what is being pasted]' \ -+ '(--quiet -q)'{--quiet,-q}'[show the url only]' \ - '(--verbose -v)'{--verbose,-v}'[show wget stderr output if no url is received]' \ - '--debug[be very verbose]' \ - '(--help -h)'{--help,-h}'[show help and exit]' \ -diff --git a/wgetpaste b/wgetpaste -index 1e3ae35..e38f9e5 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -561,6 +561,7 @@ Options: - - -r, --raw show url for the raw paste (no syntax highlighting or html) - -t, --tee use tee to show what is being pasted -+ -q, --quiet show the url only - -v, --verbose show wget stderr output if no url is received - --completions emit output suitable for shell completions (only affects --list-*) - --debug be *very* verbose (implies -v) -@@ -659,7 +660,7 @@ showexpirations() { - } - - showurl() { -- echo -n "Your ${2}paste can be seen here: " >&2 -+ [[ $QUIET ]] || echo -n "Your ${2}paste can be seen here: " >&2 - echo "$1" - [[ $XPASTE ]] && x_paste "$1" primary - [[ $XCLIPPASTE ]] && x_paste "$1" clipboard -@@ -841,6 +842,9 @@ while [[ -n $1 ]]; do - -N | --no-ansi ) - NOANSI=0 - ;; -+ -q | --quiet) -+ QUIET=0 -+ ;; - -r | --raw ) - RAW=0 - ;; --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-change-arg-parsing-priority.patch b/app-text/wgetpaste/files/wgetpaste-2.33-change-arg-parsing-priority.patch deleted file mode 100644 index 144d622f1243..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-change-arg-parsing-priority.patch +++ /dev/null @@ -1,95 +0,0 @@ -From cfe7dcd8a0e40b8c18556aad0b657f431c90505a Mon Sep 17 00:00:00 2001 -From: Oskari Pirhonen <xxc3ncoredxx@gmail.com> -Date: Sun, 13 Aug 2023 14:25:35 -0500 -Subject: [PATCH 1/3] Change arg parsing priority - -Read config files before parsing CLI args. Allows all options to be set -via config and overridden on the CLI. ---- -See also: https://github.com/zlin/wgetpaste/pull/46 -- Oskari - - wgetpaste | 53 ++++++++++++++++++++++++++++------------------------- - 1 file changed, 28 insertions(+), 25 deletions(-) - -diff --git a/wgetpaste b/wgetpaste -index fc0b559..5f4152d 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -720,7 +720,32 @@ geturl() { - fi | tail -n1 - } - --### read cli options -+# read the config files -+load_configs() { -+ if [[ ! $IGNORECONFIGS ]]; then -+ # compatibility code -+ local f deprecated= -+ for f in {/etc/,~/.}wgetpaste{.d/*.bash,}; do -+ if [[ -f $f ]]; then -+ if [[ -z $deprecated ]]; then -+ echo "The config files for wgetpaste have changed to *.conf.$N" >&2 -+ deprecated=0 -+ fi -+ echo "Please move ${f} to ${f%.bash}.conf" >&2 -+ source "$f" || die "Failed to source $f" -+ fi -+ done -+ [[ -n $deprecated ]] && echo >&2 -+ # new locations override old ones in case they collide -+ for f in {/etc/,~/.}wgetpaste{.d/*,}.conf; do -+ if [[ -f $f ]]; then -+ source "$f" || die "Failed to source $f" -+ fi -+ done -+ fi -+} -+ -+### get runtime options - - # separate groups of short options. replace --foo=bar with --foo bar - while [[ -n $1 ]]; do -@@ -756,6 +781,8 @@ done - # set the separated options as input options. - set -- "${ARGS[@]}" - -+load_configs -+ - while [[ -n $1 ]]; do - ((args=1)) - case "$1" in -@@ -859,30 +886,6 @@ if [[ $NOANSI ]]; then - fi - - ### defaults --load_configs() { -- if [[ ! $IGNORECONFIGS ]]; then -- # compatibility code -- local f deprecated= -- for f in {/etc/,~/.}wgetpaste{.d/*.bash,}; do -- if [[ -f $f ]]; then -- if [[ -z $deprecated ]]; then -- echo "The config files for wgetpaste have changed to *.conf.$N" >&2 -- deprecated=0 -- fi -- echo "Please move ${f} to ${f%.bash}.conf" >&2 -- source "$f" || die "Failed to source $f" -- fi -- done -- [[ -n $deprecated ]] && echo >&2 -- # new locations override old ones in case they collide -- for f in {/etc/,~/.}wgetpaste{.d/*,}.conf; do -- if [[ -f $f ]]; then -- source "$f" || die "Failed to source $f" -- fi -- done -- fi --} --load_configs - [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET") - DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed" - DEFAULT_SERVICE=${DEFAULT_SERVICE:-bpaste} --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch b/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch deleted file mode 100644 index 8c6a523ac5cd..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://github.com/zlin/wgetpaste/pull/45 - -From ab4632ca9cd54c9e7478f37eee821113c0135c37 Mon Sep 17 00:00:00 2001 -From: Oskari Pirhonen <xxc3ncoredxx@gmail.com> -Date: Fri, 28 Jul 2023 18:55:10 -0500 -Subject: [PATCH] Disable sprunge - -Sprunge seems to have recently died. Disable it by removing it from the -service list, but keep the core bits in case it decides to come back. - -RIP ;( ---- - wgetpaste | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/wgetpaste b/wgetpaste -index 864d5ef..b3a537b 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -41,7 +41,7 @@ POST_generic() { - } - - ### services --SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets sprunge" -+SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets" - # 0x0 - ENGINE_0x0=0x0 - URL_0x0="http://0x0.st" --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-test_ansi-add-A-to-the-tests.patch b/app-text/wgetpaste/files/wgetpaste-2.33-test_ansi-add-A-to-the-tests.patch deleted file mode 100644 index 14e8f2f6482a..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-test_ansi-add-A-to-the-tests.patch +++ /dev/null @@ -1,171 +0,0 @@ -From a1c0782e828bc5f0fc8b79d0131f1847c5e7b359 Mon Sep 17 00:00:00 2001 -From: Oskari Pirhonen <xxc3ncoredxx@gmail.com> -Date: Sun, 13 Aug 2023 14:52:20 -0500 -Subject: [PATCH 3/3] test_ansi: add -A to the tests - ---- -See also: https://github.com/zlin/wgetpaste/pull/46 -- Oskari - - test/test_ansi.sh | 92 +++++++++++++++++++++++++++++++++++++++++------ - 1 file changed, 81 insertions(+), 11 deletions(-) - -diff --git a/test/test_ansi.sh b/test/test_ansi.sh -index 23b27a8..e1e95f0 100755 ---- a/test/test_ansi.sh -+++ b/test/test_ansi.sh -@@ -94,8 +94,8 @@ fi - - # Paste stuff. Use a short timeout between requests (we're friendly after all!) - sleep 1 --echo -n "Pasting command output (cat): " --ERROR_LOG="$DL_DIR/command-error.log" -+echo -n "Pasting command output with ANSI stripping (cat): " -+ERROR_LOG="$DL_DIR/command-noansi-error.log" - URL="$("$TEST_DIR"/../wgetpaste -N -r -s "$WORKING" -v -c "cat $ANSI_FILE" 2>"$ERROR_LOG")" - if [ $? -ne 0 ]; then - echo "FAILED!" -@@ -104,7 +104,7 @@ else - echo "SUCCESS!" - - echo -n "Downloading: " -- if ! (wget -q "$URL" -O "$DL_DIR/command.txt" 2>>"$ERROR_LOG"); then -+ if ! (wget -q "$URL" -O "$DL_DIR/command-noansi.txt" 2>>"$ERROR_LOG"); then - echo "FAILED!" - FAILED_PASTE=$((FAILED_PASTE + 1)) - else -@@ -112,13 +112,35 @@ else - rm "$ERROR_LOG" - - echo "Removing 'command run' header" -- sed -i -e '1d' "$DL_DIR/command.txt" -+ sed -i -e '1d' "$DL_DIR/command-noansi.txt" -+ fi -+fi -+sleep 1 -+echo -n "Pasting command output without ANSI stripping (cat): " -+ERROR_LOG="$DL_DIR/command-ansi-error.log" -+URL="$("$TEST_DIR"/../wgetpaste -A -r -s "$WORKING" -v -c "cat $ANSI_FILE" 2>"$ERROR_LOG")" -+if [ $? -ne 0 ]; then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+else -+ echo "SUCCESS!" -+ -+ echo -n "Downloading: " -+ if ! (wget -q "$URL" -O "$DL_DIR/command-ansi.txt" 2>>"$ERROR_LOG"); then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+ else -+ echo "SUCCESS" -+ rm "$ERROR_LOG" -+ -+ echo "Removing 'command run' header" -+ sed -i -e '1d' "$DL_DIR/command-ansi.txt" - fi - fi - - sleep 1 --echo -n "Pasting stdin (cat | wgetpaste): " --ERROR_LOG="$DL_DIR/stdin-error.log" -+echo -n "Pasting stdin with ANSI stripping (cat | wgetpaste): " -+ERROR_LOG="$DL_DIR/stdin-noansi-error.log" - URL="$(cat "$ANSI_FILE" | "$TEST_DIR"/../wgetpaste -N -r -s "$WORKING" -v 2>"$ERROR_LOG")" - if [ $? -ne 0 ]; then - echo "FAILED!" -@@ -127,7 +149,26 @@ else - echo "SUCCESS!" - - echo -n "Downloading: " -- if ! (wget -q "$URL" -O "$DL_DIR/stdin.txt" 2>>"$ERROR_LOG"); then -+ if ! (wget -q "$URL" -O "$DL_DIR/stdin-noansi.txt" 2>>"$ERROR_LOG"); then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+ else -+ echo "SUCCESS!" -+ rm "$ERROR_LOG" -+ fi -+fi -+sleep 1 -+echo -n "Pasting stdin without ANSI stripping (cat | wgetpaste): " -+ERROR_LOG="$DL_DIR/stdin-ansi-error.log" -+URL="$(cat "$ANSI_FILE" | "$TEST_DIR"/../wgetpaste -A -r -s "$WORKING" -v 2>"$ERROR_LOG")" -+if [ $? -ne 0 ]; then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+else -+ echo "SUCCESS!" -+ -+ echo -n "Downloading: " -+ if ! (wget -q "$URL" -O "$DL_DIR/stdin-ansi.txt" 2>>"$ERROR_LOG"); then - echo "FAILED!" - FAILED_PASTE=$((FAILED_PASTE + 1)) - else -@@ -137,8 +178,8 @@ else - fi - - sleep 1 --echo -n "Pasting a file: " --ERROR_LOG="$DL_DIR/file-error.log" -+echo -n "Pasting a file with ANSI stripping: " -+ERROR_LOG="$DL_DIR/file-noansi-error.log" - URL="$("$TEST_DIR"/../wgetpaste -N -r -s "$WORKING" -v "$ANSI_FILE" 2>"$ERROR_LOG")" - if [ $? -ne 0 ]; then - echo "FAILED!" -@@ -147,7 +188,26 @@ else - echo "SUCCESS!" - - echo -n "Downloading: " -- if ! (wget -q "$URL" -O "$DL_DIR/file.txt" 2>>"$ERROR_LOG"); then -+ if ! (wget -q "$URL" -O "$DL_DIR/file-noansi.txt" 2>>"$ERROR_LOG"); then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+ else -+ echo "SUCCESS!" -+ rm "$ERROR_LOG" -+ fi -+fi -+sleep 1 -+echo -n "Pasting a file without ANSI stripping: " -+ERROR_LOG="$DL_DIR/file-ansi-error.log" -+URL="$("$TEST_DIR"/../wgetpaste -A -r -s "$WORKING" -v "$ANSI_FILE" 2>"$ERROR_LOG")" -+if [ $? -ne 0 ]; then -+ echo "FAILED!" -+ FAILED_PASTE=$((FAILED_PASTE + 1)) -+else -+ echo "SUCCESS!" -+ -+ echo -n "Downloading: " -+ if ! (wget -q "$URL" -O "$DL_DIR/file-ansi.txt" 2>>"$ERROR_LOG"); then - echo "FAILED!" - FAILED_PASTE=$((FAILED_PASTE + 1)) - else -@@ -157,7 +217,7 @@ else - fi - - # Compare downloaded files --for dl_file in "$DL_DIR"/*.txt; do -+for dl_file in "$DL_DIR"/*-noansi.txt; do - echo -n "Testing file $dl_file: " - # Ignore missing trailing newline and extra empty lines in downloaded file - if (diff -q -Z -B "$NOANSI_FILE" "$dl_file" &>/dev/null); then -@@ -167,6 +227,16 @@ for dl_file in "$DL_DIR"/*.txt; do - DL_MISMATCH=$((DL_MISMATCH + 1)) - fi - done -+for dl_file in "$DL_DIR"/*-ansi.txt; do -+ echo -n "Testing file $dl_file: " -+ # Ignore missing trailing newline and extra empty lines in downloaded file -+ if (diff -q -Z -B "$ANSI_FILE" "$dl_file" &>/dev/null); then -+ echo "SUCCESS!" -+ else -+ echo "FAILED!" -+ DL_MISMATCH=$((DL_MISMATCH + 1)) -+ fi -+done - - echo "Total failed pastes: $FAILED_PASTE" - echo "Total mismatches: $DL_MISMATCH" --- -2.41.0 - diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-tests.patch b/app-text/wgetpaste/files/wgetpaste-2.33-tests.patch deleted file mode 100644 index 41d0bece7962..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-tests.patch +++ /dev/null @@ -1,83 +0,0 @@ -https://github.com/zlin/wgetpaste/pull/38 - -From 3470bbe651c2264a7f985f3b86f67a6ff6d0c587 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 22 Nov 2022 01:29:16 +0000 -Subject: [PATCH 1/3] test: respect TMPDIR in mktemp (pass --tmpdir) - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/test/test.sh -+++ b/test/test.sh -@@ -7,7 +7,7 @@ - # Don't assume the test is being run from the same directory as the script - TEST_DIR="$(dirname "$0")" - TEST_FILE="$TEST_DIR/test.txt" --DL_DIR="$(mktemp -q -d /tmp/wgetpaste_test.XXXXX)" -+DL_DIR="$(mktemp -q --tmpdir -d wgetpaste_test.XXXXX)" - # Services to hard skip - # Pre-declare as map to maintain type even if empty - # key -> value := service -> reason ---- a/test/test_ansi.sh -+++ b/test/test_ansi.sh -@@ -9,7 +9,7 @@ - TEST_DIR="$(dirname "$0")" - ANSI_FILE="$TEST_DIR/red.txt" - NOANSI_FILE="$TEST_DIR/red_no_ansi.txt" --DL_DIR="$(mktemp -q -d /tmp/wgetpaste_test_ansi.XXXXX)" -+DL_DIR="$(mktemp -q --tmpdir -d wgetpaste_test_ansi.XXXXX)" - # Services to hard skip - # Pre-declare as map to maintain type even if empty - # key -> value := service -> reason - -From 0c3cc1a5286c95a5bcd6408035f6c230350c1565 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 22 Nov 2022 01:29:40 +0000 -Subject: [PATCH 2/3] test: use portable bash shebang - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/test/test.sh -+++ b/test/test.sh -@@ -1,4 +1,4 @@ --#! /bin/bash -+#!/usr/bin/env bash - - # wgetpaste test script - # Exit code: number of mismatched downloads or 1 for general failure ---- a/test/test_ansi.sh -+++ b/test/test_ansi.sh -@@ -1,4 +1,4 @@ --#! /bin/bash -+#!/usr/bin/env bash - - # wgetpaste test script (stripping ANSI codes) - # Based on test/test.sh - -From 8d1cf7a8d0ce9ff21a8e1dc66169b04e4f8fc852 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 22 Nov 2022 01:29:55 +0000 -Subject: [PATCH 3/3] test: normalise copyright header - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/test/test.sh -+++ b/test/test.sh -@@ -2,7 +2,7 @@ - - # wgetpaste test script - # Exit code: number of mismatched downloads or 1 for general failure --# Copyright (C) 2021 xxc3nsoredxx -+# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> - - # Don't assume the test is being run from the same directory as the script - TEST_DIR="$(dirname "$0")" ---- a/test/test_ansi.sh -+++ b/test/test_ansi.sh -@@ -3,7 +3,7 @@ - # wgetpaste test script (stripping ANSI codes) - # Based on test/test.sh - # Exit code: number of mismatched downloads or 1 for general failure --# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> -+# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> - - # Don't assume the test is being run from the same directory as the script - TEST_DIR="$(dirname "$0")" - diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml deleted file mode 100644 index 0f30ede4155f..000000000000 --- a/app-text/wgetpaste/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>xxc3ncoredxx@gmail.com</email> - <name>Oskari Pirhonen</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches /> - <upstream> - <bugs-to>https://github.com/zlin/wgetpaste/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild deleted file mode 100644 index 6e9bc8ef35ee..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://github.com/zlin/wgetpaste" -SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="+ssl" - -PROPERTIES="test_network" -RESTRICT="test" - -RDEPEND="net-misc/wget[ssl?]" - -PATCHES=( - "${FILESDIR}"/${PN}-2.33-tests.patch - "${FILESDIR}"/${PN}-2.33-disable-sprunge.patch - "${FILESDIR}"/${PN}-2.33-add-paste-gentoo-zip.patch -) - -src_prepare() { - default - - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_test() { - test/test.sh || die -} - -src_install() { - dobin ${PN} - insinto /usr/share/zsh/site-functions - doins _wgetpaste -} - -pkg_postinst() { - optfeature "ANSI (color code) stripping support" app-text/ansifilter - optfeature "xclip support" x11-misc/xclip - - if [[ -n ${REPLACING_VERSIONS} ]]; then - local old - - for old in ${REPLACING_VERSIONS}; do - if ver_test ${old} -lt '2.33-r2'; then - ewarn - ewarn "Sprunge is dead and the service has been dropped from the code. Remove or" - ewarn "replace sprunge as the default service in the system or user wgetpaste" - ewarn "config if applicable." - ewarn - break - fi - done - fi -} diff --git a/app-text/wgetpaste/wgetpaste-2.33-r5.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r5.ebuild deleted file mode 100644 index cced264015c0..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.33-r5.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://github.com/zlin/wgetpaste" -SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="+ssl" - -PROPERTIES="test_network" -RESTRICT="test" - -RDEPEND="net-misc/wget[ssl?]" - -PATCHES=( - "${FILESDIR}"/${PN}-2.33-tests.patch - "${FILESDIR}"/${PN}-2.33-disable-sprunge.patch - "${FILESDIR}"/${PN}-2.33-add-paste-gentoo-zip.patch - "${FILESDIR}"/${PN}-2.33-change-arg-parsing-priority.patch - "${FILESDIR}"/${PN}-2.33-add-A-ansi.patch - "${FILESDIR}"/${PN}-2.33-test_ansi-add-A-to-the-tests.patch - "${FILESDIR}"/${PN}-2.33-added-quiet-flag.patch -) - -src_prepare() { - default - - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_test() { - test/test.sh || die -} - -src_install() { - dobin ${PN} - insinto /usr/share/zsh/site-functions - doins _wgetpaste -} - -pkg_postinst() { - optfeature "ANSI (color code) stripping support" app-text/ansifilter - optfeature "xclip support" x11-misc/xclip - - if [[ -n ${REPLACING_VERSIONS} ]]; then - local old - - for old in ${REPLACING_VERSIONS}; do - if ver_test ${old} -lt '2.33-r2'; then - ewarn - ewarn "Sprunge is dead and the service has been dropped from the code. Remove or" - ewarn "replace sprunge as the default service in the system or user wgetpaste" - ewarn "config if applicable." - ewarn - break - fi - done - fi -} diff --git a/app-text/wgetpaste/wgetpaste-2.34.ebuild b/app-text/wgetpaste/wgetpaste-2.34.ebuild deleted file mode 100644 index 892adbfcc7bf..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.34.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit eapi9-ver optfeature - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://github.com/zlin/wgetpaste" -SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="+ssl" - -PROPERTIES="test_network" -RESTRICT="test" - -RDEPEND="net-misc/wget[ssl?]" - -src_prepare() { - default - - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_test() { - test/test.sh || die -} - -src_install() { - dobin ${PN} - insinto /usr/share/zsh/site-functions - doins _wgetpaste -} - -pkg_postinst() { - optfeature "ANSI (color code) stripping support" app-text/ansifilter - optfeature "xclip support" x11-misc/xclip - - if ver_replacing -lt '2.33-r2'; then - ewarn - ewarn "Sprunge is dead and the service has been dropped from the code. Remove or" - ewarn "replace sprunge as the default service in the system or user wgetpaste" - ewarn "config if applicable." - ewarn - fi -} diff --git a/app-text/wiki2beamer/Manifest b/app-text/wiki2beamer/Manifest deleted file mode 100644 index ee3827d84457..000000000000 --- a/app-text/wiki2beamer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wiki2beamer-v0.10.0.tar.gz 164911 BLAKE2B 0a532669915f0db5f1bb8755297bcd36e4175bc57d3b5f14df01566ac74e425c999447ff3f2bd20f2bcd50671bd65accfcf8049476a1656439fc46bab2becafd SHA512 712c719bcdd97f48c65aff1919f2e6a838a0beba1d2e5569063fd1f84bf68eda3137ac20e5dc463dff64c8b4656ce0bf02a0acea090b9a30262374cbee5db433 diff --git a/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-examples-makefile.patch b/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-examples-makefile.patch deleted file mode 100644 index b444a0382e99..000000000000 --- a/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-examples-makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9b54418338adec929cdbdbd1b35e542fb6587fa4 Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Sun, 7 Jul 2019 22:55:53 +0200 -Subject: doc/examples/Makefile: Use system-wide wiki2beamer - ---- - doc/examples/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/doc/examples/Makefile b/doc/examples/Makefile -index e99253b..aeeb11e 100644 ---- a/doc/examples/Makefile -+++ b/doc/examples/Makefile -@@ -9,7 +9,7 @@ all: $(patsubst %.wiki, %.pdf, $(WIKIFILES)) - - %.tex: %.wiki - @echo "Translating $<" -- @python ../../code/wiki2beamer $< > $@ -+ @wiki2beamer $< > $@ - - - %.pdf: %.tex --- -2.21.0 - diff --git a/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-man-makefile.patch b/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-man-makefile.patch deleted file mode 100644 index 42a406c791b5..000000000000 --- a/app-text/wiki2beamer/files/wiki2beamer-0.10.0-doc-man-makefile.patch +++ /dev/null @@ -1,58 +0,0 @@ -From a78d36408bd88834fb2929423ee9f626c1dee428 Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Sun, 7 Jul 2019 22:52:04 +0200 -Subject: doc/man/Makefile: Miscellaneous fixes - -- Fix dependencies -- Add .PHONY markers -- No longer call man(1) on "make html" -- Make "make clean" robust to errors ---- - doc/man/Makefile | 28 ++++++++++++++++++---------- - 1 file changed, 18 insertions(+), 10 deletions(-) - -diff --git a/doc/man/Makefile b/doc/man/Makefile -index 8b3edc5..d545ef7 100644 ---- a/doc/man/Makefile -+++ b/doc/man/Makefile -@@ -1,19 +1,27 @@ -+.PHONY: all - all: man html - - man1: - mkdir man1 - --man: wiki2beamer.xml man1 -- @asciidoctor -b manpage -d manpage wiki2beamer.adoc -- @bzip2 --keep --stdout wiki2beamer.1 > man1/wiki2beamer.1.bz2 -- @man -D -M '.' wiki2beamer -+wiki2beamer.1: wiki2beamer.adoc -+ asciidoctor -b manpage -d manpage wiki2beamer.adoc - --html: wiki2beamer.xml wiki2beamer.1 -+man1/wiki2beamer.1.bz2: wiki2beamer.1 | man1 -+ bzip2 --keep --stdout wiki2beamer.1 > man1/wiki2beamer.1.bz2 -+ -+wiki2beamer.html: wiki2beamer.adoc - asciidoctor -b html5 -d manpage wiki2beamer.adoc - --clean: -- rm wiki2beamer.1 -- rm wiki2beamer.html -- rm man1/wiki2beamer.1.bz2 -- rmdir man1/ -+.PHONY: man -+man: man1/wiki2beamer.1.bz2 - -+.PHONY: html -+html: wiki2beamer.html -+ -+.PHONY: clean -+clean: -+ rm -f wiki2beamer.1 -+ rm -f wiki2beamer.html -+ rm -f man1/wiki2beamer.1.bz2 -+ [ ! -d man1 ] || rmdir man1 --- -2.21.0 - diff --git a/app-text/wiki2beamer/metadata.xml b/app-text/wiki2beamer/metadata.xml deleted file mode 100644 index c083c00402f0..000000000000 --- a/app-text/wiki2beamer/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sping@gentoo.org</email> - <name>Sebastian Pipping</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r4.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r4.ebuild deleted file mode 100644 index 12fde6f7881a..000000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.10.0-r4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit python-single-r1 - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -MY_P=wiki2beamer-v${PV} -HOMEPAGE="https://wiki2beamer.github.io/" -SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz" - -S="${WORKDIR}/wiki2beamer-${MY_P}" - -LICENSE="GPL-2+ FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-arch/unzip - doc? ( dev-ruby/asciidoctor )" - -PATCHES=( - "${FILESDIR}"/${P}-doc-examples-makefile.patch - "${FILESDIR}"/${P}-doc-man-makefile.patch -) - -src_compile() { - use doc && emake -C doc/man/ wiki2beamer.1 -} - -src_install() { - use examples && dodoc -r doc/examples - - use doc && doman doc/man/${PN}.1 - dodoc ChangeLog README.md - - python_doscript code/${PN} -} diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r5.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r5.ebuild deleted file mode 100644 index c04c6376fa95..000000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.10.0-r5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit python-single-r1 - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -MY_P=wiki2beamer-v${PV} -HOMEPAGE="https://wiki2beamer.github.io/" -SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz" - -S="${WORKDIR}/wiki2beamer-${MY_P}" - -LICENSE="GPL-2+ FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-arch/unzip - doc? ( dev-ruby/asciidoctor )" - -PATCHES=( - "${FILESDIR}"/${P}-doc-examples-makefile.patch - "${FILESDIR}"/${P}-doc-man-makefile.patch -) - -src_compile() { - use doc && emake -C doc/man/ wiki2beamer.1 -} - -src_install() { - use examples && dodoc -r doc/examples - - use doc && doman doc/man/${PN}.1 - dodoc ChangeLog README.md - - python_doscript code/${PN} -} diff --git a/app-text/writerperfect/Manifest b/app-text/writerperfect/Manifest deleted file mode 100644 index a0295daeb2a0..000000000000 --- a/app-text/writerperfect/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST writerperfect-0.9.6.tar.xz 330360 BLAKE2B da566fb8e1aae3708646b49b695cf26c5b64aeda1ca1df08ced2549ca8718840744ab011cb7567d1e371ac8e7ee6cfef6a67ee9837cf38b570a3794dc4682f81 SHA512 4a86a23ae2caa133066279994255d8ca7ee16f40ad646bd8ff434c7e4e1a29cf23db7e811b8eca1823dcf9e2456b2e8dbacf03bd5bc0377638fc52fc7d4495a5 diff --git a/app-text/writerperfect/files/writerperfect-0.9.6-gsf-buildfix.patch b/app-text/writerperfect/files/writerperfect-0.9.6-gsf-buildfix.patch deleted file mode 100644 index 0c689ec0b7fc..000000000000 --- a/app-text/writerperfect/files/writerperfect-0.9.6-gsf-buildfix.patch +++ /dev/null @@ -1,14 +0,0 @@ -fix build with libgsf -Authored by: David Tardon 2017-12-14 - ---- a/src/lib/OutputFileHelper.cxx -+++ b/src/lib/OutputFileHelper.cxx -@@ -57,7 +57,7 @@ - OutputFileHelperImpl::~OutputFileHelperImpl() - { - #ifdef USE_GSF_OUTPUT -- if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile.get())) -+ if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile)) - fprintf(stderr, "ERROR : Couldn't close outfile\n"); - - if (mpOutfile) diff --git a/app-text/writerperfect/metadata.xml b/app-text/writerperfect/metadata.xml deleted file mode 100644 index 56c1c813e36f..000000000000 --- a/app-text/writerperfect/metadata.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - <use> - <flag name="abiword">Add support for abiword format using <pkg>app-text/libabw</pkg> - </flag> - <flag name="ebook">Add support for various ebook formats using <pkg>app-text/libebook</pkg> - </flag> - <flag name="epub">Add support for conversion to ePub format using <pkg>app-text/libepubgen</pkg> - </flag> - <flag name="freehand">Add support for freehand format using <pkg>media-libs/libfreehand</pkg> - </flag> - <flag name="gsf">Add support for structured files using <pkg>gnome-extra/libgsf</pkg> - </flag> - <flag name="keynote">Add support for keynote format using <pkg>app-text/libetonyek</pkg> - </flag> - <flag name="mspub">Add support to mspub format using <pkg>app-text/libmspub</pkg> - </flag> - <flag name="mwaw">Add support to mwaw formats using <pkg>app-text/libmwaw</pkg> - </flag> - <flag name="pagemaker">Add support to pagemaker formats using <pkg>media-libs/libpagemaker</pkg> - </flag> - <flag name="qxp">Add support for QuarkXpress documents using <pkg>app-text/libqxp</pkg> - </flag> - <flag name="visio">Add support for visio format using <pkg>media-libs/libvisio</pkg> - </flag> - <flag name="wpd">Add support for wpd format using <pkg>app-text/libwpd</pkg> - </flag> - <flag name="wpg">Add support for wpg format using <pkg>app-text/libwpg</pkg> - </flag> - <flag name="wps">Add support for wps format using <pkg>app-text/libwps</pkg> - </flag> - <flag name="zmf">Add support for Zoner Callisto/Draw documents format using <pkg>media-libs/libzmf</pkg> - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/writerperfect/writerperfect-0.9.6.ebuild b/app-text/writerperfect/writerperfect-0.9.6.ebuild deleted file mode 100644 index 6892e757a8a7..000000000000 --- a/app-text/writerperfect/writerperfect-0.9.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Various formats to Open document format converter" -HOMEPAGE="http://libwpd.sf.net" -SRC_URI="https://downloads.sourceforge.net/libwpd/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="abiword +cdr debug ebook epub freehand gsf keynote +mspub +mwaw pagemaker qxp +visio +wpd +wpg +wps zmf" - -# configure fails if no import library is selected... -REQUIRED_USE=" - || ( abiword cdr ebook freehand keynote mspub mwaw pagemaker qxp visio wpd wpg wps zmf ) -" - -# FIXME: librvngabw -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - =app-text/libodfgen-0.1* - >=dev-libs/librevenge-0.0.1 - media-libs/libeot - abiword? ( =app-text/libabw-0.1* ) - cdr? ( =media-libs/libcdr-0.1* ) - ebook? ( =app-text/libebook-0.1* ) - epub? ( app-text/libepubgen ) - freehand? ( =media-libs/libfreehand-0.1* ) - gsf? ( gnome-extra/libgsf ) - keynote? ( =app-text/libetonyek-0.1* ) - mspub? ( =app-text/libmspub-0.1* ) - mwaw? ( =app-text/libmwaw-0.3* ) - pagemaker? ( media-libs/libpagemaker ) - qxp? ( app-text/libqxp ) - visio? ( =media-libs/libvisio-0.1* ) - wpd? ( app-text/libwpd:0.10 ) - wpg? ( =app-text/libwpg-0.3* ) - wps? ( =app-text/libwps-0.4* ) - zmf? ( media-libs/libzmf ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-gsf-buildfix.patch" ) - -src_configure() { - local myeconfargs=( - --disable-werror - $(use_with abiword libabw) - $(use_with cdr libcdr) - $(use_enable debug) - $(use_with ebook libebook) - $(use_with epub libepubgen) - $(use_with freehand libfreehand) - $(use_with gsf libgsf) - $(use_with keynote libetonyek) - $(use_with mspub libmspub) - $(use_with mwaw libmwaw) - $(use_with pagemaker libpagemaker) - $(use_with qxp libqxp) - $(use_with visio libvisio) - $(use_with wpd libwpd) - $(use_with wpg libwpg) - $(use_with wps libwps) - $(use_with zmf libzmf) - ) - econf "${myeconfargs[@]}" -} diff --git a/app-text/wscr/Manifest b/app-text/wscr/Manifest deleted file mode 100644 index f38ac71cdfbe..000000000000 --- a/app-text/wscr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wscr-1.2.tar.gz 3502 BLAKE2B 4a6684dd6d9eb9c23caa92f9ddf62332f59b20eb4aba0f475015ddc7e66c592177b0d15ec25249fed86e2302a53463f59d608bd727d97bc33a42d903ecd04281 SHA512 8a26c7fb190f830f6436240fc00dcf61405b1818ff311999e02c64b3506fa6abf13a6f212dbb9b15794ecae4f122def563f9301eebdd7e8d09f22cd647467ee3 diff --git a/app-text/wscr/metadata.xml b/app-text/wscr/metadata.xml deleted file mode 100644 index 2a84257cbd7a..000000000000 --- a/app-text/wscr/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - WSCR is a program to solve word jumbles, print all permutations of a - string, and print pseudo-anagrams. It will use /usr/dict/words or a - user-specified wordlist file - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wscr/wscr-1.2-r2.ebuild b/app-text/wscr/wscr-1.2-r2.ebuild deleted file mode 100644 index b035e8ba14fa..000000000000 --- a/app-text/wscr/wscr-1.2-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="A Lightweight and Fast Anagram Solver" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz" -LICENSE="public-domain" -SLOT="0" - -KEYWORDS="amd64 ~mips ppc x86" -RDEPEND="sys-apps/miscfiles" - -src_prepare() { - default - sed -i 's#"/usr/dict/words";#"/usr/share/dict/words";#' wscr.h || die -} - -src_compile() { - emake CC="$(tc-getCC)" FLAGS="${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin wscr - doman wscr.6 - dodoc README -} diff --git a/app-text/wv/Manifest b/app-text/wv/Manifest deleted file mode 100644 index 2b91d22bbd0c..000000000000 --- a/app-text/wv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wv-1.2.9.tar.gz 616256 BLAKE2B 6a6aa6b5f87a934c703c8a74d85af3d7aa84dcd2bc613a3af7fb8d69a9339e71ba2618ae8f725b90c3fe0b0199f4b224bdb32a50c2b6b6614f84b6a14437633f SHA512 ae5c762012595ce8922bfda8749ad3e9cb055edab30152c3a5feaaf3ca6601f357d1e301b179e9a5860cd99452dd6e63e5f44f5bcc12f8db148bdd334e0200a5 diff --git a/app-text/wv/files/wv-1.2.9-C99-decls.patch b/app-text/wv/files/wv-1.2.9-C99-decls.patch deleted file mode 100644 index b200055cf5b8..000000000000 --- a/app-text/wv/files/wv-1.2.9-C99-decls.patch +++ /dev/null @@ -1,101 +0,0 @@ ---- a/field.c -+++ b/field.c -@@ -25,6 +25,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <string.h> -+#include <strings.h> - #include <time.h> - - #include "wv.h" ---- a/md5.c -+++ b/md5.c -@@ -57,7 +57,7 @@ - #include "md5.h" - - /* forward declaration */ --static void Transform (); -+static void Transform (UINT4 *buf, UINT4 *in); - - static unsigned char PADDING[64] = { - 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -@@ -103,8 +103,7 @@ - } - - void --wvMD5Init (mdContext) -- wvMD5_CTX *mdContext; -+wvMD5Init (wvMD5_CTX *mdContext) - { - mdContext->i[0] = mdContext->i[1] = (UINT4) 0; - -@@ -117,10 +116,7 @@ - } - - void --wvMD5Update (mdContext, inBuf, inLen) -- wvMD5_CTX *mdContext; -- unsigned char *inBuf; -- unsigned int inLen; -+wvMD5Update (wvMD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) - { - UINT4 in[16]; - int mdi; -@@ -155,8 +151,7 @@ - } - - void --wvMD5Final (mdContext) -- wvMD5_CTX *mdContext; -+wvMD5Final (wvMD5_CTX *mdContext) - { - UINT4 in[16]; - int mdi; -@@ -198,9 +193,7 @@ - /* Basic MD5 step. Transform buf based on in. - */ - static void --Transform (buf, in) -- UINT4 *buf; -- UINT4 *in; -+Transform (UINT4 *buf, UINT4 *in) - { - UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; - ---- a/md5.h -+++ b/md5.h -@@ -48,9 +48,9 @@ - unsigned char digest[16]; /* actual digest after MD5Final call */ - } wvMD5_CTX; - --void wvMD5Init (); --void wvMD5Update (); --void wvMD5Final (); -+void wvMD5Init (wvMD5_CTX *mdContext); -+void wvMD5Update (wvMD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen); -+void wvMD5Final (wvMD5_CTX *mdContext); - - /* - ********************************************************************** ---- a/wvConfig.c -+++ b/wvConfig.c -@@ -24,6 +24,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> -+#include <strings.h> - #include <math.h> - #include <ctype.h> - #include "wv.h" ---- a/wvparse.c -+++ b/wvparse.c -@@ -35,6 +35,9 @@ - #include <gsf/gsf-input-stdio.h> - #include <gsf/gsf-utils.h> - -+int wvOLEDecode_gsf (wvParseStruct * ps, GsfInput *path, wvStream ** mainfd, wvStream ** tablefd0, -+ wvStream ** tablefd1, wvStream ** data, wvStream ** summary); -+ - int - wvInit (void) - { diff --git a/app-text/wv/files/wv-1.2.9-format-security.patch b/app-text/wv/files/wv-1.2.9-format-security.patch deleted file mode 100644 index 0bb7ac21f2c1..000000000000 --- a/app-text/wv/files/wv-1.2.9-format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- wv-1.2.9/wvRTF.c.orig 2013-12-12 17:03:41.635612853 -0500 -+++ wv-1.2.9/wvRTF.c 2013-12-12 17:04:05.528003832 -0500 -@@ -192,7 +192,7 @@ - rtf_output_char ('{'); - - /* font color */ -- rtf_output (rtfColors[ud->cCol]); -+ rtf_output ("%s", rtfColors[ud->cCol]); - - /* font face */ - rtf_output ("\\f%d", ud->cFont); diff --git a/app-text/wv/files/wv-1.2.9-gcc14-build-fix.patch b/app-text/wv/files/wv-1.2.9-gcc14-build-fix.patch deleted file mode 100644 index ea3a0649bc38..000000000000 --- a/app-text/wv/files/wv-1.2.9-gcc14-build-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ -Bug: https://bugs.gentoo.org/921570 -Bug: https://bugs.gentoo.org/883207 ---- a/wvConfig.c -+++ b/wvConfig.c -@@ -158,7 +158,7 @@ wvReleaseStateData (state_data * data) - - - static void --exstartElement (void *userData, const char *name, const char **atts) -+exstartElement (void *userData, const unsigned char *name, const unsigned char **atts) - { - unsigned int token_type; - expand_data *mydata = (expand_data *) userData; -@@ -3371,7 +3371,7 @@ wvendElement (void *userData, const XML_Char *name) - } - - static void --exendElement (void *userData, const char *name) -+exendElement (void *userData, const unsigned char *name) - { - /* - expand_data *mydata = (expand_data *)userData; diff --git a/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch b/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch deleted file mode 100644 index f18f185f62a0..000000000000 --- a/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch +++ /dev/null @@ -1,11 +0,0 @@ -Bug: https://bugs.gentoo.org/936163 ---- a/wvSummary.c -+++ b/wvSummary.c 2024-08-20 16:14:11.260000000 +0300 -@@ -33,6 +33,7 @@ - #include <gsf/gsf-msole-utils.h> - #include <gsf/gsf-docprop-vector.h> - #include <gsf/gsf-meta-names.h> -+#include <gsf/gsf-doc-meta-data.h> - - #include <stdio.h> - #include <stdlib.h> diff --git a/app-text/wv/metadata.xml b/app-text/wv/metadata.xml deleted file mode 100644 index a634899c7884..000000000000 --- a/app-text/wv/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="tools">Install optional utilities considered deprecated in favor of using AbiWord.</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wv/wv-1.2.9-r5.ebuild b/app-text/wv/wv-1.2.9-r5.ebuild deleted file mode 100644 index 4cae2aca8b6a..000000000000 --- a/app-text/wv/wv-1.2.9-r5.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" -HOMEPAGE="http://wvware.sourceforge.net/" -SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-solaris" -IUSE="tools wmf" - -RDEPEND=" - >=dev-libs/glib-2:2 - >=gnome-extra/libgsf-1.13:= - virtual/zlib:= - media-libs/libpng:0= - dev-libs/libxml2:2= - tools? ( - app-text/texlive-core - dev-texlive/texlive-latex - ) - wmf? ( >=media-libs/libwmf-0.2.2 )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-format-security.patch - "${FILESDIR}"/${P}-C99-decls.patch - "${FILESDIR}"/${P}-gcc14-build-fix.patch - "${FILESDIR}"/${P}-gsf-doc-meta-data.patch -) - -src_prepare() { - default - - # remove -ansi flag, since it disables POSIX - # function declarations (bug #874396) - sed -i -e 's/-ansi//' configure || die - - if ! use tools; then - sed -i -e '/bin_/d' GNUmakefile.am || die - sed -i -e '/SUBDIRS/d' GNUmakefile.am || die - sed -i -e '/\/GNUmakefile/d' configure.ac || die - sed -i -e '/wv[[:upper:]]/d' configure.ac || die - sed -i -e 's/-ansi//' configure.ac || die - - # automake-1.13 fix, bug #467620 - sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die - - eautoreconf - fi -} - -src_configure() { - econf $(use_with wmf libwmf) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - rm -f "${ED}"/usr/share/man/man1/wvConvert.1 || die - use tools && dosym wvWare.1 /usr/share/man/man1/wvConvert.1 -} diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest deleted file mode 100644 index f3c958c6c9df..000000000000 --- a/app-text/wv2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wv2-0.4.2.tar.bz2 452759 BLAKE2B 6134739459617189f9d4e11a660dac25114b5d329b43d02fffe773d25bf62f2eb9f4ccb2712016e670c72f089a6d48f764e99b0ce5d44554d3e9d69ea9e14762 SHA512 7b4fb1dc6aa05da52ea169bf13f3bb544a7a896cf9127b6d67a08e991d798e81e2bf65724cf9396a9b89902f7856007006d8b123fcaaccce77e2a4668a9c9d5b diff --git a/app-text/wv2/files/wv2-0.4.2-disable-libtool.patch b/app-text/wv2/files/wv2-0.4.2-disable-libtool.patch deleted file mode 100644 index 5cd8b01cc70b..000000000000 --- a/app-text/wv2/files/wv2-0.4.2-disable-libtool.patch +++ /dev/null @@ -1,20 +0,0 @@ -Creation of the libtool file were causing build failure with newer cmake. -Since Gentoo has no use for the la file no reason to generate it. - -Bug: https://bugs.gentoo.org/948605 -Bug: https://bugs.gentoo.org/970307 -Origin: an original patch for Gentoo -Author: Alexander Golubev (Fat-Zer) <fatzer2@gmail.com> -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index f001384..5d924a3 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -103,5 +103,5 @@ INSTALL( FILES ${wv2_HEADERS} - # libtool files are useless for Visual C++ and Borland C++ - IF( NOT MSVC AND NOT BORLAND ) -- INCLUDE( ${wvWare_SOURCE_DIR}/cmake/MacroCreateLibtoolFile.cmake ) -- CREATE_LIBTOOL_FILE( wv2 /lib${LIB_SUFFIX} ) -+ # INCLUDE( ${wvWare_SOURCE_DIR}/cmake/MacroCreateLibtoolFile.cmake ) -+ # CREATE_LIBTOOL_FILE( wv2 /lib${LIB_SUFFIX} ) - ENDIF( NOT MSVC AND NOT BORLAND ) - diff --git a/app-text/wv2/files/wv2-0.4.2-glib.patch b/app-text/wv2/files/wv2-0.4.2-glib.patch deleted file mode 100644 index eaa2a61fc66a..000000000000 --- a/app-text/wv2/files/wv2-0.4.2-glib.patch +++ /dev/null @@ -1,12 +0,0 @@ -From: https://sourceforge.net/tracker/?func=detail&aid=3544851&group_id=10501&atid=110501 ---- a/src/olestream.h -+++ b/src/olestream.h -@@ -23,7 +23,7 @@ - #include "global.h" // U8,... typedefs - #include <stack> - --#include <glib/giochannel.h> // GSeekType -+#include <glib.h> // GSeekType - - namespace wvWare { - diff --git a/app-text/wv2/files/wv2-0.4.2-libgsf.patch b/app-text/wv2/files/wv2-0.4.2-libgsf.patch deleted file mode 100644 index efbf02f57525..000000000000 --- a/app-text/wv2/files/wv2-0.4.2-libgsf.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=465882 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -34,7 +34,7 @@ - FIND_PACKAGE( ZLIB REQUIRED ) - ENDIF( WITH_ZLIB ) - --INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${LIBGSF_INCLUDE_DIR} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) -+INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${LIBGSF_INCLUDE_DIR} ${PC_LIBGSF_INCLUDE_DIRS} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ) - - # - # Iconv checks diff --git a/app-text/wv2/metadata.xml b/app-text/wv2/metadata.xml deleted file mode 100644 index aa700c51c620..000000000000 --- a/app-text/wv2/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <upstream> - <bugs-to>https://sourceforge.net/p/wvware/bugs/</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/wv2/wv2-0.4.2-r4.ebuild b/app-text/wv2/wv2-0.4.2-r4.ebuild deleted file mode 100644 index 1fbca58024f2..000000000000 --- a/app-text/wv2/wv2-0.4.2-r4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" -HOMEPAGE="https://wvware.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/wvware/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86" -IUSE="zlib" - -RDEPEND="dev-libs/glib - >=gnome-extra/libgsf-1.8:= - virtual/libiconv - zlib? ( virtual/zlib:= )" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-glib.patch - "${FILESDIR}"/${P}-libgsf.patch -) - -DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO ) - -src_configure() { - # Due to ICU 59 requiring C++11 now - append-cxxflags -std=c++11 - - local mycmakeargs=( - -DWITH_ZLIB=$(usex zlib) - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-text/wv2/wv2-0.4.2-r5.ebuild b/app-text/wv2/wv2-0.4.2-r5.ebuild deleted file mode 100644 index f2817b0344ac..000000000000 --- a/app-text/wv2/wv2-0.4.2-r5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" -HOMEPAGE="https://wvware.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/wvware/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="zlib" - -RDEPEND="dev-libs/glib - >=gnome-extra/libgsf-1.8:= - virtual/libiconv - zlib? ( virtual/zlib:= )" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-glib.patch - "${FILESDIR}"/${P}-libgsf.patch - "${FILESDIR}"/${P}-disable-libtool.patch -) - -DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO ) - -src_configure() { - # Due to ICU 59 requiring C++11 now - append-cxxflags -std=c++11 - - local mycmakeargs=( - -DWITH_ZLIB=$(usex zlib) - ) - - cmake_src_configure -} diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest deleted file mode 100644 index 9c3c515949d9..000000000000 --- a/app-text/xapers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xapers-0.9.3.tar.bz2 155307 BLAKE2B e448303ae6ee5fba41fd38814dc63d44b8b362f778677f55d8deecbb3b27572b7db5b4f274b5d33dc6d052b87b7379b34246eca6b182989511e5da635219be22 SHA512 84ef543b4fd3400ac796944e9baec92a4df9c09d2779184595cc582d2c91f6b8a9f500956d77266f733a830ca5416b3db8a189323781b7d5283ebfc8aece94b0 diff --git a/app-text/xapers/files/xapers-0.9.3-remove-pipes.patch b/app-text/xapers/files/xapers-0.9.3-remove-pipes.patch deleted file mode 100644 index ecef67697af0..000000000000 --- a/app-text/xapers/files/xapers-0.9.3-remove-pipes.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/xapers/__main__.py b/xapers/__main__.py -index ed451c7..e59fbd2 100755 ---- a/xapers/__main__.py -+++ b/xapers/__main__.py -@@ -698,9 +698,6 @@ directory. - except: - pass - -- # FIXME: why? -- import pipes -- - for doc in initdb().search(args.query): - title = doc.get_title() - origpaths = doc.get_fullpaths() diff --git a/app-text/xapers/metadata.xml b/app-text/xapers/metadata.xml deleted file mode 100644 index 03e181d98f23..000000000000 --- a/app-text/xapers/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>william@ewpettersson.se</email> - <name>William Pettersson</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xapers/xapers-0.9.3-r1.ebuild b/app-text/xapers/xapers-0.9.3-r1.ebuild deleted file mode 100644 index c43a96d4bf1b..000000000000 --- a/app-text/xapers/xapers-0.9.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2016-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Personal document indexing system" -HOMEPAGE="https://gitlab.com/wpettersson/xapers/" -SRC_URI="https://gitlab.com/wpettersson/${PN}/-/archive/${PV}/${P}.tar.bz2" -IUSE="test" -RESTRICT="!test? ( test )" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}/${P}-remove-pipes.patch" -) - -RDEPEND="app-text/poppler[utils] - <dev-libs/xapian-bindings-2.0.0[python,${PYTHON_USEDEP}] - dev-python/pybtex[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] - dev-python/urwid[${PYTHON_USEDEP}] - x11-misc/xclip - x11-misc/xdg-utils" - -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( ${RDEPEND} )" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - cd test || die - ./all || die -} diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest deleted file mode 100644 index 150564cda553..000000000000 --- a/app-text/xapian-omega/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST xapian-omega-1.4.29.tar.xz 589016 BLAKE2B 51b0d8778dada358b4f1ba4f5b1d811201f810e45c6c2f9c02b3fa439437eb833990f52d60086e2b7e1382199e90c2f32e483f3dc49549a5b4f84fe6187a235c SHA512 2a3e61764407afbea1b56567a66829fbb717a193111c5e754b65b0b5438f67dc7bd4fb09faba9b4e460f48abb33649576b377626af14d7bf73ed7cef475a0f38 -DIST xapian-omega-1.4.30.tar.xz 588760 BLAKE2B 5f5a87ae1a728fe96aedb052b6bd025be77ebc66d22c73c2338dc0a62eded1257dc4208b86a231486b13ebacda2c85dcd99aa131ba5543109f761b3ff229a89f SHA512 7da87fb35bc7b98aea0496b25af41e3e38ec9023ec578704a77b3c424b70a76342fddce6a92b4bef031ad6625ace7a0d62faf2d83b241248c7f04ef3c129da21 -DIST xapian-omega-1.4.30.tar.xz.asc 833 BLAKE2B 708292d6bac8f854699e833ca5f0be21b2d0481c75a6aa5e880a5c207e0758702483347b5b70846b75922c52e4b26f49a7b0521bc4d17ccf5f989793c0c5311b SHA512 f5f293756310e8e8559abdd72bea2984f05547199e048e8f0cf43cb438d32c85444e8d8406a96488ddcc1997503513866f1dd888909c9cd61f8c9703f98a6f3b -DIST xapian-omega-1.4.31.tar.xz 589208 BLAKE2B 92d20e42fc8e57c4ae826790eb1ee2024da0cb7e435be883d4a5cb27c99a3362c91298be79e93579e0174732b1f06897c5309b71264d2ffc77ac35d7d71d44ad SHA512 2c902371a1e78382f17ca5e1a1061f59ceffc3f6942786ebbabdfd11c68dcdb0952fa467fbcc1a0fece532f24af3ab5c2d2b7b807e27a7bf9ec87d0bd542640a -DIST xapian-omega-1.4.31.tar.xz.asc 833 BLAKE2B 6a72bf7fb0d1b3ba5971a92673b763457ac866f19869e8737a1116a8ebbb87dec1ff873ab7f05aefbc5d2f393aaa12e07ee587302800aab21af698fac99e34ce SHA512 fda624f42310f8cc7ecbc806dcd6dd2fc887976af17a0c6e44ab1edce465fd3e1302763b5513caeb75fd9171744322d1edbe8a7045725cd05d95b2ed065b3b27 -DIST xapian-omega-2.0.0.tar.xz 5823212 BLAKE2B 9db72f54664e12bc3b841b64e8c8f179bb24abb718a6c2f932c0eec27859c040ede7caeb7752dddacc0f787f571d3a27f623469e8a737e4ef9bec3219e245e2e SHA512 6fe80503156e85828610d1cf1f0cd1252d32b4a707d1391cb349fafa87cc7b642718d8ab19587291ada4ef1d5a087b11f2b5167a84cce4319ebad40a76fc4a6e -DIST xapian-omega-2.0.0.tar.xz.asc 833 BLAKE2B acb20a67f080a20b606774df87ed09b6a9f2e9c6c44e6be25a76026c68cdb34266bfad7e329c17f97a7647f031831f6d205096968715dc6abf67c4622052d0d4 SHA512 e31f694513d22eefcd28c1cacd1250376159cdf3a11242c14d56602dc841c9f797b0e3f8de5123b6166d2e4a31f6886cb20009da377c50e8a6ea7c9ef80a7e97 diff --git a/app-text/xapian-omega/metadata.xml b/app-text/xapian-omega/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xapian-omega/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xapian-omega/xapian-omega-1.4.29.ebuild b/app-text/xapian-omega/xapian-omega-1.4.29.ebuild deleted file mode 100644 index 237f37dca7e8..000000000000 --- a/app-text/xapian-omega/xapian-omega-1.4.29.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -HOMEPAGE="https://xapian.org/" -SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86" - -DEPEND=" - dev-lang/perl - dev-libs/libpcre2:= - ~dev-libs/xapian-${PV}:0/30 - sys-apps/file - virtual/zlib:= -" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega || die - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${ED}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xapian-omega/xapian-omega-1.4.30.ebuild b/app-text/xapian-omega/xapian-omega-1.4.30.ebuild deleted file mode 100644 index 783683a62bc8..000000000000 --- a/app-text/xapian-omega/xapian-omega-1.4.30.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/ollybetts.asc -inherit verify-sig - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -HOMEPAGE="https://xapian.org/" -SRC_URI=" - https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz - verify-sig? ( https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz.asc ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=" - dev-lang/perl - dev-libs/libpcre2:= - ~dev-libs/xapian-${PV}:0/30 - sys-apps/file - virtual/zlib:= -" -RDEPEND="${DEPEND}" -BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ollybetts )" - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega || die - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${ED}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xapian-omega/xapian-omega-1.4.31.ebuild b/app-text/xapian-omega/xapian-omega-1.4.31.ebuild deleted file mode 100644 index 783683a62bc8..000000000000 --- a/app-text/xapian-omega/xapian-omega-1.4.31.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/ollybetts.asc -inherit verify-sig - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -HOMEPAGE="https://xapian.org/" -SRC_URI=" - https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz - verify-sig? ( https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz.asc ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=" - dev-lang/perl - dev-libs/libpcre2:= - ~dev-libs/xapian-${PV}:0/30 - sys-apps/file - virtual/zlib:= -" -RDEPEND="${DEPEND}" -BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ollybetts )" - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega || die - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${ED}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xapian-omega/xapian-omega-2.0.0.ebuild b/app-text/xapian-omega/xapian-omega-2.0.0.ebuild deleted file mode 100644 index 8adf4fa20c6b..000000000000 --- a/app-text/xapian-omega/xapian-omega-2.0.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/ollybetts.asc -inherit verify-sig - -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" -HOMEPAGE="https://xapian.org/" -SRC_URI=" - https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz - verify-sig? ( https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz.asc ) -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -# poppler, libebook, libgepub, tesseract, gmime, libarchive, libabw, -# libcdr, libextractor (unpackaged), libmwaw, libreoffice are all automagic -DEPEND=" - app-arch/libarchive:= - app-office/libreoffice - >=app-text/libabw-0.1.2 - app-text/libebook - >=app-text/libgepub-0.7 - app-text/libmwaw - app-text/poppler[cairo] - app-text/tesseract:= - dev-lang/perl - dev-libs/gmime:3.0 - dev-libs/libpcre2:= - ~dev-libs/xapian-${PV} - media-libs/libcdr - sys-apps/file - virtual/zlib:= -" -RDEPEND="${DEPEND}" -BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ollybetts )" - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}" install - - # Protect /etc/omega.conf - echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega || die - doenvd "${T}"/20xapian-omega - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - - # Directory containing Xapian databases: - keepdir /var/lib/omega/data - - # Directory containing OmegaScript templates: - keepdir /var/lib/omega/templates - mv "${S}"/templates/* "${ED}"/var/lib/omega/templates || die - - # Directory to write Omega logs to: - keepdir /var/log/omega - - # Directory containing any cdb files for the $lookup OmegaScript command: - keepdir /var/lib/omega/cdb -} diff --git a/app-text/xchm/Manifest b/app-text/xchm/Manifest deleted file mode 100644 index 9522f2826868..000000000000 --- a/app-text/xchm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xchm-1.36.tar.gz 882212 BLAKE2B 8f11457664748fa3effb23102b23ee59c3184a408f6defa3bc7d7bf90c97357a74d33f5da6b7098011a1c23a9f3dd9a523076e367aa9547c9d72f25296b6c787 SHA512 0b7397cd188e47cf9e39c21081428356d858d7ff7e82dd928ef728f32d962ecd485ef2b44ff0c063bde67a605d7a4610f1f5100d1c30d691e6546434c615da65 -DIST xchm-1.37.tar.gz 893765 BLAKE2B 2dcfde8af982ad6ed65cd46f0897264785d5515ab8a9d1c898b9e8b794076a5be4c270da7c70f51919230881c8102bcd39054bd147e0c5e796f6f031f452d831 SHA512 284cdd92788aaa11be3cfbfb10c6537d465625bf9acfb40a0a8859f2c9b5fefc1f454a81046c86638d7dbad31a2bba7d859c34b945d9e8557287279c9572c0ac diff --git a/app-text/xchm/files/xchm.desktop b/app-text/xchm/files/xchm.desktop deleted file mode 100644 index a8842132a170..000000000000 --- a/app-text/xchm/files/xchm.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=xCHM -Comment=Compiled HTML Help (CHM) file viewer -Comment[fr]=Visionneuse de fichiers Compiled HTML Help (CHM) -Icon=xchm -TryExec=xchm -Exec=xchm %f -MimeType=application/x-chm; -Categories=Office;Viewer; diff --git a/app-text/xchm/files/xchm.xml b/app-text/xchm/files/xchm.xml deleted file mode 100644 index 08cb9ca3f4b8..000000000000 --- a/app-text/xchm/files/xchm.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> - <mime-type type="application/x-chm"> - <comment>Compiled HTML Help Format</comment> - <glob pattern="*.chm"/> - </mime-type> -</mime-info> diff --git a/app-text/xchm/metadata.xml b/app-text/xchm/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xchm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xchm/xchm-1.36-r1.ebuild b/app-text/xchm/xchm-1.36-r1.ebuild deleted file mode 100644 index abd5558af5b0..000000000000 --- a/app-text/xchm/xchm-1.36-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" - -inherit desktop wxwidgets xdg-utils - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~riscv x86" -IUSE="nls" - -RDEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:${WX_GTK_VER}=[X] - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -src_configure() { - setup-wxwidgets - econf $(use_enable nls) -} - -src_install() { - default - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/app-text/xchm/xchm-1.37-r1.ebuild b/app-text/xchm/xchm-1.37-r1.ebuild deleted file mode 100644 index 381c759370f0..000000000000 --- a/app-text/xchm/xchm-1.37-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" - -inherit desktop wxwidgets xdg-utils - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~riscv x86" -IUSE="nls" - -RDEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:${WX_GTK_VER}=[X] - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -src_configure() { - setup-wxwidgets - econf $(use_enable nls) -} - -src_install() { - default - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/app-text/xdvik/Manifest b/app-text/xdvik/Manifest deleted file mode 100644 index b17947255f53..000000000000 --- a/app-text/xdvik/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xdvik-22.87.06.tar.gz 5922131 BLAKE2B 88821b7642d2d79158f5b49a7d23dad2209750a44d2b75f131d77a5ee326670d2a9cf09246ea9226a386bce429890459625d87df697599529de1bfc32438bf64 SHA512 93fb231f20ef76e170ae954d076ac5421669b3db71e3a96561626736d516f639227e3e502012ba4612fd238172b82f512985c571702d6c0ce078e60a67e5b19f -DIST xdvik_192.png 77893 BLAKE2B 533910801cd981a39c42851be2779f98ecf7fcec8ef2a167005521e39d8ef66d8eb806b382451ebf88da62ba61afba82b8d15a60ef6ba347bd2ff848f10253ed SHA512 7fa6becc3601df01134cd163e461780b9ab4ee855788e38dc3d255d491294c033f040326016df7671ff301cc8f91462209e1fda5e50cb383f5407f0c1021d71d diff --git a/app-text/xdvik/files/xdvik-22.87.06-c23.patch b/app-text/xdvik/files/xdvik-22.87.06-c23.patch deleted file mode 100644 index d41fe4314a4e..000000000000 --- a/app-text/xdvik/files/xdvik-22.87.06-c23.patch +++ /dev/null @@ -1,83 +0,0 @@ -https://tug.org/pipermail/tex-live/2024-November/050931.html -https://bugs.gentoo.org/944178 ---- a/dvi-draw.c -+++ b/dvi-draw.c -@@ -198,7 +198,6 @@ bmUnitT bit_masks[] = { - #ifdef VMS - #define off_t int - #endif --extern off_t lseek(); - - #ifndef SEEK_SET /* if <unistd.h> is not provided (or for <X11R5) */ - #define SEEK_SET 0 -@@ -4693,8 +4692,6 @@ anchor_search(const char *str) - - #if GREY - --extern double pow(); -- - static void - mask_shifts(Pixel mask, int *pshift1, int *pshift2) - { ---- a/gui/menu.c -+++ b/gui/menu.c -@@ -62,7 +62,7 @@ static struct button_info *m_button_info = NULL; /* toplevel node of pulldown me - - - static void --set_menu_info(void *val, XtActionProc proc, Boolean (*cmp)(), struct button_info *item) -+set_menu_info(void *val, XtActionProc proc, Boolean (*cmp)(void *, const char *), struct button_info *item) - { - size_t i; - ASSERT(item != NULL, "item in set_menu_info musn't be NULL!"); -@@ -96,7 +96,7 @@ set_menu_info(void *val, XtActionProc proc, Boolean (*cmp)(), struct button_info - - /* set a menu according to val and the compare function cmp */ - void --set_menu(void *val, XtActionProc proc, Boolean (*cmp)()) -+set_menu(void *val, XtActionProc proc, Boolean (*cmp)(void *, const char *)) - { - /* removed following since cast from function pointer to void pointer is not supported by ANSI C */ - /* TRACE_GUI((stderr, "set_menu_info: %d, %p, %p", *(int *)val, (void *)proc, (void *)cmp)); */ ---- a/gui/menu.h -+++ b/gui/menu.h -@@ -67,6 +67,6 @@ extern void create_menu_buttons(Widget parent, - #endif - ); - --extern void set_menu(void *val, XtActionProc proc, Boolean (*cmp)()); -+extern void set_menu(void *val, XtActionProc proc, Boolean (*cmp)(void *, const char *)); - - #endif /* MENU_H_ */ ---- a/gui/sfDraw.c -+++ b/gui/sfDraw.c -@@ -238,7 +238,6 @@ SFstatAndCheck(SFDir *dir, SFEntry *entry) - struct stat statBuf; - char save; - int last; -- extern int SFchdir(); - - /* - * must be restored before returning ---- a/gui/sfDraw.h -+++ b/gui/sfDraw.h -@@ -56,7 +56,7 @@ void SFhAreaSelectedCallback(Widget w, int n, int pnew); - void SFpathSliderMovedCallback(Widget w, XtPointer client_data, float *new); - void SFpathAreaSelectedCallback(Widget w, XtPointer client_data, int pnew); - Boolean SFworkProc(void); --extern int (*SFfunc)(); -+extern int (*SFfunc)(char *entryReal, char **entryShown, struct stat *statBuf); - - extern Widget selFileField, selFileForm, selFileHScroll, selFileHScrolls[], selFileLists[], selFileVScrolls[]; - extern Display *SFdisplay; ---- a/gui/sfSelFile.c -+++ b/gui/sfSelFile.c -@@ -125,7 +125,7 @@ XtAppContext SFapp; - int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; - char SFtextBuffer[MAXPATHLEN]; - XtIntervalId SFdirModTimerId; --int (*SFfunc) (); -+int (*SFfunc) (char *entryReal, char **entryShown, struct stat *statBuf); - - static int SFstatus = SEL_FILE_NULL; - diff --git a/app-text/xdvik/files/xdvik-22.87.06-configure-clang16.patch b/app-text/xdvik/files/xdvik-22.87.06-configure-clang16.patch deleted file mode 100644 index c3b3f0b98bdb..000000000000 --- a/app-text/xdvik/files/xdvik-22.87.06-configure-clang16.patch +++ /dev/null @@ -1,51 +0,0 @@ -https://github.com/TeX-Live/texlive-source/commit/bb307f8bd91c5ea4f191b9c788056470626893b7 - -From bb307f8bd91c5ea4f191b9c788056470626893b7 Mon Sep 17 00:00:00 2001 -From: Karl Berry <karl@freefriends.org> -Date: Thu, 2 Feb 2023 22:57:47 +0000 -Subject: [PATCH] avoid implicit wait and exit declarations for C99 - -git-svn-id: svn://tug.org/texlive/trunk/Build/source@65717 c570f23f-e606-0410-a88d-b1316a301751 ---- a/configure -+++ b/configure -@@ -16406,6 +16406,9 @@ else $as_nop - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif -+#ifdef HAVE_SYS_WAIT_H -+#include <sys/wait.h> -+#endif - #ifdef HAVE_VFORK_H - #include <vfork.h> - #endif -@@ -16427,7 +16430,7 @@ main (void) - - while (wait(&status) != child) - ; -- exit( -+ _exit( - /* Was there some problem with vforking? */ - child < 0 - ---- a/m4/xdvi-func-setsid-in-fork.m4 -+++ b/m4/xdvi-func-setsid-in-fork.m4 -@@ -22,6 +22,9 @@ AC_DEFUN([XDVI_FUNC_SETSID_IN_VFORK], - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif -+#ifdef HAVE_SYS_WAIT_H -+#include <sys/wait.h> -+#endif - #ifdef HAVE_VFORK_H - #include <vfork.h> - #endif]], -@@ -40,7 +43,7 @@ AC_DEFUN([XDVI_FUNC_SETSID_IN_VFORK], - - while (wait(&status) != child) - ; -- exit( -+ _exit( - /* Was there some problem with vforking? */ - child < 0 - - diff --git a/app-text/xdvik/files/xdvik-22.87.06-squeeze-c23.patch b/app-text/xdvik/files/xdvik-22.87.06-squeeze-c23.patch deleted file mode 100644 index 013c7af3e424..000000000000 --- a/app-text/xdvik/files/xdvik-22.87.06-squeeze-c23.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://tug.org/pipermail/tex-live/2024-November/050930.html -https://bugs.gentoo.org/944178 ---- a/squeeze/squeeze.c -+++ b/squeeze/squeeze.c -@@ -118,7 +118,6 @@ main(int argc, char *argv[]) - int c; - char *b; - char seeking; -- extern void exit(); - - if (argc > 3 || (in = (argc < 2 ? stdin : fopen(argv[1], "r"))) == NULL || - (out = (argc < 3 ? stdout : fopen(argv[2], "w"))) == NULL) { diff --git a/app-text/xdvik/files/xdvik.xpm b/app-text/xdvik/files/xdvik.xpm deleted file mode 100644 index 456335ec52e1..000000000000 --- a/app-text/xdvik/files/xdvik.xpm +++ /dev/null @@ -1,89 +0,0 @@ -/* XPM */ -static char *xdvik[] = { -/* columns rows colors chars-per-pixel */ -"48 48 35 1 ", -" c #080808", -". c #2F261C", -"X c #343434", -"o c #3C3B3C", -"O c #493415", -"+ c #523611", -"@ c #64471A", -"# c #6D4E1E", -"$ c #65513A", -"% c #444444", -"& c #4C4C4C", -"* c #505050", -"= c #665641", -"- c #696159", -"; c #626262", -": c #7D7D7D", -"> c #946924", -", c #8D7757", -"< c #8F7C5A", -"1 c #B78833", -"2 c #D59E39", -"3 c #D7A03A", -"4 c #9F896C", -"5 c #E9B345", -"6 c #EBB345", -"7 c #FDC54E", -"8 c #808080", -"9 c #848484", -"0 c #9C9C9B", -"q c #A9A5A2", -"w c #C7BFB5", -"e c #DAD6D1", -"r c #EFEEEE", -"t c #FEFEFE", -"y c None", -/* pixels */ -"9 XyyyyyyyyyyyyyyyyyyyyyyyyyyyyyX Xyy", -"y8 yyyyyyyyyyyyyyyyyyyyyyyyyyy oyyy", -"yyo XyyyyyyyyyyyyyyyyyyyyyyyyyX yyyy", -"yyyX :yyyyy yy yyy yyyy* yyyyy", -"yyyy yyyy >777 y 77 y 77 y+9 9yyyyy", -"yyyyy Xyyy 77.#7 777 y 77 =yyyyyy", -"yyyyy8 *yyy 6#.77 777 77 7 77 7 y yyy", -"yyyyyyX yyyy 6>#7 77 77 77 7 6 66 yy", -"yyyyyyy yyy4 77777777 77 777+66 66 yy", -"yyyyyyyy Xyy++++177777777 777+7 66 6 y", -"yyyyyyyyX ;+qtte+73777777771+7 76 y", -"yyyyyyyyy +qtttt+4+++17777771 166> yy", -"yyyyyyyyyy +t4.tw+wtte+177771 77777 +yy", -"yyyyyyyyyyy .++#+t..4+etttte+7773 77>+>7 7 y", -"yyyyyyyyyy>+O@137776+ew++etttttt+777 71# 37 6 y", -"yyyyyyyy>>77777777771+++,ttteetw+77777 17 66 y", -"yyyyyyy>777777777777773>-tte..r+37773 +177 1 >y", -"yyyyyy>77>>3777777777773+ete..-+777777777 1666+y", -"yyyyy> 7>7777777777777771+etee+777777 17 676+", -"yyyyy76 777>37777777777773++++77777777777777 y", -"yyyyy1>++7>7777 >3777777777777777777777 777 -", -"yyyyy66# #777 377777777777777777777777777 777 ", -"yyyyy666 #77777777777777777777777 77777 7 y", -"yyyyyy6>+> 66 7777777777777777777777 7777 yyy", -"yyyyyy 6>77 66 17777777777777777777777 777 yy", -"yyyyyy7. 7777 1777777777777+77777777777777 7 y", -"yyyyyy377 7777777777777777+ 77777 77777777 7#y", -"yyyyyyy177 77777777777777+ 77777777 7777777 -", -"yyyyyyyy777 +37777777777+ 777777 7777 777777 y", -"yyyyyyyy1777# >777777+ +7777777+ 777777 7 yy", -"yyyyyyyyy177777 77777+77777 777777 7yy", -"yyyyyyyyyyy177777777777777777 777777 777777 +y", -"yyyyyyyyyyyyy<37777777777777 +7777 77 777777 y", -"yyyyyyyyyyyyy9 37737777 77 7777 77+77 $y", -"yyyyyyyyyyyy9 X#7#7+7+yyX 6+77 777 777+7 yy", -"yyyyyyyyyyyyX 0,#+#2+yyyyX 6+7 777 777+7 yy", -"yyyyyyyyyyy; 9yyyyyyyyyyyy 777 77 777+7 y", -"yyyyyyyyyy9 8yyyyyyyyyyyyyy 77 777+ yy", -"yyyyyyyyyy %yyyyyyyyyyyyyyy8 yyy", -"yyyyyyyyyX 9yyyyyyyyyyyyyyyyX +yyyyyy", -"yyyyyyyy& yyyyyyyyyyyyyyyyyyy *yyyyy", -"yyyyyyy9 8yyyyyyyyyyyyyyyyyyyy 9yyyy", -"yyyyyyy 8yyyyyyyyyyyyyyyyyyyyyX yyyy", -"yyyyyy %yyyyyyyyyyyyyyyyyyyyyyy Xyyy", -"yyyyyX 9yyyyyyyyyyyyyyyyyyyyyyyy ;yy", -"yyyy& 9yyyyyyyyyyyyyyyyyyyyyyyyyy 8y", -"yyy8 8yyyyyyyyyyyyyyyyyyyyyyyyyyy *y", -"yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy 9" -}; diff --git a/app-text/xdvik/metadata.xml b/app-text/xdvik/metadata.xml deleted file mode 100644 index 31363aea644f..000000000000 --- a/app-text/xdvik/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <longdescription lang="en"> - XDVIK is a dvi previewer on X with kpathsea support. It also supports - multibyte character rendering via Xft2 (or VFlib2). - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xdvik/xdvik-22.87.06-r1.ebuild b/app-text/xdvik/xdvik-22.87.06-r1.ebuild deleted file mode 100644 index 23693917eae6..000000000000 --- a/app-text/xdvik/xdvik-22.87.06-r1.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg - -DESCRIPTION="DVI viewer for X Window System" -HOMEPAGE="https://xdvi.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/xdvi/${P}.tar.gz - https://dev.gentoo.org/~pacho/${PN}/${PN}_192.png" -S="${WORKDIR}"/${P}/texk/xdvik - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -IUSE="motif neXt Xaw3d emacs" - -# require >=libXaw-1.0.16 for suitable XawListChange API, see -# - https://bugs.gentoo.org/919069 -# - https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/d0fcbd9722ad691ca0b5873c98e8e9c236fa718b -DEPEND=">=media-libs/freetype-2.9.1-r2:2 - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt - emacs? ( >=app-editors/emacs-23.1:* ) - motif? ( >=x11-libs/motif-2.3:0 ) - !motif? ( - neXt? ( x11-libs/neXtaw ) - !neXt? ( - Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( >=x11-libs/libXaw-1.0.16 ) - ) - ) - dev-libs/kpathsea:=" -RDEPEND="${DEPEND} - virtual/latex-base -" -BDEPEND="app-alternatives/lex - app-alternatives/yacc - virtual/pkgconfig" - -# https://bugs.gentoo.org/900537 -# Windows-exclusive function -QA_CONFIG_IMPL_DECL_SKIP=(memicmp) - -PATCHES=( - "${FILESDIR}"/${PN}-22.87.06-configure-clang16.patch - "${FILESDIR}"/${PN}-22.87.06-squeeze-c23.patch - "${FILESDIR}"/${PN}-22.87.06-c23.patch -) - -src_prepare() { - default - - # Make sure system kpathsea headers are used - cd "${WORKDIR}/${P}/texk/kpathsea" || die - local i - for i in *.h ; do - echo "#include_next \"$i\"" > ${i} || die - done - - cd "${WORKDIR}/${P}" || die - cd "${S}" || die - eautoreconf -} - -src_configure() { - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - - local toolkit - if use motif ; then - toolkit="motif" - use neXt && ewarn "neXt USE flag ignored (superseded by motif)" - use Xaw3d && ewarn "Xaw3d USE flag ignored (superseded by motif)" - elif use neXt ; then - toolkit="neXtaw" - use Xaw3d && ewarn "Xaw3d USE flag ignored (superseded by neXt)" - elif use Xaw3d ; then - toolkit="xaw3d" - else - toolkit="xaw" - fi - - econf \ - --with-system-freetype2 \ - --with-system-kpathsea \ - --with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea \ - --with-xdvi-x-toolkit="${toolkit}" \ - --x-includes="${ESYSROOT}"/usr/include \ - --x-libraries="${ESYSROOT}"/usr/$(get_libdir) -} - -src_compile() { - emake kpathsea_dir="${EPREFIX}"/usr/include/kpathsea - - use emacs && elisp-compile xdvi-search.el -} - -src_install() { - dodir /usr/share/texmf-dist/dvips/config - - emake DESTDIR="${D}" install - - dosym ../../texmf-dist/xdvi/XDvi /usr/share/X11/app-defaults/XDvi - - dodoc BUGS FAQ README.* - - use emacs && elisp-install tex-utils *.el *.elc - - doicon "${FILESDIR}"/${PN}.xpm - newicon -s 192 "${DISTDIR}"/${PN}_192.png ${PN}.png - make_desktop_entry "xdvi %f" "XDvi" xdvik "Graphics;Viewer" "MimeType=application/x-dvi;" - # Our desktop file is more complete - rm "${ED}/usr/share/applications/xdvi.desktop" || die -} - -pkg_postinst() { - xdg_pkg_postinst - - if use emacs; then - elog "Add" - elog " (add-to-list 'load-path \"${EPREFIX}${SITELISP}/tex-utils\")" - elog " (require 'xdvi-search)" - elog "to your ~/.emacs file" - fi -} diff --git a/app-text/xhtml1/Manifest b/app-text/xhtml1/Manifest deleted file mode 100644 index 4e8353f6b0ce..000000000000 --- a/app-text/xhtml1/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xhtml1-20020801.tgz 232192 BLAKE2B 4e2da9b73da93a8196ade80549a2e255b1954178472fddaf2e3d979befda8689f3540a65d41723e40bd0450d626608ffcdcd1fa9183da5e3b13d90a5649fdc23 SHA512 184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412 diff --git a/app-text/xhtml1/files/xhtml1-catalog.patch b/app-text/xhtml1/files/xhtml1-catalog.patch deleted file mode 100644 index 37b41a2b0dc1..000000000000 --- a/app-text/xhtml1/files/xhtml1-catalog.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -NurdB xhtml1-20020801/DTD/xhtml.soc xhtml1-20020801-patched/DTD/xhtml.soc ---- xhtml1-20020801/DTD/xhtml.soc 2002-08-01 13:23:08.000000000 -0500 -+++ xhtml1-20020801-patched/DTD/xhtml.soc 2005-06-21 04:12:36.000000000 -0500 -@@ -1,4 +1,9 @@ - OVERRIDE YES -+ -+DTDDECL "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1.dcl" -+DTDDECL "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1.dcl" -+DTDDECL "-//W3C//DTD XHTML 1.0 Frameset//EN" "xhtml1.dcl" -+ - -- Oasis entity catalog for Extensible HTML 1.0 -- - - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd" -@@ -10,5 +15,3 @@ - PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "xhtml-lat1.ent" - PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" "xhtml-symbol.ent" - PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" "xhtml-special.ent" -- --SGMLDECL "xhtml1.dcl" diff --git a/app-text/xhtml1/metadata.xml b/app-text/xhtml1/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/xhtml1/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xhtml1/xhtml1-20020801-r6.ebuild b/app-text/xhtml1/xhtml1-20020801-r6.ebuild deleted file mode 100644 index 35d170a75b48..000000000000 --- a/app-text/xhtml1/xhtml1-20020801-r6.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" -HOMEPAGE="https://www.w3.org/TR/xhtml1/" -SRC_URI="mirror://gentoo/fe/${P}.tgz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" - -DEPEND="app-text/sgml-common - dev-libs/libxml2" - -PATCHES=( "${FILESDIR}"/${PN}-catalog.patch ) - -xml_catalog_setup() { - CATALOG="${EROOT}/etc/xml/catalog" - XMLTOOL="${BROOT}/usr/bin/xmlcatalog" - DTDDIR="${EROOT}/usr/share/sgml/${PN}" - - [[ -x ${XMLTOOL} ]] -} - -src_install() { - insinto /usr/share/sgml/${PN} - doins DTD/xhtml.soc DTD/*.dcl DTD/*.dtd DTD/*.ent - - insinto /etc/sgml - newins - xhtml1.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/xhtml1/xhtml.soc" - EOF - - dodoc *.pdf *.ps - docinto html - dodoc *.html *.png *.css -} - -pkg_preinst() { - # work-around old revision removing it - cp "${ED}"/etc/sgml/xhtml1.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/xhtml1.cat - local real=${EROOT}/etc/sgml/xhtml1.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - sgml-catalog-r1_pkg_postinst - - xml_catalog_setup || return - einfo "Installing xhtml1 in the global XML catalog" - "${XMLTOOL}" --noout --add 'public' '-//W3C//DTD XHTML 1.0 Strict//EN' \ - "${DTDDIR}"/xhtml1-strict.dtd "${CATALOG}" - "${XMLTOOL}" --noout --add 'public' '-//W3C//DTD XHTML 1.0 Transitional//EN' \ - "${DTDDIR}"/xhtml1-transitional.dtd "${CATALOG}" - "${XMLTOOL}" --noout --add 'public' '-//W3C//DTD XHTML 1.0 Frameset//EN' \ - "${DTDDIR}"/xhtml1-frameset.dtd "${CATALOG}" - "${XMLTOOL}" --noout --add 'rewriteSystem' 'http://www.w3.org/TR/xhtml1/DTD' \ - "${DTDDIR}" "${CATALOG}" - "${XMLTOOL}" --noout --add 'rewriteURI' 'http://www.w3.org/TR/xhtml1/DTD' \ - "${DTDDIR}" "${CATALOG}" -} - -pkg_postrm() { - sgml-catalog-r1_pkg_postrm - - [[ -n ${REPLACED_BY_VERSION} ]] && return - xml_catalog_setup || return - einfo "Removing xhtml1 from the global XML catalog" - "${XMLTOOL}" --noout --del '-//W3C//DTD XHTML 1.0 Strict//EN' "${CATALOG}" - "${XMLTOOL}" --noout --del '-//W3C//DTD XHTML 1.0 Transitional//EN' "${CATALOG}" - "${XMLTOOL}" --noout --del '-//W3C//DTD XHTML 1.0 Frameset//EN' "${CATALOG}" - "${XMLTOOL}" --noout --del 'http://www.w3.org/TR/xhtml1/DTD' "${CATALOG}" -} diff --git a/app-text/xhtml11/Manifest b/app-text/xhtml11/Manifest deleted file mode 100644 index 04a975499124..000000000000 --- a/app-text/xhtml11/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xhtml11-20101123.tar.gz 236494 BLAKE2B 06a4e43354c16d583a0d60c450cb9dc6e088bde3be3958da70b2c5ea2e85e137666032c8a25848d9acba459d829d7ba82da414483d8f855ac3c893a7ac7f5931 SHA512 8a38a61d44809459f1f8b02992a623836df1b4b7fb6b5e844ca039264d4c99e80170c84d8b90dede7142f5972e9668f4ff71c9e0ded82887e5b4116cf56a8506 diff --git a/app-text/xhtml11/metadata.xml b/app-text/xhtml11/metadata.xml deleted file mode 100644 index 838d14f7406b..000000000000 --- a/app-text/xhtml11/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>MichaÅ‚ Górny</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xhtml11/xhtml11-20101123.ebuild b/app-text/xhtml11/xhtml11-20101123.ebuild deleted file mode 100644 index 0f4327930fb7..000000000000 --- a/app-text/xhtml11/xhtml11-20101123.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit sgml-catalog-r1 - -DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" -HOMEPAGE="https://www.w3.org/TR/xhtml11/" -SRC_URI="https://www.w3.org/TR/xhtml11/xhtml11.tgz -> ${P}.tar.gz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="app-text/sgml-common - dev-libs/libxml2" - -xml_catalog_setup() { - CATALOG="${EROOT}/etc/xml/catalog" - XMLTOOL="${BROOT}/usr/bin/xmlcatalog" - DTDDIR="${EROOT}/usr/share/sgml/${PN}" - - [[ -x ${XMLTOOL} ]] -} - -src_install() { - insinto /usr/share/sgml/${PN} - doins DTD/*.{cat,dcl,dtd,mod} - - insinto /etc/sgml - newins - xhtml11.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/sgml/xhtml11/xhtml11.cat" - EOF - - dodoc *.pdf *.ps - docinto html - dodoc *.html *.gif *.css -} - -pkg_postinst() { - sgml-catalog-r1_pkg_postinst - - xml_catalog_setup || return - einfo "Installing xhtml11 in the global XML catalog" - "${XMLTOOL}" --noout --add 'public' '-//W3C//DTD XHTML 1.1//EN' \ - "${DTDDIR}"/xhtml11-flat.dtd "${CATALOG}" - "${XMLTOOL}" --noout --add 'rewriteSystem' 'http://www.w3.org/TR/xhtml11/DTD' \ - "${DTDDIR}" "${CATALOG}" - "${XMLTOOL}" --noout --add 'rewriteURI' 'http://www.w3.org/TR/xhtml11/DTD' \ - "${DTDDIR}" "${CATALOG}" -} - -pkg_postrm() { - sgml-catalog-r1_pkg_postrm - - [[ -n ${REPLACED_BY_VERSION} ]] && return - xml_catalog_setup || return - einfo "Removing xhtml1 from the global XML catalog" - "${XMLTOOL}" --noout --del '-//W3C//DTD XHTML 1.1//EN' "${CATALOG}" - "${XMLTOOL}" --noout --del 'http://www.w3.org/TR/xhtml11/DTD' "${CATALOG}" -} diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest deleted file mode 100644 index 034b41406b74..000000000000 --- a/app-text/xiphos/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xiphos-4.3.2.tar.xz 21383548 BLAKE2B faf5d830bfddfb531ca24c9073f54a9405dd256e2c23c211e4e1c91027d00ea61928214d7da61244097f0327ee50769e5b27ef78f3d242a8640e2a6ec2c67ddc SHA512 b954a5c2d34defc6d472341d612a6dd53eabc3801091c2cbb81c567d6fcc55545a63425f6e22a3649f4436aa4ab9a7cacf91a8630d41224782b62d59b41f5fe4 diff --git a/app-text/xiphos/files/xiphos-4.3.2-fix_minizip-ng.patch b/app-text/xiphos/files/xiphos-4.3.2-fix_minizip-ng.patch deleted file mode 100644 index aaba35dad1c4..000000000000 --- a/app-text/xiphos/files/xiphos-4.3.2-fix_minizip-ng.patch +++ /dev/null @@ -1,15 +0,0 @@ -see https://bugs.gentoo.org/969182 -PR merged https://github.com/crosswire/xiphos/pull/1264.patch -fix conflicting types for ‘in_func’ between zlib.h and zlib-ng.h used by minizip-ng[compat] ---- a/src/gtk/utilities.c -+++ b/src/gtk/utilities.c -@@ -38,8 +38,8 @@ - #include <gdk-pixbuf/gdk-pixbuf.h> - - #include <gtk/gtk.h> --#include <minizip/zip.h> - #include <zlib.h> -+#include <minizip/zip.h> - - #include "gui/utilities.h" - #include "gui/preferences_dialog.h" diff --git a/app-text/xiphos/files/xiphos-4.3.2-fix_odr.patch b/app-text/xiphos/files/xiphos-4.3.2-fix_odr.patch deleted file mode 100644 index 1ebd64eba7fd..000000000000 --- a/app-text/xiphos/files/xiphos-4.3.2-fix_odr.patch +++ /dev/null @@ -1,36 +0,0 @@ -Fix lto. Merged in upstream -https://github.com/crosswire/xiphos/commit/9435cdce8ec64f4eb699b0cd7b66df02949fe5fb.patch -From 9435cdce8ec64f4eb699b0cd7b66df02949fe5fb Mon Sep 17 00:00:00 2001 -From: Nicolas PARLANT <nicolas.parlant@parhuet.fr> -Date: Wed, 2 Jul 2025 15:52:24 +0200 -Subject: [PATCH] fix One Definition Rule violations (#1242) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - ->xiphos-4.3.2/src/main/parallel_view.cc:86:15: ->error: ‘no_content’ violates the C++ One Definition Rule [-Werror=odr] -> 86 | extern gchar *no_content; -> | ^ ->xiphos-4.3.2/src/main/display.cc:88:14: note: ‘no_content’ was previously declared here -> 88 | const gchar *no_content = -> | ^ - -Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> ---- - src/main/parallel_view.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/main/parallel_view.cc b/src/main/parallel_view.cc -index 39b8037e2..22164d1c8 100644 ---- a/src/main/parallel_view.cc -+++ b/src/main/parallel_view.cc -@@ -83,7 +83,7 @@ SWBuf unknown_parallel = _("Unknown parallel module: "); - */ - - BackEnd *backend_p; --extern gchar *no_content; -+extern const gchar *no_content; - - static const gchar *tf2of(int true_false) - { diff --git a/app-text/xiphos/files/xiphos-4.3.2-include_dbus.patch b/app-text/xiphos/files/xiphos-4.3.2-include_dbus.patch deleted file mode 100644 index 34fe0f9de202..000000000000 --- a/app-text/xiphos/files/xiphos-4.3.2-include_dbus.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://github.com/crosswire/xiphos/pull/1103.patch -dbus is not called for the main target, but it should. -diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt -index 4952757..a65a92b 100644 ---- a/src/main/CMakeLists.txt -+++ b/src/main/CMakeLists.txt -@@ -77,6 +77,17 @@ target_link_libraries(main - PkgConfig::Biblesync - ) - -+IF (DBUS) -+ target_include_directories (main -+ PRIVATE ${CMAKE_CURRENT_BINARY_DIR} -+ PkgConfig::DBus -+ ) -+ target_link_libraries(main -+ PRIVATE -+ PkgConfig::DBus -+ ) -+ENDIF (DBUS) -+ - if(WK_FOUND) - target_compile_definitions(main - PRIVATE diff --git a/app-text/xiphos/metadata.xml b/app-text/xiphos/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xiphos/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xiphos/xiphos-4.3.2.ebuild b/app-text/xiphos/xiphos-4.3.2.ebuild deleted file mode 100644 index a69944afce04..000000000000 --- a/app-text/xiphos/xiphos-4.3.2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake eapi9-ver xdg - -DESCRIPTION="Gtk+-based Bible-study frontend for SWORD" -HOMEPAGE="https://xiphos.org/" -SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="dbus debug" - -RDEPEND=" - app-text/sword - dev-libs/glib:2 - dev-libs/icu:= - dev-libs/libxml2:= - net-libs/biblesync - net-libs/webkit-gtk:4.1 - virtual/minizip:= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - dbus? ( dev-libs/dbus-glib ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" -BDEPEND=" - app-arch/zip - app-text/yelp-tools - dev-libs/appstream-glib - dev-libs/libxslt - dev-util/desktop-file-utils - dev-util/glib-utils - dev-util/itstool - virtual/pkgconfig -" - -PATCHES=( - # all merged. to be removed at next version - "${FILESDIR}"/${PN}-4.3.2-include_dbus.patch - "${FILESDIR}"/${PN}-4.3.2-fix_odr.patch - "${FILESDIR}"/${P}-fix_minizip-ng.patch #969182 -) - -src_prepare() { - cmake_src_prepare - - # bug 964692, don't build translations for help-pages for now - # see https://github.com/crosswire/xiphos/issues/1253 - echo "" > help/HELP_LINGUAS || die -} - -src_configure() { - local mycmakeargs=( - -DDBUS=$(usex dbus) - -DDEBUG=$(usex debug) - -DPOSTINST=off - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - - # see https://github.com/crosswire/xiphos/blob/4.3.2/src/editor/webkit_editor.c#L28 - if ver_replacing -le "4.2.1"; then - ewarn "Please note that ${PN} no longer provides an editor due to its dependency on outdated libraries." - ewarn "Studypad and the personal commentary will no longer work." - fi -} diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest deleted file mode 100644 index 96f4b57069c4..000000000000 --- a/app-text/xlsx2csv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xlsx2csv-0.8.6.tar.gz 228308 BLAKE2B 35e658d563d68f85f4a658c832e8c9dce6bf7186eb685bbf5c1342559fa7e3692f37f087ef821cfe0c8055aa29d441a4a06a2f64866d60d19e72eee87b8a219d SHA512 d8d8aad85deaf75b3b18760c9a2a837142d26870866f2ae3d63ec3181447e838501ae1d017ca6e1e05a32b37401fc4dd0e938a51f75f75a7527dfa7c92a59d4f diff --git a/app-text/xlsx2csv/metadata.xml b/app-text/xlsx2csv/metadata.xml deleted file mode 100644 index 84f65a59cf26..000000000000 --- a/app-text/xlsx2csv/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>github@fischl-online.de</email> - <name>Anton Fischl</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.6.ebuild deleted file mode 100644 index 52fc63c69c0e..000000000000 --- a/app-text/xlsx2csv/xlsx2csv-0.8.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="xml(+)" -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Convert MS Office xlsx files to CSV" -HOMEPAGE="https://github.com/dilshod/xlsx2csv/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="dev-lang/perl" - -python_compile_all() { - emake -C man -} - -python_test() { - "${EPYTHON}" test/run || die "tests failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - doman "man/${PN}.1" -} diff --git a/app-text/xml2doc/Manifest b/app-text/xml2doc/Manifest deleted file mode 100644 index 80ed00ef1f68..000000000000 --- a/app-text/xml2doc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xml2doc-20030510.tgz 53307 BLAKE2B 3f7e44ede6ac0a2ec4762e66181de34ffe553035b54ee302345d1b38a5063106fc4ba65abec042b4ec693b173d70fc4b548ebc942b2a8f6636f84e7beeed2bd6 SHA512 9eb2970b7adef1669b9b0aede2b3d2b42ba234c8294f0f8e6e230d8fcc6cf878675b2f0bff87ee36a255ab29376be844d92d382be7aad0ab11972847cfe49dbd diff --git a/app-text/xml2doc/files/xml2doc-20030510-c99.patch b/app-text/xml2doc/files/xml2doc-20030510-c99.patch deleted file mode 100644 index e38f703146d4..000000000000 --- a/app-text/xml2doc/files/xml2doc-20030510-c99.patch +++ /dev/null @@ -1,51 +0,0 @@ -https://bugs.gentoo.org/923170 ---- a/src/defs.c -+++ b/src/defs.c -@@ -1,5 +1,7 @@ - #include "defs.h" - -+#include <stdlib.h> -+ - int defs_init() - { - DocS.page=0; ---- a/src/defs.h -+++ b/src/defs.h -@@ -1,6 +1,7 @@ - #ifndef _INCLUDE_DEFS_H_ - #define _INCLUDE_DEFS_H_ - -+#include <stdlib.h> - #include <stdio.h> - #include <string.h> - #include <unistd.h> ---- a/src/main.c -+++ b/src/main.c -@@ -1,5 +1,7 @@ - #include "main.h" - -+#include <stdlib.h> -+ - /* - * - * PDF_set_value(p,"nameofvalue",(float)value); // get/set ---- a/src/parse.c -+++ b/src/parse.c -@@ -1,5 +1,7 @@ - #include "defs.h" - -+#include <stdlib.h> -+ - int parse(const char *file) - { - Doc[n].doc=xmlParseFile(file); ---- a/src/defs.c -+++ b/src/defs.c -@@ -12,6 +12,7 @@ int defs_init() - DocS.add.colors=(struct_colors *)malloc(1); - DocS.add.pages =(struct_pages *)malloc(1); - DocS.add.sizes =(struct_sizes *)malloc(1); -+ return 0; - } - - int defs_default() // Set default values diff --git a/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch b/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch deleted file mode 100644 index 17965c946abe..000000000000 --- a/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/defs.h -+++ b/src/defs.h -@@ -18,13 +18,13 @@ - - /* Global vars */ - --enum -+enum align - { - ALIGN_RIGHT, - ALIGN_LEFT, - ALIGN_JUSTIFY, - ALIGN_CENTER --} align; -+}; - - typedef struct - { diff --git a/app-text/xml2doc/files/xml2doc-20030510-makefile.patch b/app-text/xml2doc/files/xml2doc-20030510-makefile.patch deleted file mode 100644 index 1023352d0a77..000000000000 --- a/app-text/xml2doc/files/xml2doc-20030510-makefile.patch +++ /dev/null @@ -1,100 +0,0 @@ ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -9,19 +9,16 @@ - DEBUG=@DEBUG@ - PREFIX=@PREFIX@ - --CC=gcc - OBJ=main.o defs.o parse.o parse_include.o parse_info.o parse_img.o parse_t.o parse_page.o parse_default.o parse_bookmark.o parse_add.o parse_list.o parse_sep.o output_t.o output_doc.o output_img.o output_info.o output_page.o output_sep.o output_list.o parm.o - IPATH=-I/usr/pkg/include/libxml2 -I/usr/include/libxml2 -I. -I/usr/pkg/include -I/usr/local/include - LPATH=-L/usr/pkg/lib -L/usr/local/lib - CFLAGS+=-Wall -c $(IPATH) $(I_PDF)\ - -DVERSION=\"$(VERSION)\" $(DEBUG)\ -- -fno-asm -funroll-all-loops -fstrength-reduce -frerun-loop-opt \ - -x c -fshort-enums - LFLAGS=-lxml2 $(L_PDF) $(LPATH) - BIN=xml2doc - --all: -- @printf "\e[32mUse make in the parent directory :)\e[0m\n" -+all: build - - install: build - @printf "\e[32mInstalling binaries...\e[0m\n" -@@ -34,75 +31,49 @@ - - build: $(OBJ) - @printf "\n\e[32mLinking objects...\e[0m\n" -- $(CC) $(LFLAGS) $(OBJ) -o $(BIN) -- @if ( test -z "$(DEBUG)" ); then \ -- echo "Stripping symbols..."; \ -- strip -s $(BIN); \ -- fi -- @printf "\n\n\e[32mCompilation process done.\e[0m\n" -+ $(CC) $(LDFLAGS) $(L_PDF) $^ -lxml2 -o $(BIN) - - main.o: main.c main.h -- $(CC) $(CFLAGS) main.c - - parm.o: parm.c parm.h -- $(CC) $(CFLAGS) parm.c - - output_doc.o: output_doc.c output.h -- $(CC) $(CFLAGS) output_doc.c - - output_img.o: output_img.c output.h -- $(CC) $(CFLAGS) output_img.c - - output_info.o: output_info.c output.h -- $(CC) $(CFLAGS) output_info.c - - output_page.o: output_page.c output.h -- $(CC) $(CFLAGS) output_page.c - - output_sep.o: output_sep.c output.h -- $(CC) $(CFLAGS) output_sep.c - - output_list.o: output_list.c output.h -- $(CC) $(CFLAGS) output_list.c - - output_t.o: output_t.c output.h -- $(CC) $(CFLAGS) output_t.c - - parse_add.o: parse_add.c defs.h -- $(CC) $(CFLAGS) parse_add.c - - parse_sep.o: parse_sep.c defs.h -- $(CC) $(CFLAGS) parse_sep.c - - defs.o: defs.c defs.h -- $(CC) $(CFLAGS) defs.c - - parse.o: parse.c defs.h -- $(CC) $(CFLAGS) parse.c - - parse_include.o: parse_include.c defs.h -- $(CC) $(CFLAGS) parse_include.c - - parse_info.o: parse_info.c defs.h -- $(CC) $(CFLAGS) parse_info.c - - parse_img.o: parse_img.c defs.h -- $(CC) $(CFLAGS) parse_img.c - - parse_t.o: parse_t.c defs.h -- $(CC) $(CFLAGS) parse_t.c - - parse_page.o: parse_page.c defs.h -- $(CC) $(CFLAGS) parse_page.c - - parse_default.o: parse_default.c defs.h -- $(CC) $(CFLAGS) parse_default.c - - parse_bookmark.o: parse_bookmark.c defs.h -- $(CC) $(CFLAGS) parse_bookmark.c - - parse_list.o: parse_list.c defs.h -- $(CC) $(CFLAGS) parse_list.c - - clean: - rm -rf $(OBJ) $(BIN) *.o a.out *~ DEADJOE .*.swp *.txt *.pdf *.html *.xml diff --git a/app-text/xml2doc/files/xml2doc-pointer_fix.patch b/app-text/xml2doc/files/xml2doc-pointer_fix.patch deleted file mode 100644 index b6adabe3c1a3..000000000000 --- a/app-text/xml2doc/files/xml2doc-pointer_fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -NurdpB xml2doc/src/output_info.c xml2doc-patched/src/output_info.c ---- xml2doc/src/output_info.c 2003-04-25 05:11:27.000000000 -0500 -+++ xml2doc-patched/src/output_info.c 2007-03-14 15:07:59.000000000 -0500 -@@ -9,11 +9,11 @@ void output_info() - *subject = xmlGetProp(Doc[n].cur,"subject"), - *keywords = xmlGetProp(Doc[n].cur,"keywords"), - *trapped = xmlGetProp(Doc[n].cur,"trapped"); -- struct time_t *timet; -- struct tm *clk; -- -- time((time_t *)&timet); -- clk=localtime((const time_t *)&timet); -+ time_t timet; -+ struct tm *clk; -+ -+ time(&timet); -+ clk=localtime(&timet); - - switch(DocS.output) - { diff --git a/app-text/xml2doc/metadata.xml b/app-text/xml2doc/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xml2doc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xml2doc/xml2doc-20030510-r4.ebuild b/app-text/xml2doc/xml2doc-20030510-r4.ebuild deleted file mode 100644 index 978e573aa69e..000000000000 --- a/app-text/xml2doc/xml2doc-20030510-r4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="Tool to convert simple XML to a variety of formats (pdf, html, txt, manpage)" -HOMEPAGE="http://xml2doc.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86" - -DEPEND="dev-libs/libxml2:2=" -RDEPEND="${DEPEND}" - -PATCHES=( - # Fix pointer-related bug detected by a QA notice - "${FILESDIR}"/${PN}-pointer_fix.patch - # Don't strip symbols from binary (bug #152266) - "${FILESDIR}"/${P}-makefile.patch - # Fix GCC 10 -fno-common change - "${FILESDIR}"/${P}-gcc10-no-common.patch - # bug #923170 - "${FILESDIR}"/${P}-c99.patch -) - -src_prepare() { - default - - # Clang 16, bug #900539 - eautoreconf -} - -src_configure() { - tc-export CC - # bug #944764 - append-cflags -std=gnu17 - econf --disable-pdf -} - -src_compile() { - default - - cd doc || die - "${S}"/src/xml2doc -oM manpage.xml xml2doc.1 || die -} - -src_install() { - dobin src/xml2doc - - einstalldocs - docinto examples - dodoc examples/*.{xml,png} - - doman doc/xml2doc.1 -} diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest deleted file mode 100644 index 03c861cd6b34..000000000000 --- a/app-text/xml2rfc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xml2rfc-3.26.0.gh.tar.gz 2839215 BLAKE2B b175e85fc82090d15176977d1af1e4968ff8d1c5a17fc5c07bffff7e20fdc1b5c28328fe75d77ed124da7d836422e5bf68614f9bfaa9f6a45fd7bc734e0acda2 SHA512 3ac5aa2e0acbef01a54160e448dfbf2e9f09aae582fddf0677008f6af666ecf263d504a969fb60e3d3dbc593fd10171e1487daf47a2bc35e1ee9942acff19599 -DIST xml2rfc-3.33.0.gh.tar.gz 2844188 BLAKE2B 4715d2a8a27173051ce823dab19d5bbdc0aefd4acc43b698cafc15ba90098a937b45bc54ac6a61a2caeb930f0a32f4b9e2302d1047e26ee9194147aed479a7c5 SHA512 02f359431da7b294bcaf24a5c770fdbefc447052b9dc7ec16f4d85ad9096cb16404f8b4bb7ec5de3d3a7bf80bcdaa8d1be090fc11c3660f06f30e25fcd19490f diff --git a/app-text/xml2rfc/metadata.xml b/app-text/xml2rfc/metadata.xml deleted file mode 100644 index fd2ad08d4ccc..000000000000 --- a/app-text/xml2rfc/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Florian Schmaus</name> - <email>flow@gentoo.org</email> - </maintainer> - <upstream> - <changelog>https://github.com/ietf-tools/xml2rfc/releases</changelog> - <bugs-to>https://github.com/ietf-tools/xml2rfc/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild deleted file mode 100644 index 0b6b934a1e70..000000000000 --- a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Generates RFCs and IETF drafts from document source in XML" -HOMEPAGE=" - https://ietf-tools.github.io/xml2rfc/ - https://github.com/ietf-tools/xml2rfc/ - https://pypi.org/project/xml2rfc/ -" -SRC_URI=" - https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}] - dev-python/configargparse[${PYTHON_USEDEP}] - dev-python/intervaltree[${PYTHON_USEDEP}] - >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}] - >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}] - >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}] - dev-python/pycountry[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/dict2xml[${PYTHON_USEDEP}] - dev-python/weasyprint[${PYTHON_USEDEP}] - media-fonts/noto-cjk - ) -" - -distutils_enable_tests unittest - -src_prepare() { - default - # Disable broken PdfWriterTests. - sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/' test.py || die -} diff --git a/app-text/xml2rfc/xml2rfc-3.33.0.ebuild b/app-text/xml2rfc/xml2rfc-3.33.0.ebuild deleted file mode 100644 index 69234d67b01c..000000000000 --- a/app-text/xml2rfc/xml2rfc-3.33.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Generates RFCs and IETF drafts from document source in XML" -HOMEPAGE=" - https://ietf-tools.github.io/xml2rfc/ - https://github.com/ietf-tools/xml2rfc/ - https://pypi.org/project/xml2rfc/ -" -SRC_URI=" - https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}] - dev-python/configargparse[${PYTHON_USEDEP}] - dev-python/intervaltree[${PYTHON_USEDEP}] - >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}] - >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}] - >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}] - dev-python/pycountry[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/dict2xml[${PYTHON_USEDEP}] - dev-python/weasyprint[${PYTHON_USEDEP}] - media-fonts/noto-cjk - ) -" - -distutils_enable_tests unittest - -src_prepare() { - default - # Disable broken PdfWriterTests. - sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/' test.py || die -} - -pkg_postinst() { - optfeature "PDF generation support" dev-python/weasyprint -} diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest deleted file mode 100644 index d44f135d3f24..000000000000 --- a/app-text/xmldiff/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33 -DIST xmldiff-2.7.0.tar.gz 87596 BLAKE2B 56c1a08ef67314a171a24b2aa58068b19efc8e219eac0f815bbb7663c84843d0b00b8b16487ab02808c35295b393cab8dc2357877c8d0d54031201a32d85f821 SHA512 e285c0e30b4a6f057dd4888599a6bd354b1f1465598eafa7a9ac91d3eb2e8b04e25e466d410dde84d1b6986b647d3759bad322036f3c5c9cd498e8fc291ab888 diff --git a/app-text/xmldiff/files/xmldiff-2.7.0-fix-test.patch b/app-text/xmldiff/files/xmldiff-2.7.0-fix-test.patch deleted file mode 100644 index 981cd9771449..000000000000 --- a/app-text/xmldiff/files/xmldiff-2.7.0-fix-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -Backported from upstream commit 57e16ce3d92067c6246c3de04f2d4b9803f6f25b - ---- a/tests/test_main.py -+++ b/tests/test_main.py -@@ -44,7 +44,7 @@ class MainAPITests(unittest.TestCase): - with open(LEFT_FILE, "rb") as infile: - with open(RIGHT_FILE, "rb") as infile: - # Give something else, and it fails: -- with self.assertRaises(ValueError): -+ with self.assertRaises(TypeError): - main.diff_texts(infile, infile) - - def test_api_diff_trees(self): diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml deleted file mode 100644 index 61fe17946872..000000000000 --- a/app-text/xmldiff/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - A python tool that figures out the differences between two - similar XML files, in the same way the diff utility does. - Xmldiff was initially developed for the Narval project and can - be used as a library or as a command line tool. It can work either - with XML files or DOM trees. - </longdescription> - <upstream> - <doc>https://xmldiff.readthedocs.io</doc> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild b/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild deleted file mode 100644 index 484179d5a6dc..000000000000 --- a/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 pypi - -DESCRIPTION="Tool that figures out the differences between two similar XML files" -HOMEPAGE=" - https://github.com/Shoobx/xmldiff - https://pypi.org/project/xmldiff/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -RDEPEND=" - >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}] -" - -DOCS=( CHANGES.rst README.rst ) - -distutils_enable_tests unittest diff --git a/app-text/xmldiff/xmldiff-2.7.0.ebuild b/app-text/xmldiff/xmldiff-2.7.0.ebuild deleted file mode 100644 index 3c4f6275080b..000000000000 --- a/app-text/xmldiff/xmldiff-2.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 pypi - -DESCRIPTION="Tool that figures out the differences between two similar XML files" -HOMEPAGE=" - https://github.com/Shoobx/xmldiff - https://pypi.org/project/xmldiff/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -RDEPEND=" - >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}] -" - -DOCS=( CHANGES.rst README.rst ) - -PATCHES=( "${FILESDIR}"/${PN}-2.7.0-fix-test.patch ) - -distutils_enable_tests unittest diff --git a/app-text/xmlformat/Manifest b/app-text/xmlformat/Manifest deleted file mode 100644 index 3fc2fe25a173..000000000000 --- a/app-text/xmlformat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmlformat-1.04.tar.gz 156498 BLAKE2B 18463dea611a5d080056b0ed314eb12555e2abb12d630fb879421fa6359606f7606fda42e146eaaea7ae2fa470661ab4e28a86762375024704e607316f6323cf SHA512 e45471accf0c04e016d3a9a5bbc2f984a9a76e1d5406a80300bf9da9d04bd78b67716055271923669462b70a1713b94a1e1937318115dfd9eb9d258b69a3c14d diff --git a/app-text/xmlformat/metadata.xml b/app-text/xmlformat/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xmlformat/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild b/app-text/xmlformat/xmlformat-1.04.ebuild deleted file mode 100644 index 60ee9c3d9d87..000000000000 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby31 ruby32 ruby33" -inherit edo ruby-single - -DESCRIPTION="Reformat XML documents to your custom style" -SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.kitebird.com/software/xmlformat/" - -LICENSE="xmlformat" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc ruby" - -DEPEND=" - dev-lang/perl - ruby? ( ${RUBY_DEPS} ) -" -RDEPEND="${DEPEND}" - -src_test() { - # Perl is always installed, so we may as well always test both. - if use ruby; then - nonfatal edo ./runtest all || die "runtest for ruby failed" - fi - - nonfatal edo ./runtest -p all || die "runtest for perl failed" -} - -src_install() { - dobin xmlformat.pl - - if use ruby; then - dobin xmlformat.rb - dosym xmlformat.rb /usr/bin/xmlformat - else - dosym xmlformat.pl /usr/bin/xmlformat - fi - - dodoc BUGS ChangeLog README TODO - - if use doc; then - # APIs - dodoc -r docs/* - fi -} diff --git a/app-text/xmlstarlet/Manifest b/app-text/xmlstarlet/Manifest deleted file mode 100644 index 41329b835660..000000000000 --- a/app-text/xmlstarlet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmlstarlet-1.6.1.tar.gz 420923 BLAKE2B 56bf29f62549a7445e3cf15b6a3f60558dbcacf96645c3acc5a45b432d61f47614274a5d3e7234399f7dbdb854b503d73a6cfb8989710b7363d743dce4dff8f0 SHA512 4228df812caec7059d7a76986c4d9a4262bd861cc53dca05f341ae6c062be05f1c39fc637918ab00f60f40587c6c556e3c9bfaf8a18b149e3c321a92214dbe8b diff --git a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang16.patch b/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang16.patch deleted file mode 100644 index fda631611216..000000000000 --- a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang16.patch +++ /dev/null @@ -1,32 +0,0 @@ -From d01c3e8a488282bc8bc2fae5bd21efc6c3931a32 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@gmail.com> -Date: Wed, 18 Jan 2023 14:50:08 -0800 -Subject: [PATCH] Fix hash_key_put() signature - -Fixes - -../xmlstarlet-1.6.1/src/xml_elem.c:271:27: error: incompatible function pointer types passing 'void (void *, void *, xmlChar *)' (aka 'void (void *, void *, unsigned char *)') to parameter of type 'xmlHashScanner' (aka 'void (*)(void *, void *, const unsigned char *)') [-Wincompatible-function-pointer-types] - xmlHashScan(uniq, hash_key_put, &lines); - ^~~~~~~~~~~~ - -Signed-off-by: Khem Raj <raj.khem@gmail.com> ---- - src/xml_elem.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/xml_elem.c b/src/xml_elem.c -index 024e62a..a73038a 100644 ---- a/src/xml_elem.c -+++ b/src/xml_elem.c -@@ -186,7 +186,7 @@ typedef struct { - * put @name into @data->array[@data->offset] - */ - static void --hash_key_put(void *payload, void *data, xmlChar *name) -+hash_key_put(void *payload, void *data, const xmlChar *name) - { - ArrayDest *dest = data; - dest->array[dest->offset++] = name; --- -2.40.1 - diff --git a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang17.patch b/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang17.patch deleted file mode 100644 index 9269349726d5..000000000000 --- a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang17.patch +++ /dev/null @@ -1,59 +0,0 @@ -From e1da090da24f5620784daf853eb1353aa164583f Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Wed, 27 Mar 2024 23:25:39 +0100 -Subject: [PATCH] Address -Wincompatible-function-pointer-types for Clang 17 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Also showed with -Werror=incompatible-pointer-types with GCC. - -Bug: https://bugs.gentoo.org/927838 - -Symptom with GCC was: -> src/xml.c: In function ‘main’: -> src/xml.c:300:43: error: passing argument 2 of ‘xmlSetStructuredErrorFunc’ from incompatible pointer type [-Werror=incompatible-pointer-types] -> 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); -> | ^~~~~~~~~~~ -> | | -> | void (*)(void *, xmlError *) {aka void (*)(void *, struct _xmlError *)} -> In file included from /usr/include/libxml2/libxml/valid.h:15, -> from /usr/include/libxml2/libxml/parser.h:19, -> from /usr/include/libxml2/libxml/tree.h:17, -> from /usr/include/libxslt/xslt.h:13, -> from src/xml.c:37: -> /usr/include/libxml2/libxml/xmlerror.h:898:57: note: expected ‘xmlStructuredErrorFunc’ {aka ‘void (*)(void *, const struct _xmlError *)’} but argument is of type ‘void (*)(void *, xmlError *)’ {aka ‘void (*)(void *, struct _xmlError *)’} ---- - src/xml.c | 2 +- - src/xmlstar.h | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/xml.c b/src/xml.c -index cf47cc2..e6f19c1 100644 ---- a/src/xml.c -+++ b/src/xml.c -@@ -104,7 +104,7 @@ void reportGenericError(void* ctx, const char * msg, ...) { - /* by default all errors are reported */ - static ErrorInfo errorInfo = { NULL, NULL, VERBOSE, CONTINUE }; - --void reportError(void *ptr, xmlErrorPtr error) -+void reportError(void *ptr, const xmlError *error) - { - ErrorInfo *errorInfo = (ErrorInfo*) ptr; - assert(errorInfo); -diff --git a/src/xmlstar.h b/src/xmlstar.h -index 3e1eed3..e8d7177 100644 ---- a/src/xmlstar.h -+++ b/src/xmlstar.h -@@ -32,7 +32,7 @@ typedef struct _errorInfo { - ErrorStop stop; - } ErrorInfo; - --void reportError(void *ptr, xmlErrorPtr error); -+void reportError(void *ptr, const xmlError *error); - void suppressErrors(void); - - typedef struct _gOptions { --- -2.44.0 - diff --git a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.13-stdin.patch b/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.13-stdin.patch deleted file mode 100644 index ec55973597ac..000000000000 --- a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.13-stdin.patch +++ /dev/null @@ -1,46 +0,0 @@ -see https://bugs.gentoo.org/944765 ---- a/src/xml_validate.c -+++ b/src/xml_validate.c -@@ -28,6 +28,7 @@ THE SOFTWARE. - - #include <config.h> - -+#include <unistd.h> - #include <string.h> - #include <stdio.h> - #include <stdlib.h> -@@ -408,15 +409,31 @@ valMain(int argc, char **argv) - for (i=start; i<argc; i++) - { - int failed = 0; -+ int is_stdin = argv[i][0] == '-' && argv[i][1] == 0; -+ - if (ops.embed) options |= XML_PARSE_DTDVALID; - - if (!reader) - { -- reader = xmlReaderForFile(argv[i], NULL, options); -+ if (is_stdin) -+ { -+ reader = xmlReaderForFd(STDIN_FILENO, argv[i], NULL, options); -+ } -+ else -+ { -+ reader = xmlReaderForFile(argv[i], NULL, options); -+ } - } - else - { -- failed = xmlReaderNewFile(reader, argv[i], NULL, options); -+ if (is_stdin) -+ { -+ failed = xmlReaderNewFd(reader, STDIN_FILENO, argv[i], NULL, options); -+ } -+ else -+ { -+ failed = xmlReaderNewFile(reader, argv[i], NULL, options); -+ } - } - - errorInfo.xmlReader = reader; - diff --git a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.14.0-compile.patch b/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.14.0-compile.patch deleted file mode 100644 index a9a6799a4d97..000000000000 --- a/app-text/xmlstarlet/files/xmlstarlet-1.6.1-libxml2-2.14.0-compile.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 525014c4bdce23f0502a7464db46bffa46c7f50d Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Wed, 11 Jun 2025 23:47:58 +0200 -Subject: [PATCH] Define macro ATTRIBUTE_UNUSED that libxml2 2.14.0 no longer - exposes - -https://bugs.gentoo.org/955674 ---- - src/xml_pyx.c | 12 ++++++++++++ - 1 file changed, 12 insertions(+) - -diff --git a/src/xml_pyx.c b/src/xml_pyx.c -index ab295f1..bc28c1d 100644 ---- a/src/xml_pyx.c -+++ b/src/xml_pyx.c -@@ -21,6 +21,18 @@ - - #include "xmlstar.h" - -+/** -+ * libxml2 2.14.0 no longer defines macro ATTRIBUTE_UNUSED for us -+ * https://github.com/GNOME/libxml2/commit/208f27f9641a59863ce1f7d4992df77f7eb0ea9d -+ */ -+#if ! defined(ATTRIBUTE_UNUSED) -+# if __GNUC__ * 100 + __GNUC_MINOR__ >= 207 -+# define ATTRIBUTE_UNUSED __attribute__((unused)) -+# else -+# define ATTRIBUTE_UNUSED -+# endif -+#endif -+ - /** - * Output newline and tab characters as escapes - * Required both for attribute values and character data (#PCDATA) --- -2.49.0 - diff --git a/app-text/xmlstarlet/metadata.xml b/app-text/xmlstarlet/metadata.xml deleted file mode 100644 index 79b99977e2f9..000000000000 --- a/app-text/xmlstarlet/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>t@laumann.xyz</email> - <name>Thomas Bracht Laumann Jespersen</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xmlstarlet/xmlstarlet-1.6.1-r3.ebuild b/app-text/xmlstarlet/xmlstarlet-1.6.1-r3.ebuild deleted file mode 100644 index deeba329e979..000000000000 --- a/app-text/xmlstarlet/xmlstarlet-1.6.1-r3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents" -HOMEPAGE="https://xmlstar.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/xmlstar/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~s390 ~sparc x86" - -RDEPEND=" - dev-libs/libxml2:= - dev-libs/libxslt - dev-libs/libgcrypt:0= - virtual/libiconv" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-clang16.patch - "${FILESDIR}"/${PN}-1.6.1-clang17.patch -) - -src_prepare() { - default - - # We need to patch use of /usr/lib because it is a problem with - # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/729600). - # The grep sandwich acts as a regression test so that a future - # version bump cannot break patching without noticing. - if [[ $(get_libdir) != lib ]]; then - grep -wq _PREFIX/lib m4/xstar-check-libs.m4 || die - sed "s,_PREFIX/lib,_PREFIX/$(get_libdir)," -i m4/xstar-check-libs.m4 || die - grep -w _PREFIX/lib m4/xstar-check-libs.m4 && die - fi - - eautoreconf -} - -src_configure() { - append-cppflags $($(tc-getPKG_CONFIG) --cflags libxml-2.0) - - # NOTE: Fully built documentation is already shipped with the tarball: - # - doc/xmlstarlet-ug.{pdf,ps,html} - # - doc/xmlstarlet.txt - # - doc/xmlstarlet.1 - econf \ - --disable-build-docs \ - --disable-static-libs -} - -src_install() { - default - dosym xml /usr/bin/xmlstarlet -} diff --git a/app-text/xmlstarlet/xmlstarlet-1.6.1-r4.ebuild b/app-text/xmlstarlet/xmlstarlet-1.6.1-r4.ebuild deleted file mode 100644 index 709260111451..000000000000 --- a/app-text/xmlstarlet/xmlstarlet-1.6.1-r4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents" -HOMEPAGE="https://xmlstar.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/xmlstar/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~s390 ~sparc x86" - -RDEPEND=" - dev-libs/libxml2:= - dev-libs/libxslt - dev-libs/libgcrypt:0= - virtual/libiconv" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-clang16.patch - "${FILESDIR}"/${PN}-1.6.1-clang17.patch - "${FILESDIR}"/${PN}-1.6.1-libxml2-2.14.0-compile.patch -) - -src_prepare() { - default - - # We need to patch use of /usr/lib because it is a problem with - # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/729600). - # The grep sandwich acts as a regression test so that a future - # version bump cannot break patching without noticing. - if [[ $(get_libdir) != lib ]]; then - grep -wq _PREFIX/lib m4/xstar-check-libs.m4 || die - sed "s,_PREFIX/lib,_PREFIX/$(get_libdir)," -i m4/xstar-check-libs.m4 || die - grep -w _PREFIX/lib m4/xstar-check-libs.m4 && die - fi - - eautoreconf -} - -src_configure() { - append-cppflags $($(tc-getPKG_CONFIG) --cflags libxml-2.0) - - # NOTE: Fully built documentation is already shipped with the tarball: - # - doc/xmlstarlet-ug.{pdf,ps,html} - # - doc/xmlstarlet.txt - # - doc/xmlstarlet.1 - econf \ - --disable-build-docs \ - --disable-static-libs -} - -src_install() { - default - dosym xml /usr/bin/xmlstarlet -} diff --git a/app-text/xmlstarlet/xmlstarlet-1.6.1-r5.ebuild b/app-text/xmlstarlet/xmlstarlet-1.6.1-r5.ebuild deleted file mode 100644 index e9a435930b8e..000000000000 --- a/app-text/xmlstarlet/xmlstarlet-1.6.1-r5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents" -HOMEPAGE="https://xmlstar.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/xmlstar/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~s390 ~sparc x86" - -RDEPEND=" - dev-libs/libxml2:= - dev-libs/libxslt - dev-libs/libgcrypt:0= - virtual/libiconv" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-clang16.patch - "${FILESDIR}"/${PN}-1.6.1-clang17.patch - "${FILESDIR}"/${PN}-1.6.1-libxml2-2.14.0-compile.patch - "${FILESDIR}"/${PN}-1.6.1-libxml2-2.13-stdin.patch -) - -src_prepare() { - default - - # We need to patch use of /usr/lib because it is a problem with - # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/729600). - # The grep sandwich acts as a regression test so that a future - # version bump cannot break patching without noticing. - if [[ $(get_libdir) != lib ]]; then - grep -wq _PREFIX/lib m4/xstar-check-libs.m4 || die - sed "s,_PREFIX/lib,_PREFIX/$(get_libdir)," -i m4/xstar-check-libs.m4 || die - grep -w _PREFIX/lib m4/xstar-check-libs.m4 && die - fi - - eautoreconf -} - -src_configure() { - append-cppflags $($(tc-getPKG_CONFIG) --cflags libxml-2.0) - - # NOTE: Fully built documentation is already shipped with the tarball: - # - doc/xmlstarlet-ug.{pdf,ps,html} - # - doc/xmlstarlet.txt - # - doc/xmlstarlet.1 - econf \ - --disable-build-docs \ - --disable-static-libs -} - -src_install() { - default - dosym xml /usr/bin/xmlstarlet -} diff --git a/app-text/xmlto/Manifest b/app-text/xmlto/Manifest deleted file mode 100644 index 2ac9943a57cc..000000000000 --- a/app-text/xmlto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmlto-0.0.28.tar.bz2 127921 BLAKE2B 12ef3e2e1436c330e7b003d08f4a4d4032d70255777956949eb8b47b6f5466e7c158b0f85dc87069c1e379603cac0b01c88589f98ca1ef9e862f0aef31169f6d SHA512 6e0c4968d4f1b7a3b132904182aa72a73f6167553eabdeb65cfafa6295ef7b960541685769d04144207963cca77b0c44db4f9fbb2796348ffcb37b3b399f18f1 diff --git a/app-text/xmlto/files/xmlto-0.0.22-format_fo_passivetex_check.patch b/app-text/xmlto/files/xmlto-0.0.22-format_fo_passivetex_check.patch deleted file mode 100644 index 6c3dc7ce5127..000000000000 --- a/app-text/xmlto/files/xmlto-0.0.22-format_fo_passivetex_check.patch +++ /dev/null @@ -1,46 +0,0 @@ -- Check for a passivetex format file and tell the user, if it's missing. -- Modified to use texmf-site directory by ssuominen at gentoo.org. -- http://bugs.debian.org/190840 - -diff -ur xmlto-0.0.22.orig/format/fo/dvi xmlto-0.0.22/format/fo/dvi ---- xmlto-0.0.22.orig/format/fo/dvi 2009-03-20 10:28:02.000000000 +0200 -+++ xmlto-0.0.22/format/fo/dvi 2009-05-22 15:20:33.000000000 +0300 -@@ -11,6 +11,10 @@ - echo >&2 "Can't process, xmltex tool not found at $XMLTEX_PATH." - exit 3 - fi -+ if [ ! -f /usr/share/texmf-site/tex/xmltex/passivetex/fotex.xmt ]; then -+ printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" -+ exit 1 -+ fi - # Work around stupid tetex bug with '_' in filenames - # Also work around stupid tetex limitation with long lines (bug #101055) - sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo -diff -ur xmlto-0.0.22.orig/format/fo/pdf xmlto-0.0.22/format/fo/pdf ---- xmlto-0.0.22.orig/format/fo/pdf 2009-03-20 10:28:33.000000000 +0200 -+++ xmlto-0.0.22/format/fo/pdf 2009-05-22 15:20:33.000000000 +0300 -@@ -13,6 +13,10 @@ - echo >&2 "Can't process, pdfxmltex tool not found at $PDFXMLTEX_PATH." - exit 3 - fi -+ if [ ! -f /usr/share/texmf-site/tex/xmltex/passivetex/fotex.xmt ]; then -+ printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" -+ exit 1 -+ fi - # Work around stupid tetex bug with '_' in filenames - # Also work around stupid tetex limitation with long lines (bug #101055) - sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo -diff -ur xmlto-0.0.22.orig/format/fo/ps xmlto-0.0.22/format/fo/ps ---- xmlto-0.0.22.orig/format/fo/ps 2009-03-17 18:39:52.000000000 +0200 -+++ xmlto-0.0.22/format/fo/ps 2009-05-22 15:20:33.000000000 +0300 -@@ -8,6 +8,10 @@ - then - echo >&2 "Post-process XSL-FO to DVI" - fi -+ if [ ! -f /usr/share/texmf-site/tex/xmltex/passivetex/fotex.xmt ]; then -+ printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" -+ exit 1 -+ fi - # Work around stupid tetex bug with '_' in filenames - # Also work around stupid tetex limitation with long lines (bug #101055) - sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo diff --git a/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch b/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch deleted file mode 100644 index b35b492d9120..000000000000 --- a/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/679626 -Thanks-to: dolphinling ---- a/configure.in -+++ b/configure.in -@@ -100,8 +100,8 @@ dnl - AC_ARG_VAR([LYNX], [Name and path of the `lynx' browser.]) - AC_PATH_PROG([LYNX], [lynx], [lynx]) - --AC_ARG_VAR([LINKS], [Name and path of the `elinks' browser.]) --AC_PATH_PROG([LINKS], [elinks], [elinks]) -+AC_ARG_VAR([LINKS], [Name and path of the `links/elinks' browser.]) -+AC_PATH_PROGS([LINKS], [links elinks], [links]) - - AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.]) - AC_PATH_PROG([W3M], [w3m], [w3m]) diff --git a/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch b/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch deleted file mode 100644 index 7137966b27d2..000000000000 --- a/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch +++ /dev/null @@ -1,37 +0,0 @@ -(See https://bugs.gentoo.org/828520 too) - -From: Sam James <sam@gentoo.org> -Date: Wed, 10 Nov 2021 04:53:33 +0000 -Subject: [PATCH] Don't hardcode paths to utilities - -The path to e.g. links at build time is not necessarily -the same as the path at runtime. - -TODO: Could chop out the checks from configure but -this package is fragile enough. Leaving it for now. ---- a/xmlto.in -+++ b/xmlto.in -@@ -272,13 +272,13 @@ then - USE_BACKEND=DEFAULT - fi - --LINKS_PATH=@LINKS@ --W3M_PATH=@W3M@ --LYNX_PATH=@LYNX@ --GCP_PATH=@GCP@ --SED_PATH=@SED@ --GREP_PATH=@GREP@ --ZIP_PATH=@ZIP@ -+LINKS_PATH=$(command -v elinks || command -v links) -+W3M_PATH=$(command -v w3m) -+LYNX_PATH=$(command -v lynx) -+GCP_PATH=$(command -v cp) -+SED_PATH=$(command -v sed) -+GREP_PATH=$(command -v grep) -+ZIP_PATH=$(command -v zip) - - # Process any options - ARGS=$(${GETOPT} \ --- -2.33.1 - diff --git a/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch b/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch deleted file mode 100644 index b90eea1f42df..000000000000 --- a/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch +++ /dev/null @@ -1,116 +0,0 @@ -https://bugs.gentoo.org/869080 - -https://pagure.io/xmlto/c/1375e2df75530cd198bd16ac3de38e2b0d126276?branch=master -https://pagure.io/xmlto/c/412f97cdc00d2bbf7e8121012b49fc07b3fe3d2b?branch=master -https://pagure.io/xmlto/c/8e34f087bf410bcc5fe445933d6ad9bae54f24b5?branch=master -https://pagure.io/xmlto/c/6fa6a0e07644f20abf2596f78a60112713e11cbe?branch=master - -From 1375e2df75530cd198bd16ac3de38e2b0d126276 Mon Sep 17 00:00:00 2001 -From: Thomas Kuehne <thomas@kuehne.cn> -Date: Dec 11 2021 20:45:45 +0000 -Subject: fix -Wimplicit-int for ifsense - - -fixes: -xmlif/xmlif.l:46:8: warning: type defaults to ‘int’ in declaration of ‘ifsense’ [-Wimplicit-int] - 46 | static ifsense; /* sense of last `if' or unless seen */ - | ^~~~~~~ - -Signed-off-by: Thomas Kuehne <thomas@kuehne.cn> - ---- a/xmlif/xmlif.l -+++ b/xmlif/xmlif.l -@@ -43,7 +43,7 @@ - - static char **selections; /* selection tokens */ - static int nselections; /* number of selections */ --static ifsense; /* sense of last `if' or unless seen */ -+static int ifsense; /* sense of last `if' or unless seen */ - static char *attribute; /* last attribute scanned */ - - struct stack_t { - - -From 412f97cdc00d2bbf7e8121012b49fc07b3fe3d2b Mon Sep 17 00:00:00 2001 -From: Thomas Kuehne <thomas@kuehne.cn> -Date: Dec 11 2021 20:45:59 +0000 -Subject: fix extra ‘;’ outside of a function - - -Fixes: -xmlif/xmlif.l:240:24: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic] - 240 | int yywrap() {exit(0);}; - | ^ - -Signed-off-by: Thomas Kuehne <thomas@kuehne.cn> - ---- a/xmlif/xmlif.l -+++ b/xmlif/xmlif.l -@@ -237,7 +237,7 @@ WS [ \t\n]* - - #include "config.h" - --int yywrap() {exit(0);}; -+int yywrap() {exit(0);} - - main(int argc, char *argv[]) - { - - -From 8e34f087bf410bcc5fe445933d6ad9bae54f24b5 Mon Sep 17 00:00:00 2001 -From: Thomas Kuehne <thomas@kuehne.cn> -Date: Dec 11 2021 20:56:00 +0000 -Subject: Fix return type of main function - - -Fixes: -xmlif/xmlif.l:242:1: warning: return type defaults to ‘int’ [-Wimplicit-int] - 242 | main(int argc, char *argv[]) - | ^~~~ - -Signed-off-by: Thomas Kuehne <thomas@kuehne.cn> - ---- a/xmlif/xmlif.l -+++ b/xmlif/xmlif.l -@@ -239,7 +239,7 @@ WS [ \t\n]* - - int yywrap() {exit(0);} - --main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - int i; - -@@ -265,7 +265,7 @@ main(int argc, char *argv[]) - exit(1); - } - -- yylex(); -+ return yylex(); - } - - /* - -From 6fa6a0e07644f20abf2596f78a60112713e11cbe Mon Sep 17 00:00:00 2001 -From: Thomas Kuehne <thomas@kuehne.cn> -Date: Dec 11 2021 21:03:42 +0000 -Subject: add strings.h import - - -Fixes: -xmlif/xmlif.l:162:13: warning: implicit declaration of function ‘strncasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] - 162 | if (strncasecmp(selections[i], attr, eqoffset) == 0) - | ^~~~~~~~~~~ - -Signed-off-by: Thomas Kuehne <thomas@kuehne.cn> - ---- a/xmlif/xmlif.l -+++ b/xmlif/xmlif.l -@@ -37,6 +37,7 @@ - */ - #include <string.h> - #include <stdlib.h> -+#include <strings.h> - - #define TRUE 1 - #define FALSE 0 diff --git a/app-text/xmlto/metadata.xml b/app-text/xmlto/metadata.xml deleted file mode 100644 index 6f8b661c6450..000000000000 --- a/app-text/xmlto/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sam@gentoo.org</email> - <name>Sam James</name> - </maintainer> - <use> - <flag name="text">Support conversion from XML to plain text</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xmlto/xmlto-0.0.28-r11.ebuild b/app-text/xmlto/xmlto-0.0.28-r11.ebuild deleted file mode 100644 index b880bdd30441..000000000000 --- a/app-text/xmlto/xmlto-0.0.28-r11.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Script for converting XML and DocBook documents to a variety of output formats" -HOMEPAGE="https://pagure.io/xmlto" -SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="latex text" - -RDEPEND=" - app-shells/bash:0 - app-text/docbook-xsl-stylesheets - app-text/docbook-xml-dtd:4.2 - dev-libs/libxslt - || ( sys-apps/util-linux app-misc/getopt ) - text? ( || ( virtual/w3m www-client/elinks www-client/links www-client/lynx ) ) - latex? ( dev-texlive/texlive-formatsextra ) -" -DEPEND="${RDEPEND}" -# We only depend on lex when we patch the input lexer. -# We touch it in fix-warnings.patch. -BDEPEND="app-alternatives/lex" - -DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch - "${FILESDIR}"/${PN}-0.0.28-allow-links.patch - "${FILESDIR}"/${P}-dont-hardcode-paths.patch - "${FILESDIR}"/${P}-fix-warnings.patch -) - -src_prepare() { - default - - # fix symbol clash on Solaris - if [[ ${CHOST} == *-solaris* ]] ; then - sed -i -e 's/\(attrib\|val\)/XMLTO\1/g' xmlif/xmlif.l || die - fi - - eautoreconf -} - -src_configure() { - has_version sys-apps/util-linux || export GETOPT=getopt-long - - local args=( - # Ensure we always get a #!/bin/bash shebang in xmlto, bug 912286 - BASH="${EPREFIX}/bin/bash" - ) - - econf "${args[@]}" -} diff --git a/app-text/xmltoman/Manifest b/app-text/xmltoman/Manifest deleted file mode 100644 index 6d7737c49c0e..000000000000 --- a/app-text/xmltoman/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmltoman-0.6.tar.gz 15862 BLAKE2B f33ebfb1dfdd0f055f18e68f923e96c07495740e361cec2ba7a10a63889b6b6c4c851f3df6b74947b24811403d2745dbdc7e5d2d67d3566ec65b7be6fae616c8 SHA512 f2b0689ca37212253eaa127c3a2c299facac7c3909991b8872da0adf0fbb34aa02c32144c485135c06c17b1ac5e5753d627969e97ae4938e6dcee9ddbd79582d diff --git a/app-text/xmltoman/files/xmltoman-0.6-generate-man-pages.patch b/app-text/xmltoman/files/xmltoman-0.6-generate-man-pages.patch deleted file mode 100644 index a902ddd07b84..000000000000 --- a/app-text/xmltoman/files/xmltoman-0.6-generate-man-pages.patch +++ /dev/null @@ -1,55 +0,0 @@ -From 39553c816cb8a18d798a6f947d2901f7a3228439 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Sat, 29 Oct 2022 18:02:25 +0100 -Subject: [PATCH] Generate man pages - -Generate the man pages so that the tool doesn't have to run itself -during installation. It's a hack to workaround Perl upgrade problems. ---- /dev/null -+++ b/xmlmantohtml.1 -@@ -0,0 +1,18 @@ -+.TH xmlmantohtml 1 User Manuals -+.SH NAME -+xmlmantohtml \- xml to html converter -+.SH SYNOPSIS -+\fBxmlmantohtml \fIfile.1.xml\fB > file.1.html -+\f1 -+.SH DESCRIPTION -+xmlmantohtml is a small script to convert XML/MAN(GROFF) to HTML. -+ -+You will find the DTD in \fI/usr/share/xmltoman/\f1 on a Debian GNU/Linux system. There is also an XSL file to generate HTML using \fBxsltproc(1)\f1. -+.SH AUTHOR -+xmltoman was written by Oliver Kurth <oku@masqmail.cx> -+.SH MAINTAINER -+xmltoman is currently maintained by Adam Bilbrough -+.SH SEE ALSO -+\fBxmlmantohtml(1)\f1 -+.SH COMMENTS -+This man page was written using \fBxmltoman(1)\f1 by the same author and / or maintainer. ---- /dev/null -+++ b/xmltoman.1 -@@ -0,0 +1,24 @@ -+.TH xmltoman 1 User Manuals -+.SH NAME -+xmltoman \- xml to man converter -+.SH SYNOPSIS -+\fBxmltoman \fIfile.1.xml\fB > file.1 -+\f1 -+.SH DESCRIPTION -+xmltoman is a small script to convert XML to a MAN page in GROFF format. It features the usual man page items such a description, options, see also etc. The XML format also supports converting to HTML pages. -+ -+You will find the DTD in \fI/usr/share/xmltoman/\f1 on a Debian GNU/Linux system. There is also an XSL file to generate html using \fBxsltproc(1)\f1. -+.SH FILES -+\fI/usr/share/xmltoman/xmltoman.dtd\f1 the DTD file. -+ -+\fI/usr/share/xmltoman/xmltoman.xsl\f1 XSLT stylesheet to generate HTML. -+ -+\fI/usr/share/xmltoman/xmltoman.css\f1 stylesheet to be used for HTML. -+.SH AUTHOR -+xmltoman was written by Oliver Kurth <oku@masqmail.cx> -+.SH MAINTAINER -+xmltoman is currently maintained by Adam Bilbrough -+.SH SEE ALSO -+\fBxmlmantohtml(1)\f1 -+.SH COMMENTS -+This man page was written using \fBxmltoman(1)\f1 by the same author and / or maintainer. diff --git a/app-text/xmltoman/metadata.xml b/app-text/xmltoman/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xmltoman/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xmltoman/xmltoman-0.6-r1.ebuild b/app-text/xmltoman/xmltoman-0.6-r1.ebuild deleted file mode 100644 index d4c87e27a75a..000000000000 --- a/app-text/xmltoman/xmltoman-0.6-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit prefix - -DESCRIPTION="Simple scripts for converting xml to groff or html" -HOMEPAGE="https://sourceforge.net/projects/xmltoman/" -SRC_URI="https://github.com/atsb/xmltoman/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-lang/perl - dev-perl/XML-Parser -" - -PATCHES=( - "${FILESDIR}"/${P}-generate-man-pages.patch -) - -src_prepare() { - hprefixify xmltoman - default -} - -src_install() { - # 'make install' requires GNU install, upstream is dead and carrying - # a patch is more space than redoing it here - dobin xmltoman xmlmantohtml - - insinto /usr/share/xmltoman - doins xmltoman.{css,dtd,xsl} - - dodoc README - doman xmltoman.1 xmlmantohtml.1 -} diff --git a/app-text/xournalpp/Manifest b/app-text/xournalpp/Manifest deleted file mode 100644 index a35f91e5206e..000000000000 --- a/app-text/xournalpp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xournalpp-1.2.8.tgz 16874174 BLAKE2B 3ee0b3a244bb472e694424aa26f7d72e8fbc11c2864c63b0580cb9f10a2d89c61e50121f52b23d53aacd273c304964d496a17f382a2f1d842f9d2866584ebba3 SHA512 1f9e7e80b62728043d09db00d9c0ec1e827c2ee4ebc196269c18155240fa47d72f367fc0f40fe41e22044518e23fe4c5360c6e24bdc9d100506ed871998b6998 -DIST xournalpp-1.3.4.tgz 17163334 BLAKE2B dff7edbc420b4d3348f7bce8e5f372d892e0ff779afcf590d68793b67209aa30f3f156d762be820d1e4a92272f3259ef9d9e13f3a20e0bd30d154fd85ceb0aa6 SHA512 bc2c925d084722d3418b3de0c0131518fa2dab1563acd6636ab3a2c5a358962e71feea339a248341f57cadf83733a1f0532f0993287da9d56eb9b0e5ab203578 diff --git a/app-text/xournalpp/files/xournalpp-1.1.1-nostrip.patch b/app-text/xournalpp/files/xournalpp-1.1.1-nostrip.patch deleted file mode 100644 index 0698bc443fda..000000000000 --- a/app-text/xournalpp/files/xournalpp-1.1.1-nostrip.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 9686113b760cf5838a63ba6bee438ec3b7ab99e8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org> -Date: Sat, 26 Feb 2022 19:01:17 +0100 -Subject: [PATCH 1/2] Do not explicitly strip the thumbnailer (why?) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> ---- - src/xoj-preview-extractor/CMakeLists.txt | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/src/xoj-preview-extractor/CMakeLists.txt b/src/xoj-preview-extractor/CMakeLists.txt -index 50d1b410..b653d983 100644 ---- a/src/xoj-preview-extractor/CMakeLists.txt -+++ b/src/xoj-preview-extractor/CMakeLists.txt -@@ -41,10 +41,6 @@ target_include_directories (xournalpp-thumbnailer PRIVATE ${librsvg_INCLUDE_DIRS - - set (THUMBNAILER_BIN "xournalpp-thumbnailer") - --add_custom_command (TARGET xournalpp-thumbnailer POST_BUILD -- COMMAND ${CMAKE_STRIP} ${THUMBNAILER_BIN} --) -- - ## Install ## - - install (TARGETS xournalpp-thumbnailer --- -2.34.1 - diff --git a/app-text/xournalpp/files/xournalpp-1.2.3-nocompress.patch b/app-text/xournalpp/files/xournalpp-1.2.3-nocompress.patch deleted file mode 100644 index df77cc00f745..000000000000 --- a/app-text/xournalpp/files/xournalpp-1.2.3-nocompress.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt -index 1cb6bb5b..af069dca 100644 ---- a/man/CMakeLists.txt -+++ b/man/CMakeLists.txt -@@ -12,27 +12,23 @@ mark_as_advanced(HELP2MAN) - if (HELP2MAN) - set(MAN_INCLUDE "${PROJECT_SOURCE_DIR}/man/extra.groff") - set(MAN_PAGE "${CMAKE_CURRENT_BINARY_DIR}/xournalpp.1") -- set(MAN_FILE "${CMAKE_CURRENT_BINARY_DIR}/xournalpp.1.gz") - - add_custom_command( -- OUTPUT ${MAN_FILE} -+ OUTPUT ${MAN_PAGE} - COMMAND ${HELP2MAN} --no-info -i ${MAN_INCLUDE} -o ${MAN_PAGE} --version-string=${PROJECT_VERSION} --name="open-source hand note-taking program" ${CMAKE_BINARY_DIR}/xournalpp -- COMMAND gzip -n -f -9 ${MAN_PAGE} - DEPENDS ${CMAKE_BINARY_DIR}/xournalpp - ) - - set(MAN_PAGE_THUMBNAILER "${CMAKE_CURRENT_BINARY_DIR}/xournalpp-thumbnailer.1") -- set(MAN_FILE_THUMBNAILER "${CMAKE_CURRENT_BINARY_DIR}/xournalpp-thumbnailer.1.gz") - - add_custom_command( -- OUTPUT ${MAN_FILE_THUMBNAILER} -+ OUTPUT ${MAN_PAGE_THUMBNAILER} - COMMAND ${HELP2MAN} --no-info --no-discard-stderr -o ${MAN_PAGE_THUMBNAILER} --version-string=${PROJECT_VERSION} --name="creates thumbnails" ${CMAKE_BINARY_DIR}/src/xoj-preview-extractor/xournalpp-thumbnailer -- COMMAND gzip -n -f -9 ${MAN_PAGE_THUMBNAILER} - DEPENDS ${CMAKE_BINARY_DIR}/src/xoj-preview-extractor/xournalpp-thumbnailer - ) - -- add_custom_target(manpage ALL DEPENDS ${MAN_FILE} ${MAN_FILE_THUMBNAILER}) -- install(FILES ${MAN_FILE} ${MAN_FILE_THUMBNAILER} DESTINATION "share/man/man1") -+ add_custom_target(manpage ALL DEPENDS ${MAN_PAGE} ${MAN_PAGE_THUMBNAILER}) -+ install(FILES ${MAN_PAGE} ${MAN_PAGE_THUMBNAILER} DESTINATION "share/man/man1") - else(HELP2MAN) - message("help2man is missing; no man pages will be generated") - endif(HELP2MAN) diff --git a/app-text/xournalpp/files/xournalpp-1.2.8-lua.patch b/app-text/xournalpp/files/xournalpp-1.2.8-lua.patch deleted file mode 100644 index 24e5e8598b81..000000000000 --- a/app-text/xournalpp/files/xournalpp-1.2.8-lua.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff '--color=auto' -ruN xournalpp-1.2.8.orig/CMakeLists.txt xournalpp-1.2.8/CMakeLists.txt ---- xournalpp-1.2.8.orig/CMakeLists.txt 2025-10-17 22:29:38.032938951 +0200 -+++ xournalpp-1.2.8/CMakeLists.txt 2025-10-17 22:30:51.683943411 +0200 -@@ -147,7 +147,7 @@ - option(ENABLE_PLUGINS "Compile with plugin support" ON) - if (ENABLE_PLUGINS) - message(STATUS "Enable Xournal++ Plugins") -- find_package(Lua REQUIRED) -+ find_package(Lua ${LUA_VERSION} EXACT REQUIRED) - add_library(lua INTERFACE) - target_link_libraries(lua INTERFACE ${LUA_LIBRARIES}) - target_include_directories(lua INTERFACE ${LUA_INCLUDE_DIR}) diff --git a/app-text/xournalpp/metadata.xml b/app-text/xournalpp/metadata.xml deleted file mode 100644 index 40e7a23541ad..000000000000 --- a/app-text/xournalpp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>dilfridge@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xournalpp/xournalpp-1.2.8.ebuild b/app-text/xournalpp/xournalpp-1.2.8.ebuild deleted file mode 100644 index d616b27f4eb0..000000000000 --- a/app-text/xournalpp/xournalpp-1.2.8.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit cmake lua-single xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git" -else - SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="amd64 ~ppc64" -fi - -DESCRIPTION="Handwriting notetaking software with PDF annotation support" -HOMEPAGE="https://github.com/xournalpp/xournalpp" - -LICENSE="GPL-2" -SLOT="0" -IUSE="test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - ${LUA_DEPS} - app-text/poppler[cairo] - >=dev-libs/glib-2.32.0 - dev-libs/libxml2:= - >=dev-libs/libzip-1.0.1:= - >=gnome-base/librsvg-2.40 - >=media-libs/portaudio-12[cxx] - >=media-libs/libsndfile-1.0.25 - virtual/zlib:= - >=x11-libs/gtk+-3.18.9:3 - >=x11-libs/gtksourceview-4.0 -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND}" -BDEPEND=" - virtual/pkgconfig - sys-apps/lsb-release - test? ( dev-cpp/gtest ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.1.1-nostrip.patch" - "${FILESDIR}/${PN}-1.2.3-nocompress.patch" - "${FILESDIR}/${PN}-1.2.8-lua.patch" -) - -src_configure() { - local mycmakeargs=( - -DLUA_VERSION="$(lua_get_version)" - -DENABLE_GTEST=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - # https://github.com/xournalpp/xournalpp/tree/master/test#problems-running-make-test - eninja -C "${BUILD_DIR}" test-units - cmake_src_test -} diff --git a/app-text/xournalpp/xournalpp-1.3.4.ebuild b/app-text/xournalpp/xournalpp-1.3.4.ebuild deleted file mode 100644 index de6d9db0da2d..000000000000 --- a/app-text/xournalpp/xournalpp-1.3.4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit cmake lua-single xdg flag-o-matic - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git" -else - SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="~amd64 ~ppc64" -fi - -DESCRIPTION="Handwriting notetaking software with PDF annotation support" -HOMEPAGE="https://github.com/xournalpp/xournalpp" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug sound test wayland" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - ${LUA_DEPS} - app-text/poppler[cairo] - app-text/qpdf - >=dev-libs/glib-2.32.0 - dev-libs/libxml2:= - >=dev-libs/libzip-1.0.1:= - >=gnome-base/librsvg-2.40 - virtual/zlib:= - >=x11-libs/gtk+-3.18.9:3[wayland?,X] - >=x11-libs/gtksourceview-4.0 - debug? ( dev-cpp/cpptrace ) - sound? ( >=media-libs/portaudio-12[cxx] - >=media-libs/libsndfile-1.0.25 ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND}" -BDEPEND=" - virtual/pkgconfig - sys-apps/lsb-release - test? ( dev-cpp/gtest ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.1.1-nostrip.patch" - "${FILESDIR}/${PN}-1.2.8-lua.patch" -) - -src_configure() { - local mycmakeargs=( - -DLUA_VERSION="$(lua_get_version)" - -DMAN_COMPRESS=OFF - -DENABLE_AUDIO=$(usex sound) - -DENABLE_GTEST=$(usex test) - -DENABLE_CPPTRACE=$(usex debug) - ) - - # bug 974936 - use debug && mycmakeargs+=( -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS ) - - # bug 957673 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - cmake_src_configure -} - -src_test() { - # https://github.com/xournalpp/xournalpp/tree/master/test#problems-running-make-test - eninja -C "${BUILD_DIR}" test-units - cmake_src_test -} diff --git a/app-text/xournalpp/xournalpp-9999.ebuild b/app-text/xournalpp/xournalpp-9999.ebuild deleted file mode 100644 index de6d9db0da2d..000000000000 --- a/app-text/xournalpp/xournalpp-9999.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit cmake lua-single xdg flag-o-matic - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git" -else - SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="~amd64 ~ppc64" -fi - -DESCRIPTION="Handwriting notetaking software with PDF annotation support" -HOMEPAGE="https://github.com/xournalpp/xournalpp" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug sound test wayland" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - ${LUA_DEPS} - app-text/poppler[cairo] - app-text/qpdf - >=dev-libs/glib-2.32.0 - dev-libs/libxml2:= - >=dev-libs/libzip-1.0.1:= - >=gnome-base/librsvg-2.40 - virtual/zlib:= - >=x11-libs/gtk+-3.18.9:3[wayland?,X] - >=x11-libs/gtksourceview-4.0 - debug? ( dev-cpp/cpptrace ) - sound? ( >=media-libs/portaudio-12[cxx] - >=media-libs/libsndfile-1.0.25 ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND}" -BDEPEND=" - virtual/pkgconfig - sys-apps/lsb-release - test? ( dev-cpp/gtest ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.1.1-nostrip.patch" - "${FILESDIR}/${PN}-1.2.8-lua.patch" -) - -src_configure() { - local mycmakeargs=( - -DLUA_VERSION="$(lua_get_version)" - -DMAN_COMPRESS=OFF - -DENABLE_AUDIO=$(usex sound) - -DENABLE_GTEST=$(usex test) - -DENABLE_CPPTRACE=$(usex debug) - ) - - # bug 974936 - use debug && mycmakeargs+=( -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS ) - - # bug 957673 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - cmake_src_configure -} - -src_test() { - # https://github.com/xournalpp/xournalpp/tree/master/test#problems-running-make-test - eninja -C "${BUILD_DIR}" test-units - cmake_src_test -} diff --git a/app-text/xpdf/Manifest b/app-text/xpdf/Manifest deleted file mode 100644 index 9f6126d7c163..000000000000 --- a/app-text/xpdf/Manifest +++ /dev/null @@ -1,13 +0,0 @@ -DIST xpdf-4.05.tar.gz 986596 BLAKE2B 1ea706486c4597ced45bed8dea500173d65e5ec4bdbfac087d27916ee30d26f07ebef262a94d99e1bb192aa85434c5ad0e9008d6997a6e991b1fd251e87a7637 SHA512 1ee18a2fcae138e60158cf6289f588832a982e1b13995382a396d1953949cf4e32cb4f9884f2506154512d961853e70ff499a35c525e707c3bf2950fe7f9040b -DIST xpdf-4.05.tar.gz.sig 801 BLAKE2B 4cd3e4a35bf548eb3a55e6204535d0131a1595195a25362a60cead8f629d3b0e8f799fa066d0b46cea35eeb24b5b3e6253563e1c0a8ba941c0d8eea7bcfbeb2c SHA512 86500cf8d5a7d588784f94dddf5d4533cfff1700b4f193add9c417896fd92d011b52615f341f30e82224740e845b7f870b9277d7f3cb1b250fd0db2bbd3123d1 -DIST xpdf-arabic.tar.gz 1057 BLAKE2B 5889fa5704a805b152886043ee32082d5e60044fb96f91d429661f823d1ea9c929dcae22460421a7c26a7aae43d5926263fa2a1ea4c07e0e130e67f2fb0b6fab SHA512 1ddaee045c0c3576bda0ebf065021e66e1ac6673d6872aff8e8afb3bae33dd927d920d89761553bade040d20e4b60eb286131bdb2f2d75ec1e833b9a9ce58d3e -DIST xpdf-chinese-simplified-20231205.tar.gz 913753 BLAKE2B 1c8a38a0804a461cc9db435fd7e57df9a8513870d4d82d3a01ccd9182d0d0755f669f116bc5d919cdc510719c40be6d3ae2a83a9424fd6414e79f6ab05ec96cc SHA512 81d5111b08e5f67a7a110acd2689eff8c80196709942f22e6e6a087b1f1e477b4126385fa48634168b3ba12ade580f6bf52529a44e3db81394d5d51c30e27385 -DIST xpdf-chinese-traditional-20201222.tar.gz 922808 BLAKE2B 39a9bc094061298eb2afbdb8a53d71bf4e1fb1fbe33ca7a8855a34e4ece1b319edc334db71fec72df1860362878b401557fb623eaa2ca8c7ed973d5344e57e75 SHA512 c7709409f00365fea83f92db74401b6afbe4ceab9290d9471b9226b71ff24823d19054472d5700fbd91043859e78958628b82afa8b0361544247a76cf9d21d1e -DIST xpdf-cyrillic.tar.gz 1656 BLAKE2B 454b9a276106d61481fdb8da934ac0de50b86a99d882e27bc9e1cf09a03ae2156909df405de78413e0ac3b529af479b2fbdf5978cc1022cee25c50df6ef21f0e SHA512 ab1197c90f8cd3d8664ebbdc7ecefdfb8ec12e24da2f7616cad1d5bc9c7fd172c48db6a18d76172de8342377acc8e1dcd78bcf0fb1ef9f05cf94729e90586827 -DIST xpdf-greek.tar.gz 1259 BLAKE2B f9f695b55c48ee2956ccab1ba9c7ae5bcb2df0669efcb8e111c6100f957238ae73b18589e40dece8b0c38212f00a52c1dc381cc5efcca7c97fe261d72470bb6f SHA512 2e0e281e09e1abc2f0e40b6787703538d52cb62edcd4c4156698700a5f908afee290c62ad9a6ff4ea74bc42e0a8fe9a7765a212efbc223512d4bb442448ea52f -DIST xpdf-hebrew.tar.gz 1317 BLAKE2B bfd5bddc250c1ae1e01fe68f1a4caa649d2a443d3c39565b5209d07f32d46e3474e6823f243b08ab6088e4686cb79e58fce5c9a3de271a77c6b1713fa58b1000 SHA512 0ebe652f8633151d13ef2403bd293682b511ab86c1391ce187f1fc0274f33bd9c7e6ec682c8f79ac4fd27c74ab81ad2ae334a75f26001092521cff9a73cd0b8a -DIST xpdf-japanese-20201222.tar.gz 1012686 BLAKE2B 14d59d2dd73dc9be913fb7557bce4844d2babbb88a573f9b962e7cc39e55268bb1a93c69c59585dc6b8aea8e6d771571e0105d1b9ee008ff07c80ae606125ed4 SHA512 f4e33525038f89c7b6ffb06b5b49726ab66ad1d61f5d0b813054ccefc035871e50996f31f3f67e6079eccf4c00619f582bdb2e1059df70e0101731a1e067d950 -DIST xpdf-korean-20231205.tar.gz 809244 BLAKE2B f24d521d17d675a1054aed0df12b4105a7d5d732e6c7d50041e6c664157bac4dd93d30a23d1d4366983090f4a69d620a9ade4b4d1829fb128b09581f3e388113 SHA512 145330ea8dbc0ce7d9ca011f7f4a74dd23e766077938a542abf3e8edd3ab6dc6d4b0f747bbf5bc6ca63086313ac0187515c93b2d5766a98039ddd5f1c709f8e1 -DIST xpdf-latin2.tar.gz 1431 BLAKE2B db8c823c4e90643b9d08c9a4106f479470236a00115d2dc6f3a71da4bc9b5e33561da5ac5dce81cbf5fc943a65572f3595601f6e9f31a3fba9bc0d35f28e0016 SHA512 5fe0b60bfac7f0f4a26e3e7216de5043f6b94446f464c984b7c25431ec01a5912952c0dc66bb2c7159c9f63e4805689c6cfc761086aad9e59f1f21d0cddb5d15 -DIST xpdf-thai.tar.gz 1878 BLAKE2B dbcc2aa2652c40c2220688767a58cadcfbe39310d6c2664b98392a03b00de6d558fa3f333a085e7c6ff3476b6ffcd98fcc228eeb8dd59e905f870c8a39143ac9 SHA512 5584b590e34da29285c379e3b7a7243c28241ec6fddb3e4a8e2e7bf88b8f7aaae3483061d12c332a1ff042ec5e2b31869a67d60512ac48f7903c5e2fc871aa87 -DIST xpdf-turkish.tar.gz 1137 BLAKE2B f735e9842361a5a73fabe40aa4e9cb552475d3751df3e885c5a1a68e0de8ca7b5a031e6332495f70abdc1e943fa615f09185e9ba22922f37f02e42f59ddfc57c SHA512 a73e90bce8f2a12154b06ef29333a45d96258c0d653d5cb15afd2e5ad9e79a9b617e5f8ebeb20bde545684d50f3bc1349800c99f70c863bdd502c24c266b4fb1 diff --git a/app-text/xpdf/files/xpdf-4.05-cmake4.patch b/app-text/xpdf/files/xpdf-4.05-cmake4.patch deleted file mode 100644 index 5cb407ce9377..000000000000 --- a/app-text/xpdf/files/xpdf-4.05-cmake4.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 90cefe3..0a42200 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -8,7 +8,7 @@ - # - #======================================================================== - --cmake_minimum_required(VERSION 2.8.12) -+cmake_minimum_required(VERSION 3.5) - - project(xpdf) - diff --git a/app-text/xpdf/files/xpdf-4.05-font-paths.patch b/app-text/xpdf/files/xpdf-4.05-font-paths.patch deleted file mode 100644 index 5f88680d0bc6..000000000000 --- a/app-text/xpdf/files/xpdf-4.05-font-paths.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -Naur xpdf-4.05/xpdf/GlobalParams.cc xpdf-4.05.new/xpdf/GlobalParams.cc ---- xpdf-4.05/xpdf/GlobalParams.cc 2024-02-07 22:32:41.000000000 +0200 -+++ xpdf-4.05.new/xpdf/GlobalParams.cc 2024-02-26 05:15:42.349868874 +0200 -@@ -82,20 +82,20 @@ - const char *obliqueFont; // name of font to oblique - double obliqueFactor; // oblique sheer factor - } displayFontTab[] = { -- {"Courier", "n022003l.pfb", "cour.ttf", "Courier", "Courier", NULL, 0}, -- {"Courier-Bold", "n022004l.pfb", "courbd.ttf", "Courier", "Courier Bold", NULL, 0}, -- {"Courier-BoldOblique", "n022024l.pfb", "courbi.ttf", "Courier", "Courier Bold Oblique", "Courier-Bold", 0.212557}, -- {"Courier-Oblique", "n022023l.pfb", "couri.ttf", "Courier", "Courier Oblique", "Courier", 0.212557}, -- {"Helvetica", "n019003l.pfb", "arial.ttf", "Helvetica", "Helvetica", NULL, 0}, -- {"Helvetica-Bold", "n019004l.pfb", "arialbd.ttf", "Helvetica", "Helvetica Bold", NULL, 0}, -- {"Helvetica-BoldOblique", "n019024l.pfb", "arialbi.ttf", "Helvetica", "Helvetica Bold Oblique", "Helvetica-Bold", 0.212557}, -- {"Helvetica-Oblique", "n019023l.pfb", "ariali.ttf", "Helvetica", "Helvetica Oblique", "Helvetica", 0.212557}, -- {"Symbol", "s050000l.pfb", NULL, "Symbol", "Symbol", NULL, 0}, -- {"Times-Bold", "n021004l.pfb", "timesbd.ttf", "Times", "Times Bold", NULL, 0}, -- {"Times-BoldItalic", "n021024l.pfb", "timesbi.ttf", "Times", "Times Bold Italic", NULL, 0}, -- {"Times-Italic", "n021023l.pfb", "timesi.ttf", "Times", "Times Italic", NULL, 0}, -- {"Times-Roman", "n021003l.pfb", "times.ttf", "Times", "Times Roman", NULL, 0}, -- {"ZapfDingbats", "d050000l.pfb", NULL, "ZapfDingbats", "Zapf Dingbats", NULL, 0}, -+ {"Courier", "NimbusMonoPS-Regular.t1", "cour.ttf", "Courier", "Courier", NULL, 0}, -+ {"Courier-Bold", "NimbusMonoPS-Bold.t1", "courbd.ttf", "Courier", "Courier Bold", NULL, 0}, -+ {"Courier-BoldOblique", "NimbusMonoPS-BoldItalic.t1", "courbi.ttf", "Courier", "Courier Bold Oblique", "Courier-Bold", 0.212557}, -+ {"Courier-Oblique", "NimbusMonoPS-Italic.t1", "couri.ttf", "Courier", "Courier Oblique", "Courier", 0.212557}, -+ {"Helvetica", "NimbusSans-Regular.t1", "arial.ttf", "Helvetica", "Helvetica", NULL, 0}, -+ {"Helvetica-Bold", "NimbusSans-Bold.t1", "arialbd.ttf", "Helvetica", "Helvetica Bold", NULL, 0}, -+ {"Helvetica-BoldOblique", "NimbusSans-BoldItalic.t1", "arialbi.ttf", "Helvetica", "Helvetica Bold Oblique", "Helvetica-Bold", 0.212557}, -+ {"Helvetica-Oblique", "NimbusSans-Italic.t1", "ariali.ttf", "Helvetica", "Helvetica Oblique", "Helvetica", 0.212557}, -+ {"Symbol", "StandardSymbolsPS.t1", NULL, "Symbol", "Symbol", NULL, 0}, -+ {"Times-Bold", "NimbusRoman-Bold.t1", "timesbd.ttf", "Times", "Times Bold", NULL, 0}, -+ {"Times-BoldItalic", "NimbusRoman-BoldItalic.t1", "timesbi.ttf", "Times", "Times Bold Italic", NULL, 0}, -+ {"Times-Italic", "NimbusRoman-Italic.t1", "timesi.ttf", "Times", "Times Italic", NULL, 0}, -+ {"Times-Roman", "NimbusRoman-Regular.t1", "times.ttf", "Times", "Times Roman", NULL, 0}, -+ {"ZapfDingbats", "D050000L.t1", NULL, "ZapfDingbats", "Zapf Dingbats", NULL, 0}, - {NULL} - }; - -@@ -107,6 +107,7 @@ - "c:/windows/fonts", - "c:/winnt/fonts", - #else // _WIN32 -+ "/usr/share/fonts/urw-fonts", - "/usr/share/ghostscript/fonts", - "/usr/local/share/ghostscript/fonts", - "/usr/share/fonts/default/Type1", diff --git a/app-text/xpdf/files/xpdf-automagic.patch b/app-text/xpdf/files/xpdf-automagic.patch deleted file mode 100644 index 4c35ca8916ff..000000000000 --- a/app-text/xpdf/files/xpdf-automagic.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- xpdf-4.01.orig/cmake-config.txt 2019-02-18 21:24:19.000000000 +0300 -+++ xpdf-4.01/cmake-config.txt 2019-03-10 20:59:59.769610445 +0300 -@@ -93,6 +93,10 @@ - option(XPDFWIDGET_PRINTING "include printing support in XpdfWidget" ON) - endif () - -+#--- disable lib dep automagick --- -+option(WITH_LIBPAPER "Enable libpaper support for getting paper size preferences" ON) -+option(WITH_LIBPNG "Enable png support via libpng" ON) -+ - #--- check for various library functions - check_function_exists(mkstemp HAVE_MKSTEMP) - check_function_exists(mkstemps HAVE_MKSTEMPS) -@@ -182,7 +186,9 @@ - find_package(ZLIB) - - #--- look for libpng -+if (WITH_LIBPNG) - find_package(PNG) -+endif () - - - -@@ -239,10 +245,12 @@ - endif() - - #--- look for libpaper -+if (WITH_LIBPAPER) - find_library(PAPER_LIBRARY - NAMES paper libpaper - PATH_SUFFIXES lib64 lib - ) -+endif () - if (PAPER_LIBRARY) - set(HAVE_PAPER_H TRUE) - else () diff --git a/app-text/xpdf/files/xpdf-shared-libs.patch b/app-text/xpdf/files/xpdf-shared-libs.patch deleted file mode 100644 index c8aafa8405db..000000000000 --- a/app-text/xpdf/files/xpdf-shared-libs.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff '--color=auto' -Naurd xpdf-4.01.orig/cmake-config.txt xpdf-4.01/cmake-config.txt ---- xpdf-4.01.orig/cmake-config.txt 2019-03-10 21:32:18.000000000 +0300 -+++ xpdf-4.01/cmake-config.txt 2019-03-11 09:03:37.025125528 +0300 -@@ -12,6 +12,9 @@ - include(CheckCXXSourceCompiles) - include(GNUInstallDirs) - -+set(XPDF_LIBDIR ${CMAKE_INSTALL_LIBDIR}/xpdf) -+set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}/xpdf) -+ - enable_language(CXX) - - #--- set default C/C++ compiler flags for Unix -diff '--color=auto' -Naurd xpdf-4.01.orig/fofi/CMakeLists.txt xpdf-4.01/fofi/CMakeLists.txt ---- xpdf-4.01.orig/fofi/CMakeLists.txt 2019-03-10 21:32:19.000000000 +0300 -+++ xpdf-4.01/fofi/CMakeLists.txt 2019-03-11 09:04:16.257526539 +0300 -@@ -24,3 +24,6 @@ - add_library(fofi - $<TARGET_OBJECTS:fofi_objs> - ) -+ -+set_target_properties(fofi_objs PROPERTIES COMPILE_FLAGS "-fPIC") -+install(TARGETS fofi LIBRARY DESTINATION ${XPDF_LIBDIR}) -diff '--color=auto' -Naurd xpdf-4.01.orig/goo/CMakeLists.txt xpdf-4.01/goo/CMakeLists.txt ---- xpdf-4.01.orig/goo/CMakeLists.txt 2019-03-11 09:03:04.000000000 +0300 -+++ xpdf-4.01/goo/CMakeLists.txt 2019-03-11 09:02:51.638793035 +0300 -@@ -25,3 +25,6 @@ - add_library(goo - $<TARGET_OBJECTS:goo_objs> - ) -+ -+set_target_properties(goo_objs PROPERTIES COMPILE_FLAGS "-fPIC") -+install(TARGETS goo LIBRARY DESTINATION ${XPDF_LIBDIR}) -diff '--color=auto' -Naurd xpdf-4.01.orig/splash/CMakeLists.txt xpdf-4.01/splash/CMakeLists.txt ---- xpdf-4.01.orig/splash/CMakeLists.txt 2019-03-10 21:32:19.000000000 +0300 -+++ xpdf-4.01/splash/CMakeLists.txt 2019-03-11 09:04:48.885028391 +0300 -@@ -44,4 +44,7 @@ - add_library(splash - $<TARGET_OBJECTS:splash_objs> - ) -+ -+ set_target_properties(splash_objs PROPERTIES COMPILE_FLAGS "-fPIC") -+ install(TARGETS splash LIBRARY DESTINATION ${XPDF_LIBDIR}) - endif () ---- xpdf-4.01.orig/xpdf-qt/CMakeLists.txt 2019-02-18 21:24:19.000000000 +0300 -+++ xpdf-4.01/xpdf-qt/CMakeLists.txt 2019-03-11 17:29:55.445451783 +0300 -@@ -93,6 +93,7 @@ - else () - set_property(TARGET xpdf PROPERTY Qt5_NO_LINK_QTMAIN ON) - endif () -+ set_property(TARGET xpdf PROPERTY INSTALL_RPATH "") - - install(TARGETS xpdf RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) - install(FILES ${PROJECT_SOURCE_DIR}/doc/xpdf.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) diff --git a/app-text/xpdf/files/xpdf-visibility.patch b/app-text/xpdf/files/xpdf-visibility.patch deleted file mode 100644 index 9eab57b4a3ff..000000000000 --- a/app-text/xpdf/files/xpdf-visibility.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf-4.01/goo/GString.h.orig 2019-02-18 21:24:19.000000000 +0300 -+++ xpdf-4.01/goo/GString.h 2019-03-10 20:16:48.257102840 +0300 -@@ -39,7 +39,7 @@ - - // Copy a string. - GString(GString *str); -- GString *copy() { return new GString(this); } -+ __attribute__ ((visibility ("default"))) GString *copy() { return new GString(this); } - - // Concatenate two strings. - GString(GString *str1, GString *str2); diff --git a/app-text/xpdf/files/xpdf.desktop b/app-text/xpdf/files/xpdf.desktop deleted file mode 100644 index d22edbe76d9f..000000000000 --- a/app-text/xpdf/files/xpdf.desktop +++ /dev/null @@ -1,104 +0,0 @@ -[Desktop Entry] -Name=XPDF -Name[bn]=à¦à¦•à§à¦¸ পি-ডি-à¦à¦« -Name[de]=X-PDF -Name[eo]=XPDF -Name[es]=PDF para X -Name[fr]=XPDF -Name[hi]=à¤à¤•à¥à¤¸ पीडीà¤à¤« -Name[ko]=Xìš© PDF -Name[mn]=X-PDF -Name[nds]=X-PDF -Name[te]=à°Žà°•à±à°¸à± పిడిఎఫౠ-Comment=PDF Viewer -Comment[af]=Pdf Aansig -Comment[ar]=عارض Ø§Ù„Ù…Ù„ÙØ§Øª PDF -Comment[az]=PDF Nümayişçisi -Comment[be]=ПраглÑдальнік PDF -Comment[bg]=Преглед на PDF документи -Comment[bn]=পি-ডি-à¦à¦« পà§à¦°à¦¦à¦°à§à¦¶à¦• -Comment[br]=Gweler PDF -Comment[bs]=Preglednik PDF dokumenata -Comment[ca]=Visor PDF -Comment[cs]=ProhlÞeÄ PDF souborů -Comment[csb]=Przezérnik PDF -Comment[cy]=Gwelydd PDF -Comment[da]=PDF-fremviser -Comment[de]=PDF-Betrachter -Comment[el]=Î ÏοβολÎας PDF -Comment[eo]=PDF-rigardilo -Comment[es]=Visor de documentos PDF -Comment[et]=PDF failide vaatamine -Comment[eu]=PDF ikustailua -Comment[fa]=مشاهده‌گر PDF -Comment[fi]=PDF-näytin -Comment[fo]=PDF-vÃsari -Comment[fr]=Afficheur PDF -Comment[fy]=PDF-werjefteprogramma -Comment[ga]=Amharcán PDF -Comment[gl]=Visualizador de PDF -Comment[he]=מציג קבצי PDF -Comment[hi]=पीडीà¤à¤« पà¥à¤°à¤¦à¤°à¥à¤¶à¤• -Comment[hr]=Preglednik PDF dokumenata -Comment[hu]=PDF-nézegetÅ‘ -Comment[id]=Viewer PDF -Comment[is]=PDF-sjá -Comment[it]=Visualizzatore PDF -Comment[ja]=PDF ビューア -Comment[kk]=PDF қарау құралы -Comment[km]=កម្មវិធី​មើល PDF -Comment[ko]=PDF 보기 -Comment[lo]=ສະà»àº”ງຜົນPDF -Comment[lt]=PDF ŽiÅ«riklis -Comment[lv]=PDF SkatÄ«tÄjs -Comment[mk]=Прегледувач на PDF -Comment[mn]=PDF-Харагч -Comment[ms]=Pemapar PDF -Comment[mt]=Werrej PDF -Comment[nb]=PDF-leser -Comment[nds]=Kieker för PDF-Dateien -Comment[ne]=PDF दरà¥à¤¶à¤• -Comment[nl]=PDF-weergaveprogramma -Comment[nn]=PDF-lesar -Comment[nso]=Molebeledi wa PDF -Comment[oc]=Visualisor PDF -Comment[pa]=PDF ਦਰਸ਼ਕ -Comment[pl]=PrzeglÄ…darka plików PDF -Comment[pt]=Visualizador de PDFs -Comment[pt_BR]=Visualizador de arquivos PDF -Comment[ro]=Vizualizor de documente PDF -Comment[ru]=ПроÑмотр PDF -Comment[rw]=Mugaragaza PDF -Comment[se]=PDF-logan -Comment[sk]=PrehliadaÄ PDF súborov -Comment[sl]=Pregledovalnik datotek PDF -Comment[sr]=PDF приказивач -Comment[sr@Latn]=PDF prikazivaÄ -Comment[ss]=Sibuki se PDF -Comment[sv]=PDF-visare -Comment[ta]=PDF காடà¯à®šà®¿ -Comment[tg]=Ðамоишгари PDF -Comment[th]=ตัวà¹à¸ªà¸”งผล PDF -Comment[tr]=PDF Görüntüleyici -Comment[tt]=PDF Kürsätkeç -Comment[uk]=ПереглÑдач PDF -Comment[uz]=PDF кўрувчи -Comment[ven]=Tshivhoni tsha PDF -Comment[vi]=Trình xem PDF -Comment[wa]=HÃ¥yneu di documints PDF -Comment[zh_CN]=PDF 查看器 -Comment[zh_TW]=PDF æª¢è¦–ç¨‹å¼ -Comment[zu]=Umbukisi we-PDF -Keywords=pdf;document;presentation;viewer; -Keywords[de]=pdf;Dokument;Präsentation;Betrachter; -Keywords[ru]=pdf;документ;презентациÑ;проÑмотр; -Keywords[uk]=pdf;документ;презентаціÑ;переглÑд; -Keywords[ja]=pdf;ドã‚ュメント;プレゼンテーション;ビューアー; - -Exec=xpdf -Icon=xpdf -Type=Application -Terminal=false -StartupNotify=false -MimeType=application/pdf; -Categories=Office;Viewer;Graphics;2DGraphics;VectorGraphics; diff --git a/app-text/xpdf/metadata.xml b/app-text/xpdf/metadata.xml deleted file mode 100644 index 7d17de5196dc..000000000000 --- a/app-text/xpdf/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="cmyk">Include support for CMYK rasterization</flag> - <flag name="i18n">Enable support non-UTF8 national charsets</flag> - <flag name="icons">Generate desktop PNG icons using rsvg-convert from <pkg>gnome-base/librsvg</pkg> - </flag> - <flag name="libpaper">Use <pkg>app-text/libpaper</pkg> to get paper preferences</flag> - <flag name="metric">Use A4 instead of US Letter paper size by default for PostScript output. This option has effect only if libpaper USE flag is disabled</flag> - <flag name="opi">Include support for OPI (Open Prepress Interface) comments</flag> - <flag name="textselect">Allow text selection</flag> - <flag name="utils">Install command-line PDF converters and various utilities</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xpdf/xpdf-4.05-r2.ebuild b/app-text/xpdf/xpdf-4.05-r2.ebuild deleted file mode 100644 index ef06c938c2cc..000000000000 --- a/app-text/xpdf/xpdf-4.05-r2.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/xpdf.asc -inherit cmake desktop verify-sig xdg - -DESCRIPTION="PDF viewer and toolkit" -HOMEPAGE="https://www.xpdfreader.com" -SRC_URI="https://dl.xpdfreader.com/${P}.tar.gz - i18n? ( - https://dl.xpdfreader.com/xpdf-arabic.tar.gz - https://dl.xpdfreader.com/xpdf-chinese-simplified.tar.gz -> xpdf-chinese-simplified-20231205.tar.gz - https://dl.xpdfreader.com/xpdf-chinese-traditional.tar.gz -> xpdf-chinese-traditional-20201222.tar.gz - https://dl.xpdfreader.com/xpdf-cyrillic.tar.gz - https://dl.xpdfreader.com/xpdf-greek.tar.gz - https://dl.xpdfreader.com/xpdf-hebrew.tar.gz - https://dl.xpdfreader.com/xpdf-japanese.tar.gz -> xpdf-japanese-20201222.tar.gz - https://dl.xpdfreader.com/xpdf-korean.tar.gz -> xpdf-korean-20231205.tar.gz - https://dl.xpdfreader.com/xpdf-latin2.tar.gz - https://dl.xpdfreader.com/xpdf-thai.tar.gz - https://dl.xpdfreader.com/xpdf-turkish.tar.gz - ) - verify-sig? ( https://dl.xpdfreader.com/${P}.tar.gz.sig )" - -LICENSE="|| ( GPL-2 GPL-3 ) i18n? ( BSD )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="cmyk cups +fontconfig i18n icons +libpaper metric opi png +textselect utils" - -BDEPEND=" - icons? ( gnome-base/librsvg ) - verify-sig? ( sec-keys/openpgp-keys-xpdf ) -" -DEPEND=" - dev-qt/qtbase:6[concurrent,network,widgets] - media-libs/freetype - virtual/zlib:= - cups? ( - dev-qt/qtbase:6[gui,widgets] - net-print/cups - ) - fontconfig? ( media-libs/fontconfig ) - libpaper? ( app-text/libpaper:= ) - utils? ( png? ( media-libs/libpng:0 ) ) -" -RDEPEND="${DEPEND} - dev-qt/qtsvg:6 - media-fonts/urw-fonts -" - -PATCHES=( - "${FILESDIR}"/${PN}-automagic.patch - "${FILESDIR}"/${PN}-visibility.patch - "${FILESDIR}"/${PN}-shared-libs.patch - "${FILESDIR}"/${PN}-4.05-font-paths.patch - "${FILESDIR}"/${P}-cmake4.patch -) - -DOCS=( ANNOUNCE CHANGES README ) - -src_unpack() { - if use verify-sig; then - verify-sig_verify_detached "${DISTDIR}"/${P}.tar.gz{,.sig} - fi - default -} - -src_prepare() { - sed -i \ - "s|/usr/local/etc|${EPREFIX}/etc|; - s|/usr/local|${EPREFIX}/usr|" \ - doc/sample-xpdfrc || die - - if use i18n; then - sed -i "s|/usr/local|${EPREFIX}/usr|" "${WORKDIR}"/*/add-to-xpdfrc || die - fi - - xdg_environment_reset - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DA4_PAPER=$(usex metric) - -DNO_FONTCONFIG=$(usex fontconfig off on) - -DNO_TEXT_SELECT=$(usex textselect off on) - -DOPI_SUPPORT=$(usex opi) - -DSPLASH_CMYK=$(usex cmyk) - -DWITH_LIBPAPER=$(usex libpaper) - -DWITH_LIBPNG=$(usex png) - -DXPDFWIDGET_PRINTING=$(usex cups) - -DSYSTEM_XPDFRC="${EPREFIX}/etc/xpdfrc" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use icons; then - sizes="16 22 24 32 36 48 64 72 96 128 192 256 512" - cd xpdf-qt - mkdir $sizes - local i - for i in $sizes; do - rsvg-convert xpdf-icon.svg -w $i -h $i -o $i/xpdf.png - done - fi -} - -src_install() { - cmake_src_install - - domenu "${FILESDIR}/xpdf.desktop" - newicon -s scalable xpdf-qt/xpdf-icon.svg xpdf.svg - if use icons; then - local i - for i in $sizes; do - doicon -s $i xpdf-qt/$i/xpdf.png - done - unset sizes - fi - - insinto /etc - newins doc/sample-xpdfrc xpdfrc - - local d i - if use utils; then - for d in "bin" "share/man/man1"; do - pushd "${ED}/usr/${d}" || die - for i in pdf*; do - mv "${i}" "x${i}" || die - done - popd || die - done - - einfo "PDF utilities were renamed from pdf* to xpdf* to avoid file collisions" - einfo "with other packages" - else - rm -rf "${ED}"/usr/bin/pdf* \ - "${ED}"/usr/share/man/man1/pdf* \ - "${ED}"/usr/$(get_libdir) || die - fi - - if use i18n; then - for i in arabic chinese-simplified chinese-traditional cyrillic greek \ - hebrew japanese korean latin2 thai turkish; do - insinto "/usr/share/xpdf/${i}" - doins -r $(find -O3 "${WORKDIR}/xpdf-${i}" -maxdepth 1 -mindepth 1 \ - ! -name README ! -name add-to-xpdfrc || die) - - cat "${WORKDIR}/xpdf-${i}/add-to-xpdfrc" >> "${ED}/etc/xpdfrc" || die - done - fi -} diff --git a/app-text/yamlfmt/Manifest b/app-text/yamlfmt/Manifest deleted file mode 100644 index bdb87d6aa912..000000000000 --- a/app-text/yamlfmt/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST yamlfmt-0.13.0-deps.tar.xz 128464 BLAKE2B c51a77b6fa84e88239fe5185761bac4ab74b48f3200a822ef98884bc34670ec07c6b87bc999de77da5da0ea33b501ef911854910f74798a7532575f7c6a36881 SHA512 2187441405e028dd0dfb1d302f2a047b47af175d965c7605e5464b6403b4379425f13c5a506cad5bdce6dd424247ced12126722817c02e2afeb23d33be644a1b -DIST yamlfmt-0.13.0.tar.gz 43334 BLAKE2B da1828f6f8ab24236173fd5621781468e123ed4c9521ab2233b6185ab61a2e6744593f280dd786bbe3e0f38fd692b307dcde0cdce4944c9b6468425b9f7898d3 SHA512 28cf1d04690ce72a1330c0d93b148516e80b33306067f4dbe1b5056e243202d93ed09293b6fe5c958a341dd590edd61e6c1fdb278b28c88b421fb7364cff10b8 -DIST yamlfmt-0.14.0-deps.tar.xz 145900 BLAKE2B a58b00c7efc0a0d3c72a3482576f88458f46a984c7f7b11dbaa235c65d18982bb6aba95169e379b809dfc3349eeac4155493a6085dfe6a326a92d0d4beed848b SHA512 42d3ef9a91571eb9712cbd6bf7e7ffeb657a9ae424991b8837897a01eeed5c40ac926e399d8b0644553f878b7024ab3d8ad2aa90c8019153e9c5b7092b56b771 -DIST yamlfmt-0.14.0.tar.gz 47247 BLAKE2B 05583fbaeeb70cabaff6a8f602d455c743300d08e5a422d531ca277d6b1b8c49ce7a8c44c9cde16ac56d2623af90becf4cdb1d213b3c26e6838c7839f02463c6 SHA512 81afcd2e5d454a8069d7cedbdc56c0f25c5cb71a217206d0fb3d5aa1f9714794f4749582c231b99fd34dcb975be73d518b204346994dae27d4a75fba81303cf8 -DIST yamlfmt-0.15.0-deps.tar.xz 266288 BLAKE2B ded6aed21162b7974884440542fb16cb8480000027b3221e38d314bff62a6c22e271444a0b9c2000c221587bd36ae620492477436a9371868457fb2586cd177b SHA512 902b3180d03f6f71859140fd3ebd9810dbe85094d042786a45206d658dfa2a972b6350a92ab6bc66a2953e8dad0d4351401e926b0b4249eb52c2baf69cb07f45 -DIST yamlfmt-0.15.0.tar.gz 55482 BLAKE2B 5a6cc56c070d174eac9bc5e29467b72c8d33abf5ad0f764bf5fbc3e37013aa0243643052c07cec1b4219e142b25ea439a48e0d1e40f32793233010d821a5a774 SHA512 6ca1f766eeac10a9d322a6bf15474ed0f6441a9ab04462183ddd4696448fcb888c7cad2c6fe8af890095960dd7e4b59dbacc7778935d57c43e0c8930835cfb4a diff --git a/app-text/yamlfmt/metadata.xml b/app-text/yamlfmt/metadata.xml deleted file mode 100644 index 591131b1265f..000000000000 --- a/app-text/yamlfmt/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - <name>Zac Medico</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/yamlfmt/yamlfmt-0.13.0.ebuild b/app-text/yamlfmt/yamlfmt-0.13.0.ebuild deleted file mode 100644 index 2072a436f857..000000000000 --- a/app-text/yamlfmt/yamlfmt-0.13.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -EGIT_COMMIT=dd8547d -DESCRIPTION="An extensible command line tool or library to format yaml files" -HOMEPAGE="https://github.com/google/yamlfmt" -SRC_URI="https://github.com/google/yamlfmt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0" -LICENSE+=" BSD MIT" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - CGO_ENABLED=0 ego build -ldflags "-X main.version=${PV} -X main.commit=${EGIT_COMMIT} -s -w" \ - -o yamlfmt ./cmd/yamlfmt -} - -src_install() { - dodoc -r README.md docs - dobin yamlfmt -} - -src_test() { - emake test -} diff --git a/app-text/yamlfmt/yamlfmt-0.14.0.ebuild b/app-text/yamlfmt/yamlfmt-0.14.0.ebuild deleted file mode 100644 index a84da569a0b2..000000000000 --- a/app-text/yamlfmt/yamlfmt-0.14.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -EGIT_COMMIT=dd8547d -DESCRIPTION="An extensible command line tool or library to format yaml files" -HOMEPAGE="https://github.com/google/yamlfmt" -SRC_URI="https://github.com/google/yamlfmt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0" -LICENSE+=" BSD MIT" -SLOT="0" -KEYWORDS="~amd64" - -src_unpack() { - default -} - -src_prepare() { - ln -sv ../vendor ./ || die - default -} - -src_compile() { - CGO_ENABLED=0 ego build -ldflags "-X main.version=${PV} -X main.commit=${EGIT_COMMIT} -s -w" \ - -o yamlfmt ./cmd/yamlfmt -} - -src_install() { - dodoc -r README.md docs - dobin yamlfmt -} - -src_test() { - emake test -} diff --git a/app-text/yamlfmt/yamlfmt-0.15.0.ebuild b/app-text/yamlfmt/yamlfmt-0.15.0.ebuild deleted file mode 100644 index 5dab64b5cf67..000000000000 --- a/app-text/yamlfmt/yamlfmt-0.15.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -EGIT_COMMIT=81ffee4 -DESCRIPTION="An extensible command line tool or library to format yaml files" -HOMEPAGE="https://github.com/google/yamlfmt" -SRC_URI="https://github.com/google/yamlfmt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0" -LICENSE+=" BSD MIT" -SLOT="0" -KEYWORDS="~amd64" - -src_unpack() { - default -} - -src_prepare() { - ln -sv ../vendor ./ || die - default -} - -src_compile() { - CGO_ENABLED=0 ego build -ldflags "-X main.version=${PV} -X main.commit=${EGIT_COMMIT} -s -w" \ - -o yamlfmt ./cmd/yamlfmt -} - -src_install() { - dodoc -r README.md docs - dobin yamlfmt -} - -src_test() { - emake test -} diff --git a/app-text/yelp-tools/Manifest b/app-text/yelp-tools/Manifest deleted file mode 100644 index 971ba10c714b..000000000000 --- a/app-text/yelp-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yelp-tools-42.1.tar.xz 38936 BLAKE2B 9c068fb6c41fc6a9f22b1ffd632eeb648685b7bd09cad498910ddfa56696218ebaf643c17a6951756c88978bdae82c0622068c43e4f57ff57a96fa6d6b86a95f SHA512 e05a61d18179a9816ec38d1a2335091a3846cf74bb1ecec5374c9a13cc8962d14416208e04eec92f4ee43ec90e1992cc4a263bc4c267caac5d154a15f10d3006 diff --git a/app-text/yelp-tools/metadata.xml b/app-text/yelp-tools/metadata.xml deleted file mode 100644 index f6b6cde5f785..000000000000 --- a/app-text/yelp-tools/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/yelp-tools/yelp-tools-42.1-r1.ebuild b/app-text/yelp-tools/yelp-tools-42.1-r1.ebuild deleted file mode 100644 index b8f7c813dfe1..000000000000 --- a/app-text/yelp-tools/yelp-tools-42.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{13..14} ) -inherit gnome2 meson python-single-r1 - -DESCRIPTION="Collection of tools for building and converting documentation" -HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools" - -LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]') - >=dev-libs/libxml2-2.6.12 - >=dev-libs/libxslt-1.1.8 - dev-util/itstool - >=gnome-extra/yelp-xsl-3.38 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_install() { - meson_src_install - python_fix_shebang "${ED}"/usr/bin/yelp-{build,check,new} -} diff --git a/app-text/yodl/Manifest b/app-text/yodl/Manifest deleted file mode 100644 index f930230bb6f1..000000000000 --- a/app-text/yodl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yodl-4.05.00.tar.gz 321455 BLAKE2B 26f0c8b6c74018a181a73a120805bb49c73b0c7c3e50fbb3a761c41f483c5771b7d586ed8df2b9da9d54a77474a693cfbbdc11f3f50613f80cf97f72f533656b SHA512 20741079eb4b8b0a0d7e7e17de21c29c5005f7ec4757fccade9d9ace8390dc15797d7ded613d021f58b24566e4200f05cc3f1919568c1519477861637fd0ff02 diff --git a/app-text/yodl/files/yodl-4.05.00-echo.patch b/app-text/yodl/files/yodl-4.05.00-echo.patch deleted file mode 100644 index 2ec163c1f1a8..000000000000 --- a/app-text/yodl/files/yodl-4.05.00-echo.patch +++ /dev/null @@ -1,15 +0,0 @@ -Output build commands to tun. Incidentally, also fixes build - -diff --git a/build b/build -index 3409ad7..43320ab 100755 ---- a/build -+++ b/build -@@ -12,7 +12,7 @@ - #define ECHO_REQUEST 1 - - // uncomment to show the full gcc commands when compiling --// #define ECHO_COMPILE -+#define ECHO_COMPILE - - string CLASSES; - string g_lopt; diff --git a/app-text/yodl/files/yodl-4.05.00-fix_c23.patch b/app-text/yodl/files/yodl-4.05.00-fix_c23.patch deleted file mode 100644 index 829e4b183a4d..000000000000 --- a/app-text/yodl/files/yodl-4.05.00-fix_c23.patch +++ /dev/null @@ -1,16 +0,0 @@ -add missing includes for bool and va_copy -https://gitlab.com/fbb-git/yodl/-/merge_requests/5 (commented) -https://gitlab.com/fbb-git/yodl/-/merge_requests/6 -https://bugs.gentoo.org/929232 -https://bugs.gentoo.org/944159 ---- a/root/root.h -+++ b/root/root.h -@@ -11,6 +11,8 @@ - #define _GNU_SOURCE - #endif - -+#include <stdarg.h> -+#include <stdbool.h> - #include <stddef.h> - - #define MAX_LINE_LENGTH (1000) diff --git a/app-text/yodl/files/yodl-4.05.00-man.patch b/app-text/yodl/files/yodl-4.05.00-man.patch deleted file mode 100644 index 0f83b1bfe7ce..000000000000 --- a/app-text/yodl/files/yodl-4.05.00-man.patch +++ /dev/null @@ -1,16 +0,0 @@ -Avoid linking to non-existing file -https://gitlab.com/fbb-git/yodl/-/issues/5 - -diff --git a/icmake/install b/icmake/install -index c90f774..2c8095d 100644 ---- a/icmake/install -+++ b/icmake/install -@@ -27,7 +27,7 @@ void _installYodlConverters(string where, int debian) - gzipped = ".1 "; - - for (idx = listlen(conversions); idx--; ) -- run("ln -sf yodlconverters" + gzipped + -+ run("cp " + where + MAN + "/man7/yodlconverters.7 " + - where + MAN + "/man1/yodl2" + conversions[idx] + gzipped); - } - diff --git a/app-text/yodl/metadata.xml b/app-text/yodl/metadata.xml deleted file mode 100644 index 643f50ebfc76..000000000000 --- a/app-text/yodl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="cpe">cpe:/a:yodl_project:yodl</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/yodl/yodl-4.05.00.ebuild b/app-text/yodl/yodl-4.05.00.ebuild deleted file mode 100644 index 75d1525fa0e6..000000000000 --- a/app-text/yodl/yodl-4.05.00.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs prefix - -DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it" -HOMEPAGE="https://fbb-git.gitlab.io/yodl/ https://gitlab.com/fbb-git/yodl" -SRC_URI="https://gitlab.com/fbb-git/${PN}/-/archive/${PV}/${P}.tar.gz" -S="${WORKDIR}/${P}/${PN}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -BDEPEND=" - >=dev-build/icmake-9.03.01-r1 - doc? ( - app-text/ghostscript-gpl - dev-texlive/texlive-latexextra - dev-texlive/texlive-plaingeneric - ) -" - -PATCHES=( - "${FILESDIR}/${P}"-echo.patch - "${FILESDIR}/${P}"-man.patch - "${FILESDIR}/${P}"-fix_c23.patch -) - -src_prepare() { - sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \ - -e "/COMPILER =/s/gcc/$(tc-getCC)/" \ - -i INSTALL.im || die - - sed -e '/strip/s|"-s"|""|g' \ - -i icmake/program || die - - hprefixify build - - default -} - -src_compile() { - local target - for target in programs macros man $(usev doc manual); do - CXX=$(tc-getCXX) AR=$(tc-getAR) RANLIB=$(tc-getRANLIB) ./build ${target} || - die "${target} failed" - done -} - -src_install() { - ./build install programs "${ED}" || die - ./build install macros "${ED}" || die - ./build install man "${ED}" || die - ./build install docs "${ED}" || die - use doc && { ./build install manual "${ED}" || die ; } -} diff --git a/app-text/zathura-cb/Manifest b/app-text/zathura-cb/Manifest deleted file mode 100644 index ca2c1f8cfbe5..000000000000 --- a/app-text/zathura-cb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-cb-0.1.11.tar.xz 6748 BLAKE2B 59abd86594ede671b65e03c5a3577804edd7235ce74b7242907b3e744fa0982e12490c6ed98e556aa6c79c30e21b1683e3dea96d2a884f04bfd50f592c80e0ee SHA512 f927c4021937505bbc83d47959f4275701449dc4e889dd4a92ef7feecfcdf5ae772d34bb787ef8638c5fe209a1851ce355740c2b80921139f10fc059bd67f39d -DIST zathura-cb-2026.02.03.tar.xz 6844 BLAKE2B 3f6b4ba63ffa78aed469a960246fdd3e5c9db9ae4984a3dd0ecf222415e96879460e73d625938c5b54d40a69ad292edc222f15bce742b78b16fd93f81608dfbc SHA512 54a307cc68212c8c1e6e4e95c9ef17544e94973774e08c6b21f5d44eb9748b405d75ed69faeef3c9a42746c982ed2452e48eded5dd8ccdf5b558d3b06002a1a6 diff --git a/app-text/zathura-cb/metadata.xml b/app-text/zathura-cb/metadata.xml deleted file mode 100644 index 714616a5d945..000000000000 --- a/app-text/zathura-cb/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>nrk@disroot.org</email> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura-cb/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura-cb/download/</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-cb/zathura-cb-0.1.11.ebuild b/app-text/zathura-cb/zathura-cb-0.1.11.ebuild deleted file mode 100644 index 4043427d5ef3..000000000000 --- a/app-text/zathura-cb/zathura-cb-0.1.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm ~riscv x86" - SRC_URI="https://pwmt.org/projects/zathura-cb/download/${P}.tar.xz" -fi - -DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support" -HOMEPAGE="https://pwmt.org/projects/zathura-cb/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-arch/libarchive:= - >=app-text/zathura-0.3.9 - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2[jpeg] - x11-libs/gtk+:3" - -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -BDEPEND="virtual/pkgconfig" diff --git a/app-text/zathura-cb/zathura-cb-2026.02.03.ebuild b/app-text/zathura-cb/zathura-cb-2026.02.03.ebuild deleted file mode 100644 index 4197941172ad..000000000000 --- a/app-text/zathura-cb/zathura-cb-2026.02.03.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-cb.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-cb/download/${P}.tar.xz" -fi - -DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support" -HOMEPAGE="https://pwmt.org/projects/zathura-cb/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-arch/libarchive:= - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2[jpeg] - x11-libs/gtk+:3" - -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -BDEPEND="virtual/pkgconfig" diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild deleted file mode 100644 index 4197941172ad..000000000000 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-cb.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-cb/download/${P}.tar.xz" -fi - -DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support" -HOMEPAGE="https://pwmt.org/projects/zathura-cb/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-arch/libarchive:= - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2[jpeg] - x11-libs/gtk+:3" - -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -BDEPEND="virtual/pkgconfig" diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest deleted file mode 100644 index f60e53ab6da1..000000000000 --- a/app-text/zathura-djvu/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-djvu-0.2.10.tar.xz 9408 BLAKE2B f779eeeba40abe444960716b8c14c51c32a3830a3f779074ea773bd9ff0d71736433ed29862bdf137a34ebb934bb562aa14031c07dda5cf97ddf278e47feb750 SHA512 c743e60588e07fe18f7da8db1ae9ae997ffb50ef696258f1901523159ff4d29e5649b13d6e52f53cf79f19429083308390c0b4923081451bf5c4bfb9ac6e8903 -DIST zathura-djvu-2026.02.03.tar.xz 9536 BLAKE2B 05b2d53769de604e18ea143b5896e8779365c87421ecb79201870383790475c2857d17f495c87511829440755d17be5e2708066dd7ac430ec236ed4140011a6d SHA512 1f72c2958282618b79828c9c726a954833b382ca87d926b6439e47ad27fdd5657da520e3baa780ad4ec1f2e84dd65bd9cd7e9617bb27fb56a5da6a586bd27454 diff --git a/app-text/zathura-djvu/metadata.xml b/app-text/zathura-djvu/metadata.xml deleted file mode 100644 index b338e28515f2..000000000000 --- a/app-text/zathura-djvu/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>turret@turret.cyou</email> - <name>Mason Rocha</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <changelog>https://pwmt.org/projects/zathura-djvu/download/</changelog> - <bugs-to>https://github.com/pwmt/zathura-djvu/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild deleted file mode 100644 index 4180876b135c..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm ~riscv x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-0.3.9 - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" diff --git a/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild b/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild deleted file mode 100644 index 36cfd82adc80..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-djvu.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-2026.02.03:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild deleted file mode 100644 index 36cfd82adc80..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-djvu.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-2026.02.03:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" diff --git a/app-text/zathura-meta/metadata.xml b/app-text/zathura-meta/metadata.xml deleted file mode 100644 index e49b0ea2edb7..000000000000 --- a/app-text/zathura-meta/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <name>Filip Kobierski</name> - <email>fkobi@pm.me</email> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="cb">Install plug-in for ComicBook support</flag> - <flag name="epub">Install plug-in E-Book support</flag> - </use> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura/download/</changelog> - <doc>https://pwmt.org/projects/zathura/documentation/</doc> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-meta/zathura-meta-0-r1.ebuild b/app-text/zathura-meta/zathura-meta-0-r1.ebuild deleted file mode 100644 index 0248a504d6b4..000000000000 --- a/app-text/zathura-meta/zathura-meta-0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Meta package for app-text/zathura plugins" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="cb djvu epub +pdf postscript" - -RDEPEND=" - app-text/zathura - cb? ( app-text/zathura-cb ) - djvu? ( app-text/zathura-djvu ) - epub? ( app-text/zathura-pdf-mupdf ) - pdf? ( - epub? ( app-text/zathura-pdf-mupdf ) - !epub? ( app-text/zathura-pdf-poppler ) - ) - postscript? ( app-text/zathura-ps ) -" diff --git a/app-text/zathura-pdf-mupdf/Manifest b/app-text/zathura-pdf-mupdf/Manifest deleted file mode 100644 index 330e7c01a7dc..000000000000 --- a/app-text/zathura-pdf-mupdf/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-pdf-mupdf-0.4.4.tar.gz 10100 BLAKE2B aa969ac9a702150d05e8c1dfc7f0f6752c0371c812a208f33ab19c14423b12636345544ce898eda3ab5517b895c832a91f3a6866468049e03b2d36a67d198c06 SHA512 c6297b8ed68a0797db2e7b295d7fc7cb4d099f24cd9faea49e1e2d0c61818b071297b57f6472c057010caf104053cc0866685349b33a61302280cb52bac055cf -DIST zathura-pdf-mupdf-2026.02.03.tar.gz 10995 BLAKE2B a0a615e02d19a6d957a550159d761c38c7f0d9678bc00a010b763427dcb083471132e1199c6858e7d6d01f4a44ff1354f16654586833c12d67c6f3f83229c62b SHA512 25cddec7445669c24cc7f75374857947744f041227416d7027ddd7affc5b186ef048f3570f80c0bb0af66dc90669e035b75609bb8619d10ec34348e0c93878b8 diff --git a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.4.3-meson-mupdfthird.patch b/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.4.3-meson-mupdfthird.patch deleted file mode 100644 index 707e7b89cdf6..000000000000 --- a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.4.3-meson-mupdfthird.patch +++ /dev/null @@ -1,42 +0,0 @@ -# The dependencies mupdfthird, leptonica and tesseract seem to not be actually used -# anymore, hence exclude them. -# Upstream issue: https://github.com/pwmt/zathura-pdf-mupdf/issues/73 ---- a/meson.build -+++ b/meson.build -@@ -23,7 +23,6 @@ girara = dependency('girara-gtk3') - glib = dependency('glib-2.0') - cairo = dependency('cairo') - mupdf = dependency('mupdf', required: false, version: '>=@0@.@1@'.format(mupdf_required_version_major, mupdf_required_version_minor)) --mupdfthird = cc.find_library('mupdf-third') - - build_dependencies = [ - zathura, -@@ -46,17 +45,15 @@ if not mupdf.found() - error('mupdf @0@.@1@ or newer is required'.format(mupdf_required_version_major, mupdf_required_version_minor)) - endif - -- build_dependencies += [mupdf, mupdfthird] -+ build_dependencies += [mupdf] - else - # build from Debian's libmupdf-dev -- build_dependencies += [mupdf, mupdfthird] -+ build_dependencies += [mupdf] - - libjpeg = dependency('libjpeg') - libjbig2dec = cc.find_library('jbig2dec') - libopenjp2 = dependency('libopenjp2') - gumbo = dependency('gumbo') -- tesseract = dependency('tesseract') -- leptonica = dependency('lept') - mujs = dependency('mujs') - - build_dependencies += [ -@@ -64,8 +61,6 @@ else - libjbig2dec, - libopenjp2, - gumbo, -- tesseract, -- leptonica, - mujs - ] - endif diff --git a/app-text/zathura-pdf-mupdf/metadata.xml b/app-text/zathura-pdf-mupdf/metadata.xml deleted file mode 100644 index f7d73ba91ac8..000000000000 --- a/app-text/zathura-pdf-mupdf/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>rndxelement@protonmail.com</email> - <name>Philipp Rösner</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura-pdf-mupdf/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura-pdf-mupdf/download/</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.4.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.4.ebuild deleted file mode 100644 index 5d41edbd2a2d..000000000000 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm x86" - SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF support for zathura using the mupdf PDF rendering library" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/" - -LICENSE="ZLIB" -SLOT="0" -IUSE="+javascript" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=" - >=app-text/mupdf-1.24.0:=[javascript?] - >=app-text/zathura-0.2.0:= - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo -" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/zathura-pdf-mupdf-0.4.3-meson-mupdfthird.patch" -) - -src_prepare() ( - default - - if ! use javascript ; then - sed -i -e '/mujs/d' meson.build || die - fi -) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-2026.02.03.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-2026.02.03.ebuild deleted file mode 100644 index 9879e9e44203..000000000000 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-2026.02.03.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" -else - KEYWORDS="~amd64 ~arm ~x86" - SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF support for zathura using the mupdf PDF rendering library" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=" - >=app-text/mupdf-1.26.0:= - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo -" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild deleted file mode 100644 index 9879e9e44203..000000000000 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" -else - KEYWORDS="~amd64 ~arm ~x86" - SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF support for zathura using the mupdf PDF rendering library" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=" - >=app-text/mupdf-1.26.0:= - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo -" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" diff --git a/app-text/zathura-pdf-poppler/Manifest b/app-text/zathura-pdf-poppler/Manifest deleted file mode 100644 index 6974ebe02f18..000000000000 --- a/app-text/zathura-pdf-poppler/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-pdf-poppler-0.3.3.tar.gz 10554 BLAKE2B b49f2d1cdab426f0e0c41d901af38fdb1931eea28d8d442f08a076945e6801b1a4032ed5e97c2fc6b96f361e9188b3c0c50d1d0e0c9a5a1bf7c427461cc92a3f SHA512 791b0e6cac29358226b2416e22527449d89b8544242d1b492b6017d52eb996aa9647e10259d475c5c84bbf4a19b680c160ac7e822e331c466c3ff5697913b003 -DIST zathura-pdf-poppler-2026.02.03.tar.gz 10423 BLAKE2B 83e3fff91b3c3d7645357719886a51458c42d0eea6ac34adafe98b39b86cd94140987ad119c40958b46963c6dd218bf9f5ef95d6d0a887d2f89240d192f267d5 SHA512 4c6c32bb213f99b6f3d61fcce317d6be289530ad6ec0a6df4f599abcb4109c75da44822563346ee55828ead504d0a49f9fdbe846c2f4f17d2718d0631d2cee88 diff --git a/app-text/zathura-pdf-poppler/metadata.xml b/app-text/zathura-pdf-poppler/metadata.xml deleted file mode 100644 index f71a9246c8df..000000000000 --- a/app-text/zathura-pdf-poppler/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>turret@turret.cyou</email> - <name>Mason Rocha</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura-pdf-poppler/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura-pdf-poppler/download/</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.3.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.3.ebuild deleted file mode 100644 index 84454cbeebfb..000000000000 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm ~arm64 ~riscv x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-poppler" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=">=app-text/poppler-21.12.0:=[cairo] - >=app-text/zathura-0.5.3:= - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-2026.02.03.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-2026.02.03.ebuild deleted file mode 100644 index 82365e7a4a1b..000000000000 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-2026.02.03.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-poppler.git" -else - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-poppler" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=">=app-text/poppler-21.12.0:=[cairo] - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild deleted file mode 100644 index 82365e7a4a1b..000000000000 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-poppler.git" -else - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="PDF plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-poppler" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND=">=app-text/poppler-21.12.0:=[cairo] - >=app-text/zathura-2026.01.30:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura-ps/Manifest b/app-text/zathura-ps/Manifest deleted file mode 100644 index 06a191e1eed0..000000000000 --- a/app-text/zathura-ps/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-ps-0.2.8.tar.xz 4716 BLAKE2B d9377a00fcc9e45fae413676947ff2067c80362bd9f9f1573f9962459d9a636ed0743decbe437bf90ab9e65dcdb8b5d0b19ad1794085c313fa473f0241a101bf SHA512 29ed9d5585df1151af50835daa75a11befbd0fe10e95b4a37c7b548e1442edd3f52a7d0afce8cca93ce70ced6381cdf23311cea004e3e38a6cb323ba13eb7039 -DIST zathura-ps-2026.02.03.tar.xz 4808 BLAKE2B 83c0389d993f23876969600679bad9c45ad77a66791dc1ddac347491c177f60b72f9e77430e408cf7edc67d16148189214e4cd46d23726fee8b1fc374785ec1c SHA512 beed875741c0c9d8cb24e23136f4801417b58342e9c1007c4c2699424b03ac0126a25e9aed650a564951bab68c96a40d31ef8d7002012db59e94b4ec87e7bbd3 diff --git a/app-text/zathura-ps/metadata.xml b/app-text/zathura-ps/metadata.xml deleted file mode 100644 index 286ee5dd12db..000000000000 --- a/app-text/zathura-ps/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>turret@turret.cyou</email> - <name>Mason Rocha</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura-ps/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura-ps/download/</changelog> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura-ps/zathura-ps-0.2.8.ebuild b/app-text/zathura-ps/zathura-ps-0.2.8.ebuild deleted file mode 100644 index c5a04e06f94b..000000000000 --- a/app-text/zathura-ps/zathura-ps-0.2.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-ps.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm ~riscv x86" - SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz" -fi - -DESCRIPTION="PostScript plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND="app-text/libspectre - >=app-text/zathura-0.3.9 - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura-ps/zathura-ps-2026.02.03.ebuild b/app-text/zathura-ps/zathura-ps-2026.02.03.ebuild deleted file mode 100644 index b450ee7378ba..000000000000 --- a/app-text/zathura-ps/zathura-ps-2026.02.03.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-ps.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz" -fi - -DESCRIPTION="PostScript plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND="app-text/libspectre - >=app-text/zathura-2026.01.30 - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild deleted file mode 100644 index b450ee7378ba..000000000000 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg-utils - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-ps.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz" -fi - -DESCRIPTION="PostScript plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -DEPEND="app-text/libspectre - >=app-text/zathura-2026.01.30 - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/app-text/zathura/Manifest b/app-text/zathura/Manifest deleted file mode 100644 index 2c52e120712e..000000000000 --- a/app-text/zathura/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST zathura-0.5.13.tar.gz 395362 BLAKE2B e66f10d7b73c6560b2b3215ec620e33e306ff9d78274cc271fcfb1eadc337880c6d05cc9a94f7219da5fbe84dd438273e378dc1d9fd0ef13a3fb614441083959 SHA512 a6d833430de7e9c5767a86aff2188a2ce9e00ebd6fcfc41b2b35b7d203a011b14fddb7026bb258c6ff772eea2516bd6dd06e2390ed4770f4ae1f8b5cf65d30b1 -DIST zathura-0.5.14.tar.gz 399930 BLAKE2B fd3396e4a56a484009188d87548743423e3a14060aee2790174d0ca6aadff33c5e66ba668ae3f83f3069baa851571a4bd05a44602ed0fcc3b078df6aaa6a5527 SHA512 1bf77b3e2a24644bbad3bff8a2d603fc3bf5a8803e217c38c0d30ffa2731ff083de7f5cfe0b4ce93923a66b91351118f267a22fea922238bb044634d7c6bc091 -DIST zathura-0.5.8.tar.gz 219371 BLAKE2B c7c163e0c1cd5e344ae566ab71ad66d51b89cacd11ef9b335589c0fa705e7a300adab680b7c13a197da3c10b5161656fbb9c8449667eb05e64f0506bf254e675 SHA512 6954f8bf8c76526e86a4e335c18c3c68f509fbbe1081f7c74d333f8a9ba83bc5da971ad744f91408f8b0fb8f0b647ae07f02601b5efa97961155ba193c8777f6 -DIST zathura-2026.02.22.tar.gz 527036 BLAKE2B c8bfe65d7d3fc492044d36df5c1b14f4b0613d84a20509710b1183f4d12898192f13a8fcd1ba4394a352d2df38ce28a74533cc6650749c3c857d239f5dd7c6cb SHA512 ab5e2df7ec551c13eaa5b86d6a1157b75706d7ccbd268bcdd103af21e2262b5e052cf621f8cf7aeca324c7b6d358bc4fcf278e94827519e06d6891ba007399c6 diff --git a/app-text/zathura/metadata.xml b/app-text/zathura/metadata.xml deleted file mode 100644 index e151a4c738c6..000000000000 --- a/app-text/zathura/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>turret@turret.cyou</email> - <name>Mason Rocha</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="landlock">Build the sandboxed version using the Landlock (a Linux Security Module)</flag> - <flag name="synctex">Use libsynctex to get latex codeline from pdf</flag> - </use> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <bugs-to>https://github.com/pwmt/zathura/issues</bugs-to> - <changelog>https://pwmt.org/projects/zathura/download/</changelog> - <doc>https://pwmt.org/projects/zathura/documentation/</doc> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zathura/zathura-0.5.13.ebuild b/app-text/zathura/zathura-0.5.13.ebuild deleted file mode 100644 index d64dd45de338..000000000000 --- a/app-text/zathura/zathura-0.5.13.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic meson xdg - -DESCRIPTION="Highly customizable & functional document viewer" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura.git" -else - SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="ZLIB" -SLOT="0/6.7" # plugin versions api.abi (see meson.build) -IUSE="+man landlock seccomp synctex test wayland X" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - test? ( X ) - || ( wayland X ) -" - -RDEPEND=" - dev-libs/json-glib - dev-db/sqlite:3 - >=dev-libs/girara-0.4.5-r1:=[X?] - >=dev-libs/glib-2.76:2 - sys-apps/file - x11-libs/cairo - >=x11-libs/gtk+-3.24:3[wayland?,X?] - x11-libs/pango - man? ( dev-python/sphinx ) - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.13 -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - dev-libs/appstream - x11-misc/xvfb-run - ) -" - -src_configure() { - # defang automagic dependencies - use X || append-flags -DGENTOO_GTK_HIDE_X11 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Dconvert-icon=disabled - $(meson_feature man manpages) - $(meson_feature landlock) - $(meson_feature seccomp) - $(meson_feature synctex) - $(meson_feature test tests) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use seccomp || use landlock; then - mv "${ED}"/usr/bin/zathura{,-full} || die - dosym zathura-sandbox /usr/bin/zathura - fi -} - -pkg_postinst() { - if use seccomp || use landlock; then - elog "Zathura has been installed as a symlink to zathura-sandbox due to USE" - elog "seccomp or USE landlock. Some features such as printing or hyperlinks" - elog "may be unavailable when running with the default executable (zathura)." - elog "If you require these features, you can temporarily switch to using" - elog "zathura-full or disable these use flags." - if ! use elibc_glibc; then - ewarn "" - ewarn "Upstream zathura does not test sandboxing rules on non-glibc" - ewarn "environments. Your mileage may vary using the sandboxed variant." - fi - fi -} diff --git a/app-text/zathura/zathura-0.5.14.ebuild b/app-text/zathura/zathura-0.5.14.ebuild deleted file mode 100644 index d64dd45de338..000000000000 --- a/app-text/zathura/zathura-0.5.14.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic meson xdg - -DESCRIPTION="Highly customizable & functional document viewer" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura.git" -else - SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="ZLIB" -SLOT="0/6.7" # plugin versions api.abi (see meson.build) -IUSE="+man landlock seccomp synctex test wayland X" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - test? ( X ) - || ( wayland X ) -" - -RDEPEND=" - dev-libs/json-glib - dev-db/sqlite:3 - >=dev-libs/girara-0.4.5-r1:=[X?] - >=dev-libs/glib-2.76:2 - sys-apps/file - x11-libs/cairo - >=x11-libs/gtk+-3.24:3[wayland?,X?] - x11-libs/pango - man? ( dev-python/sphinx ) - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.13 -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - dev-libs/appstream - x11-misc/xvfb-run - ) -" - -src_configure() { - # defang automagic dependencies - use X || append-flags -DGENTOO_GTK_HIDE_X11 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Dconvert-icon=disabled - $(meson_feature man manpages) - $(meson_feature landlock) - $(meson_feature seccomp) - $(meson_feature synctex) - $(meson_feature test tests) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use seccomp || use landlock; then - mv "${ED}"/usr/bin/zathura{,-full} || die - dosym zathura-sandbox /usr/bin/zathura - fi -} - -pkg_postinst() { - if use seccomp || use landlock; then - elog "Zathura has been installed as a symlink to zathura-sandbox due to USE" - elog "seccomp or USE landlock. Some features such as printing or hyperlinks" - elog "may be unavailable when running with the default executable (zathura)." - elog "If you require these features, you can temporarily switch to using" - elog "zathura-full or disable these use flags." - if ! use elibc_glibc; then - ewarn "" - ewarn "Upstream zathura does not test sandboxing rules on non-glibc" - ewarn "environments. Your mileage may vary using the sandboxed variant." - fi - fi -} diff --git a/app-text/zathura/zathura-0.5.8.ebuild b/app-text/zathura/zathura-0.5.8.ebuild deleted file mode 100644 index 912f87785ab3..000000000000 --- a/app-text/zathura/zathura-0.5.8.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson virtualx xdg - -DESCRIPTION="A highly customizable and functional document viewer" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura.git" -else - SRC_URI=" - https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz - " - KEYWORDS="amd64 arm ~arm64 ~riscv x86" -fi - -LICENSE="ZLIB" -SLOT="0/6.7" -IUSE="+man seccomp synctex test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/json-glib - man? ( dev-python/sphinx ) - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) - sys-apps/file - x11-libs/cairo - x11-libs/pango - >=dev-db/sqlite-3.6.23:3 - >=dev-libs/girara-0.4.3:= - >=dev-libs/glib-2.72:2 - >=x11-libs/gtk+-3.24:3 -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.13 - test? ( - dev-libs/check - >=x11-libs/gtk+-3.24:3[X] - ) -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Dconvert-icon=disabled - -Dlandlock=enabled - -Dmanpages=$(usex man enabled disabled) - -Dseccomp=$(usex seccomp enabled disabled) - -Dsynctex=$(usex synctex enabled disabled) - $(meson_feature test tests) - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -src_install() { - meson_src_install -} diff --git a/app-text/zathura/zathura-2026.02.22.ebuild b/app-text/zathura/zathura-2026.02.22.ebuild deleted file mode 100644 index 907d2168ff93..000000000000 --- a/app-text/zathura/zathura-2026.02.22.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic meson xdg - -DESCRIPTION="Highly customizable & functional document viewer" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura.git" -else - SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="ZLIB" -SLOT="0/6.7" # plugin versions api.abi (see meson.build) -IUSE="+man landlock seccomp synctex test wayland X" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - test? ( wayland X ) - || ( wayland X ) -" - -RDEPEND=" - dev-libs/json-glib - dev-db/sqlite:3 - >=dev-libs/girara-2026.02.03:=[X?] - >=dev-libs/glib-2.76:2 - sys-apps/file - x11-libs/cairo - >=x11-libs/gtk+-3.24:3[wayland?,X?] - x11-libs/pango - man? ( dev-python/sphinx ) - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.13 -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - dev-libs/appstream - dev-libs/weston[headless] - x11-misc/xvfb-run - ) -" - -src_configure() { - # defang automagic dependencies - use X || append-flags -DGENTOO_GTK_HIDE_X11 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Dconvert-icon=disabled - $(meson_feature man manpages) - $(meson_feature landlock) - $(meson_feature seccomp) - $(meson_feature synctex) - $(meson_feature test tests) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use seccomp || use landlock; then - mv "${ED}"/usr/bin/zathura{,-full} || die - dosym zathura-sandbox /usr/bin/zathura - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if use seccomp || use landlock; then - elog "Zathura has been installed as a symlink to zathura-sandbox due to USE" - elog "seccomp or USE landlock. Some features such as printing or hyperlinks" - elog "may be unavailable when running with the default executable (zathura)." - elog "If you require these features, you can temporarily switch to using" - elog "zathura-full or disable these use flags." - if ! use elibc_glibc; then - ewarn "" - ewarn "Upstream zathura does not test sandboxing rules on non-glibc" - ewarn "environments. Your mileage may vary using the sandboxed variant." - fi - fi -} diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild deleted file mode 100644 index 907d2168ff93..000000000000 --- a/app-text/zathura/zathura-9999.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic meson xdg - -DESCRIPTION="Highly customizable & functional document viewer" -HOMEPAGE="https://pwmt.org/projects/zathura/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura.git" -else - SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="ZLIB" -SLOT="0/6.7" # plugin versions api.abi (see meson.build) -IUSE="+man landlock seccomp synctex test wayland X" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - test? ( wayland X ) - || ( wayland X ) -" - -RDEPEND=" - dev-libs/json-glib - dev-db/sqlite:3 - >=dev-libs/girara-2026.02.03:=[X?] - >=dev-libs/glib-2.76:2 - sys-apps/file - x11-libs/cairo - >=x11-libs/gtk+-3.24:3[wayland?,X?] - x11-libs/pango - man? ( dev-python/sphinx ) - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.13 -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - dev-libs/appstream - dev-libs/weston[headless] - x11-misc/xvfb-run - ) -" - -src_configure() { - # defang automagic dependencies - use X || append-flags -DGENTOO_GTK_HIDE_X11 - use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND - - local emesonargs=( - -Dconvert-icon=disabled - $(meson_feature man manpages) - $(meson_feature landlock) - $(meson_feature seccomp) - $(meson_feature synctex) - $(meson_feature test tests) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use seccomp || use landlock; then - mv "${ED}"/usr/bin/zathura{,-full} || die - dosym zathura-sandbox /usr/bin/zathura - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if use seccomp || use landlock; then - elog "Zathura has been installed as a symlink to zathura-sandbox due to USE" - elog "seccomp or USE landlock. Some features such as printing or hyperlinks" - elog "may be unavailable when running with the default executable (zathura)." - elog "If you require these features, you can temporarily switch to using" - elog "zathura-full or disable these use flags." - if ! use elibc_glibc; then - ewarn "" - ewarn "Upstream zathura does not test sandboxing rules on non-glibc" - ewarn "environments. Your mileage may vary using the sandboxed variant." - fi - fi -} diff --git a/app-text/zeal/Manifest b/app-text/zeal/Manifest deleted file mode 100644 index 6d9c2f0800d2..000000000000 --- a/app-text/zeal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zeal-0.8.1.tar.gz 1146807 BLAKE2B d015a1135d1522007b7145dfc595d14113cd88913cc02eb274289dccf96c9380910c7ac403708c79ab86ee26c7f1a26f817c7b2abb0f602a00315be4bb449edf SHA512 54e9936a877a06e49e8d816dc49877001b3bd23c7a38056a71398da66ea9d0bf68d661d7094b219fe581b6a0ac257433e5a24d1f16b6cea654e1568b9eb6d7e1 diff --git a/app-text/zeal/files/disable-werror-0.8.1.patch b/app-text/zeal/files/disable-werror-0.8.1.patch deleted file mode 100644 index 5304584ba6bc..000000000000 --- a/app-text/zeal/files/disable-werror-0.8.1.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/CMakeLists.txt 2026-04-05 14:19:30.145585459 -0400 -+++ b/CMakeLists.txt 2026-04-05 14:19:39.436319782 -0400 -@@ -95,10 +95,6 @@ add_custom_target(zeal_version - VERBATIM - ) - --if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24.0") -- set(CMAKE_COMPILE_WARNING_AS_ERROR ON) --endif() -- - option(ZEAL_FEATURE_UPDATE_CHECK "Automatic update check on startup" ON) - if(ZEAL_FEATURE_UPDATE_CHECK) - add_compile_definitions(ZEAL_FEATURE_UPDATE_CHECK) diff --git a/app-text/zeal/metadata.xml b/app-text/zeal/metadata.xml deleted file mode 100644 index bb0a94274124..000000000000 --- a/app-text/zeal/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mpagano@gentoo.org</email> - <name>Mike Pagano</name> - </maintainer> - <use> - <flag name="X">Enable global shortcut support on X11</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zeal/zeal-0.8.1.ebuild b/app-text/zeal/zeal-0.8.1.ebuild deleted file mode 100644 index f5fa4be14f62..000000000000 --- a/app-text/zeal/zeal-0.8.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg-utils - -DESCRIPTION="Offline documentation browser inspired by Dash" -HOMEPAGE="https://zealdocs.org/" -SRC_URI="https://github.com/zealdocs/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+X" - -DEPEND=" - app-arch/libarchive:= - dev-cpp/cpp-httplib:= - dev-db/sqlite:3 - dev-qt/qtbase:6[concurrent,gui,network,widgets] - dev-qt/qtwebchannel:6 - dev-qt/qtwebengine:6[widgets] - X? ( - x11-libs/libX11 - x11-libs/libxcb:= - x11-libs/xcb-util-keysyms - ) -" -RDEPEND="${DEPEND} - x11-themes/hicolor-icon-theme -" -BDEPEND="kde-frameworks/extra-cmake-modules" - -PATCHES=( - "${FILESDIR}/disable-werror-${PV}.patch" -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex X no yes) - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest deleted file mode 100644 index 57a730279fce..000000000000 --- a/app-text/zotero-bin/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST zotero-bin-7.0.32-amd64.tar.bz2 109746813 BLAKE2B cfae20d91101fd3c0b60d080aa6957b2b8c9531fb01d02666586554350160afc90b5759510d1882cda9c9dfe7a56ac5afcb07dcd899789786d6d9c0b7060aef7 SHA512 14d4941a095d761dc7e5cae745c4c274cadc612f7dffcb7d6735d80418deaf90e37f67da31a0463d6f168a7356f840ba9b297cc8094aabb4c88c661d36f744ff -DIST zotero-bin-7.0.32-x86.tar.bz2 113680491 BLAKE2B 915d390ba03d6e0bd2ce8412aa02aff03f144b2c61ab164a447e60bb40634629c9d74c1a3588b7d3a3012c5c8c69aa365527503b8b156134b8ea086e90b14702 SHA512 5c5575b1b03af1c16ca882df80bbf7c62cf8470ce15094efb71e13cc0d24a8880904a39a724cae6e72acd5e73b43c16fa0551fa03e6717baa14fc58529f6b424 -DIST zotero-bin-8.0.3-amd64.tar.xz 102931920 BLAKE2B e5bd9faa1a6000207c5a64df8c1c1737ccf813b5c2e5ae3596706a72cb5d6c72bdd66e61ee6b99363a1ca266a5528950cf263df7931310af9607cfd8958afb5e SHA512 05c4bbd0983f912734f91868a7f40ee8a4669db08dd8cb1c8fb6bca02d3af4552fae2cac4ae35e67b123f4c2276b3cb9fbfab057cc4ad3bd6f549bcf262f9d03 -DIST zotero-bin-8.0.3-x86.tar.xz 105977808 BLAKE2B 359332433bc418f6ebb9597d5f538819754f2a0c897b1f9bc33ed7308d77d10c66371b780264ceab2e14c58a7cafb1769536ccbfdace720c70f2a9e556f6ed8a SHA512 e14396a8bfb3f3eec246c950285173406cc1bdcc7a3f7d0336efabfc21460d8b3866b615fea744ec2e01ba8ed0e8c1fff80c5bd59ad93a395a2c39a3953c7a1d -DIST zotero-bin-9.0.4-amd64.tar.xz 103988140 BLAKE2B a3fafc0e6340cd44728ea4c62aa2ae0f1daf3acc97074ccba54a0222a1a3f432d6ec34750b28917a43479fb8c9753efa0a3d329247c4f4214ffd7ce63cb3039b SHA512 3cdf1b80c49e6cf083ea1bc2e76b1769445d4e24199a450fabb1ac26a0fc830ced91041cc26a1d87113d1f493795e10c54050efb8ef05462e9a31911847f83e2 -DIST zotero-bin-9.0.4-arm64.tar.xz 94904424 BLAKE2B 8271e8702d78348b63a938214ca220d17a2043d3b79bc3ede9db189575f2fec6dab702927b8f5533ab444b61cd9931126c64d8a1de71243dbf81a1edb2432fe1 SHA512 3612c11f7cdf140a119d5663ce7e5858c123e6c6376e07be1350b3a1646451cea51eb194d9b7d71b11d46f1e753b60c63b18af6fe6ad49d73fc405a1a3f16de8 -DIST zotero-bin-9.0.4-x86.tar.xz 107010116 BLAKE2B cd29735d9d9bf0700d96807324973fed688eccc40f48d344d6d0cfe448357842f18f763447c262a8b29fbb0b7b4da6a66edd50b17154afa3098b0420119ffc11 SHA512 f2b6430ec4bd0e5348f6ab216b58cc7321af185eed4b9e9ee17b1c3b64e77f7d7dbcca9f823e290b08c2ab74cf9d20e41980157431d5666f554ded83426bb4ae diff --git a/app-text/zotero-bin/metadata.xml b/app-text/zotero-bin/metadata.xml deleted file mode 100644 index 7d36760b1847..000000000000 --- a/app-text/zotero-bin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>nowa@gentoo.org</email> - <name>Nowa Ammerlaan</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/zotero/zotero/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/zotero-bin/zotero-bin-7.0.32.ebuild b/app-text/zotero-bin/zotero-bin-7.0.32.ebuild deleted file mode 100644 index 0a7963ce8743..000000000000 --- a/app-text/zotero-bin/zotero-bin-7.0.32.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Helps you collect, organize, cite, and share your research sources" -HOMEPAGE="https://www.zotero.org" -SRC_URI=" - amd64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-amd64.tar.bz2 ) - x86? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=${PV} -> ${P}-x86.tar.bz2 ) -" -S="${WORKDIR}" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="-* amd64 ~x86" - -RDEPEND=" - app-accessibility/at-spi2-core - dev-libs/dbus-glib - dev-libs/glib - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - sys-apps/dbus - sys-libs/glibc - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango -" - -QA_PREBUILT="opt/zotero/*" - -src_prepare() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - # disable auto-update - sed -i -e 's#URL=.*#URL=#' app/application.ini || die - - # fix desktop-file - sed -i -e 's#^Exec=.*#Exec=zotero -url %U#' zotero.desktop || die - sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop || die - - default -} - -src_install() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - dodir opt/zotero - cp -a * "${ED}/opt/zotero" || die - - dosym ../../opt/zotero/zotero usr/bin/zotero - - domenu zotero.desktop - - for size in 32 64 128; do - newicon -s ${size} icons/icon${size}.png zotero.png - done -} diff --git a/app-text/zotero-bin/zotero-bin-8.0.3.ebuild b/app-text/zotero-bin/zotero-bin-8.0.3.ebuild deleted file mode 100644 index 66de82ef063a..000000000000 --- a/app-text/zotero-bin/zotero-bin-8.0.3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Helps you collect, organize, cite, and share your research sources" -HOMEPAGE="https://www.zotero.org" -SRC_URI=" - amd64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-amd64.tar.xz ) - x86? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=${PV} -> ${P}-x86.tar.xz ) -" -S="${WORKDIR}" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -RDEPEND=" - app-accessibility/at-spi2-core - dev-libs/dbus-glib - dev-libs/glib - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - sys-apps/dbus - sys-libs/glibc - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango -" - -QA_PREBUILT="opt/zotero/*" - -src_prepare() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - # disable auto-update - sed -i -e 's#URL=.*#URL=#' app/application.ini || die - - # fix desktop-file - sed -i -e 's#^Exec=.*#Exec=zotero -url %U#' zotero.desktop || die - sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop || die - - default -} - -src_install() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - dodir opt/zotero - cp -a * "${ED}/opt/zotero" || die - - dosym ../../opt/zotero/zotero usr/bin/zotero - - domenu zotero.desktop - - for size in 32 64 128; do - newicon -s ${size} icons/icon${size}.png zotero.png - done -} diff --git a/app-text/zotero-bin/zotero-bin-9.0.4.ebuild b/app-text/zotero-bin/zotero-bin-9.0.4.ebuild deleted file mode 100644 index 53de780cb3da..000000000000 --- a/app-text/zotero-bin/zotero-bin-9.0.4.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Helps you collect, organize, cite, and share your research sources" -HOMEPAGE="https://www.zotero.org" -SRC_URI=" - amd64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-amd64.tar.xz ) - arm64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-arm64&version=${PV} -> ${P}-arm64.tar.xz ) - x86? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=${PV} -> ${P}-x86.tar.xz ) -" -S="${WORKDIR}" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm64 ~x86" - -RDEPEND=" - app-accessibility/at-spi2-core - dev-libs/dbus-glib - dev-libs/glib - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - sys-apps/dbus - sys-libs/glibc - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango -" - -QA_PREBUILT="opt/zotero/*" - -src_prepare() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use arm64; then - cd Zotero_linux-arm64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - # disable auto-update - sed -i -e 's#URL=.*#URL=#' app/application.ini || die - - # fix desktop-file - sed -i -e 's#^Exec=.*#Exec=zotero -url %U#' zotero.desktop || die - sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop || die - - default -} - -src_install() { - if use amd64; then - cd Zotero_linux-x86_64 || die - elif use x86; then - cd Zotero_linux-i686 || die - fi - - dodir opt/zotero - cp -a * "${ED}/opt/zotero" || die - - dosym ../../opt/zotero/zotero usr/bin/zotero - - domenu zotero.desktop - - for size in 32 64 128; do - newicon -s ${size} icons/icon${size}.png zotero.png - done -} |
