diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-11-26 17:18:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-11-26 17:18:15 +0000 |
commit | f452ddb4ddab29c1356c64b9c2a5a79b0e883410 (patch) | |
tree | c2493985c6c0c860453d02abdc02478af1f4a946 /sci-astronomy | |
parent | Version bump, added new subslot as a libbtrfs's SONAME. (diff) | |
download | gentoo-2-f452ddb4ddab29c1356c64b9c2a5a79b0e883410.tar.gz gentoo-2-f452ddb4ddab29c1356c64b9c2a5a79b0e883410.tar.bz2 gentoo-2-f452ddb4ddab29c1356c64b9c2a5a79b0e883410.zip |
Initial import
(Portage version: 2.2.7-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/erfa/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/erfa/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/erfa/erfa-1.0.1.ebuild | 16 | ||||
-rw-r--r-- | sci-astronomy/erfa/metadata.xml | 11 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sci-astronomy/erfa/ChangeLog b/sci-astronomy/erfa/ChangeLog new file mode 100644 index 000000000000..5a7738f9fa9c --- /dev/null +++ b/sci-astronomy/erfa/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-astronomy/erfa +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/ChangeLog,v 1.1 2013/11/26 17:18:15 bicatali Exp $ + +*erfa-1.0.1 (26 Nov 2013) + + 26 Nov 2013; Sébastien Fabbro <bicatali@gentoo.org> +erfa-1.0.1.ebuild, + +metadata.xml: + Initial import diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest new file mode 100644 index 000000000000..c94dfaf55970 --- /dev/null +++ b/sci-astronomy/erfa/Manifest @@ -0,0 +1,3 @@ +DIST erfa-1.0.1.tar.gz 579757 SHA256 c60b763fefe7158e7cf55f4290d78c93566a6a536f8296e7d54f4c7ad7fc96da SHA512 0c34610b459de33e1bcec36f109bf60377f39821c15171bf73991b320306cf4651c6a0dd6048054369c272b6c87af1d580caf02a84f215ecac5a9dcdc7cf6756 WHIRLPOOL 3fc3ac65e205623304ceac16f29eef0f7b239946007cec01327b376f8cbf2536911d796d85f8751512e009973dc4dea2eea52c4b89c23efe9a650514fdd901ae +EBUILD erfa-1.0.1.ebuild 532 SHA256 d7c5fcc8c7a5277ad1fe6c8b948a71d05de3ebdb9c3734b0a0fea6942ebf794b SHA512 1286c08b5afba1dd17f6631d34638c8f5028e6526034908388c1d8b6a63dcbbf5c732e09dfe68ca9451cb29fce0f7c4b4cad05b270a861bc239697670855efce WHIRLPOOL 940b2767ee031a133194c16003eede8279c3410cbcd9d2cfbbb9d12712ea92981dcfe20111ca849a6c8b8762fcc440ee237f68c7bfcd86decf0f6c781c35c862 +MISC metadata.xml 412 SHA256 9e29b6b9bb94b85dc4ba000abc8835ba4ba24659caec43bbb5eb1768ea4bef93 SHA512 1464be9a3874968cbb5ea0fed0a34f27323e3a591f60ee181d27d21b2e7eda77cb694ca0c1794a599ac94c76174eb21cf29a87f4ced3919dcd028a9799c69ad7 WHIRLPOOL a12be5846a19ba959f6aa148eabd07c3d02ea7edd93477d624a38afc228081550208f7f268fac5a691d5ec796681db23f4493c1263bf9baeaab1159c412487b7 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..463390a066f4 --- /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 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/erfa-1.0.1.ebuild,v 1.1 2013/11/26 17:18:15 bicatali Exp $ + +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/metadata.xml b/sci-astronomy/erfa/metadata.xml new file mode 100644 index 000000000000..873bc7e4dd13 --- /dev/null +++ b/sci-astronomy/erfa/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"> + 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> +</pkgmetadata> |