diff options
-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 |