public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gpe-base/libcontactsdb: libcontactsdb-0.5.ebuild ChangeLog
@ 2009-07-15  0:05 Angelo Arrifano (miknix)
  0 siblings, 0 replies; 2+ messages in thread
From: Angelo Arrifano (miknix) @ 2009-07-15  0:05 UTC (permalink / raw
  To: gentoo-commits

miknix      09/07/15 00:05:54

  Modified:             libcontactsdb-0.5.ebuild ChangeLog
  Log:
  Add doc use flag.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?r1=1.1&r2=1.2

Index: libcontactsdb-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcontactsdb-0.5.ebuild	1 Mar 2009 00:37:57 -0000	1.1
+++ libcontactsdb-0.5.ebuild	15 Jul 2009 00:05:54 -0000	1.2
@@ -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/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.1 2009/03/01 00:37:57 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.2 2009/07/15 00:05:54 miknix Exp $
 
 GPE_TARBALL_SUFFIX="bz2"
 
@@ -11,11 +11,14 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~arm ~amd64 ~x86"
-IUSE="${IUSE}"
+IUSE="${IUSE} doc"
 GPE_DOCS="ChangeLog"
+GPECONF="${GPECONF} $(use_enable doc gtk-doc)"
 
 RDEPEND="${RDEPEND}
 	gpe-base/libgpepimc
 	=dev-db/sqlite-2.8*"
 
-DEPEND="${DEPEND} ${RDEPEND}"
+DEPEND="${DEPEND}
+	${RDEPEND}
+	doc? ( >=dev-util/gtk-doc-1.2 )"



1.2                  gpe-base/libcontactsdb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Mar 2009 00:37:57 -0000	1.1
+++ ChangeLog	15 Jul 2009 00:05:54 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for gpe-base/libcontactsdb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.1 2009/03/01 00:37:57 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.2 2009/07/15 00:05:54 miknix Exp $
+
+  15 Jul 2009; Angelo Arrifano <miknix@gentoo.org> libcontactsdb-0.5.ebuild:
+  Add doc use flag.
 
 *libcontactsdb-0.5 (01 Mar 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gpe-base/libcontactsdb: libcontactsdb-0.5.ebuild ChangeLog
@ 2009-08-26 16:27 Angelo Arrifano (miknix)
  0 siblings, 0 replies; 2+ messages in thread
From: Angelo Arrifano (miknix) @ 2009-08-26 16:27 UTC (permalink / raw
  To: gentoo-commits

miknix      09/08/26 16:27:31

  Modified:             libcontactsdb-0.5.ebuild ChangeLog
  Log:
  Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro.
  Remove redundant IUSE expansion.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?r1=1.2&r2=1.3

Index: libcontactsdb-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcontactsdb-0.5.ebuild	15 Jul 2009 00:05:54 -0000	1.2
+++ libcontactsdb-0.5.ebuild	26 Aug 2009 16:27:30 -0000	1.3
@@ -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/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.2 2009/07/15 00:05:54 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.3 2009/08/26 16:27:30 miknix Exp $
 
 GPE_TARBALL_SUFFIX="bz2"
 
@@ -11,7 +11,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~arm ~amd64 ~x86"
-IUSE="${IUSE} doc"
+IUSE="doc"
 GPE_DOCS="ChangeLog"
 GPECONF="${GPECONF} $(use_enable doc gtk-doc)"
 
@@ -21,4 +21,5 @@
 
 DEPEND="${DEPEND}
 	${RDEPEND}
-	doc? ( >=dev-util/gtk-doc-1.2 )"
+	doc? ( >=dev-util/gtk-doc-1.2 )
+	dev-util/gtk-doc-am"



1.3                  gpe-base/libcontactsdb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Jul 2009 00:05:54 -0000	1.2
+++ ChangeLog	26 Aug 2009 16:27:30 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for gpe-base/libcontactsdb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.2 2009/07/15 00:05:54 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.3 2009/08/26 16:27:30 miknix Exp $
+
+  26 Aug 2009; Angelo Arrifano <miknix@gentoo.org> libcontactsdb-0.5.ebuild:
+  Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro.
+  Remove redundant IUSE expansion.
 
   15 Jul 2009; Angelo Arrifano <miknix@gentoo.org> libcontactsdb-0.5.ebuild:
   Add doc use flag.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-26 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 16:27 [gentoo-commits] gentoo-x86 commit in gpe-base/libcontactsdb: libcontactsdb-0.5.ebuild ChangeLog Angelo Arrifano (miknix)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15  0:05 Angelo Arrifano (miknix)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox