From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC8DE158095 for ; Thu, 21 Jul 2022 02:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C7EDE0B7D; Thu, 21 Jul 2022 02:04:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BC03E0B7D for ; Thu, 21 Jul 2022 02:04:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13AE034101C for ; Thu, 21 Jul 2022 02:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2668B550 for ; Thu, 21 Jul 2022 02:04:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1658368711.d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mobile-broadband-provider-info/Manifest net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild X-VCS-Directories: net-misc/mobile-broadband-provider-info/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf X-VCS-Branch: master Date: Thu, 21 Jul 2022 02:04:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80ffd98c-7618-4a83-8cb7-26784cc8e624 X-Archives-Hash: bc6ca305362e3acd08944da6f08ce5bc commit: d0330b8c8a25d1b8cddb370bcc6a9c3f792408cf Author: Matt Turner gentoo org> AuthorDate: Thu Jul 21 01:38:03 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 21 01:58:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0330b8c net-misc/mobile-broadband-provider-info: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-misc/mobile-broadband-provider-info/Manifest | 1 - .../mobile-broadband-provider-info-20220315.ebuild | 22 ---------------------- 2 files changed, 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 )