Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: metadata.xml plplot-5.9.9-r1.ebuild ChangeLog plplot-5.9.9.ebuild
Date: Fri, 06 Jul 2012 14:32:21
Message-Id: 20120706143159.2B67B2004B@flycatcher.gentoo.org
1 bicatali 12/07/06 14:31:59
2
3 Modified: metadata.xml plplot-5.9.9-r1.ebuild ChangeLog
4 Removed: plplot-5.9.9.ebuild
5 Log:
6 Cleanup pkg-config files for prefix. keyword amd64-linux, x86-linux
7
8 (Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 sci-libs/plplot/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/metadata.xml?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/metadata.xml?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/metadata.xml?r1=1.8&r2=1.9
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/metadata.xml,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- metadata.xml 30 Nov 2010 23:23:59 -0000 1.8
24 +++ metadata.xml 6 Jul 2012 14:31:58 -0000 1.9
25 @@ -17,10 +17,8 @@
26 </longdescription>
27 <use>
28 <flag name='ada'>Add bindings for the ADA programming language</flag>
29 - <flag name='d'>Add bindings for the D programming language</flag>
30 <flag name='dynamic'>Build with dynamic drivers</flag>
31 <flag name='octave'>Add bindings for <pkg>sci-mathematics/octave</pkg></flag>
32 - <flag name='qhull'>Add bindings for <pkg>media-libs/qhull</pkg>
33 - bindings</flag>
34 + <flag name='qhull'>Add bindings for <pkg>media-libs/qhull</pkg></flag>
35 </use>
36 </pkgmetadata>
37
38
39
40 1.3 sci-libs/plplot/plplot-5.9.9-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: plplot-5.9.9-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- plplot-5.9.9-r1.ebuild 28 Jun 2012 01:47:59 -0000 1.2
53 +++ plplot-5.9.9-r1.ebuild 6 Jul 2012 14:31:58 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.2 2012/06/28 01:47:59 bicatali Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.3 2012/07/06 14:31:58 bicatali Exp $
59
60 EAPI=4
61
62 @@ -8,7 +8,7 @@
63 PYTHON_DEPEND="python? 2"
64
65 inherit eutils fortran-2 cmake-utils python toolchain-funcs virtualx \
66 - wxwidgets java-pkg-opt-2
67 + wxwidgets java-pkg-opt-2 multilib
68
69 DESCRIPTION="Multi-language scientific plotting library"
70 HOMEPAGE="http://plplot.sourceforge.net/"
71 @@ -16,7 +16,7 @@
72
73 LICENSE="LGPL-2"
74 SLOT="0"
75 -KEYWORDS="~amd64 ~ppc ~x86"
76 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
77 IUSE="ada cairo cxx doc dynamic examples fortran gd java jpeg latex lua
78 ocaml octave pdf perl png python qhull qt4 svg tcl test threads tk
79 truetype wxwidgets X"
80 @@ -170,10 +170,17 @@
81 use python && mycmakeargs+=( $(cmake-utils_use_enable qt4 pyqt4) )
82 use doc && mycmakeargs+=( -DPREBUILT_DOC=ON )
83 cmake-utils_src_configure
84 +
85 + # clean up bloated pkg-config files (help linking properly on prefix)
86 + sed -i \
87 + -e "/Cflags/s:-I\(${EPREFIX}\|\)/usr/include[[:space:]]::g" \
88 + -e "/Libs/s:-L\(${EPREFIX}\|\)/usr/lib\(64\|\)[[:space:]]::g" \
89 + -e "s:${LDFLAGS}::g" \
90 + "${CMAKE_BUILD_DIR}"/pkgcfg/*pc || die
91 }
92
93 src_test() {
94 - pushd "${S}_build" > /dev/null
95 + pushd "${CMAKE_BUILD_DIR}" > /dev/null
96 Xemake test || die "tests failed"
97 popd > /dev/null
98 }
99
100
101
102 1.41 sci-libs/plplot/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.41&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.41&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.40&r2=1.41
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
111 retrieving revision 1.40
112 retrieving revision 1.41
113 diff -u -r1.40 -r1.41
114 --- ChangeLog 28 Jun 2012 01:47:59 -0000 1.40
115 +++ ChangeLog 6 Jul 2012 14:31:58 -0000 1.41
116 @@ -1,6 +1,10 @@
117 # ChangeLog for sci-libs/plplot
118 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.40 2012/06/28 01:47:59 bicatali Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.41 2012/07/06 14:31:58 bicatali Exp $
121 +
122 + 06 Jul 2012; Sébastien Fabbro <bicatali@g.o> -plplot-5.9.9.ebuild,
123 + metadata.xml, plplot-5.9.9-r1.ebuild:
124 + Cleanup pkg-config files for prefix. keyword amd64-linux, x86-linux
125
126 28 Jun 2012; Sébastien Fabbro <bicatali@g.o> plplot-5.9.9-r1.ebuild:
127 Tests require latex/postscript driver, bug #423677