Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/idlastro/
Date: Fri, 23 Dec 2016 14:29:11
Message-Id: 1482503332.aaaa03b6ea4d595bf1146347f564ff3b2f44ba5d.mrueg@gentoo
1 commit: aaaa03b6ea4d595bf1146347f564ff3b2f44ba5d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 14:28:52 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 14:28:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaaa03b6
7
8 sci-astronomy/idlastro: Desymlink
9
10 sci-astronomy/idlastro/idlastro-20161220.ebuild | 0
11 1 file changed, 0 insertions(+), 0 deletions(-)
12
13 diff --git a/sci-astronomy/idlastro/idlastro-20161220.ebuild b/sci-astronomy/idlastro/idlastro-20161220.ebuild
14 deleted file mode 120000
15 index e3dabdb..00000000
16 --- a/sci-astronomy/idlastro/idlastro-20161220.ebuild
17 +++ /dev/null
18 @@ -1,31 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=6
24 -
25 -if [[ ${PV} != 99999999 ]]; then
26 - SRC_URI="http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
27 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
28 - S="${WORKDIR}"
29 -else
30 - inherit git-r3
31 - GIT_ECLASS="git-r3"
32 - EGIT_REPO_URI=( "git://github.com/wlandsman/IDLAstro.git" )
33 - KEYWORDS=""
34 -fi
35 -
36 -DESCRIPTION="Astronomical user routines for IDL"
37 -HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
38 -
39 -LICENSE="BSD-2 BSD"
40 -SLOT="0"
41 -IUSE=""
42 -DEPEND=""
43 -RDEPEND="dev-lang/gdl"
44 -
45 -src_install() {
46 - insinto /usr/share/gnudatalanguage/${PN}
47 - doins -r pro/*
48 - dodoc *txt text/*
49 -}
50
51 diff --git a/sci-astronomy/idlastro/idlastro-20161220.ebuild b/sci-astronomy/idlastro/idlastro-20161220.ebuild
52 new file mode 100644
53 index 00000000..e3dabdb
54 --- /dev/null
55 +++ b/sci-astronomy/idlastro/idlastro-20161220.ebuild
56 @@ -0,0 +1,31 @@
57 +# Copyright 1999-2016 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +# $Id$
60 +
61 +EAPI=6
62 +
63 +if [[ ${PV} != 99999999 ]]; then
64 + SRC_URI="http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
65 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
66 + S="${WORKDIR}"
67 +else
68 + inherit git-r3
69 + GIT_ECLASS="git-r3"
70 + EGIT_REPO_URI=( "git://github.com/wlandsman/IDLAstro.git" )
71 + KEYWORDS=""
72 +fi
73 +
74 +DESCRIPTION="Astronomical user routines for IDL"
75 +HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
76 +
77 +LICENSE="BSD-2 BSD"
78 +SLOT="0"
79 +IUSE=""
80 +DEPEND=""
81 +RDEPEND="dev-lang/gdl"
82 +
83 +src_install() {
84 + insinto /usr/share/gnudatalanguage/${PN}
85 + doins -r pro/*
86 + dodoc *txt text/*
87 +}