summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-10 07:26:34 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-10 07:26:34 +0000
commit58946acb83b4a9a22020a12ba5960f2576e602bf (patch)
treed69336384c39f615f6c1082f2d60c43bdef02c70 /dev-libs/glib
parentVersion bump twig to 1.10.0. (diff)
downloadgentoo-2-58946acb83b4a9a22020a12ba5960f2576e602bf.tar.gz
gentoo-2-58946acb83b4a9a22020a12ba5960f2576e602bf.tar.bz2
gentoo-2-58946acb83b4a9a22020a12ba5960f2576e602bf.zip
Drop useless USE=doc, it only regenerated documentation.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/ChangeLog6
-rw-r--r--dev-libs/glib/glib-2.32.4-r1.ebuild14
-rw-r--r--dev-libs/glib/glib-2.34.0.ebuild10
3 files changed, 11 insertions, 19 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog
index a114bb43ce82..46e26ad2b8f2 100644
--- a/dev-libs/glib/ChangeLog
+++ b/dev-libs/glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/glib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.542 2012/10/06 21:17:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.543 2012/10/10 07:26:34 tetromino Exp $
+
+ 10 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ glib-2.32.4-r1.ebuild, glib-2.34.0.ebuild:
+ Drop useless USE=doc, it only regenerated documentation.
06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> glib-2.32.4-r1.ebuild:
stable ppc ppc64, bug #427544
diff --git a/dev-libs/glib/glib-2.32.4-r1.ebuild b/dev-libs/glib/glib-2.32.4-r1.ebuild
index 5c6df978a5cc..83b8a27f3908 100644
--- a/dev-libs/glib/glib-2.32.4-r1.ebuild
+++ b/dev-libs/glib/glib-2.32.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.6 2012/10/06 21:17:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.7 2012/10/10 07:26:34 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2+"
SLOT="2"
-IUSE="debug doc fam kernel_linux selinux static-libs systemtap test utils xattr"
+IUSE="debug fam kernel_linux selinux static-libs systemtap test utils xattr"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
RDEPEND="virtual/libiconv
@@ -31,11 +31,6 @@ RDEPEND="virtual/libiconv
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.11
>=dev-util/gtk-doc-am-1.15
- doc? (
- >=dev-libs/libxslt-1.0
- >=dev-util/gdbus-codegen-${PV}
- >=dev-util/gtk-doc-1.15
- ~app-text/docbook-xml-dtd-4.1.2 )
systemtap? ( >=dev-util/systemtap-1.3 )
test? (
sys-devel/gdb
@@ -69,8 +64,7 @@ src_prepare() {
# Fix gmodule issues on fbsd; bug #184301
epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch
- # need to build tests if USE=doc for bug #387385
- if ! use test && ! use doc; then
+ if ! use test; then
# don't waste time building tests
sed 's/^\(.*\SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i $(find . -name Makefile.am -o -name Makefile.in) || die
else
@@ -150,8 +144,6 @@ src_configure() {
# Always use internal libpcre, bug #254659
econf ${myconf} \
$(use_enable xattr) \
- $(use_enable doc man) \
- $(use_enable doc gtk-doc) \
$(use_enable fam) \
$(use_enable selinux) \
$(use_enable static-libs static) \
diff --git a/dev-libs/glib/glib-2.34.0.ebuild b/dev-libs/glib/glib-2.34.0.ebuild
index 66139fce6847..d7dca2cf41f0 100644
--- a/dev-libs/glib/glib-2.34.0.ebuild
+++ b/dev-libs/glib/glib-2.34.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild,v 1.2 2012/09/28 18:54:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild,v 1.3 2012/10/10 07:26:34 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -15,7 +15,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2+"
SLOT="2"
-IUSE="debug doc fam kernel_linux selinux static-libs systemtap test utils xattr"
+IUSE="debug fam kernel_linux selinux static-libs systemtap test utils xattr"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
RDEPEND="virtual/libiconv
@@ -32,9 +32,6 @@ DEPEND="${RDEPEND}
>=dev-libs/libxslt-1.0
>=sys-devel/gettext-0.11
>=dev-util/gtk-doc-am-1.15
- doc? (
- >=dev-util/gdbus-codegen-${PV}
- >=dev-util/gtk-doc-1.15 )
systemtap? ( >=dev-util/systemtap-1.3 )
test? (
sys-devel/gdb
@@ -143,7 +140,7 @@ src_configure() {
use debug && myconf="--enable-debug"
# need to build tests if USE=doc for bug #387385
- if use doc || use test; then
+ if use test || [[ ${PV} = 9999 ]] && use doc; then
myconf="${myconf} --enable-modular-tests"
else
myconf="${myconf} --disable-modular-tests"
@@ -152,7 +149,6 @@ src_configure() {
# Always use internal libpcre, bug #254659
econf ${myconf} \
$(use_enable xattr) \
- $(use_enable doc gtk-doc) \
$(use_enable fam) \
$(use_enable selinux) \
$(use_enable static-libs static) \