diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-16 20:31:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-16 20:31:05 -0400 |
commit | b105b05c1fad8893e4ae88816608eec28df03fe3 (patch) | |
tree | f2cc180693bfc90650f375216fe473629df928b1 /net-misc/mobile-broadband-provider-info | |
parent | media-sound/rhythmbox: Version bump to 3.4.7 (diff) | |
download | gentoo-b105b05c1fad8893e4ae88816608eec28df03fe3.tar.gz gentoo-b105b05c1fad8893e4ae88816608eec28df03fe3.tar.bz2 gentoo-b105b05c1fad8893e4ae88816608eec28df03fe3.zip |
net-misc/mobile-broadband-provider-info: Version bump to 20230416
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-20230416.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 3a39c32c8704..fb0a3f9b43fc 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-20221107.tar.xz 85416 BLAKE2B 91772a7f16fbba8d477abd623e4902e1aa2317ba0e226ab493ca8cc94bd6dc4c68ea61fc2f3d8f1f4c6bbfce2d7b27dc9dcfa3d35df6a9c9370b9c4ff277318f SHA512 e72fc1c78dd1bf991fc29ba952757af9c38d11e3e918662ce6380337c75eaa56fe33705f6d1eb78627378e1575b4102dceaa68e5e035c62c02e60570752f3e86 +DIST mobile-broadband-provider-info-20230416.tar.xz 85884 BLAKE2B 51416cbd7e208eca14a5ddf023cad4a76495773794fed7955cfb346950614b1b6d6f9df7d24525c769c2742381eb9d8780575fe9d0bc0de333b17be3d53400d1 SHA512 fd6be1387284b31fa300fe59244a5d2d65c9851037f78b540d8d907c9bedd1ec24a8d23bf66403a30995ddb4791b7cb746952d9438c08c846906f6825c44dd9b diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20230416.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20230416.ebuild new file mode 100644 index 000000000000..19ba474ec257 --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20230416.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-libs/libxslt + test? ( dev-libs/libxml2 ) +" + +DOCS=( README ) |