Skip to content

Commit 015b98f

Browse files
committed
sci-geosciences/GeographicLib: update 1.52-r3
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e2a093c commit 015b98f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
620-
There are 1818 Ebuilds in total, 1807 of them have in total 1826 (42 different) licenses assigned.
620+
There are 1819 Ebuilds in total, 1808 of them have in total 1827 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1043|
624+
|MIT|1044|
625625
|Apache-2.0|397|
626626
|GPL-3|110|
627627
|BSD|106|

sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild renamed to sci-geosciences/GeographicLib/GeographicLib-1.52-r3.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit cmake distutils-r1
99

1010
MY_PN="${PN,,}"
1111

1212
DESCRIPTION="C++ library for converting geographic coordinate systems"
1313
HOMEPAGE="https://sourceforge.net/projects/geographiclib/"
14-
SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.gz -> ${P}.gh.tar.gz"
14+
SRC_URI="https://downloads.sourceforge.net/${MY_PN}/${P}.tar.gz"
1515

1616
LICENSE="MIT"
1717
SLOT="0/19"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DIST GeographicLib-1.52.gh.tar.gz 2432658 BLAKE2B 87328de1774ab9aec05355362c9a1760cf62864135b97a3e9cb1382b0ec9825b032f6c67a5e02b762c3009a3876a9cd995e3a49a3ad3c051dcd36446b55d0191 SHA512 98a4d33764db4a4755851a7db639fd9e055dcf4f1f949258e112fce2e198076b5896fcae2c1ea36b37fe1000d28eec326636a730e70f25bc19a1610423ba6859
2-
EBUILD GeographicLib-1.52-r2.ebuild 2185 BLAKE2B 809c71a392895726a05781b78564ad81d3220ae97e321c1fc35025f2b154f1a6db2b71940336a856c43d6d95e6b9107d84dd24b3147f58f3eacadddc14c914ea SHA512 98a66f99388af31857ab0bb85a2c695c9f833a719fbda5ae70b7b576ff72c30289c22a5d5037c5f85cd784ae0aff32149d4d060ea3becefa2d19019493d398c7
1+
DIST GeographicLib-1.52.tar.gz 2432658 BLAKE2B 87328de1774ab9aec05355362c9a1760cf62864135b97a3e9cb1382b0ec9825b032f6c67a5e02b762c3009a3876a9cd995e3a49a3ad3c051dcd36446b55d0191 SHA512 98a4d33764db4a4755851a7db639fd9e055dcf4f1f949258e112fce2e198076b5896fcae2c1ea36b37fe1000d28eec326636a730e70f25bc19a1610423ba6859
2+
EBUILD GeographicLib-1.52-r3.ebuild 2180 BLAKE2B 57f26de96406b5a9295771b017e40b309354f85785869d81bfbd87c0fe52320cc35eacdb534a3265526fa343aa580ef0b970cf6de3494eb70081c4c0f12dfbb3 SHA512 68abf3a703abfaccefc4f81511cd7bde25e04642c2c875cd2a1c918896909b64df7e32e47578a3aef8ff81ad417dc1b0e599279a2d0c9ae64fd902a8618d1a6f
33
MISC metadata.xml 518 BLAKE2B 404f7ddd4dbb5fdb25b715ab90b125d052e9d553d6f5cffda9abf6aff80860205d7bc752a0ba4215122f209193c7f412f7c731744dc018312b37811864de0168 SHA512 d742bd7a6545b46973fc7c5040745a5a83fe974967e640a9d3463252afc8f44c9f7eafaff6e1307329cd5edd4a91c119fd2e32e4aa9d3c142fefd1132482f2dc

0 commit comments

Comments
 (0)