commit: af08856fff79ecd1443b2ca3cb14031e6ec151e9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 16:45:47 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 17:29:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af08856f
gnome-extra/gnome-user-docs: drop 45.5, 46.1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/gnome-user-docs/Manifest | 2 -- .../gnome-user-docs/gnome-user-docs-45.5.ebuild | 38 ---------------------- .../gnome-user-docs/gnome-user-docs-46.1.ebuild | 38 ---------------------- 3 files changed, 78 deletions(-) diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest index 6023ea6faaea..499ce272ef94 100644 --- a/gnome-extra/gnome-user-docs/Manifest +++ b/gnome-extra/gnome-user-docs/Manifest @@ -1,4 +1,2 @@ -DIST gnome-user-docs-45.5.tar.xz 13176820 BLAKE2B 3f19f8cfe4205707fab12ca5f43efbf4c2b477259237895339dc20a3c2b6994866ff95f89b37c78d9d4fc46857da7dc674195f1f092556ffffdafdfad76960e1 SHA512 b2452fb8093679a2b43ba3a4ce8efa8006c34329522849ab08a6a3f555d5afb6240d4beda9c29a382ccc8cfb246f155de2db6db8b161d4ef88fd4347c2a3634c -DIST gnome-user-docs-46.1.tar.xz 13232972 BLAKE2B a4c33b2939c674b76f239cd7c94d412e8874d9e672ee35c118d5d4c818bc88c8a024e2424e567528ce823e23ac013d54c7859e5a76765b8ae17abe64c8fe149c SHA512 2520714e46e93ae834a6f1b1ca910f61a56b7b9361af2b16883fe78db441b7fbd616e359b99cbcf300576501cf9c6500578c8fc1040261f02349cdd67c2ceabb DIST gnome-user-docs-46.4.tar.xz 13261192 BLAKE2B 7075e904ec789cbab48af5f76fe44fe51c32ef021869b6077ca51c71405d8c41de389a50b35971b94d902748944357891ed92351818b32437f5d0bdcd9311a5a SHA512 5ccf42019603963d09e04c2977835ab6a70f06cbaf3276e53025e853fbf607b0f53000043112df00329dc9eda5b19e5be1b07dd66dc21f4c9db98e09cc454d55 DIST gnome-user-docs-47.2.tar.xz 15118376 BLAKE2B b9bf6bdd33059c5c3df6176ef4d0fe27123f68f65324c1d44031db43f278730685736f0a492a9268beff4578272f955385ae1e5885f796b540007804524253e8 SHA512 8e3c0b5a4e8b4062b028b361ec46f752b04167913df29d341e80bd84e2389dd3bbcfd62b766c65322a8cb654d421c1173a56171ee8392c1125b788df5003d38b diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-45.5.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-45.5.ebuild deleted file mode 100644 index 037310d42ec7..000000000000 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-45.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2 - -DESCRIPTION="GNOME end user documentation" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs" - -LICENSE="CC-BY-3.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="test" - -BDEPEND="test? ( dev-libs/libxml2 )" -# eautoreconf requires: -# app-text/yelp-tools -# rebuilding translations requires: -# app-text/yelp-tools -# dev-util/gettext - -# This ebuild does not install any binaries -RESTRICT="binchecks strip - !test? ( test )" - -src_configure() { - # itstool is only needed for rebuilding translations - # xmllint is only needed for tests - gnome2_src_configure \ - $(usex test "" XMLLINT=$(type -P true)) \ - ITSTOOL=$(type -P true) -} - -src_compile() { - # Do not compile; "make all" with unset LINGUAS rebuilds all translations, - # which can take > 2 hours on a Core i7. - return -} diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-46.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-46.1.ebuild deleted file mode 100644 index 8671258d1ddb..000000000000 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-46.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2 - -DESCRIPTION="GNOME end user documentation" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs" - -LICENSE="CC-BY-3.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" - -BDEPEND="test? ( dev-libs/libxml2 )" -# eautoreconf requires: -# app-text/yelp-tools -# rebuilding translations requires: -# app-text/yelp-tools -# dev-util/gettext - -# This ebuild does not install any binaries -RESTRICT="binchecks strip - !test? ( test )" - -src_configure() { - # itstool is only needed for rebuilding translations - # xmllint is only needed for tests - gnome2_src_configure \ - $(usex test "" XMLLINT=$(type -P true)) \ - ITSTOOL=$(type -P true) -} - -src_compile() { - # Do not compile; "make all" with unset LINGUAS rebuilds all translations, - # which can take > 2 hours on a Core i7. - return -}
