Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/
Date: Thu, 12 May 2022 02:14:34
Message-Id: 1652321662.ce0d34120e0f92c0d9912815dcc5952e0ae535b3.mattst88@gentoo
1 commit: ce0d34120e0f92c0d9912815dcc5952e0ae535b3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 01:47:10 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 02:14:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0d3412
7
8 net-misc/mobile-broadband-provider-info: Version bump to 20220511
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-misc/mobile-broadband-provider-info/Manifest | 1 +
13 .../mobile-broadband-provider-info-20220511.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/net-misc/mobile-broadband-provider-info/Manifest b/net-misc/mobile-broadband-provider-info/Manifest
17 index 20554ca082b8..a05c936c23d6 100644
18 --- a/net-misc/mobile-broadband-provider-info/Manifest
19 +++ b/net-misc/mobile-broadband-provider-info/Manifest
20 @@ -1,2 +1,3 @@
21 DIST mobile-broadband-provider-info-20210805.tar.xz 83756 BLAKE2B c7872a4bbb9c0ed2a36c374210e57cdd6a1346772c7f1c06a273e753606f70fe5d911eb6b11c6779382e2fc8a7bfa99ce216522807c6be60ed1719d05b7b452b SHA512 d3166484792aa0d97d7a094ecac309062fa1bf07c50c5b9bcc827e45c0a4d005a1131a589af1ec9920f373346d9ccb27bea6c019bad39c633998c00df92a5356
22 DIST mobile-broadband-provider-info-20220315.tar.xz 84068 BLAKE2B 69b1805cdac393d733c7c4bd033f623d01260abe9be97108b1f7525a1e96935dd6b6582cd647e415a4f6329988cc105a220fbd3672b0d8c719e298ac53e0bcac SHA512 92da9e03f48d1a3e5807cab616627d0d31539dfee5c9650f78c5eb4371748366700ffe26f922ac061f877cd1bd5c3fb766e71fea0677eee007e68873c39c597c
23 +DIST mobile-broadband-provider-info-20220511.tar.xz 85064 BLAKE2B 7abb1d493cc39b9988a188edf260b5440bc8cb9e0879897df550ee63cb46c52721ee75dee304bbc93add3173a7ff56bd17bccf8dd062590ae583cee67e9093ab SHA512 7b3a9c0a2e618ef3ef0e29b947ab9f0a55f30bd738f0e976529e8f3ddbb60a738f623e718ea67fa6e6008275dbbe78ce3ed9852c005748a266f04e3dd65179a6
24
25 diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
26 new file mode 100644
27 index 000000000000..d0704be34ed8
28 --- /dev/null
29 +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit gnome.org
37 +
38 +DESCRIPTION="Database of mobile broadband service providers"
39 +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband"
40 +
41 +LICENSE="CC-PD"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
44 +IUSE="test"
45 +RESTRICT="!test? ( test )"
46 +
47 +BDEPEND="
48 + dev-libs/libxslt
49 + test? ( dev-libs/libxml2 )
50 +"
51 +
52 +DOCS=( README )