Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/desc/
Date: Tue, 28 Apr 2020 21:04:11
Message-Id: 1588107815.5ea3c8cd06ae63ffb4f38ac5b24c8a48edcf07a0.Alessandro-Barbieri@gentoo
1 commit: 5ea3c8cd06ae63ffb4f38ac5b24c8a48edcf07a0
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 28 21:03:35 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 28 21:03:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ea3c8cd
7
8 remove descriptions
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 profiles/desc/geoids_datasets.desc | 12 ------------
13 profiles/desc/gravity_models.desc | 9 ---------
14 profiles/desc/magnetic_models.desc | 13 -------------
15 profiles/desc/precision.desc | 10 ----------
16 4 files changed, 44 deletions(-)
17
18 diff --git a/profiles/desc/geoids_datasets.desc b/profiles/desc/geoids_datasets.desc
19 deleted file mode 100644
20 index 48dd40d..0000000
21 --- a/profiles/desc/geoids_datasets.desc
22 +++ /dev/null
23 @@ -1,12 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors.
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -# This file contains descriptions of GEOIDS_DATASETS USE_EXPAND flags.
28 -
29 -egm84-30 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/wgs84_180/wgs84_180.html 30' grid.
30 -egm84-15 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/wgs84_180/wgs84_180.html 15' grid.
31 -egm96-15 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html 15' grid.
32 -egm96-5 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/egm96.html 5' grid.
33 -egm2008-5 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 5' grid.
34 -egm2008-2-5 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 2.5' grid.
35 -egm2008-1 - http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008 1' grid.
36
37 diff --git a/profiles/desc/gravity_models.desc b/profiles/desc/gravity_models.desc
38 deleted file mode 100644
39 index 6db958e..0000000
40 --- a/profiles/desc/gravity_models.desc
41 +++ /dev/null
42 @@ -1,9 +0,0 @@
43 -# Copyright 1999-2020 Gentoo Authors.
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -# This file contains descriptions of GRAVITY_MODELS USE_EXPAND flags.
47 -
48 -egm84 - the Earth Gravity Model 1984, which includes terms up to degree 180.
49 -egm96 - the Earth Gravity Model 1996, which includes terms up to degree 360.
50 -egm2008 - the Earth Gravity Model 2008, which includes terms up to degree 2190.
51 -wgs84 - the WGS84 Reference Ellipsoid. This is just reproduces the normal gravitational field for the reference ellipsoid. This includes the zonal coefficients up to order 20.
52
53 diff --git a/profiles/desc/magnetic_models.desc b/profiles/desc/magnetic_models.desc
54 deleted file mode 100644
55 index b2dece5..0000000
56 --- a/profiles/desc/magnetic_models.desc
57 +++ /dev/null
58 @@ -1,13 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors.
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -# This file contains descriptions of MAGNETIC_MODELS USE_EXPAND flags.
63 -
64 -wmm2010 - the World Magnetic Model 2010, which approximates the main magnetic field for the period 2010–2015.
65 -wmm2020 - the World Magnetic Model 2020, which approximates the main magnetic field for the period 2020–2025.
66 -wmm2015v2 - the World Magnetic Model 2015, which approximates the main magnetic field for the period 2015–2020.
67 -igrf11 - the International Geomagnetic Reference Field (11th generation), which approximates the main magnetic field for the period 1900–2015.
68 -igrf12 - the International Geomagnetic Reference Field (12th generation), which approximates the main magnetic field for the period 1900–2020.
69 -emm2010 - the Enhanced Magnetic Model 2010, which approximates the main and crustal magnetic fields for the period 2010–2015.
70 -emm2015 - the Enhanced Magnetic Model 2015, which approximates the main and crustal magnetic fields for the period 2000–2020.
71 -emm2017 - the Enhanced Magnetic Model 2017, which approximates the main and crustal magnetic fields for the period 2000–2022.
72
73 diff --git a/profiles/desc/precision.desc b/profiles/desc/precision.desc
74 deleted file mode 100644
75 index 7cc4b6c..0000000
76 --- a/profiles/desc/precision.desc
77 +++ /dev/null
78 @@ -1,10 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors.
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -# This file contains descriptions of PRECISION USE_EXPAND flags.
83 -
84 -arbitrary - floating point arbitrary precision.
85 -double - floating point 53-bit precision.
86 -quad - floating point 113-bit precision.
87 -long-double - floating point 64-bit precision.
88 -single - floating point 24-bit precision.