public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/chealpix/
@ 2013-06-17  1:07 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2013-06-17  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8873c77c7668803afe80ea2ddf6e720c72b56728
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 23:53:10 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 23:53:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8873c77c

sci-astronomy/chealpix: Initial import

Package-Manager: portage-2.2.01.22013-prefix
RepoMan-Options: --force

---
 sci-astronomy/chealpix/ChangeLog            |  9 +++++++++
 sci-astronomy/chealpix/chealpix-3.11.ebuild | 30 +++++++++++++++++++++++++++++
 sci-astronomy/chealpix/metadata.xml         | 11 +++++++++++
 3 files changed, 50 insertions(+)

diff --git a/sci-astronomy/chealpix/ChangeLog b/sci-astronomy/chealpix/ChangeLog
new file mode 100644
index 0000000..930d80b
--- /dev/null
+++ b/sci-astronomy/chealpix/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-astronomy/chealpix
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*chealpix-3.11 (16 Jun 2013)
+
+  16 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +chealpix-3.11.ebuild,
+  +metadata.xml:
+  sci-astronomy/chealpix: Initial import

diff --git a/sci-astronomy/chealpix/chealpix-3.11.ebuild b/sci-astronomy/chealpix/chealpix-3.11.ebuild
new file mode 100644
index 0000000..9a496af
--- /dev/null
+++ b/sci-astronomy/chealpix/chealpix-3.11.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
+
+MYP="Healpix_${PV}"
+MYPP="2013Apr24"
+
+DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
+HOMEPAGE="http://healpix.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs"
+
+RDEPEND="
+	>=sci-libs/cfitsio-3"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${MYP}/src/C/autotools"
+
+DOCS=( ../{README,CHANGES} )

diff --git a/sci-astronomy/chealpix/metadata.xml b/sci-astronomy/chealpix/metadata.xml
new file mode 100644
index 0000000..de81d60
--- /dev/null
+++ b/sci-astronomy/chealpix/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-astronomy</herd>
+<longdescription lang="en">
+  HEALPix is an acronym for Hierarchical Equal Area isoLatitude
+  Pixelization of a sphere. As suggested in the name, this pixelization produces a
+  subdivision of a spherical surface in which each pixel covers the same
+  surface area as every other pixel. This package contains the C library.
+</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/chealpix/
@ 2014-02-03  1:39 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2014-02-03  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5fbcc1b57f52b8da070e5d616691561a5c2dc462
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 01:39:03 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 01:39:03 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5fbcc1b5

sci-astronomy/chealpix: Version bump

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/chealpix/ChangeLog                               |  8 +++++++-
 .../chealpix/{chealpix-3.11.ebuild => chealpix-3.11.2.ebuild}  | 10 ++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-astronomy/chealpix/ChangeLog b/sci-astronomy/chealpix/ChangeLog
index 930d80b..538bc3f 100644
--- a/sci-astronomy/chealpix/ChangeLog
+++ b/sci-astronomy/chealpix/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-astronomy/chealpix
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*chealpix-3.11.2 (03 Feb 2014)
+
+  03 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +chealpix-3.11.2.ebuild,
+  -chealpix-3.11.ebuild:
+  sci-astronomy/chealpix: Version bump
+
 *chealpix-3.11 (16 Jun 2013)
 
   16 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +chealpix-3.11.ebuild,

diff --git a/sci-astronomy/chealpix/chealpix-3.11.ebuild b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
similarity index 69%
rename from sci-astronomy/chealpix/chealpix-3.11.ebuild
rename to sci-astronomy/chealpix/chealpix-3.11.2.ebuild
index f833ab1..fef2055 100644
--- a/sci-astronomy/chealpix/chealpix-3.11.ebuild
+++ b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
@@ -4,15 +4,13 @@
 
 EAPI=5
 
-AUTOTOOLS_AUTORECONF=1
 inherit autotools-utils
 
-MYP="Healpix_${PV}"
-MYPP="2013Apr24"
+MYP="Healpix_3.11"
 
 DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
 HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
+SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,7 +22,3 @@ RDEPEND="
 	>=sci-libs/cfitsio-3"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
-
-S="${WORKDIR}/${MYP}/src/C/autotools"
-
-DOCS=( ../{README,CHANGES} )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-03  1:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17  1:07 [gentoo-commits] proj/sci:master commit in: sci-astronomy/chealpix/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2014-02-03  1:39 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox