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-astronomy/scamp: scamp-1.4.6.ebuild metadata.xml ChangeLog
Date: Thu, 26 Feb 2009 17:22:49
Message-Id: E1Lcjwd-0005pt-4r@stork.gentoo.org
1 bicatali 09/02/26 17:22:47
2
3 Added: scamp-1.4.6.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import to the main tree from the sci overlay. Also included autotools from scamp svn public repository for better dependencies
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-astronomy/scamp/scamp-1.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/scamp-1.4.6.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/scamp-1.4.6.ebuild?rev=1.1&content-type=text/plain
13
14 Index: scamp-1.4.6.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.4.6.ebuild,v 1.1 2009/02/26 17:22:47 bicatali Exp $
19
20 EAPI=2
21 inherit eutils autotools
22
23 DESCRIPTION="Computes astrometric and photometric solutions for astronomical images"
24 HOMEPAGE="http://terapix.iap.fr/soft/scamp"
25 SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="doc threads plplot"
31
32 RDEPEND="sci-astronomy/cdsclient
33 virtual/cblas
34 >=sci-libs/lapack-atlas-3.8.0
35 sci-libs/fftw:3.0
36 plplot? ( >=sci-libs/plplot-5.9 )"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig"
39
40 src_prepare() {
41 # use better autotools from svn repo
42 epatch "${FILESDIR}"/${P}-autotools.patch
43 # gentoo uses cblas instead of ptcblas
44 sed -i \
45 -e 's/ptcblas/cblas/g' \
46 acx_atlas.m4 || die "sed acx_atlas.m4 failed"
47 # use pkgconfig instead of obsolete plplot-config
48 # epatch "${FILESDIR}"/${P}-plplot.patch
49 eautoreconf
50 }
51
52 src_configure() {
53 econf \
54 --with-atlas="/usr/$(get_libdir)/lapack/atlas" \
55 $(use_with plplot) \
56 $(use_enable threads)
57 }
58
59 src_install () {
60 emake DESTDIR="${D}" install || die "emake install failed"
61 dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS
62 if use doc; then
63 insinto /usr/share/doc/${PF}
64 doins doc/*.pdf || die "pdf doc install failed"
65 fi
66 }
67
68
69
70 1.1 sci-astronomy/scamp/metadata.xml
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/metadata.xml?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/metadata.xml?rev=1.1&content-type=text/plain
74
75 Index: metadata.xml
76 ===================================================================
77 <?xml version="1.0" encoding="UTF-8"?>
78 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 <pkgmetadata>
80 <herd>sci</herd>
81 <longdescription lang="en">
82 SCAMP computes astrometric and photometric solutions from SExtractor catalogs
83 and stores them in header files. These headers files can be read by SWarp to
84 coadd images.
85 </longdescription>
86 <use>
87 <flag name="plplot">Build with <pkg>sci-libs/plplot</pkg> to allow diagnostic plots during processing</flag>
88 </use>
89 </pkgmetadata>
90
91
92
93 1.1 sci-astronomy/scamp/ChangeLog
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/ChangeLog?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scamp/ChangeLog?rev=1.1&content-type=text/plain
97
98 Index: ChangeLog
99 ===================================================================
100 # ChangeLog for sci-astronomy/scamp
101 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
102 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.1 2009/02/26 17:22:47 bicatali Exp $
103
104 *scamp-1.4.6 (26 Feb 2009)
105
106 26 Feb 2009; Sébastien Fabbro <bicatali@g.o>
107 +files/scamp-1.4.6-autotools.patch, +metadata.xml, +scamp-1.4.6.ebuild:
108 Initial import to the main tree from the sci overlay. Also included
109 autotools from scamp svn public repository for better dependencies
110
111 02 Jul 2008; Sébastien Fabbro <bicatali@g.o>
112 +files/scamp-1.4.6-plplot.patch, -files/scamp-atlas.patch,
113 -scamp-1.4.0.ebuild, +scamp-1.4.6.ebuild:
114 Version bump.
115
116 08 Nov 2007; Sébastien Fabbro <bicatali@g.o>
117 +files/scamp-atlas.patch, -scamp-1.3.11.ebuild, +scamp-1.4.0.ebuild:
118 Version bump
119
120 02 Aug 2007; Sébastien Fabbro <bicatali@g.o> -scamp-1.3.8.ebuild,
121 +scamp-1.3.11.ebuild:
122 Version bump
123
124 18 May 2007; Sébastien Fabbro <bicatali@g.o> -scamp-1.3.5.ebuild,
125 +scamp-1.3.8.ebuild:
126 Version bump
127
128 26 Mar 2007; Sébastien Fabbro <bicatali@g.o>
129 -scamp-1.2.11-r1.ebuild, +scamp-1.3.5.ebuild:
130 Version bump.
131
132 29 Dec 2006; Sebastien Fabbro <seb@×××××××.pt>;
133 Removed icc flag, too buggy.
134
135 15 Oct 2006; Sebastien Fabbro <seb@×××××××.pt> +scamp-1.2.11-r1.ebuild:
136 Removed flag filtering, some cleaning.
137
138 19 Sep 2006; Sebastien Fabbro <seb@×××××××.pt> +scamp-1.2.11.ebuild:
139 Initial import.