summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-20 21:38:03 -0400
committerMatt Turner <mattst88@gentoo.org>2022-07-20 21:58:31 -0400
commitd0330b8c8a25d1b8cddb370bcc6a9c3f792408cf (patch)
tree98300ed8f8eadacffbf0aa5d0cb246ea8591a7b7 /net-misc
parentnet-misc/gupnp-tools: Drop old versions (diff)
downloadgentoo-d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf.tar.gz
gentoo-d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf.tar.bz2
gentoo-d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf.zip
net-misc/mobile-broadband-provider-info: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mobile-broadband-provider-info/Manifest1
-rw-r--r--net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild22
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 c9bc8e2720d8..3bc548a0476d 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-20220315.tar.xz 84068 BLAKE2B 69b1805cdac393d733c7c4bd033f623d01260abe9be97108b1f7525a1e96935dd6b6582cd647e415a4f6329988cc105a220fbd3672b0d8c719e298ac53e0bcac SHA512 92da9e03f48d1a3e5807cab616627d0d31539dfee5c9650f78c5eb4371748366700ffe26f922ac061f877cd1bd5c3fb766e71fea0677eee007e68873c39c597c
DIST mobile-broadband-provider-info-20220511.tar.xz 85064 BLAKE2B 7abb1d493cc39b9988a188edf260b5440bc8cb9e0879897df550ee63cb46c52721ee75dee304bbc93add3173a7ff56bd17bccf8dd062590ae583cee67e9093ab SHA512 7b3a9c0a2e618ef3ef0e29b947ab9f0a55f30bd738f0e976529e8f3ddbb60a738f623e718ea67fa6e6008275dbbe78ce3ed9852c005748a266f04e3dd65179a6
diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
deleted file mode 100644
index 25252b03f4f6..000000000000
--- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- dev-libs/libxslt
- test? ( dev-libs/libxml2 )
-"
-
-DOCS=( README )