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