From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MQsO6-0002LI-5u for garchives@archives.gentoo.org; Wed, 15 Jul 2009 00:30:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6524E02FD; Wed, 15 Jul 2009 00:30:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92F37E02FD for ; Wed, 15 Jul 2009 00:30:19 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3F34A6687D for ; Wed, 15 Jul 2009 00:30:19 +0000 (UTC) Received: from miknix by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MQsO2-0007Xd-U2 for gentoo-commits@lists.gentoo.org; Wed, 15 Jul 2009 00:30:19 +0000 From: "Angelo Arrifano (miknix)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, miknix@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/libeventdb: libeventdb-0.90.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libeventdb-0.90.ebuild ChangeLog X-VCS-Directories: gpe-base/libeventdb X-VCS-Committer: miknix X-VCS-Committer-Name: Angelo Arrifano Content-Type: text/plain; charset=utf8 Message-Id: Sender: Angelo Arrifano Date: Wed, 15 Jul 2009 00:30:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5a9541d6-4fe4-4b96-ab3f-7192d3d8d917 X-Archives-Hash: 328bbf128bab39ad67cf8fad065486ef miknix 09/07/15 00:30:18 Modified: libeventdb-0.90.ebuild ChangeLog Log: Prevent gtk-doc being always installed, add doc use flag. (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.3 gpe-base/libeventdb/libeventdb-0.90.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?r1=3D1.2&r2=3D1.3 Index: libeventdb-0.90.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebu= ild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libeventdb-0.90.ebuild 1 Mar 2009 00:57:37 -0000 1.2 +++ libeventdb-0.90.ebuild 15 Jul 2009 00:30:18 -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/libeventdb/libeventdb-0.90.e= build,v 1.2 2009/03/01 00:57:37 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.e= build,v 1.3 2009/07/15 00:30:18 miknix Exp $ =20 GPE_TARBALL_SUFFIX=3D"bz2" =20 @@ -11,18 +11,28 @@ LICENSE=3D"LGPL-2" SLOT=3D"0" KEYWORDS=3D"~arm ~amd64 ~x86" -IUSE=3D"${IUSE}" +IUSE=3D"${IUSE} doc" GPE_DOCS=3D"ChangeLog" +GPECONF=3D"${GPECONF} $(use_enable doc gtk-doc)" + +RDEPEND=3D"${RDEPEND} + >=3Dgpe-base/libgpewidget-0.113 + >=3Dgpe-base/libgpepimc-0.6 + =3Ddev-db/sqlite-2.8*" + +DEPEND=3D"${DEPEND} + ${RDEPEND} + doc? ( >=3Ddev-util/gtk-doc-1.2 )" =20 src_unpack() { gpe_src_unpack "$@" =20 epatch "${FILESDIR}"/libeventdb-unbreak-LIVE-macro.patch + + if ! use doc; then + sed -i -e 's;SUBDIRS =3D doc;SUBDIRS =3D ;' Makefile.am \ + || die "sed failed" + fi } =20 -RDEPEND=3D"${RDEPEND} - >=3Dgpe-base/libgpewidget-0.113 - >=3Dgpe-base/libgpepimc-0.6 - =3Ddev-db/sqlite-2.8*" =20 -DEPEND=3D"${DEPEND} ${RDEPEND}" 1.3 gpe-base/libeventdb/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/ChangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/ChangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libeventd= b/ChangeLog?r1=3D1.2&r2=3D1.3 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Mar 2009 00:57:37 -0000 1.2 +++ ChangeLog 15 Jul 2009 00:30:18 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for gpe-base/libeventdb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v 1.2 2= 009/03/01 00:57:37 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v 1.3 2= 009/07/15 00:30:18 miknix Exp $ + + 15 Jul 2009; Angelo Arrifano libeventdb-0.90.ebuil= d: + Prevent gtk-doc being always installed, add doc use flag. =20 01 Mar 2009; libeventdb-0.90.ebuild: Fix ebuild to use GPE_DOCS from the new gpe eclass.