Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/kst: metadata.xml kst-2.0.4.ebuild ChangeLog
Date: Tue, 01 May 2012 14:14:43
Message-Id: 20120501141433.1F47A2004B@flycatcher.gentoo.org
1 pesa 12/05/01 14:14:33
2
3 Modified: metadata.xml ChangeLog
4 Added: kst-2.0.4.ebuild
5 Log:
6 Version bump: ebuild mostly rewritten, switched to cmake buildsystem and EAPI 4.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-visualization/kst/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 13 Sep 2011 19:17:42 -0000 1.2
24 +++ metadata.xml 1 May 2012 14:14:33 -0000 1.3
25 @@ -1,8 +1,5 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>qt</herd>
30 - <longdescription lang="en">
31 - </longdescription>
32 +<herd>qt</herd>
33 </pkgmetadata>
34 -
35
36
37
38 1.4 sci-visualization/kst/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?r1=1.3&r2=1.4
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- ChangeLog 13 Sep 2011 19:17:42 -0000 1.3
51 +++ ChangeLog 1 May 2012 14:14:33 -0000 1.4
52 @@ -1,6 +1,13 @@
53 # ChangeLog for sci-visualization/kst
54 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.3 2011/09/13 19:17:42 pacho Exp $
56 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.4 2012/05/01 14:14:33 pesa Exp $
58 +
59 +*kst-2.0.4 (01 May 2012)
60 +
61 + 01 May 2012; Davide Pesavento <pesa@g.o>
62 + +files/kst-2.0.4-cfitsio-includes.patch, +kst-2.0.4.ebuild, metadata.xml:
63 + Version bump: ebuild mostly rewritten, switched to cmake buildsystem and EAPI
64 + 4.
65
66 13 Sep 2011; Pacho Ramos <pacho@g.o> metadata.xml:
67 Drop maintainer due retirement, bug #278944
68
69
70
71 1.1 sci-visualization/kst/kst-2.0.4.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.4.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.4.ebuild?rev=1.1&content-type=text/plain
75
76 Index: kst-2.0.4.ebuild
77 ===================================================================
78 # Copyright 1999-2012 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.4.ebuild,v 1.1 2012/05/01 14:14:33 pesa Exp $
81
82 EAPI=4
83
84 CMAKE_USE_DIR=${S}/cmake
85
86 inherit cmake-utils multilib
87
88 DESCRIPTION="Fast real-time large-dataset viewing and plotting tool for KDE4"
89 HOMEPAGE="http://kst.kde.org/"
90 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
91
92 LICENSE="GPL-2 LGPL-2 FDL-1.2"
93 SLOT="0"
94 KEYWORDS="~amd64 ~x86"
95 IUSE="debug test"
96 RESTRICT="test"
97
98 RDEPEND="
99 sci-libs/cfitsio
100 sci-libs/getdata
101 sci-libs/gsl
102 sci-libs/netcdf[cxx]
103 x11-libs/qt-core:4
104 x11-libs/qt-gui:4
105 x11-libs/qt-opengl:4
106 x11-libs/qt-svg:4
107 "
108 DEPEND="${RDEPEND}
109 test? ( x11-libs/qt-test:4 )
110 "
111
112 DOCS=( AUTHORS ChangeLog )
113 PATCHES=( "${FILESDIR}/${P}-cfitsio-includes.patch" )
114
115 src_prepare() {
116 base_src_prepare
117
118 # fix desktop file
119 sed -i -e 's/^Categories=/&Education;/' \
120 -e '/^Encoding=/d' \
121 src/kst/kst2.desktop || die
122 }
123
124 src_configure() {
125 local mycmakeargs=(
126 -Dkst_install_libdir=$(get_libdir)
127 -Dkst_pch=OFF
128 -Dkst_release=$(use debug && echo OFF || echo ON)
129 -Dkst_rpath=OFF
130 -Dkst_svnversion=OFF
131 $(cmake-utils_use test kst_test)
132 )
133 cmake-utils_src_configure
134 }