diff options
Diffstat (limited to 'sci-geosciences/opencpn-plugin-weatherfax')
3 files changed, 4 insertions, 6 deletions
diff --git a/sci-geosciences/opencpn-plugin-weatherfax/Manifest b/sci-geosciences/opencpn-plugin-weatherfax/Manifest index 95fdccfd6b36..e2062a4384cb 100644 --- a/sci-geosciences/opencpn-plugin-weatherfax/Manifest +++ b/sci-geosciences/opencpn-plugin-weatherfax/Manifest @@ -1,4 +1,4 @@ DIST opencpn-plugin-weatherfax-1.3.20180316.tar.gz 585747 BLAKE2B f81de2da49cd16be62b4fc64e025626a3b7470563db32293803275c0a682b1eff5c85dead9d846e6b69362aa6faaf370f707ab7dab0db981a431bf8872a66430 SHA512 effa3fc2c348bf5a0d70dcfee8a4643f8cba51e5177e40affc50e2d85bffcb2c89c067a57eadb18834900691214b2b1ee17760a8b525cf12da4c7a3e6970daf0 -EBUILD opencpn-plugin-weatherfax-1.3.20180316.ebuild 804 BLAKE2B 0e8aab3a988904441b39409bffe139eff8d42bdad69c533e9492486622ed82af7003a6fbe26baefa7887a1e71e0a14ce1e7dfe96975640d7d80128ce48bda101 SHA512 271083938897560ddc6d7bc60b260ec1c32cdaec133fa1b1c863ce9419d0bff17b96884b2053d99a4ed07cf9e5a261c348c3b559d4a547a8e28c997a7ddef9e9 -EBUILD opencpn-plugin-weatherfax-9999.ebuild 804 BLAKE2B 0e8aab3a988904441b39409bffe139eff8d42bdad69c533e9492486622ed82af7003a6fbe26baefa7887a1e71e0a14ce1e7dfe96975640d7d80128ce48bda101 SHA512 271083938897560ddc6d7bc60b260ec1c32cdaec133fa1b1c863ce9419d0bff17b96884b2053d99a4ed07cf9e5a261c348c3b559d4a547a8e28c997a7ddef9e9 +EBUILD opencpn-plugin-weatherfax-1.3.20180316.ebuild 788 BLAKE2B e8fd09fc1f6b1a313eab44e821291d2c69116953b05d57b3c46c482af05715ee07669b19677bf52263643c7b4ae69945b86b00c1dab06c55cd14d7df1daf598e SHA512 d16fe65db909b71d834de2d7ac90ada96e3764e4c435e2ffb0ae748925301fb4068f270a759306ab8e9810a85f52f8680a08041cc3885c163596b85d87acdf72 +EBUILD opencpn-plugin-weatherfax-9999.ebuild 788 BLAKE2B e8fd09fc1f6b1a313eab44e821291d2c69116953b05d57b3c46c482af05715ee07669b19677bf52263643c7b4ae69945b86b00c1dab06c55cd14d7df1daf598e SHA512 d16fe65db909b71d834de2d7ac90ada96e3764e4c435e2ffb0ae748925301fb4068f270a759306ab8e9810a85f52f8680a08041cc3885c163596b85d87acdf72 MISC metadata.xml 472 BLAKE2B ab4fea250816bd907dae37e19a85072902dca8dca6a3a5ea20627fce422a54047813f282efd3c5449ac4a2d0a58fe0233fa94ce6c1a3c707d92aad0bad46f61a SHA512 24db5d6bf03a85cf0b7b246bb2e8472486bf457d284e1f5fa716e09d376e72836bacd0fe9041b93889e2f98af6865ed15481973874e1f93386b6fa71eeef8ff5 diff --git a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild index a9bec2036741..87d53bbc8965 100644 --- a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild +++ b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.20180316.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,6 @@ MY_PN="weatherfax_pi" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git" inherit git-r3 cmake-utils wxwidgets - KEYWORDS="" else SRC_URI=" https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz diff --git a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild index a9bec2036741..87d53bbc8965 100644 --- a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild +++ b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,6 @@ MY_PN="weatherfax_pi" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git" inherit git-r3 cmake-utils wxwidgets - KEYWORDS="" else SRC_URI=" https://github.com/mschiff/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz |