diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-astronomy/erfa | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-astronomy/erfa')
-rw-r--r-- | sci-astronomy/erfa/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/erfa/erfa-1.0.1.ebuild | 16 | ||||
-rw-r--r-- | sci-astronomy/erfa/erfa-1.1.0.ebuild | 16 | ||||
-rw-r--r-- | sci-astronomy/erfa/metadata.xml | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest new file mode 100644 index 000000000000..ccbbdfc533fb --- /dev/null +++ b/sci-astronomy/erfa/Manifest @@ -0,0 +1,2 @@ +DIST erfa-1.0.1.tar.gz 579757 SHA256 c60b763fefe7158e7cf55f4290d78c93566a6a536f8296e7d54f4c7ad7fc96da SHA512 0c34610b459de33e1bcec36f109bf60377f39821c15171bf73991b320306cf4651c6a0dd6048054369c272b6c87af1d580caf02a84f215ecac5a9dcdc7cf6756 WHIRLPOOL 3fc3ac65e205623304ceac16f29eef0f7b239946007cec01327b376f8cbf2536911d796d85f8751512e009973dc4dea2eea52c4b89c23efe9a650514fdd901ae +DIST erfa-1.1.0.tar.gz 608220 SHA256 7196d26e89d00d2eb0848ed4816fd634e2efd8cfac31ccaa4519c95466ac6669 SHA512 06501682f2b2b66bc0f535fe35719c37aa9c36411089a3f4114e8d4574c3418078c4278a88735a7d49039d5b0bc997e81a1e860d0bf5a1bc813904810a2d2ab1 WHIRLPOOL 73946c9955c4bcfe991668cc44ca5a435449a08587d6fcb75e901521dbc4a6d9a328417d46df05eef95d931731cb6b9e4297c7bebc03edf7bcc40c4a53bd75d9 diff --git a/sci-astronomy/erfa/erfa-1.0.1.ebuild b/sci-astronomy/erfa/erfa-1.0.1.ebuild new file mode 100644 index 000000000000..e54998efb123 --- /dev/null +++ b/sci-astronomy/erfa/erfa-1.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Essential Routines for Fundamental Astronomy" +HOMEPAGE="https://github.com/liberfa/erfa" +SRC_URI="https://github.com/liberfa/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT=0 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" diff --git a/sci-astronomy/erfa/erfa-1.1.0.ebuild b/sci-astronomy/erfa/erfa-1.1.0.ebuild new file mode 100644 index 000000000000..89527038c93a --- /dev/null +++ b/sci-astronomy/erfa/erfa-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Essential Routines for Fundamental Astronomy" +HOMEPAGE="https://github.com/liberfa/erfa" +SRC_URI="https://github.com/liberfa/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/1" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" diff --git a/sci-astronomy/erfa/metadata.xml b/sci-astronomy/erfa/metadata.xml new file mode 100644 index 000000000000..b8cb30425bd1 --- /dev/null +++ b/sci-astronomy/erfa/metadata.xml @@ -0,0 +1,14 @@ +<?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"> + Essential Routines for Fundamental Astronomy is a C + library containing key algorithms for astronomy, and is based on + the SOFA library published by the International Astronomical Union + (IAU). +</longdescription> + <upstream> + <remote-id type="github">liberfa/erfa</remote-id> + </upstream> +</pkgmetadata> |