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: Mon, 07 Nov 2022 16:54:39
Message-Id: 1667840066.53774a948a73e2a106b345407c71eb7709ad6dbf.mattst88@gentoo
1 commit: 53774a948a73e2a106b345407c71eb7709ad6dbf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 7 16:52:59 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 7 16:54:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53774a94
7
8 net-misc/mobile-broadband-provider-info: Version bump to 20221107
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-20221107.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 32d77e71d237..e7a5ffb4edbc 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-20220725.tar.xz 85184 BLAKE2B 1b36b2cf8f0a66755a7cd10090531efd2c5094e5d611247af748f0923fd76b5e1ce20c31ce16be2b0bad5bd64e44e72eeeec7123435366186e31c7da9e66343a SHA512 335b3a5598144f4b11eab2d924b4671055c414664c783507fb8aa0ee20769dca640d03e559e7f55741b38652590812e777b663264d6dcafd24407cfaeb5bc24d
22 +DIST mobile-broadband-provider-info-20221107.tar.xz 85416 BLAKE2B 91772a7f16fbba8d477abd623e4902e1aa2317ba0e226ab493ca8cc94bd6dc4c68ea61fc2f3d8f1f4c6bbfce2d7b27dc9dcfa3d35df6a9c9370b9c4ff277318f SHA512 e72fc1c78dd1bf991fc29ba952757af9c38d11e3e918662ce6380337c75eaa56fe33705f6d1eb78627378e1575b4102dceaa68e5e035c62c02e60570752f3e86
23
24 diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20221107.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20221107.ebuild
25 new file mode 100644
26 index 000000000000..ba7cf7cab4d5
27 --- /dev/null
28 +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20221107.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
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 ~loong ~ppc ~ppc64 ~riscv ~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 )