diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-15 23:47:29 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-15 23:47:29 +0200 |
commit | ce953908230e9fe009392f2304917b03d1cfb4e4 (patch) | |
tree | 9e470e07c39f5365541065b74356ef1bd696775a /net-misc/mobile-broadband-provider-info | |
parent | dev-python/vcrpy: Version bump to 1.10.5 (diff) | |
download | gentoo-ce953908230e9fe009392f2304917b03d1cfb4e4.tar.gz gentoo-ce953908230e9fe009392f2304917b03d1cfb4e4.tar.bz2 gentoo-ce953908230e9fe009392f2304917b03d1cfb4e4.zip |
net-misc/mobile-broadband-provider-info: Version bump to 20170310
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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-20170310.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/mobile-broadband-provider-info/Manifest b/net-misc/mobile-broadband-provider-info/Manifest index 976d35380eec..f5a5c83f9484 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-20151214.tar.xz 84592 SHA256 8ae45d6f10fed9750e259935804c4f40a4372bb119f0504187e4221896b205a4 SHA512 c7e01aa00521c51c60ac46523f58bfa9a57c8bc583a895c738e76e02fee5cc31a509582d9e5123f68ccaf309f97194cde1842089be2cb6cb14464d183a31224d WHIRLPOOL 36f07d080d76c68d18d696ee98edb738177fc7a9cbb63145dd145603178e1f4fc2e95a3f7cd1bfc833574ff8e76a6d0ebbdfb43491d463b02a5f83b37834da40 +DIST mobile-broadband-provider-info-20170310.tar.xz 85016 SHA256 144f03c95e03a82c53425bae38bc9adcca5a5da3cac642d1931da6897a08b53b SHA512 24d8d8bb202f0893bea105420d38156ff8de311eac71e969524961e723ed3d1f9994ec98efbace62dc0ac3859c7a4b316a0728038539b82ca5cf8f8c460a6c6e WHIRLPOOL 660b3603125db04eeb7b8c4d42ce53221a175a8320c7d22083f8d75ef104e43951790233bc1a62fba079dc72c14b1e40327657e29501bf12fdd33f9219c59309 diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild new file mode 100644 index 000000000000..e40be4bbc35b --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~sparc ~x86" +IUSE="test" + +DEPEND=" + test? ( dev-libs/libxml2 ) +" + +DOCS="README" # ChangeLog and NEWS are both dead |