ottxor      14/09/06 16:39:36

  Modified:             exiv2-0.24.ebuild ChangeLog
  Log:
  add prefix support (bug #518974)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.4                  media-gfx/exiv2/exiv2-0.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?r1=1.3&r2=1.4

Index: exiv2-0.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exiv2-0.24.ebuild   18 Jun 2014 19:24:27 -0000      1.3
+++ exiv2-0.24.ebuild   6 Sep 2014 16:39:36 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.3 
2014/06/18 19:24:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.4 
2014/09/06 16:39:36 ottxor Exp $
 
 EAPI=5
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE_LINGUAS="de es fi fr pl ru sk"
 IUSE="contrib doc examples nls xmp zlib static-libs $(printf 'linguas_%s ' 
${IUSE_LINGUAS})"
 
@@ -59,7 +59,7 @@
        if use contrib; then
                # create build environment for contrib
                ln -snf ../../src contrib/organize/exiv2
-               sed -i -e 's:/usr/local/include/.*:/usr/include:g' \
+               sed -i -e 
's:/usr/local/include/.*:'"${EPREFIX}"'/usr/include:g' \
                        -e 's:/usr/local/lib/lib:-l:g' -e 
's:-gcc..-mt-._..\.a::g' \
                        contrib/organize/boost.mk || die
        fi
@@ -91,6 +91,8 @@
 }
 
 multilib_src_compile() {
+       # Needed for Solaris because /bin/sh is not a bash, bug #245647
+       sed -i -e "s:/bin/sh:${EPREFIX}/bin/sh:" src/Makefile || die "sed 
failed"
        emake
 
        if multilib_is_native_abi; then



1.124                media-gfx/exiv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.124&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.124&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   18 Jun 2014 19:24:27 -0000      1.123
+++ ChangeLog   6 Sep 2014 16:39:36 -0000       1.124
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/exiv2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.123 
2014/06/18 19:24:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.124 
2014/09/06 16:39:36 ottxor Exp $
+
+  06 Sep 2014; Christoph Junghans <[email protected]> exiv2-0.24.ebuild:
+  add prefix support (bug #518974)
 
   18 Jun 2014; Michał Górny <[email protected]> exiv2-0.23-r2.ebuild,
   exiv2-0.24.ebuild:




Reply via email to