Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
Date: Sun, 17 Jul 2016 14:06:38
Message-Id: 1468764387.26b6a7c61381c899999f3c86e046f49310424094.monsieurp@gentoo
1 commit: 26b6a7c61381c899999f3c86e046f49310424094
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 23:48:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 17 14:06:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b6a7c6
7
8 www-misc/urlwatch: remove old
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/1896
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 www-misc/urlwatch/Manifest | 1 -
16 www-misc/urlwatch/urlwatch-2.1.ebuild | 36 -----------------------------------
17 2 files changed, 37 deletions(-)
18
19 diff --git a/www-misc/urlwatch/Manifest b/www-misc/urlwatch/Manifest
20 index 3b2d658..f82a79b 100644
21 --- a/www-misc/urlwatch/Manifest
22 +++ b/www-misc/urlwatch/Manifest
23 @@ -1,4 +1,3 @@
24 DIST urlwatch-1.18.tar.gz 14987 SHA256 6b17411b6658f3aeb5839d1b32458f020ce40ee1e62a3d40387a2622fa731824 SHA512 ffbfb41e5b6ca71abf19132424dc1bfb3d0cfc30a644615c34539bb5b00acea5803d4c30637c58e9682820c5411227f7c579344c1e212f575431a1c650a7e520 WHIRLPOOL 49915ef83cc835b8ac67216eaeb61391195f28fa28b5716c7e1cc8c8dac465d9f3670beb408c80dc3fa5315683467524b02b1663fb671f26338059acfa247b23
25 -DIST urlwatch-2.1.tar.gz 25134 SHA256 6627b753f9c7a908863899b1b4eb9283ef8a630bf78490c6e492275a5919c476 SHA512 60960b41b592d45a29f967d212580b2687afc5d5053adef7c796044e404a4a1e120ea66d8cd0cbf869cccead76373db0d0ab6d6541a77cc4f8885c02b098f6d2 WHIRLPOOL 6a9344d9cbfd0afdc79c0d9af364fba493a9c65f6f4fdf322baf3e5a635e231986789d11428e15c40d89030ff587fc9f9f90833f65109af59bd81cc0f70be193
26 DIST urlwatch-2.2.tar.gz 24435 SHA256 a3257ab795adb91514c7163610c7a916ccce9df9ab2cfdef2b72c250ab292069 SHA512 680547d01da6830059048247be4467c68ce9977786f3ba1ec0ad470eb77608b6938c244ed9341ddfd382d65cae167338c685bff2eac91a5f15e881c2aca7bb9b WHIRLPOOL 46d0dce6dc904e15561986e724882592a174c0c2480daf4eac81a4616b7b73d32033b06e70fafad3b399e557365b084e6f7518fa070420ecd22e4340b7b45f96
27 DIST urlwatch-2.5.tar.gz 25322 SHA256 6010a45dbc20d5449f214655c94977a65e1e2b8ba32f58e9045ddfdaaabf3962 SHA512 993d2596288d014a3b84ae22c29ce89282c4320dd95b339c9892db07997059fc80a96198cb89ba04d935f68d2d051da96dc981f8e8b3657492443b060d2126a1 WHIRLPOOL d8be345d19027e475825d708f9ce2c55fe4abb23e903d629aec872104a0e890f225dfe3f1c8de87541e9cbed7c62592d362e464f3014f0a7ce27000fd9a5f880
28
29 diff --git a/www-misc/urlwatch/urlwatch-2.1.ebuild b/www-misc/urlwatch/urlwatch-2.1.ebuild
30 deleted file mode 100644
31 index 52ab755..0000000
32 --- a/www-misc/urlwatch/urlwatch-2.1.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI="5"
40 -PYTHON_COMPAT=( python{3_4,3_5} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A tool for monitoring webpages for updates"
45 -HOMEPAGE="http://thp.io/2008/urlwatch/ https://pypi.python.org/pypi/urlwatch"
46 -SRC_URI="http://thp.io/2008/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -RDEPEND="
54 - dev-python/keyring[${PYTHON_USEDEP}]
55 - dev-python/pyyaml[${PYTHON_USEDEP}]
56 - dev-python/minidb[${PYTHON_USEDEP}]
57 - dev-python/requests[${PYTHON_USEDEP}]
58 - || ( www-client/lynx app-text/html2text )
59 -"
60 -DEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? (
63 - ${RDEPEND}
64 - dev-python/nose[${PYTHON_USEDEP}]
65 - )
66 -"
67 -
68 -python_test() {
69 - nosetests test || die "tests failed with ${EPYTHON}"
70 -}