-DIST gnome-devel-docs-3.16.2.tar.xz 8716332 SHA256 9a5ad076fe931785fff6f79cc13ed111977ece86611d714fd11ad7a23c2070ca SHA512 54835c0327d699f505beb42f53f9498b46e9644b1b34fad06464fec777701f6a6d2caeba3cc08034a7989c3226f446c227d93db7466d8885cc95618d9ebadf39 WHIRLPOOL c42a8263d3d333e2f0687795df2c5fd836eef66aee6f607977b916ac7e80eac4848ef9cf6c626e5bafbc37b72af522c11cc17f871e21768d118c98e514eaa71e
DIST gnome-devel-docs-3.18.1.tar.xz 8987996 SHA256 33d06a27bd41107fcb0cf6d447e113db081c0d08fb2d041317ad2b8abae7d880 SHA512 3addea0c01c0246a4690c34ba20acd425595aaf913c66c6e2db50eb7eb7c99102d08cb6898c70938417f8f5e410c3ea9a12381d769076c7e374bdfc871f0a68b WHIRLPOOL e7b46d2490c02e7d8342a776860bd06850dfe3cd685ed17b31d1400e1f6cdd3541d4cfbf73cadaafe534b437ed6cca03e675707a988bbe9cd7700f095b717d1e
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Documentation for developing for the GNOME desktop environment"
-HOMEPAGE="https://developer.gnome.org/"
-
-LICENSE="FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_configure() {
- # Wants to build demo samples
- gnome2_src_configure ITSTOOL=$(type -P true) ac_cv_path_CC=""
-}