diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-13 12:16:49 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-13 12:16:49 -0400 |
commit | 7c3e2b88ed393b012873fd2f2024908d9ec3a9ad (patch) | |
tree | 539373dc2e5dfacb9ba778bbc41fb66ebecdab08 /net-misc/mobile-broadband-provider-info | |
parent | net-libs/libqmi: Drop old versions (diff) | |
download | gentoo-7c3e2b88ed393b012873fd2f2024908d9ec3a9ad.tar.gz gentoo-7c3e2b88ed393b012873fd2f2024908d9ec3a9ad.tar.bz2 gentoo-7c3e2b88ed393b012873fd2f2024908d9ec3a9ad.zip |
net-misc/mobile-broadband-provider-info: Drop old versions
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-20190618.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/mobile-broadband-provider-info/Manifest b/net-misc/mobile-broadband-provider-info/Manifest index 0092cf20c92a..ae279617ae9e 100644 --- a/net-misc/mobile-broadband-provider-info/Manifest +++ b/net-misc/mobile-broadband-provider-info/Manifest @@ -1,2 +1 @@ -DIST mobile-broadband-provider-info-20190618.tar.xz 82640 BLAKE2B 6aad85193297a17c4606bdc700b0d3c7ce59c897d5d8fe0cec4ba3d17168aa519971c52a6b4c1f133c24a8fbd3f2ed1f3d45461248612ac95fbb746a3de9217f SHA512 511e6561b9b0db6c26f2e08bd06bb1dc9bb46696730fe6c6eba82cceec600dad684dc8dbe27adae78956367fb00dd8745070046acaa7a1129f194d8f16df425a DIST mobile-broadband-provider-info-20201225.tar.xz 83052 BLAKE2B 53f37e1d5796350a9ddd1ecf7de491a365baa854d5021c45e9359ff51cd0e545867858ef172eeccf81f0df072b207c6dce8024ca805921b69f0c50d3febfcc0b SHA512 26064451f43494e4895b65912e3dd06a62ca8afbe3334f09ca8428c1812318f7dac4accbd1c3aa9e83fcc1ee177fb187cb6fe77fab56608abd28c5f5ec3499cd diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190618.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190618.ebuild deleted file mode 100644 index 07880216c2c1..000000000000 --- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190618.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/libxslt - test? ( dev-libs/libxml2 ) -" - -DOCS="README" |