Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/
Date: Sat, 25 Jun 2016 18:44:11
Message-Id: 1466880200.8aa00ae3e6410f1922e2cab124d66988aeb4c2d0.pacho@gentoo
1 commit: 8aa00ae3e6410f1922e2cab124d66988aeb4c2d0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 18:38:08 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:43:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa00ae3
7
8 gnome-extra/gnome-user-docs: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-user-docs/Manifest | 1 -
13 .../gnome-user-docs/gnome-user-docs-3.16.1.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest
17 index 7ac27cb..074955e 100644
18 --- a/gnome-extra/gnome-user-docs/Manifest
19 +++ b/gnome-extra/gnome-user-docs/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-user-docs-3.16.1.tar.xz 14174340 SHA256 9678f8ec22f4ead58c0a6f1c8886d6ee5bda696962b393acc2e6ab742d4c9331 SHA512 4892daac35469a46551833f327f2a7ff5b2b8e7361d223300c6cea7ab1f710760d697aa6f5a524768aed1b10402d00c8a6df371a7aa5c1988bb8ac7b274f666f WHIRLPOOL 07525cce41000fff351bc466383c5baff09d1ffda469d5bd143fcdbf60cae3c5ac8a4b564307acb02a417b990ca18ecf8159e57150a25e6f21790d15269c29dd
22 DIST gnome-user-docs-3.18.1.tar.xz 14213948 SHA256 83e52528de6afe4412679d7fd8c7f8124b07770b4e291592f24e9e50657efae4 SHA512 161fd15f852d5cc2dbffec304d6ab09ae92cd7ff0d457194acd40e530ca34a3b49fa23a6b51542676b53045ea2c7726b2f328a11e295dbc0d13da60b1ff622e0 WHIRLPOOL 855ef6926c1ac89b59910d66a38afa48a6dcc34486bec1c441990e94e379a5d91b806c27ba58b5b116f840149c44fd8ab5743c20716f72422e2c2814d97cebcc
23
24 diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild
25 deleted file mode 100644
26 index 0106623..0000000
27 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="GNOME end user documentation"
40 -HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs"
41 -
42 -LICENSE="CC-BY-3.0"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
45 -IUSE="test"
46 -
47 -RDEPEND=""
48 -DEPEND="
49 - test? ( dev-libs/libxml2 )
50 -"
51 -# eautoreconf requires:
52 -# app-text/yelp-tools
53 -# rebuilding translations requires:
54 -# app-text/yelp-tools
55 -# dev-util/gettext
56 -
57 -# This ebuild does not install any binaries
58 -RESTRICT="binchecks strip"
59 -
60 -src_configure() {
61 - # itstool is only needed for rebuilding translations
62 - # xmllint is only needed for tests
63 - gnome2_src_configure \
64 - $(usex test "" XMLLINT=$(type -P true)) \
65 - ITSTOOL=$(type -P true)
66 -}
67 -
68 -src_compile() {
69 - # Do not compile; "make all" with unset LINGUAS rebuilds all translations,
70 - # which can take > 2 hours on a Core i7.
71 - return
72 -}