diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-22 22:43:03 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-22 23:14:35 -0700 |
commit | 39dc65d2cdbf483b4461f18c16c3c8abd9c68c5b (patch) | |
tree | b7a53e284d6cd2a441cfab710401babaa9d94a35 /net-misc/mobile-broadband-provider-info | |
parent | app-text/evince: Version bump to 42.1 (diff) | |
download | gentoo-39dc65d2cdbf483b4461f18c16c3c8abd9c68c5b.tar.gz gentoo-39dc65d2cdbf483b4461f18c16c3c8abd9c68c5b.tar.bz2 gentoo-39dc65d2cdbf483b4461f18c16c3c8abd9c68c5b.zip |
net-misc/mobile-broadband-provider-info: Version bump to 20220315
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-misc/mobile-broadband-provider-info')
-rw-r--r-- | net-misc/mobile-broadband-provider-info/Manifest | 1 | ||||
-rw-r--r-- | net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/mobile-broadband-provider-info/Manifest b/net-misc/mobile-broadband-provider-info/Manifest index 64666402b4f2..20554ca082b8 100644 --- a/net-misc/mobile-broadband-provider-info/Manifest +++ b/net-misc/mobile-broadband-provider-info/Manifest @@ -1 +1,2 @@ DIST mobile-broadband-provider-info-20210805.tar.xz 83756 BLAKE2B c7872a4bbb9c0ed2a36c374210e57cdd6a1346772c7f1c06a273e753606f70fe5d911eb6b11c6779382e2fc8a7bfa99ce216522807c6be60ed1719d05b7b452b SHA512 d3166484792aa0d97d7a094ecac309062fa1bf07c50c5b9bcc827e45c0a4d005a1131a589af1ec9920f373346d9ccb27bea6c019bad39c633998c00df92a5356 +DIST mobile-broadband-provider-info-20220315.tar.xz 84068 BLAKE2B 69b1805cdac393d733c7c4bd033f623d01260abe9be97108b1f7525a1e96935dd6b6582cd647e415a4f6329988cc105a220fbd3672b0d8c719e298ac53e0bcac SHA512 92da9e03f48d1a3e5807cab616627d0d31539dfee5c9650f78c5eb4371748366700ffe26f922ac061f877cd1bd5c3fb766e71fea0677eee007e68873c39c597c diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild new file mode 100644 index 000000000000..d0704be34ed8 --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome.org + +DESCRIPTION="Database of mobile broadband service providers" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband" + +LICENSE="CC-PD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-libs/libxslt + test? ( dev-libs/libxml2 ) +" + +DOCS=( README ) |