summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-31 11:55:00 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-31 14:23:35 -0400
commitbf7a32b30b5160a0eec8116924d0cd58d1de9c34 (patch)
tree5f39e7b755ca78aba6d91216a826a491eaa27308 /gnome-extra/gnome-user-docs
parentgnome-extra/gnome-tweaks: Drop old versions (diff)
downloadgentoo-bf7a32b30b5160a0eec8116924d0cd58d1de9c34.tar.gz
gentoo-bf7a32b30b5160a0eec8116924d0cd58d1de9c34.tar.bz2
gentoo-bf7a32b30b5160a0eec8116924d0cd58d1de9c34.zip
gnome-extra/gnome-user-docs: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-user-docs')
-rw-r--r--gnome-extra/gnome-user-docs/Manifest1
-rw-r--r--gnome-extra/gnome-user-docs/gnome-user-docs-41.2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest
index bb7b4af49254..199c5b476a29 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,2 +1 @@
-DIST gnome-user-docs-41.2.tar.xz 9407232 BLAKE2B 81c6d638e6cf3011cf4f2ee835c293fd0152435d2f4d07e7bc403882e378d140d7e03fbaca7f87e23f6c65d104dc7be4a2bc0902a3e1a5ab42815ceb250ff4b0 SHA512 982fa4c491a530df0067c3f437c961f84c393f1f95895e86f348609fa0407ffa6a33dbc961c87c5083180d4ad1a069ec2886d0ec841e9c965f21cb0b55322f4b
DIST gnome-user-docs-42.0.tar.xz 10273312 BLAKE2B c3cc30d75f686bacae2f4f3789215ac6cb505483a2c2ae1bf8766e7767ea7a5d7ef922fe6117e9b6a773771ee83f32f113bc18f4056dda66848c17ccbc256c77 SHA512 524dfeaf0ca77c19906395f81f45ac2a7873fc116a6794bae53130b32c1fcdd063566ee0ec4f3e51cfc18e12db8aed5219fd8817a7de3cae6d6a68f228212905
diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-41.2.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-41.2.ebuild
deleted file mode 100644
index 5087dc81bc50..000000000000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-41.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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 ~ia64 ~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
-}