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/chealpix/
Date: Mon, 03 Feb 2014 01:39:30
Message-Id: 1391391543.5fbcc1b57f52b8da070e5d616691561a5c2dc462.bicatali@gentoo
1 commit: 5fbcc1b57f52b8da070e5d616691561a5c2dc462
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 01:39:03 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 01:39:03 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5fbcc1b5
7
8 sci-astronomy/chealpix: Version bump
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/chealpix/ChangeLog | 8 +++++++-
14 .../chealpix/{chealpix-3.11.ebuild => chealpix-3.11.2.ebuild} | 10 ++--------
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-astronomy/chealpix/ChangeLog b/sci-astronomy/chealpix/ChangeLog
18 index 930d80b..538bc3f 100644
19 --- a/sci-astronomy/chealpix/ChangeLog
20 +++ b/sci-astronomy/chealpix/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-astronomy/chealpix
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*chealpix-3.11.2 (03 Feb 2014)
28 +
29 + 03 Feb 2014; Sébastien Fabbro <bicatali@g.o> +chealpix-3.11.2.ebuild,
30 + -chealpix-3.11.ebuild:
31 + sci-astronomy/chealpix: Version bump
32 +
33 *chealpix-3.11 (16 Jun 2013)
34
35 16 Jun 2013; Sébastien Fabbro <bicatali@g.o> +chealpix-3.11.ebuild,
36
37 diff --git a/sci-astronomy/chealpix/chealpix-3.11.ebuild b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
38 similarity index 69%
39 rename from sci-astronomy/chealpix/chealpix-3.11.ebuild
40 rename to sci-astronomy/chealpix/chealpix-3.11.2.ebuild
41 index f833ab1..fef2055 100644
42 --- a/sci-astronomy/chealpix/chealpix-3.11.ebuild
43 +++ b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
44 @@ -4,15 +4,13 @@
45
46 EAPI=5
47
48 -AUTOTOOLS_AUTORECONF=1
49 inherit autotools-utils
50
51 -MYP="Healpix_${PV}"
52 -MYPP="2013Apr24"
53 +MYP="Healpix_3.11"
54
55 DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
56 HOMEPAGE="http://healpix.sourceforge.net/"
57 -SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
58 +SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 @@ -24,7 +22,3 @@ RDEPEND="
63 >=sci-libs/cfitsio-3"
64 DEPEND="${RDEPEND}
65 virtual/pkgconfig"
66 -
67 -S="${WORKDIR}/${MYP}/src/C/autotools"
68 -
69 -DOCS=( ../{README,CHANGES} )