From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- app-text/linuxdoc-tools/Manifest | 5 +- .../linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild | 80 ---------------------- .../linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild | 2 +- .../linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild | 74 -------------------- 4 files changed, 2 insertions(+), 159 deletions(-) delete mode 100644 app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild delete mode 100644 app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild (limited to 'app-text/linuxdoc-tools') diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest index c34f0fff0b14..958f10c02957 100644 --- a/app-text/linuxdoc-tools/Manifest +++ b/app-text/linuxdoc-tools/Manifest @@ -1,6 +1,3 @@ -DIST linuxdoc-tools-0.9.72.tar.gz 614429 BLAKE2B 404b311c0560780bd81f021760d32e47cd6ebe8abc9aa64a181b8ce727dd0edbbd88d286cdfdcc97a51981bd0bd299563d7b1b2945e06f83ff32c7d3e56abb19 SHA512 2d522a99212dab2535786b64e0b404a9bb023d1612d8e57a628de21b5e77b104285713a98591c61a2fb2196e687b34180198ab0dfeda2b44fbbce051e9919408 DIST linuxdoc-tools-0.9.73.tar.gz 613971 BLAKE2B e2e04aaa44d5e2cea5af266e38b476381f87a02b9704e03ae5943f7714634d5d214350abd5b193f2efe656a264403c679495af5f954870b30d32b8b799ad7206 SHA512 b26896316e259cf4ef170814d410b1e39e58f61db49b03b4b9c1f767f8459d84214e92d9dcc09ad739508fd9c3c5fe4a2264cbb3c693a11362e59fd221655252 -EBUILD linuxdoc-tools-0.9.72.ebuild 1767 BLAKE2B 46572536ad7d41da82be7618217966627236fedefbf2897c84f2b7f04453d123678b4d336447cf869e3fbbf963e1aa136c0468bd73e7977f74b18a285c6987f9 SHA512 04c2ca40dbf232b9d49453f6df9272605947755d3840edba6e10d3ec10b02dc7541552bb9908c050569e7315e2a5afd97bac2db3a4ae5850a212e9a43aff738c -EBUILD linuxdoc-tools-0.9.73-r1.ebuild 1950 BLAKE2B 0b428db96cde36c532c276747445e939d719c08170f449df3533a4b1de899c194a585c0b18981db7d1f492697d3b103c8f315eec65ec2df0c07c474c3de8f21b SHA512 619c87b55840d9841a8ecb1373d66bb202d127ba8f9ea6ce2384073c3b5f33d2f1c6b058b645feb8b651f4fbf2b815c54a15c8384273a107a25d7c0ef8249a87 -EBUILD linuxdoc-tools-0.9.73.ebuild 1657 BLAKE2B 09063fffc91df4fbe7556cdbcfb83250233c966ef6151342a5a22293408304fcd615f44d7870a9cfd945bf10f692b6daced1e456b8534b6c6315a98ecadef3e3 SHA512 c4ad1f83a530da79f841af017b3b92b8af115c2de204c3862004637e166d7a3ae3c3d8ddd2071bf097fb65f1ec78ffa0e1270b4df964b130573d4ffd12d08336 +EBUILD linuxdoc-tools-0.9.73-r1.ebuild 1947 BLAKE2B f22cfc520248a1f82d8ba0af600a71d5822e1add1fe2d7d526d6f2b8f6aa9202f1fed646cf49337a3391f986c92569e3801a8f30d5b3a11b86100483252b691b SHA512 5899fe18b31eaadefca317298c4c0727824a677c3ca16293acde4ea13dba96e84a864843c01c81af7176e93da0ca306e3ca2751008337baefafed797d0eaa777 MISC metadata.xml 712 BLAKE2B b2f8030cb2de1321cf9bf1be3431ad04d9d87165d206846c48f1cf50042abdad7b33b935c0b4acde37898cdb1e71487be2db720c97dc39c211cae27ca75d53ce SHA512 99b997c23ae04221a18ccf4b033ed7718180fd597cbded2e615aba1ff113d0737974ffd52beb1253f4096156068b001a786fbe643b4827a2f85786957a89eca0 diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild deleted file mode 100644 index 2bd2a8f42353..000000000000 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# EAPI=6 is blocked by Gentoo bugs 497038, 497052. -EAPI=5 - -inherit autotools epatch latex-package perl-functions sgml-catalog toolchain-funcs vcs-snapshot - -DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files" -HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools" -SRC_URI="https://gitlab.com/agmartin/${PN}/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3+ MIT SGMLUG" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc x86" -IUSE="doc" - -RDEPEND=" - || ( app-text/openjade app-text/opensp ) - app-text/sgml-common - dev-lang/perl:= - || ( sys-apps/gawk sys-apps/mawk ) - sys-apps/groff -" -DEPEND="${RDEPEND} - sys-devel/flex - doc? ( - dev-texlive/texlive-fontsrecommended - virtual/latex-base - ) -" - -src_prepare() { - [[ ${PATCHES} ]] && epatch -p1 "${PATCHES[@]}" - epatch_user - - # Update the build system with Gentoo paths. - sed -i \ - -e "s|share/doc/${PN}|share/doc/${PF}|g" \ - Makefile.in || die - - 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() { - # Override latex-package.eclass - default_src_install -} - -sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" "/usr/share/${PN}/${PN}.catalog" - -pkg_postinst() { - latex-package_pkg_postinst - sgml-catalog_pkg_postinst -} - -pkg_postrm() { - latex-package_pkg_postrm - sgml-catalog_pkg_postrm -} 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 index 8e02b1acefcd..afa70d83839c 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/agmartin/linuxdoc-tools/-/archive/${PV}/${P}.tar.gz" LICENSE="GPL-3+ MIT SGMLUG" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ~sparc x86" IUSE="doc" RDEPEND=" diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild deleted file mode 100644 index 68f6240d0417..000000000000 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# EAPI=6 is blocked by Gentoo bugs 497038, 497052. -EAPI=5 - -inherit autotools latex-package perl-functions sgml-catalog 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 ~ia64 ppc ~sparc x86" -IUSE="doc" - -RDEPEND=" - || ( app-text/openjade app-text/opensp ) - app-text/sgml-common - dev-lang/perl:= - sys-apps/groff -" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/awk - doc? ( - dev-texlive/texlive-fontsrecommended - virtual/latex-base - ) -" - -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 -} - -sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" "/usr/share/${PN}/${PN}.catalog" - -pkg_postinst() { - latex-package_pkg_postinst - sgml-catalog_pkg_postinst -} - -pkg_postrm() { - latex-package_pkg_postrm - sgml-catalog_pkg_postrm -} -- cgit v1.2.3