Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openexr: openexr-2.1.0.ebuild ChangeLog
Date: Sun, 03 Aug 2014 18:29:52
Message-Id: 20140803182948.D89B82004E@flycatcher.gentoo.org
1 ottxor 14/08/03 18:29:48
2
3 Modified: openexr-2.1.0.ebuild ChangeLog
4 Log:
5 added prefix support (bug #515454)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.3 media-libs/openexr/openexr-2.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: openexr-2.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- openexr-2.1.0.ebuild 18 Jun 2014 19:52:56 -0000 1.2
23 +++ openexr-2.1.0.ebuild 3 Aug 2014 18:29:48 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v 1.2 2014/06/18 19:52:56 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v 1.3 2014/08/03 18:29:48 ottxor Exp $
29
30 EAPI=5
31 inherit autotools-multilib
32 @@ -11,7 +11,7 @@
33
34 LICENSE="BSD"
35 SLOT="0/21" # 21 from SONAME
36 -KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
38 IUSE="examples static-libs"
39
40 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
41 @@ -36,8 +36,8 @@
42
43 src_install() {
44 autotools-multilib_src_install \
45 - docdir=/usr/share/doc/${PF}/pdf \
46 - examplesdir=/usr/share/doc/${PF}/examples
47 + docdir="${EPREFIX}"/usr/share/doc/${PF}/pdf \
48 + examplesdir="${EPREFIX}"/usr/share/doc/${PF}/examples
49
50 docompress -x /usr/share/doc/${PF}/examples
51
52
53
54
55 1.96 media-libs/openexr/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/ChangeLog?rev=1.96&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/ChangeLog?rev=1.96&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openexr/ChangeLog?r1=1.95&r2=1.96
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v
64 retrieving revision 1.95
65 retrieving revision 1.96
66 diff -u -r1.95 -r1.96
67 --- ChangeLog 18 Jun 2014 19:52:56 -0000 1.95
68 +++ ChangeLog 3 Aug 2014 18:29:48 -0000 1.96
69 @@ -1,6 +1,9 @@
70 # ChangeLog for media-libs/openexr
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.95 2014/06/18 19:52:56 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.96 2014/08/03 18:29:48 ottxor Exp $
74 +
75 + 03 Aug 2014; Christoph Junghans <ottxor@g.o> openexr-2.1.0.ebuild:
76 + added prefix support (bug #515454)
77
78 18 Jun 2014; Michał Górny <mgorny@g.o> openexr-2.0.1-r1.ebuild,
79 openexr-2.1.0.ebuild: