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/ast: ast-4.6.2.ebuild metadata.xml Manifest ChangeLog
Date: Wed, 05 Nov 2008 22:05:29
Message-Id: E1KxqVD-00076V-12@stork.gentoo.org
1 bicatali 08/11/05 22:05:27
2
3 Added: ast-4.6.2.ebuild metadata.xml Manifest ChangeLog
4 Log:
5 Initial import
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 sci-astronomy/ast/ast-4.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild?rev=1.1&content-type=text/plain
13
14 Index: ast-4.6.2.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild,v 1.1 2008/11/05 22:05:26 bicatali Exp $
19
20 EAPI=2
21 inherit eutils versionator
22
23 MYP="${PN}-$(replace_version_separator 2 '-')"
24 DESCRIPTION="Library for handling World Coordinate Systems in astronomy"
25 HOMEPAGE="http://www.starlink.ac.uk/~dsb/ast/ast.html"
26 SRC_URI="http://www.starlink.ac.uk/~dsb/${PN}/${MYP}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="doc"
31 RDEPEND=""
32 DEPEND="${RDEPEND}"
33
34 S="${WORKDIR}/${MYP}"
35
36 src_prepare() {
37 # dont do sed in Makefile.am because it requires special starlink automake
38 sed -i \
39 -e 's/@STAR_LATEX_DOCUMENTATION@//' \
40 -e 's/ast.news//' \
41 -e 's/LICENCE//' \
42 -e 's/starfacs_DATA =.*/starfacs_DATA =/' \
43 -e '/$(INSTALL_DATA) $$MF/d' \
44 Makefile.in || die
45 }
46
47 src_configure() {
48 PATH=.:${PATH} econf
49 }
50
51 src_install() {
52 emake DESTDIR="${D}" install || die "emake install failed"
53 dodoc ast.news fac_1521_err
54 if use doc; then
55 dodoc *.ps || die "doc install failed"
56 fi
57 }
58
59
60
61 1.1 sci-astronomy/ast/metadata.xml
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>sci</herd>
72 <longdescription lang="en">
73 The AST library provides a comprehensive range of facilities for
74 attaching world coordinate systems to astronomical data, for
75 retrieving and interpreting that information and for generating
76 graphical output based on it. It's easy to use, has plot facilities,
77 converting facilities, searching coordinate systems.
78 </longdescription>
79 </pkgmetadata>
80
81
82
83 1.1 sci-astronomy/ast/Manifest
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/Manifest?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/Manifest?rev=1.1&content-type=text/plain
87
88 Index: Manifest
89 ===================================================================
90 DIST ast-4.6-2.tar.gz 11584346 RMD160 da6870fb2fed4b45d3e945541d5bf87dcbd4d7f6 SHA1 dcbd3a66852c9d63861f03998bada01aa7a20164 SHA256 47178d778517e65e213a49c5db59bc123507724d397593a95783cb92cbc9cd0e
91 EBUILD ast-4.6.2.ebuild 1007 RMD160 ec0d9ab5cf18e321330aedb30615592dca4db238 SHA1 dd5b11deb9a5429e58578e9c5e174b6fdc41757b SHA256 550c34fd58fda34422d36fd1964a973a166815e94dbcdbf638b5feb4f216fc3c
92 MISC ChangeLog 253 RMD160 e280ecc8e7de69768abf39562cbb836b3ff7b111 SHA1 047c1899211c936be54264ef0f3551e2851e9a3a SHA256 2f08508255f781f788ee017aad756660d9984be368a837316dac6e3483d929a5
93 MISC metadata.xml 525 RMD160 0ae28b2258b73b243a0a15af6be1451aaeff7e36 SHA1 6f630d82b6864565d1accaa59c27ed08477e222d SHA256 89798b5d9777297df075ff76257d62740b18eed26028938fa2e13a8686068cfa
94
95
96
97 1.1 sci-astronomy/ast/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.1&content-type=text/plain
101
102 Index: ChangeLog
103 ===================================================================
104 # ChangeLog for sci-astronomy/ast
105 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
106 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.1 2008/11/05 22:05:26 bicatali Exp $
107
108 *ast-4.6.2 (05 Nov 2008)
109
110 05 Nov 2008; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
111 +ast-4.6.2.ebuild:
112 Initial import