diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-30 03:04:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-30 03:04:35 +0000 |
commit | fb57e01054259b1160d01c3c7ed9efab7902ed7d (patch) | |
tree | 42985349c49b2294954c1923df85be8bfa0c0957 /app-text/linuxdoc-tools | |
parent | bd35a61d88b111f25f4b10126e0d4755545fc7a5 (diff) |
gentoo auto-resync : 30:10:2024 - 03:04:35
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r-- | app-text/linuxdoc-tools/Manifest | 2 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild | 88 |
2 files changed, 0 insertions, 90 deletions
diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest index bb48801d6ba6..dbbef91377ce 100644 --- a/app-text/linuxdoc-tools/Manifest +++ b/app-text/linuxdoc-tools/Manifest @@ -1,6 +1,4 @@ AUX linuxdoc-tools-0.9.82-configure-clang16.patch 4676 BLAKE2B f80dbc78855615e077127d9fb97c7af929a788c8840677ceca5cb38ac4ffe91973424c1ff7260e9774e17a7897b8adcca42e536d0cc97b6e3aea90cfde559943 SHA512 a6e8405f9fb45dddbfab09d134c092d66554c9bf013f5bf12afd3d6e566720c386bcdf5820f65c6f964d4336324ffeb7539b11bd3b70234cd8aeefdbadd70166 -DIST linuxdoc-tools-0.9.73.tar.gz 613971 BLAKE2B e2e04aaa44d5e2cea5af266e38b476381f87a02b9704e03ae5943f7714634d5d214350abd5b193f2efe656a264403c679495af5f954870b30d32b8b799ad7206 SHA512 b26896316e259cf4ef170814d410b1e39e58f61db49b03b4b9c1f767f8459d84214e92d9dcc09ad739508fd9c3c5fe4a2264cbb3c693a11362e59fd221655252 DIST linuxdoc-tools-0.9.82.tar.bz2 550046 BLAKE2B 3bf9b9680659a3a6873e31116975fca7372167a701e630d762d37fcacf7acb9f1df4031558c4db24769e598a17b206e1c09607e341fc90f91497c15ff0cb05a1 SHA512 82560d9dc4db231e0a2c1fa3732d062bfd6af2cd3c5ffa0960939b2888533882437ddeeb54219e31acc7eaa10fdeee84ba206d32516cc5ed4f3fba2eab1ec0e4 -EBUILD linuxdoc-tools-0.9.73-r1.ebuild 1956 BLAKE2B 4652774f1c0183e07e63b8141527cedea9b3bed8f0a1d957e81c2b3b802f1f45036f59969d9a1a50d1bfd7b500037d615b39fc83834e366ed5cb4155aa8e2998 SHA512 e708d491711acdea66a15672600637ff89610cd6c8b02df9f2ca9b8e92fa4c1c8e8fdb059132888f28ecc27db4381c0206d06ff274ddd943fd1c8ea33c7dbf85 EBUILD linuxdoc-tools-0.9.82.ebuild 2011 BLAKE2B f4b5d602dc388c5d19131a5f5acc95652075478bf48e3035976c4ef7b7cd783608ea807e374b957a635d900a7a1cb72e8453c7668f0b9a93eee5ca5923e8f061 SHA512 a00e127a1da9d8d745e5b6eff54c972b2e766674987bf70c3089dc8a39cce933fa1536bec869d3756bdf90b7ab122a9413b91b404d97d816c15ef8a83c7bb51f MISC metadata.xml 713 BLAKE2B 5bb40701020a2a88bccfc3293098732f464066af3317724cdff560819de1db44e33a6ef20ef3b09edce61580a50184e8cc5112d60d415ee42cabe6409e94d384 SHA512 10311f69090d7dbe3ccdf8047daf15ad6b86ae3cc58028b11629c581708c5de543c7fa1ab1bdbd173dbf5037e1dd23d68267de8e11d1a9da9e56659034f1316d diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild deleted file mode 100644 index 1ad64a2dfc85..000000000000 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools latex-package perl-functions sgml-catalog-r1 toolchain-funcs - -DESCRIPTION="A 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.gz" - -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} - app-alternatives/lex - app-alternatives/awk - doc? ( - dev-texlive/texlive-fontsrecommended - virtual/latex-base - ) -" - -src_prepare() { - default_src_prepare - # Pregenerated configure scripts fail. - eautoreconf -} - -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_compile -} - -src_install() { - # Makefile ignores docdir configuration option. - emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install - dodoc ChangeLog README - - insinto /etc/sgml - newins - linuxdoc.cat <<-EOF - CATALOG "${EPREFIX}/usr/share/linuxdoc-tools/linuxdoc-tools.catalog" - EOF -} - -pkg_preinst() { - # work around sgml-catalog.eclass removing it - cp "${ED}"/etc/sgml/linuxdoc.cat "${T}" || die -} - -pkg_postinst() { - local backup=${T}/linuxdoc.cat - local real=${EROOT}/etc/sgml/linuxdoc.cat - if ! cmp -s "${backup}" "${real}"; then - cp "${backup}" "${real}" || die - fi - - latex-package_pkg_postinst - sgml-catalog-r1_pkg_postinst -} - -pkg_postrm() { - latex-package_pkg_postrm - sgml-catalog-r1_pkg_postrm -} |