Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
Date: Mon, 28 Jan 2019 20:11:49
Message-Id: 1548634527.e0b8a40cb88b792bfec26fd340342e6795646abc.sbraz@gentoo
1 commit: e0b8a40cb88b792bfec26fd340342e6795646abc
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 00:13:29 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 00:15:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b8a40c
7
8 www-misc/urlwatch: remove old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 www-misc/urlwatch/Manifest | 1 -
14 www-misc/urlwatch/urlwatch-2.14.ebuild | 58 ----------------------------------
15 2 files changed, 59 deletions(-)
16
17 diff --git a/www-misc/urlwatch/Manifest b/www-misc/urlwatch/Manifest
18 index eb52709f17b..4dce477bcd7 100644
19 --- a/www-misc/urlwatch/Manifest
20 +++ b/www-misc/urlwatch/Manifest
21 @@ -1,4 +1,3 @@
22 DIST urlwatch-2.13.tar.gz 34312 BLAKE2B 6ac618d4f1f78b0a3f6d17dd2283704e8d1fc7173ce6d79fcf0f9177f48463a610a4c20d8483a4a9c22e56eca67730ef25982981f310ca8e9927e48e298a1b1d SHA512 5ca6ad3de54c2e1d63cb545ae0d213a4483ef175dad947be00994bc990d047c7aec1f3b0a8b23290672db940001a9cc31c919aa7d9c280ab4792299e2dba684c
23 -DIST urlwatch-2.14.tar.gz 36587 BLAKE2B 6c4115c58cc9aae5ac8c62f7cb360ca38afa9a9ceadc93f3c9d2bccc7808ab1accf912a0f5756d984bb7a33fa448c91c1bb90e841bd45e2f8d34c4d74cae531c SHA512 8c7b479f80973da28e281e8437a30038c6dcdf9036c30cb5e685fdb9460fbb7b90a27e9d5a27290cfe30de1a0f443644b13c8a10740c205ebd58bcb2bb29c888
24 DIST urlwatch-2.15.tar.gz 36839 BLAKE2B a474d93adb4ef95ad5c44b7cee4a077dd744caf09c84ec64b2e9f04635505a8ffd422f4ba56cb2069571b5b4b1e1f7df4b7412a716b5738388a0c55ea831e050 SHA512 3390a693656a89e75836f713249261650c03e1dc1d1819d82872d35eead7f29844502073d8674e92e97a32e44180347928e5dfada814798984d11e1ff4f0ac40
25 DIST urlwatch-2.16.tar.gz 42713 BLAKE2B bee95c808b8705135112646ed7bf42c6606d716f447394e69fbc3355d38597e44b3e94ac91c6c2304fadcc5eb7d35349e6d54601721319c39268583fa8c7c042 SHA512 ffa9245bc4b8631e3105b1afd4ed3c3f5585bc30cd56c7531f9c2d0e4d61e36b56db3a69d62f851bed5fba9c9c332034b1757d70b32f4a4b0607ae59ed6cf887
26
27 diff --git a/www-misc/urlwatch/urlwatch-2.14.ebuild b/www-misc/urlwatch/urlwatch-2.14.ebuild
28 deleted file mode 100644
29 index 6dce261a7b8..00000000000
30 --- a/www-misc/urlwatch/urlwatch-2.14.ebuild
31 +++ /dev/null
32 @@ -1,58 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{5,6,7} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A tool for monitoring webpages for updates"
42 -HOMEPAGE="https://thp.io/2008/urlwatch/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-python/appdirs[${PYTHON_USEDEP}]
52 - dev-python/keyring[${PYTHON_USEDEP}]
53 - dev-python/lxml[${PYTHON_USEDEP}]
54 - dev-python/minidb[${PYTHON_USEDEP}]
55 - dev-python/pyyaml[${PYTHON_USEDEP}]
56 - dev-python/requests[${PYTHON_USEDEP}]
57 -"
58 -BDEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - test? (
61 - ${RDEPEND}
62 - dev-python/nose[${PYTHON_USEDEP}]
63 - dev-python/pycodestyle[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -DOCS=( CHANGELOG.md README.md )
68 -
69 -python_test() {
70 - nosetests -v test || die "tests failed with ${EPYTHON}"
71 -}
72 -
73 -pkg_postinst() {
74 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
75 - if ! has_version dev-python/chump; then
76 - elog "Install 'dev-python/chump' to enable Pushover" \
77 - "notifications support"
78 - fi
79 - if ! has_version dev-python/pushbullet-py; then
80 - elog "Install 'dev-python/pushbullet-py' to enable" \
81 - "Pushbullet notifications support"
82 - fi
83 - elog "HTML parsing can be improved by installing one of the following packages"
84 - elog "and changing the html2text subfilter parameter:"
85 - elog "dev-python/beautifulsoup:4"
86 - elog "app-text/html2text"
87 - elog "dev-python/html2text"
88 - elog "www-client/lynx"
89 - fi
90 -}