public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libdc1394: libdc1394-2.2.1.ebuild ChangeLog
Date: Sun, 17 Nov 2013 14:49:24 +0000 (UTC)	[thread overview]
Message-ID: <20131117144924.662952004B@flycatcher.gentoo.org> (raw)

hasufell    13/11/17 14:49:24

  Modified:             libdc1394-2.2.1.ebuild ChangeLog
  Log:
  fix build failure wrt #488716
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.2                  media-libs/libdc1394/libdc1394-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?r1=1.1&r2=1.2

Index: libdc1394-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdc1394-2.2.1.ebuild	11 Aug 2013 15:01:04 -0000	1.1
+++ libdc1394-2.2.1.ebuild	17 Nov 2013 14:49:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v 1.1 2013/08/11 15:01:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v 1.2 2013/11/17 14:49:24 hasufell Exp $
 
 EAPI=5
 
@@ -21,12 +21,16 @@
 	virtual/pkgconfig
 	doc? ( app-doc/doxygen )"
 
+src_prepare() {
+	multilib_copy_sources
+}
+
 multilib_src_configure() {
 	local myconf="$(use_enable doc doxygen-html)"
 	multilib_is_native_abi || myconf="--disable-doxygen-html --disable-examples"
 
 	# X is only useful for examples that are not installed.
-	ECONF_SOURCE="${S}" econf \
+	econf \
 		$(use_enable static-libs static) \
 		--program-suffix=2 \
 		--without-x \



1.71                 media-libs/libdc1394/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	11 Aug 2013 15:01:04 -0000	1.70
+++ ChangeLog	17 Nov 2013 14:49:24 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libdc1394
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.70 2013/08/11 15:01:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.71 2013/11/17 14:49:24 hasufell Exp $
+
+  17 Nov 2013; Julian Ospald <hasufell@gentoo.org> libdc1394-2.2.1.ebuild:
+  fix build failure wrt #488716
 
 *libdc1394-2.2.1 (11 Aug 2013)
 
@@ -388,4 +391,3 @@
 
   11 Oct 2003; Hanno Boeck <hanno@gentoo.org> libdc1394-0.9.1.ebuild:
   Ebuild submitted by Stephen Edwards <sed@flashmail.com>.
-





             reply	other threads:[~2013-11-17 14:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-17 14:49 Julian Ospald (hasufell) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10  9:30 [gentoo-commits] gentoo-x86 commit in media-libs/libdc1394: libdc1394-2.2.1.ebuild ChangeLog Agostino Sarubbo (ago)
2014-08-10  9:20 Agostino Sarubbo (ago)
2014-08-09 10:47 Agostino Sarubbo (ago)
2014-07-31 14:35 Tobias Klausmann (klausman)
2014-07-28 13:45 Agostino Sarubbo (ago)
2014-07-23 15:19 Agostino Sarubbo (ago)
2014-07-22 10:48 Agostino Sarubbo (ago)
2014-07-20 18:22 Markus Meier (maekke)
2014-06-20 12:54 Samuli Suominen (ssuominen)
2014-06-20 11:53 Samuli Suominen (ssuominen)
2014-06-18 19:40 Michal Gorny (mgorny)
2013-11-17 14:58 Alexis Ballier (aballier)
2013-08-11 15:01 Alexis Ballier (aballier)

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=20131117144924.662952004B@flycatcher.gentoo.org \
    --to=hasufell@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