diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 22:41:27 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 22:41:27 +0000 |
commit | 65c8f7672422dcd21a98a78dcfd055c988a63e9e (patch) | |
tree | fb47c67933bbfee64a7e2731e11060a04aef3b65 /gnome-extra/gnome-user-docs | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-65c8f7672422dcd21a98a78dcfd055c988a63e9e.tar.gz gentoo-2-65c8f7672422dcd21a98a78dcfd055c988a63e9e.tar.bz2 gentoo-2-65c8f7672422dcd21a98a78dcfd055c988a63e9e.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/gnome-user-docs')
-rw-r--r-- | gnome-extra/gnome-user-docs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-user-docs/gnome-user-docs-3.4.2.ebuild | 48 |
2 files changed, 5 insertions, 49 deletions
diff --git a/gnome-extra/gnome-user-docs/ChangeLog b/gnome-extra/gnome-user-docs/ChangeLog index f09797779f81..bc1935606207 100644 --- a/gnome-extra/gnome-user-docs/ChangeLog +++ b/gnome-extra/gnome-user-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-user-docs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog,v 1.63 2013/03/28 17:23:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog,v 1.64 2013/03/29 22:41:27 eva Exp $ + + 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-user-docs-3.4.2.ebuild: + Clean up old revision. *gnome-user-docs-3.8.0 (28 Mar 2013) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.4.2.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.4.2.ebuild deleted file mode 100644 index cbe675600118..000000000000 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.4.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 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.4.2.ebuild,v 1.2 2013/02/07 22:23:14 ulm Exp $ - -EAPI="4" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="GNOME end user documentation" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="CC-BY-3.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -# Newer gnome-doc-utils is needed for RNGs -# libxml2 needed for xmllint -# scrollkeeper is referenced in gnome-user-docs.spec, but is not used -RDEPEND="" -DEPEND="test? ( - >=app-text/gnome-doc-utils-0.20.5 - dev-libs/libxml2 )" -# eautoreconf requires: -# app-text/yelp-tools -# rebuilding translations requires: -# dev-libs/libxml2 -# dev-util/gettext -# dev-util/itstool - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - # itstool is only needed for rebuilding translations - G2CONF="${G2CONF} ITSTOOL=$(type -P true)" - # xmllint is only needed for tests - use test || G2CONF="${G2CONF} XMLLINT=$(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 -} |