public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.2.3.ebuild
@ 2009-10-29 16:27 Romain Perier (mrpouet)
  0 siblings, 0 replies; 3+ messages in thread
From: Romain Perier (mrpouet) @ 2009-10-29 16:27 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/10/29 16:27:14

  Modified:             ChangeLog libindicate-0.2.3.ebuild
  Log:
  Fix some QA : do not ever use ../something/something.la, it is prone to breakage(parallel build). Add a missing || die to dodoc. Thanks to EvaSDK
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libindicate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	29 Oct 2009 15:47:05 -0000	1.1
+++ ChangeLog	29 Oct 2009 16:27:13 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.1 2009/10/29 15:47:05 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
+
+  29 Oct 2009; Romain Perier <mrpouet@gentoo.org>
+  libindicate-0.2.3.ebuild,
+  files/libindicate-0.2.3-optional-gtk-support.patch:
+  Fix some QA : do not ever use ../something/something.la, it is prone to
+  breakage (parallel build). Add a missing die to dodoc. Thanks to EvaSDK.
 
 *libindicate-0.2.3 (29 Oct 2009)
 



1.2                  dev-libs/libindicate/libindicate-0.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?r1=1.1&r2=1.2

Index: libindicate-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libindicate-0.2.3.ebuild	29 Oct 2009 15:47:05 -0000	1.1
+++ libindicate-0.2.3.ebuild	29 Oct 2009 16:27:13 -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/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.1 2009/10/29 15:47:05 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
 
 EAPI=2
 
@@ -43,5 +43,5 @@
 }
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS
+	dodoc AUTHORS || die "dodoc failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.2.3.ebuild
@ 2009-10-30  0:03 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-10-30  0:03 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/10/30 00:03:00

  Modified:             ChangeLog libindicate-0.2.3.ebuild
  Log:
  Update the gtk patch to exclude docs too.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/libindicate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Oct 2009 16:27:13 -0000	1.2
+++ ChangeLog	30 Oct 2009 00:02:59 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
+
+  30 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+  libindicate-0.2.3.ebuild,
+  files/libindicate-0.2.3-optional-gtk-support.patch:
+  Update the gtk patch to exclude docs too.
 
   29 Oct 2009; Romain Perier <mrpouet@gentoo.org>
   libindicate-0.2.3.ebuild,



1.3                  dev-libs/libindicate/libindicate-0.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?r1=1.2&r2=1.3

Index: libindicate-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libindicate-0.2.3.ebuild	29 Oct 2009 16:27:13 -0000	1.2
+++ libindicate-0.2.3.ebuild	30 Oct 2009 00:02:59 -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/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
 
 EAPI=2
 
@@ -12,8 +12,8 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk doc"
 # They put their mother in the tarball ? ^^
 RESTRICT="test"
 
@@ -22,8 +22,8 @@
 	dev-libs/libxml2:2
 	gtk? ( x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	dev-util/gtk-doc"
+	doc? ( dev-util/gtk-doc )
+	dev-util/pkgconfig"
 src_prepare() {
 	# Make libindicator-gtk library optional
 	epatch "${FILESDIR}/${P}-optional-gtk-support.patch"
@@ -36,7 +36,8 @@
 	# and not for libindicate-gtk, disable it until its fixed on upstream
 	econf --disable-dependency-tracking \
 		--disable-gobject-introspection \
-		$(use_enable gtk)
+		$(use_enable gtk) \
+		$(use_enable doc)
 }
 src_test() {
 	emake check || die "testsuite failed"






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.2.3.ebuild
@ 2009-11-23 22:34 Romain Perier (mrpouet)
  0 siblings, 0 replies; 3+ messages in thread
From: Romain Perier (mrpouet) @ 2009-11-23 22:34 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/11/23 22:34:22

  Modified:             ChangeLog libindicate-0.2.3.ebuild
  Log:
  Fix bug #294279, skip test programs installed in /usr/libexec and respect $PF for examples code, many thanks to Flameeyes
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Oct 2009 00:02:59 -0000	1.3
+++ ChangeLog	23 Nov 2009 22:34:22 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.4 2009/11/23 22:34:22 mrpouet Exp $
+
+  23 Nov 2009; Romain Perier <mrpouet@gentoo.org>
+  libindicate-0.2.3.ebuild,
+  files/libindicate-0.2.3-optional-gtk-support.patch:
+  Fix bug #294279, skip test programs installed in /usr/libexec and respect
+  $PF for examples code, many thanks to Flameeyes.
 
   30 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
   libindicate-0.2.3.ebuild,



1.4                  dev-libs/libindicate/libindicate-0.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?r1=1.3&r2=1.4

Index: libindicate-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libindicate-0.2.3.ebuild	30 Oct 2009 00:02:59 -0000	1.3
+++ libindicate-0.2.3.ebuild	23 Nov 2009 22:34:22 -0000	1.4
@@ -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/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.4 2009/11/23 22:34:22 mrpouet Exp $
 
 EAPI=2
 
@@ -32,12 +32,17 @@
 	eautoreconf
 }
 src_configure() {
+	local my_conf
+
 	# gobject-instrospection is a nightmare in this package, it's fixable for libindicate
 	# and not for libindicate-gtk, disable it until its fixed on upstream
-	econf --disable-dependency-tracking \
-		--disable-gobject-introspection \
-		$(use_enable gtk) \
-		$(use_enable doc)
+	my_conf="--disable-dependency-tracking
+		--disable-gobject-introspection
+		$(use_enable gtk)
+		$(use_enable doc)"
+	# Fix bug 294279
+	use doc && my_conf="$my_conf --docdir=/usr/share/doc/${PF}"
+	econf $my_conf
 }
 src_test() {
 	emake check || die "testsuite failed"






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

end of thread, other threads:[~2009-11-23 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 16:27 [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.2.3.ebuild Romain Perier (mrpouet)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-30  0:03 Tomas Chvatal (scarabeus)
2009-11-23 22:34 Romain Perier (mrpouet)

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