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

It was masked in e781d8925e.

Bug: https://bugs.gentoo.org/916670
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2023-11-07 13:30:09 +01:00
parent ddb728b715
commit 8a7d7d84d2
3 changed files with 0 additions and 12 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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