Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/starlink-bin/
Date: Thu, 29 Nov 2012 00:07:11
Message-Id: 1354147570.35b37525c35dd7e319b62a669a44b1ebb881dc8b.bicatali@gentoo
1 commit: 35b37525c35dd7e319b62a669a44b1ebb881dc8b
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 00:06:10 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 00:06:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35b37525
7
8 sci-astronomy/starlink-bin: Version bump
9
10 Package-Manager: portage-2.2.01.21313-prefix
11
12 ---
13 sci-astronomy/starlink-bin/ChangeLog | 7 ++++++-
14 ...0110517.ebuild => starlink-bin-20120917.ebuild} | 12 ++++++------
15 2 files changed, 12 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-astronomy/starlink-bin/ChangeLog b/sci-astronomy/starlink-bin/ChangeLog
18 index 149c142..5cad980 100644
19 --- a/sci-astronomy/starlink-bin/ChangeLog
20 +++ b/sci-astronomy/starlink-bin/ChangeLog
21 @@ -2,9 +2,14 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*starlink-bin-20120917 (29 Nov 2012)
26 +
27 + 29 Nov 2012; Sébastien Fabbro <bicatali@g.o>
28 + +starlink-bin-20120917.ebuild, -starlink-bin-20110517.ebuild:
29 + sci-astronomy/starlink-bin: Version bump
30 +
31 *starlink-bin-20110517 (18 May 2012)
32
33 18 May 2012; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
34 +starlink-bin-20110517.ebuild:
35 sci-astronomy/starlink-bin: Initial import
36 -
37
38 diff --git a/sci-astronomy/starlink-bin/starlink-bin-20110517.ebuild b/sci-astronomy/starlink-bin/starlink-bin-20120917.ebuild
39 similarity index 70%
40 rename from sci-astronomy/starlink-bin/starlink-bin-20110517.ebuild
41 rename to sci-astronomy/starlink-bin/starlink-bin-20120917.ebuild
42 index f205dcf..8e6441a 100644
43 --- a/sci-astronomy/starlink-bin/starlink-bin-20110517.ebuild
44 +++ b/sci-astronomy/starlink-bin/starlink-bin-20120917.ebuild
45 @@ -5,17 +5,17 @@
46 EAPI=4
47
48 SP=starlink
49 -SR=kaulia
50 +SR=kapuahi
51 SRC_COM="http://ftp.jach.hawaii.edu/${SP}/${SR}/${SP}-${SR}"
52
53 DESCRIPTION="Astronomical data processing software suite"
54 HOMEPAGE="http://starlink.jach.hawaii.edu/starlink"
55 -SRC_URI="amd64? ( ${SRC_COM}-linux64.tar.gz )
56 - x86? ( ${SRC_COM}-linux32.tar.gz )"
57 +SRC_URI="amd64? ( ${SRC_COM}-Linux-64bit.tar.gz )
58 + x86? ( ${SRC_COM}-Linux-32bit.tar.gz )"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 -KEYWORDS="-* ~amd64 ~x86"
63 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE=""
65
66 RDEPEND=""
67 @@ -23,8 +23,8 @@ DEPEND=""
68 S="${WORKDIR}"
69
70 src_install () {
71 - insinto /usr
72 - doins -r star-${SR}
73 + dodir /usr
74 + mv star-${SR} "${ED}"/usr || die
75 echo >> 99starlink "STARLINK_DIR=${EPREFIX}/usr/star-${SR}"
76 doenvd 99starlink
77 }