commit:     be19cbd583cf39e0c3b7f83da31be808dc2eefb4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  7 22:14:33 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr  7 22:17:57 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=be19cbd5

gnome-extra/gnome-user-docs: 3.10.3 → 3.12.0

---
 .../gnome-user-docs/gnome-user-docs-3.12.0.ebuild  | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.12.0.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-3.12.0.ebuild
new file mode 100644
index 0000000..61dc55d
--- /dev/null
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.12.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.10.3.ebuild,v
 1.5 2014/03/09 12:00:26 pacho Exp $
+
+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
+}

Reply via email to