diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-12 08:19:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-12 08:19:18 +0100 |
commit | 4d0ca679fbcb59301ffc7af98794c411c5061a0b (patch) | |
tree | 8353718f79e0de6c7c5ee2d6cab498bd3bebf565 /app-text/docbook-xsl-stylesheets | |
parent | 683e8a42fb208dee0d6289d084fb39ab17aa2b60 (diff) |
gentoo auto-resync : 12:06:2023 - 08:19:18
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
3 files changed, 2 insertions, 100 deletions
diff --git a/app-text/docbook-xsl-stylesheets/Manifest b/app-text/docbook-xsl-stylesheets/Manifest index 40583de4a325..58d1cab53587 100644 --- a/app-text/docbook-xsl-stylesheets/Manifest +++ b/app-text/docbook-xsl-stylesheets/Manifest @@ -1,5 +1,4 @@ AUX nonrecursive-string-subst.patch 1205 BLAKE2B 0c7bb8e3ba646a137bc0b50722448c65437881672a4bbb3f3dc7a181e5074f667fca0fbcb4475b83f04ac63bdddbf3dae800b7a7094b5d9aea270faeb81d9e50 SHA512 6a26838078a3ce28273dddfa1af6a378cffc28b6d1ba48a4cfc839addd7bf58ce217d6584b735f9c75381954744ab2386c75fa3c593858b6e27882be55c00d04 DIST docbook-xsl-1.79.1.tar.bz2 21967928 BLAKE2B 42b7e989616d16fa100c2dad713830ecedf6c7e26f56f99a9bf9330385c753f282cea1033e689196352bd41f9dca59a06ff09fc4638051cb478a630df9bfeb0b SHA512 83325cbaf1545da6b9b8b77f5f0e6fdece26e3c455164b300a1aa3d19e3bd29ae71fd563553a714a5394968d1a65684c6c7987c77524469358d18b8c227025c7 -EBUILD docbook-xsl-stylesheets-1.79.1-r3.ebuild 2207 BLAKE2B 23f5d27a8cc2fa5567802528896d3524f21554d1c72e7bb98831aff6d1c1050948243a2f86836cda9ccccce4dd220649de3561853970309f512d468905254be5 SHA512 5862c97f60597a63b27dfaeac6c01de19505c4a1a2c1b10543af10d19642f5ecf84299665e61983e6b0783f9dece3f096764ce07798182bbd693581c2b000099 -EBUILD docbook-xsl-stylesheets-1.79.1-r4.ebuild 2229 BLAKE2B 60e2b69abf501e80b5127cfc200a082a5f3eb1b4367b9b3c9ae64f3fd56c9f80157d1084760042e7fa08cf737370dd5de1a347db1c0d0ba74b6a8bb24be31846 SHA512 7feb46e19647e07c9bf56642aee39ef3c543dd338bda4b83b3acaba5cc74d7ce9d921751a48f9ff702301ddde32bd20c780babf19dde05abd87e6f85e798df61 +EBUILD docbook-xsl-stylesheets-1.79.1-r4.ebuild 2222 BLAKE2B 2d16e54a26505dd1994fff53662a8fc4f124274a7c91fe49e70257708bff62de74108f86c3ec8bda6a3651f3b400d4d906e5cb1a29e990deead17bf905590743 SHA512 66946e83883c36d495ba3309b2f63ecb89e85a5fb2e6a6d78fc69dff08eafd40dcc036567cd6ac51caf97ca82d6e35d0f16a814e558c8a341779f7195746f39e MISC metadata.xml 414 BLAKE2B f10f5576731ded90514b956bb032bf6472634a509e709e998b0120ced275cea6d7027b18623b8f7d8198b6137a9566eab1b0462626a20693655c791b9763952e SHA512 f844b8d60c1c3413b8eb647bdffba6fb08e09e7f62df9e122ad6d69f9f67ec67711a66ec840f1ef92edefef83bd5e77103a10b0feeeb4a08f98680274c3dd93a diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r3.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r3.ebuild deleted file mode 100644 index 5f6844714d55..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r3.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby27 ruby30" -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="mirror://sourceforge/docbook/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-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} ) -" - -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 - build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} - -pkg_postrm() { - # See bug #816303 for rationale behind die - build-docbook-catalog || die "Failed to regenerate docbook catalog. Is /run mounted?" -} 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 index 7477720d1c22..cf92278ee655 100644 --- 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 @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31" inherit ruby-single DOCBOOKDIR="/usr/share/sgml/${PN/-//}" |