public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Angelo Arrifano (miknix)" <miknix@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/libeventdb: libeventdb-0.90.ebuild ChangeLog
Date: Wed, 26 May 2010 14:38:02 +0000 (UTC)	[thread overview]
Message-ID: <20100526143802.AD8492CEC8@corvid.gentoo.org> (raw)

miknix      10/05/26 14:38:02

  Modified:             libeventdb-0.90.ebuild ChangeLog
  Log:
  With USE="doc", the build scripts where trying to link
  against system's eventdb instead of built one \#320035 .
  This commit fixes this.
  
  - Looks like people reads this afterall :)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  gpe-base/libeventdb/libeventdb-0.90.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild?r1=1.7&r2=1.8

Index: libeventdb-0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libeventdb-0.90.ebuild	26 Aug 2009 15:51:45 -0000	1.7
+++ libeventdb-0.90.ebuild	26 May 2010 14:38:02 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild,v 1.7 2009/08/26 15:51:45 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.ebuild,v 1.8 2010/05/26 14:38:02 miknix Exp $
 
 GPE_TARBALL_SUFFIX="bz2"
 
@@ -30,6 +30,9 @@
 
 	epatch "${FILESDIR}"/libeventdb-unbreak-LIVE-macro.patch
 
+	# Wrong linker logic, fixes bug #320035 .
+	epatch "${FILESDIR}"/${P}-doclinkerfix.patch
+
 	if ! use doc; then
 		sed -i -e 's;SUBDIRS = doc;SUBDIRS = ;' Makefile.am \
 		|| die "sed failed"



1.7                  gpe-base/libeventdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Aug 2009 15:51:45 -0000	1.6
+++ ChangeLog	26 May 2010 14:38:02 -0000	1.7
@@ -1,6 +1,12 @@
 # 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.6 2009/08/26 15:51:45 miknix Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v 1.7 2010/05/26 14:38:02 miknix Exp $
+
+  26 May 2010; Angelo Arrifano <miknix@gentoo.org> libeventdb-0.90.ebuild,
+  +files/libeventdb-0.90-doclinkerfix.patch:
+  With USE="doc", the build scripts where trying to link
+  against system's eventdb instead of built one #320035 .
+  This commit fixes this.
 
   26 Aug 2009; Angelo Arrifano <miknix@gentoo.org> libeventdb-0.90.ebuild:
   Remove redundant IUSE expansion






             reply	other threads:[~2010-05-26 14:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-26 14:38 Angelo Arrifano (miknix) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-26 15:51 [gentoo-commits] gentoo-x86 commit in gpe-base/libeventdb: libeventdb-0.90.ebuild ChangeLog Angelo Arrifano (miknix)
2009-08-26 15:43 Angelo Arrifano (miknix)
2009-07-15  0:55 Angelo Arrifano (miknix)
2009-07-15  0:30 Angelo Arrifano (miknix)
2009-03-01  0:57 Angelo Arrifano (miknix)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100526143802.AD8492CEC8@corvid.gentoo.org \
    --to=miknix@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox