From 0922e7f160098c343e6e41a5e167a69b9e035db6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 May 2023 05:33:06 +0100 Subject: gentoo auto-resync : 06:05:2023 - 05:33:06 --- app-doc/gimp-help/Manifest | 2 +- app-doc/gimp-help/gimp-help-2.10.34-r1.ebuild | 65 +++++++++++++++++++++++++++ app-doc/gimp-help/gimp-help-2.10.34.ebuild | 40 ----------------- 3 files changed, 66 insertions(+), 41 deletions(-) create mode 100644 app-doc/gimp-help/gimp-help-2.10.34-r1.ebuild delete mode 100644 app-doc/gimp-help/gimp-help-2.10.34.ebuild (limited to 'app-doc/gimp-help') diff --git a/app-doc/gimp-help/Manifest b/app-doc/gimp-help/Manifest index 8e586cede440..1873eac51687 100644 --- a/app-doc/gimp-help/Manifest +++ b/app-doc/gimp-help/Manifest @@ -2,5 +2,5 @@ AUX gimp-help-2.10.0-python3.patch 13294 BLAKE2B 86ed2514e95210986e9d108e908abbf DIST gimp-help-2.10.0.tar.bz2 187092180 BLAKE2B 29a7fbe3fcb6f3210aeda4bc514d7e0eeca05f9fabd3b9022c7ed1e5a9432876cc3bf530632648e2eb50509add4e387106d9705a1c17469e33496daec737d21b SHA512 2f6d5e7cf0c3b4960c92074ef02d51a1d089c148f6453a66e453a3084cdede280f72c6b77d35f66777adbda8aa273ec2a472fb538142e51bb263c3077eec473a DIST gimp-help-2.10.34.tar.bz2 165540436 BLAKE2B eff5afe87bbddf9166647424ef63399a4ebc4215980dddf42f949e18245c60d1095269592f5a314683f7e1d7b27e2b9130215bda5987e7c8dfcafb5cebb6abbc SHA512 316d558f66c96a0d2d0f17baf700020b76aa221f9e220ddfc3e85b10c82b20b9c1cf36893776a342e90af5170e0102eb743b79663451581444d4f881256cf377 EBUILD gimp-help-2.10.0-r2.ebuild 995 BLAKE2B f3c8f1174793f4d8224445d4b79adb8f88653f8f61bf61e967e0723084886adff60eb7797e072c28b4c4c14eaebc7115e2c9bf314aded7b775f29a3e2c8ebb7b SHA512 2eca175734d4ba78a0b7b8ba3f35436e3ea082b4cef7ef22470e1a73061cbc27e623ab3c042c315c3af41a68ef3e5ee6562e6cfada449194036ed9bbe2235b4c -EBUILD gimp-help-2.10.34.ebuild 843 BLAKE2B 0b595b6a84f2e6b83f2f121c0568179a9cd47bf61e07edd4a4c50724e3c969f1fcacf9b0478beb80c4e8323cbee5c7bf4cb7cba248c8e9d6d61727b8a0b9aad5 SHA512 ffd0da40be82ac6c3b663d15e144379f8cc62659eff48389671e705ffbf27842a47b74aa5b627f8bfaf2d7e0ef1cb154200520848ffdad9daefed8f173a836a3 +EBUILD gimp-help-2.10.34-r1.ebuild 1668 BLAKE2B adab54f98046f9d3ee992e23b1dae8f302f3e188e52c14b620504a1942b6787fa8363fe5aff5844cf48f5d150851a2c2165c209f42b27b3a0b1336923449cb38 SHA512 a9d5e62999eb878bd29f434825715f107a6fe3e113331e29ae2c748ca453af6b9936dcc18646d8c5a0d1e32a250b2576c1ed1e215fc87ae0ab0e3cfd3eb76e8c MISC metadata.xml 401 BLAKE2B a80bbfba7d3e6e613ecc32c54ccad9f6b92e945feab3567fb0491b3cf83f5fb51d90372b6954b1127bce5c1d2028bfb2ed6518a9dde72c2adfc8286884f9efc7 SHA512 5f30ae63c4b82933c885a60d010dd1bb7d92355478aae874ec2aaef647ca3ecdb9f85311280a31d31ed4068e028049d3e54aeac84ff6528f3174db14c938b62c diff --git a/app-doc/gimp-help/gimp-help-2.10.34-r1.ebuild b/app-doc/gimp-help/gimp-help-2.10.34-r1.ebuild new file mode 100644 index 000000000000..2837213514fe --- /dev/null +++ b/app-doc/gimp-help/gimp-help-2.10.34-r1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +inherit python-any-r1 + +DESCRIPTION="GNU Image Manipulation Program help files" +HOMEPAGE="https://docs.gimp.org/" +SRC_URI="mirror://gimp/help/${P}.tar.bz2" + +LICENSE="FDL-1.2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +BDEPEND=" + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]') + app-text/docbook-xml-dtd + dev-lang/perl + dev-libs/libxslt + gnome-base/librsvg + sys-devel/gettext +" + +DOCS=( AUTHORS COPYING NEWS README ) + +python_check_deps() { + python_has_version "dev-libs/libxml2[python,${PYTHON_USEDEP}]" +} + +pkg_setup() { + # See bug: 891709 + if [[ -z "${LINGUAS}" ]] ; then + export LINGUAS="en" + + ewarn "The 'LINGUAS' environment variable isn't setup in '/etc/portage/make.conf'," + ewarn "therefore only the generic ('en') documentation will be built." + ewarn "To build ${PN} for other languages please setup 'LINGUAS' variable" + ewarn "or assign it to 'L10N' variable if available, i.e. LINGUAS=\"\${L10N}\"" + ewarn "The following languages are supported for ${PN}:" + ewarn "'ca cs da de el en en_GB es fa fi fr hr hu it ja ko lt nl nn pt pt_BR ro ru sl sv uk zh_CN'" + ewarn "For more details please read:" + ewarn "https://wiki.gentoo.org/wiki/Localization/Guide#LINGUAS" + fi +} + +src_configure() { + econf --without-gimp +} + +src_compile() { + # See bug: 833566 + python_export_utf8_locale + # Affected with bugs: 677198, 876205. Set "emake -j1" + emake -j1 +} + +src_install() { + # See bug: 905693 + emake -j1 DESTDIR="${D}" install + einstalldocs +} diff --git a/app-doc/gimp-help/gimp-help-2.10.34.ebuild b/app-doc/gimp-help/gimp-help-2.10.34.ebuild deleted file mode 100644 index 4a9d96672c88..000000000000 --- a/app-doc/gimp-help/gimp-help-2.10.34.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 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit python-any-r1 - -DESCRIPTION="GNU Image Manipulation Program help files" -HOMEPAGE="https://docs.gimp.org/" -SRC_URI="mirror://gimp/help/${P}.tar.bz2" - -LICENSE="FDL-1.2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" - -BDEPEND=" - ${PYTHON_DEPS} - $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]') - app-text/docbook-xml-dtd - dev-lang/perl - dev-libs/libxslt - sys-devel/gettext -" - -python_check_deps() { - python_has_version "dev-libs/libxml2[python,${PYTHON_USEDEP}]" -} - -src_configure() { - econf --without-gimp -} - -src_compile() { - # See bug: 833566 - python_export_utf8_locale - # Affected with bugs: 677198, 876205. Set "emake -j1" - emake -j1 -} -- cgit v1.2.3