diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 13:30:09 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 13:31:01 +0100 |
commit | 8a7d7d84d289e6850fee232c9940d7caad2ee225 (patch) | |
tree | 3a15f2fb47cfecca27ea16e635c20abf55045ffc /www-misc | |
parent | net-irc/znc: add new dependency on argon2 + enable py312 (diff) | |
download | gentoo-8a7d7d84d289e6850fee232c9940d7caad2ee225.tar.gz gentoo-8a7d7d84d289e6850fee232c9940d7caad2ee225.tar.bz2 gentoo-8a7d7d84d289e6850fee232c9940d7caad2ee225.zip |
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@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.25.ebuild | 4 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.26.ebuild | 4 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.28.ebuild | 4 |
3 files changed, 0 insertions, 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 |