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, 07 Jan 2021 03:08:11
Message-Id: 1609988882.88c0957454ca5d60c5d89aa96cdc28083b63d738.mattst88@gentoo
1 commit: 88c0957454ca5d60c5d89aa96cdc28083b63d738
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 02:53:21 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 03:08:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c09574
7
8 net-misc/mobile-broadband-provider-info: Version bump to 20201225
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-20201225.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 dab9a40cb9d..0092cf20c92 100644
18 --- a/net-misc/mobile-broadband-provider-info/Manifest
19 +++ b/net-misc/mobile-broadband-provider-info/Manifest
20 @@ -1 +1,2 @@
21 DIST mobile-broadband-provider-info-20190618.tar.xz 82640 BLAKE2B 6aad85193297a17c4606bdc700b0d3c7ce59c897d5d8fe0cec4ba3d17168aa519971c52a6b4c1f133c24a8fbd3f2ed1f3d45461248612ac95fbb746a3de9217f SHA512 511e6561b9b0db6c26f2e08bd06bb1dc9bb46696730fe6c6eba82cceec600dad684dc8dbe27adae78956367fb00dd8745070046acaa7a1129f194d8f16df425a
22 +DIST mobile-broadband-provider-info-20201225.tar.xz 83052 BLAKE2B 53f37e1d5796350a9ddd1ecf7de491a365baa854d5021c45e9359ff51cd0e545867858ef172eeccf81f0df072b207c6dce8024ca805921b69f0c50d3febfcc0b SHA512 26064451f43494e4895b65912e3dd06a62ca8afbe3334f09ca8428c1812318f7dac4accbd1c3aa9e83fcc1ee177fb187cb6fe77fab56608abd28c5f5ec3499cd
23
24 diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
25 new file mode 100644
26 index 00000000000..29c33fd46f8
27 --- /dev/null
28 +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit gnome.org
36 +
37 +DESCRIPTION="Database of mobile broadband service providers"
38 +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband"
39 +
40 +LICENSE="CC-PD"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
43 +IUSE="test"
44 +RESTRICT="!test? ( test )"
45 +
46 +BDEPEND="
47 + dev-libs/libxslt
48 + test? ( dev-libs/libxml2 )
49 +"
50 +
51 +DOCS=( README )