Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/
Date: Mon, 23 Dec 2019 22:02:58
Message-Id: 1577138548.6cf0be291f23c1af30b44071ea9be12ec7d95eeb.leio@gentoo
1 commit: 6cf0be291f23c1af30b44071ea9be12ec7d95eeb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:56:31 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:02:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf0be29
7
8 gnome-extra/gnome-user-docs: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/gnome-user-docs/Manifest | 1 -
14 .../gnome-user-docs/gnome-user-docs-3.30.2.ebuild | 41 ----------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest
18 index 30c14ff3c96..b553ba48401 100644
19 --- a/gnome-extra/gnome-user-docs/Manifest
20 +++ b/gnome-extra/gnome-user-docs/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-user-docs-3.30.2.tar.xz 15707236 BLAKE2B 4a0f83078c8a0360719a89f8a2a0d79d564452fe65e7037479288730c5155be1b26901c10863e9b35727c23458b7015ade326db6a6f78fa95b8f541b3dc5b361 SHA512 43f2d12a1f5ca03e5af24f599f688f1ed849d8466cb12f4b67c36601a1b6e236bd98e505ebcde677ae80be8cca71b32996bcb87715fa50c30cc5729ffc957b33
23 DIST gnome-user-docs-3.32.3.tar.xz 15861776 BLAKE2B cc4a73319ced02d7e087d2e9e1a70db22fbac3f9bebc34deb029c913573b34b58977007fe274841c6b61d05c3e169f959425c28846f1c741944f61c1c01b53a2 SHA512 4b62be1812ae67283281ec9d5dfd7e694dd01c04ede949cef76ab42dde72b74f90a67bc359e86700f515ddff920fb81a40e91acef56c85b40b49ce0505c1f7ed
24
25 diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild
26 deleted file mode 100644
27 index 359d9f28abe..00000000000
28 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="GNOME end user documentation"
38 -HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs"
39 -
40 -LICENSE="CC-BY-3.0"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
43 -IUSE="test"
44 -
45 -RDEPEND=""
46 -DEPEND="
47 - test? ( dev-libs/libxml2 )
48 -"
49 -# eautoreconf requires:
50 -# app-text/yelp-tools
51 -# rebuilding translations requires:
52 -# app-text/yelp-tools
53 -# dev-util/gettext
54 -
55 -# This ebuild does not install any binaries
56 -RESTRICT="binchecks strip
57 - !test? ( test )"
58 -
59 -src_configure() {
60 - # itstool is only needed for rebuilding translations
61 - # xmllint is only needed for tests
62 - gnome2_src_configure \
63 - $(usex test "" XMLLINT=$(type -P true)) \
64 - ITSTOOL=$(type -P true)
65 -}
66 -
67 -src_compile() {
68 - # Do not compile; "make all" with unset LINGUAS rebuilds all translations,
69 - # which can take > 2 hours on a Core i7.
70 - return
71 -}