Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openjpeg: openjpeg-2.1.0.ebuild
Date: Sun, 24 Aug 2014 17:37:12
Message-Id: 20140824173708.88D7D3D07@oystercatcher.gentoo.org
1 ssuominen 14/08/24 17:37:08
2
3 Modified: openjpeg-2.1.0.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 media-libs/openjpeg/openjpeg-2.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: openjpeg-2.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- openjpeg-2.1.0.ebuild 24 Aug 2014 15:34:13 -0000 1.2
23 +++ openjpeg-2.1.0.ebuild 24 Aug 2014 17:37:08 -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/openjpeg/openjpeg-2.1.0.ebuild,v 1.2 2014/08/24 15:34:13 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild,v 1.3 2014/08/24 17:37:08 ssuominen Exp $
29
30 EAPI=5
31 inherit cmake-utils multilib
32 @@ -39,7 +39,7 @@
33
34 cmake-utils_src_configure
35
36 - if use static-libs ; then
37 + if use static-libs; then
38 mycmakeargs=(
39 -DOPENJPEG_INSTALL_LIB_DIR="$(get_libdir)"
40 $(cmake-utils_use_build test TESTING)
41 @@ -52,13 +52,13 @@
42 src_compile() {
43 cmake-utils_src_compile
44
45 - if use static-libs ; then
46 + if use static-libs; then
47 BUILD_DIR=${BUILD_DIR}_static cmake-utils_src_compile
48 fi
49 }
50
51 src_install() {
52 - if use static-libs ; then
53 + if use static-libs; then
54 BUILD_DIR=${BUILD_DIR}_static cmake-utils_src_install
55 #static bins overwritten by shared install
56 fi