commit:     4b52ca055e1e115ca5fc308506d5e20af52f2a26
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 22:25:44 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 22:34:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b52ca05

gnome-extra/gnome-user-docs: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/gnome-user-docs/Manifest               |  1 -
 .../gnome-user-docs/gnome-user-docs-3.22.0.ebuild  | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/gnome-extra/gnome-user-docs/Manifest 
b/gnome-extra/gnome-user-docs/Manifest
index 8068805ef5f..0587ca0a8ae 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,2 +1 @@
-DIST gnome-user-docs-3.22.0.tar.xz 14148700 BLAKE2B 
5a7d7b36b0854f937cc3389024eb5bf2f068d0d9874449d0589336aef6573fd3d21b1343025de5729483031b716482c485395c803bee352a966d59568e6a0d7c
 SHA512 
d81768b1c2bb5e32fa6d81358dc8fce24d1a6af4a01553c30879a73afb86bde8ece513f5bd08df9fd1bd4e8cc545ee49f2f072391eed13703d804f73c71c696e
 DIST gnome-user-docs-3.24.2.tar.xz 14167700 BLAKE2B 
deec09954a9c3bf915c86030d13df70efec81090c74744fb98192a1e9727cab2bd54ee608f1f3bddcf8707f6a3a6e1ddaeffdc5175e0d0f2ad4ab2e890036330
 SHA512 
7725ceb6d079d244f9f764c54b2d374588a808c8f1b2e70f655e1d3e3dc957cab3a8edcfe3d000c5d4520e9d9da031585a20ade978b66753ef3b2c912230a87d

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.22.0.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-3.22.0.ebuild
deleted file mode 100644
index 64d032ba516..00000000000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.22.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME end user documentation"
-HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs";
-
-LICENSE="CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
-       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"
-
-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
-}

Reply via email to