From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1568532-garchives=archives.gentoo.org@lists.gentoo.org>
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 23010158089
	for <garchives@archives.gentoo.org>; Tue,  7 Nov 2023 12:43:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1AA1C2BC014;
	Tue,  7 Nov 2023 12:43:33 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 044532BC014
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Nov 2023 12:43:33 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 10A7B335CDF
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Nov 2023 12:43:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5128C1327
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Nov 2023 12:43:30 +0000 (UTC)
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" <sbraz@gentoo.org>
Message-ID: <1699360261.8a7d7d84d289e6850fee232c9940d7caad2ee225.sbraz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-misc/urlwatch/urlwatch-2.25.ebuild www-misc/urlwatch/urlwatch-2.26.ebuild www-misc/urlwatch/urlwatch-2.28.ebuild
X-VCS-Directories: www-misc/urlwatch/
X-VCS-Committer: sbraz
X-VCS-Committer-Name: Louis Sautier
X-VCS-Revision: 8a7d7d84d289e6850fee232c9940d7caad2ee225
X-VCS-Branch: master
Date: Tue,  7 Nov 2023 12:43:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 475520f6-c747-4abc-b338-71ce69970972
X-Archives-Hash: ebebefadfb3937b70d00b98aaccf5da7

commit:     8a7d7d84d289e6850fee232c9940d7caad2ee225
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 12:30:09 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 12:31:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7d7d84

www-misc/urlwatch: remove references to masked pushbullet-py

It was masked in e781d8925ec0b04029863efe02e704235a499f98.

Bug: https://bugs.gentoo.org/916670
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-misc/urlwatch/urlwatch-2.25.ebuild | 4 ----
 www-misc/urlwatch/urlwatch-2.26.ebuild | 4 ----
 www-misc/urlwatch/urlwatch-2.28.ebuild | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/www-misc/urlwatch/urlwatch-2.25.ebuild b/www-misc/urlwatch/urlwatch-2.25.ebuild
index cbee5011eb6b..f1624031129e 100644
--- a/www-misc/urlwatch/urlwatch-2.25.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.25.ebuild
@@ -64,10 +64,6 @@ pkg_postinst() {
 		if ! has_version dev-python/jq; then
 			elog "Install 'dev-python/jq' to enable jq filtering support"
 		fi
-		if ! has_version dev-python/pushbullet-py; then
-			elog "Install 'dev-python/pushbullet-py' to enable" \
-				"Pushbullet notifications support"
-		fi
 		elog "HTML parsing can be improved by installing one of the following packages"
 		elog "and changing the html2text subfilter parameter:"
 		elog "dev-python/beautifulsoup4"

diff --git a/www-misc/urlwatch/urlwatch-2.26.ebuild b/www-misc/urlwatch/urlwatch-2.26.ebuild
index 02b7d52bcb99..1b74b901e846 100644
--- a/www-misc/urlwatch/urlwatch-2.26.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.26.ebuild
@@ -59,10 +59,6 @@ pkg_postinst() {
 		if ! has_version dev-python/jq; then
 			elog "Install 'dev-python/jq' to enable jq filtering support"
 		fi
-		if ! has_version dev-python/pushbullet-py; then
-			elog "Install 'dev-python/pushbullet-py' to enable" \
-				"Pushbullet notifications support"
-		fi
 		if ! has_version dev-python/pytesseract; then
 			elog "Install 'dev-python/pytesseract' to enable OCR support"
 		fi

diff --git a/www-misc/urlwatch/urlwatch-2.28.ebuild b/www-misc/urlwatch/urlwatch-2.28.ebuild
index 02b7d52bcb99..1b74b901e846 100644
--- a/www-misc/urlwatch/urlwatch-2.28.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.28.ebuild
@@ -59,10 +59,6 @@ pkg_postinst() {
 		if ! has_version dev-python/jq; then
 			elog "Install 'dev-python/jq' to enable jq filtering support"
 		fi
-		if ! has_version dev-python/pushbullet-py; then
-			elog "Install 'dev-python/pushbullet-py' to enable" \
-				"Pushbullet notifications support"
-		fi
 		if ! has_version dev-python/pytesseract; then
 			elog "Install 'dev-python/pytesseract' to enable OCR support"
 		fi