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/ds9-bin: ChangeLog ds9-bin-7.0.ebuild
Date: Wed, 06 Jun 2012 20:18:13
Message-Id: 20120606201758.9000D2004B@flycatcher.gentoo.org
1 bicatali 12/06/06 20:17:58
2
3 Modified: ChangeLog
4 Added: ds9-bin-7.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-astronomy/ds9-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 5 Aug 2011 20:26:51 -0000 1.1
24 +++ ChangeLog 6 Jun 2012 20:17:58 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-astronomy/ds9-bin
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog,v 1.1 2011/08/05 20:26:51 bicatali Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog,v 1.2 2012/06/06 20:17:58 bicatali Exp $
31 +
32 +*ds9-bin-7.0 (06 Jun 2012)
33 +
34 + 06 Jun 2012; Sébastien Fabbro <bicatali@g.o> +ds9-bin-7.0.ebuild:
35 + Version bump
36
37 *ds9-bin-6.2 (05 Aug 2011)
38
39
40
41
42 1.1 sci-astronomy/ds9-bin/ds9-bin-7.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/ds9-bin/ds9-bin-7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/ds9-bin/ds9-bin-7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ds9-bin-7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ds9-bin-7.0.ebuild,v 1.1 2012/06/06 20:17:58 bicatali Exp $
52
53 EAPI=4
54
55 inherit eutils
56
57 DESCRIPTION="Data visualization application for astronomical FITS images"
58 HOMEPAGE="http://hea-www.harvard.edu/RD/ds9"
59 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/ds9.png.tar
60 amd64? ( http://hea-www.harvard.edu/saord/download/ds9/linux64/ds9.linux64.${PV}.tar.gz )
61 x86? ( http://hea-www.harvard.edu/saord/download/ds9/linux/ds9.linux.${PV}.tar.gz )"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-libs/libxml2
69 media-libs/fontconfig
70 media-libs/freetype
71 x11-libs/libX11
72 x11-libs/libXScrnSaver
73 x11-libs/libXext
74 x11-libs/libXft
75 x11-libs/libXrandr
76 x11-libs/libXrender
77 x11-libs/xpa"
78
79 DEPEND=""
80 S="${WORKDIR}"
81 QA_PRESTRIPPED="/usr/bin/ds9"
82
83 src_install () {
84 dobin ds9
85 doicon ds9.png
86 make_desktop_entry ds9 "SAOImage DS9" ds9
87 }