summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:46:15 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:46:15 +0100
commitb2647b22457322f87a6c1bf3123eda00cfddef23 (patch)
treef0173b25bcb7d5fbe4202199e8a65e54b100b44d /gnome-extra
parentgnome-extra/gnome-system-monitor: moved to gentoo-x86 (diff)
downloadgnome-b2647b22457322f87a6c1bf3123eda00cfddef23.tar.gz
gnome-b2647b22457322f87a6c1bf3123eda00cfddef23.tar.bz2
gnome-b2647b22457322f87a6c1bf3123eda00cfddef23.zip
gnome-extra/gnome-user-docs: moved to gentoo-x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-user-docs/Manifest11
-rw-r--r--gnome-extra/gnome-user-docs/gnome-user-docs-3.14.2.ebuild43
2 files changed, 0 insertions, 54 deletions
diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest
deleted file mode 100644
index d6856726..00000000
--- a/gnome-extra/gnome-user-docs/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-user-docs-3.14.2.tar.xz 14526736 SHA256 ee89e0891fcad30ceb9e93e57a40e59730e0fee7973be233e0c4992b1d5726f1 SHA512 a584fbc282fb167fb23a8b1a0327bcfe90450402241d0cfe510b90de3c2362f665e2ff25ac73fae10063ae23ffa03c8555118cc28a720e8e31646c732ea8b54e WHIRLPOOL 0a5b8d1f96c4aed2b315faaf3ac863ed1633665b6be7c10e1d297cb0f7ce1b1fbc859072b07db9712de05a0f5bf80a6603fa5cff59f9f89a229151181a863db1
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlRyW4MACgkQ1fmVwcYIWAYMPwCeMwtfsLNG0Qzq30jEbGZVS+Ua
-fEwAnRLBK15mw/dmTRbK5FgIN2PWSsQG
-=D3qa
------END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.14.2.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.14.2.ebuild
deleted file mode 100644
index 1a9e8fa6..00000000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.14.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-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
-}