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/cdsclient: ChangeLog cdsclient-3.4.ebuild cdsclient-3.2.ebuild
Date: Tue, 03 Nov 2009 23:54:22
Message-Id: E1N5TCd-0005ZV-Iz@stork.gentoo.org
1 bicatali 09/11/03 23:54:19
2
3 Modified: ChangeLog
4 Added: cdsclient-3.4.ebuild
5 Removed: cdsclient-3.2.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc48/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sci-astronomy/cdsclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 17 Aug 2009 17:00:58 -0000 1.3
24 +++ ChangeLog 3 Nov 2009 23:54:18 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-astronomy/cdsclient
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.3 2009/08/17 17:00:58 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.4 2009/11/03 23:54:18 bicatali Exp $
30 +
31 +*cdsclient-3.4 (04 Nov 2009)
32 +
33 + 04 Nov 2009; Sébastien Fabbro <bicatali@g.o>
34 + -cdsclient-3.2.ebuild, +cdsclient-3.4.ebuild:
35 + Version bump
36
37 *cdsclient-3.3 (17 Aug 2009)
38
39
40
41
42 1.1 sci-astronomy/cdsclient/cdsclient-3.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cdsclient-3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.4.ebuild,v 1.1 2009/11/03 23:54:18 bicatali Exp $
52
53 EAPI=2
54 inherit eutils
55
56 DESCRIPTION="Collection of scripts to access the CDS databases"
57 HOMEPAGE="http://cdsweb.u-strasbg.fr/doc/cdsclient.html"
58 SRC_URI="ftp://cdsarc.u-strasbg.fr/pub/sw/${P}.tar.gz"
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63 DEPEND=""
64 RDEPEND="app-shells/tcsh"
65
66 src_prepare() {
67 epatch "${FILESDIR}"/${PN}-makefile.in.patch
68 # remove non standard "mantex" page
69 sed -i \
70 -e 's/aclient.tex//' \
71 "${S}"/configure || die "sed failed"
72 }
73
74 src_install() {
75 dodir /usr/bin
76 dodir /usr/share/man
77 dodir /usr/$(get_libdir)
78 emake \
79 PREFIX="${D}"/usr \
80 MANDIR="${D}"/usr/share/man \
81 LIBDIR="${D}"/usr/$(get_libdir) \
82 install || die "emake install failed"
83 }