summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Arrifano <miknix@gentoo.org>2009-08-26 17:19:52 +0000
committerAngelo Arrifano <miknix@gentoo.org>2009-08-26 17:19:52 +0000
commitf2b0beb91a9427ec6bdfb4d13b3dc97da13f1296 (patch)
tree789aab5edfe0c38370de5e433a73d0f3c2f0af27 /gpe-base/libhandoff
parentRemove old. (diff)
downloadgentoo-2-f2b0beb91a9427ec6bdfb4d13b3dc97da13f1296.tar.gz
gentoo-2-f2b0beb91a9427ec6bdfb4d13b3dc97da13f1296.tar.bz2
gentoo-2-f2b0beb91a9427ec6bdfb4d13b3dc97da13f1296.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. Improve DESCRIPTION, add ChangeLog DOC. (Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base/libhandoff')
-rw-r--r--gpe-base/libhandoff/ChangeLog8
-rw-r--r--gpe-base/libhandoff/libhandoff-0.1.ebuild21
2 files changed, 22 insertions, 7 deletions
diff --git a/gpe-base/libhandoff/ChangeLog b/gpe-base/libhandoff/ChangeLog
index c6180dada7ba..c3b5399b4da8 100644
--- a/gpe-base/libhandoff/ChangeLog
+++ b/gpe-base/libhandoff/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gpe-base/libhandoff
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/ChangeLog,v 1.1 2009/03/01 01:10:57 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/ChangeLog,v 1.2 2009/08/26 17:19:52 miknix Exp $
+
+ 26 Aug 2009; Angelo Arrifano <miknix@gentoo.org> libhandoff-0.1.ebuild:
+ 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.
+ Improve DESCRIPTION, add ChangeLog DOC.
*libhandoff-0.1 (01 Mar 2009)
diff --git a/gpe-base/libhandoff/libhandoff-0.1.ebuild b/gpe-base/libhandoff/libhandoff-0.1.ebuild
index 803743c9baa0..8a7063a38cb6 100644
--- a/gpe-base/libhandoff/libhandoff-0.1.ebuild
+++ b/gpe-base/libhandoff/libhandoff-0.1.ebuild
@@ -1,18 +1,27 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/libhandoff-0.1.ebuild,v 1.1 2009/03/01 01:10:57 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libhandoff/libhandoff-0.1.ebuild,v 1.2 2009/08/26 17:19:52 miknix Exp $
GPE_TARBALL_SUFFIX="bz2"
GPE_MIRROR="http://gpe.linuxtogo.org/download/source"
inherit eutils gpe
-DESCRIPTION="${PN} - GPE Palmtop Environment"
+DESCRIPTION="Handoff implementation for the GPE Palmtop Environment"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
-IUSE="${IUSE}"
-GPE_DOCS=""
+GPE_DOCS="ChangeLog"
-RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.102"
-DEPEND="${DEPEND} ${RDEPEND}"
+IUSE=""
+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-0.102"
+DEPEND="${DEPEND} ${RDEPEND}
+ dev-util/gtk-doc-am"