mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user