Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/idlastro/
Date: Mon, 29 Feb 2016 22:16:55
Message-Id: 1456787573.c6052be3a40b37402ad1a2726fcb1e64e6c60edb.bicatali@gentoo
1 commit: c6052be3a40b37402ad1a2726fcb1e64e6c60edb
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 19:10:08 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 23:12:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6052be3
7
8 sci-astronomy/idlastro: Version bump and cleanup
9
10 Package-Manager: portage-2.2.27
11
12 sci-astronomy/idlastro/Manifest | 3 +--
13 sci-astronomy/idlastro/idlastro-20130501.ebuild | 24 ----------------------
14 ...ro-20140125.ebuild => idlastro-20160225.ebuild} | 4 ++--
15 3 files changed, 3 insertions(+), 28 deletions(-)
16
17 diff --git a/sci-astronomy/idlastro/Manifest b/sci-astronomy/idlastro/Manifest
18 index 295eb27..08cf9ff 100644
19 --- a/sci-astronomy/idlastro/Manifest
20 +++ b/sci-astronomy/idlastro/Manifest
21 @@ -1,2 +1 @@
22 -DIST idlastro-20130501.tar.gz 1114612 SHA256 3e4cbec977cee457b470baa02d4cf911229f0d62cdfb8cf94f2abbbd68a282e3 SHA512 ca0cfe9f07554f788de4b4aa190fb651a3d854730905791828c6f9ebeef13ed4ee75713001ffe1ea8e24769086a9da4982362db2df8daa4a907c41373fadd37d WHIRLPOOL cf9643d896004284bfddc8896a70722ebb79a87f77d3e3da10905b399b9894f2bdc78620acb47f1b7e421831cc5324818478709d5a720d04695401e57afb03d4
23 -DIST idlastro-20140125.tar.gz 1129440 SHA256 b562e172e5426061ea4f3c3e2204c4563c17b516ab2628b15494fbda425a0f8a SHA512 dd2049d1c9b52d5728b995f8db388862a2e9ca8e9f8f4ba72320100ee6676495d012eb2d20296e6a84335cb1e0a6ea34fa73ac030cb1d0c32a5f918ecf84ab6d WHIRLPOOL d9320c935c330652d253df873ca3ddc8147d9b318ff4c925e3d9cdfe8d8b1ed2e0ce64538a3d56c6d74d1ec67aa5b536f420fc015ce1a959e236b845b1b4213c
24 +DIST idlastro-20160225.tar.gz 1148454 SHA256 c844b2e18e174d68dc7cebc3aa4adbe1de9f56c49406be7b3e1b441fbbf20318 SHA512 4b5b64be8cd37b9e400e525ef001332c7a463fc42beccabac792f023a01e5829af5dd7b345819c9323c1cd199d81652d18efb46992d3c8930f55d2d2336da0c7 WHIRLPOOL 8a4b0d717ac95c4fac7975a7b177fd6eb1f6be6cd40ed542ce8a93441092c8f5a391fca12ee5fd37487c5f0ac3741b52302ba44d64e283bd347c8d696927ec62
25
26 diff --git a/sci-astronomy/idlastro/idlastro-20130501.ebuild b/sci-astronomy/idlastro/idlastro-20130501.ebuild
27 deleted file mode 100644
28 index 55267ee2..0000000
29 --- a/sci-astronomy/idlastro/idlastro-20130501.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -DESCRIPTION="Astronomical user routines for IDL"
39 -HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
40 -SRC_URI="${HOMEPAGE}/ftp/astron.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="public-domain"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -DEPEND=""
47 -RDEPEND=">=dev-lang/gdl-0.9.2-r1"
48 -
49 -S="${WORKDIR}"
50 -
51 -src_install() {
52 - insinto /usr/share/gnudatalanguage/${PN}
53 - doins -r pro/*
54 - dodoc *txt text/*
55 -}
56
57 diff --git a/sci-astronomy/idlastro/idlastro-20140125.ebuild b/sci-astronomy/idlastro/idlastro-20160225.ebuild
58 similarity index 90%
59 rename from sci-astronomy/idlastro/idlastro-20140125.ebuild
60 rename to sci-astronomy/idlastro/idlastro-20160225.ebuild
61 index 55a8b00..b7029de 100644
62 --- a/sci-astronomy/idlastro/idlastro-20140125.ebuild
63 +++ b/sci-astronomy/idlastro/idlastro-20160225.ebuild
64 @@ -1,8 +1,8 @@
65 -# Copyright 1999-2014 Gentoo Foundation
66 +# Copyright 1999-2016 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Id$
69
70 -EAPI=5
71 +EAPI=6
72
73 DESCRIPTION="Astronomical user routines for IDL"
74 HOMEPAGE="http://idlastro.gsfc.nasa.gov/"