summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Arrifano <miknix@gentoo.org>2009-08-26 17:37:53 +0000
committerAngelo Arrifano <miknix@gentoo.org>2009-08-26 17:37:53 +0000
commit90188c328efcae0b9fd69960f978a7b34d20651c (patch)
treea8f0dfff38b2e0dd2b954a58b1f80953c5d20a98 /gpe-base/libschedule/libschedule-0.17.ebuild
parentalpha/ia64 stable wrt #281126 (diff)
downloadhistorical-90188c328efcae0b9fd69960f978a7b34d20651c.tar.gz
historical-90188c328efcae0b9fd69960f978a7b34d20651c.tar.bz2
historical-90188c328efcae0b9fd69960f978a7b34d20651c.zip
Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro.
Remove redundant IUSE expansion. Add commented doc USE flag for future usage. Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'gpe-base/libschedule/libschedule-0.17.ebuild')
-rw-r--r--gpe-base/libschedule/libschedule-0.17.ebuild16
1 files changed, 12 insertions, 4 deletions
diff --git a/gpe-base/libschedule/libschedule-0.17.ebuild b/gpe-base/libschedule/libschedule-0.17.ebuild
index cdc7ca0e19ae..e9c7ad78f63d 100644
--- a/gpe-base/libschedule/libschedule-0.17.ebuild
+++ b/gpe-base/libschedule/libschedule-0.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libschedule/libschedule-0.17.ebuild,v 1.1 2009/03/01 01:00:27 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libschedule/libschedule-0.17.ebuild,v 1.2 2009/08/26 17:37:53 miknix Exp $
GPE_TARBALL_SUFFIX="bz2"
@@ -11,15 +11,23 @@ DESCRIPTION="RTC alarm handling library for the GPE Palmtop Environment"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
-IUSE="${IUSE}"
GPE_DOCS="ChangeLog"
+IUSE=""
+GPECONF="${GPECONF} --disable-gtk-doc"
+
+# This package doesn't generate any gtk-doc yet,
+# leave this commented for now.
+# IUSE="doc"
+# GPECONF="${GPECONF} $(use_enable doc gtk-doc)"
+# DEPEND="doc? ( >=dev-util/gtk-doc-1.2 )"
+
RDEPEND="${RDEPEND}
gpe-base/libgpewidget
>=dev-libs/glib-2.6.3"
-DEPEND="${DEPEND}
- ${RDEPEND}"
+DEPEND="${DEPEND} ${RDEPEND}
+ dev-util/gtk-doc-am"
src_install() {
gpe_src_install "$@"