summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-05-17 17:14:22 -0400
committerMatt Turner <mattst88@gentoo.org>2023-05-17 17:54:57 -0400
commitcd9219c83c5935b4304f0e1dcbc3ea143831ecb7 (patch)
tree8e29c5ea24c4b78b741b4df1c9bc442d5a5c4cce /net-misc
parentnet-misc/gnome-remote-desktop: Drop old versions (diff)
downloadgentoo-cd9219c83c5935b4304f0e1dcbc3ea143831ecb7.tar.gz
gentoo-cd9219c83c5935b4304f0e1dcbc3ea143831ecb7.tar.bz2
gentoo-cd9219c83c5935b4304f0e1dcbc3ea143831ecb7.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-20221107.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 fb0a3f9b43fc..f1b9afdba657 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-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-20221107.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20221107.ebuild
deleted file mode 100644
index 776259f79763..000000000000
--- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20221107.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 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 )