Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/weboob/
Date: Mon, 19 Feb 2018 11:46:49
Message-Id: 1519039980.007e6e11f29ca44a31c3c21f7ca739e5aade419a.asturm@gentoo
1 commit: 007e6e11f29ca44a31c3c21f7ca739e5aade419a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 11:33:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 11:33:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007e6e11
7
8 www-client/weboob: Drop very old versions 0g, 0h
9
10 These versions reportedly do not work anymore, anyway, and
11 still depended on deprecated PyQt4.
12
13 Bug: https://bugs.gentoo.org/510810
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 www-client/weboob/Manifest | 2 -
17 www-client/weboob/weboob-0g.ebuild | 79 --------------------------------------
18 www-client/weboob/weboob-0h.ebuild | 79 --------------------------------------
19 3 files changed, 160 deletions(-)
20
21 diff --git a/www-client/weboob/Manifest b/www-client/weboob/Manifest
22 index 848c92bf0a3..2d89b0fcd56 100644
23 --- a/www-client/weboob/Manifest
24 +++ b/www-client/weboob/Manifest
25 @@ -1,3 +1 @@
26 -DIST weboob-0.g.tar.gz 1465176 BLAKE2B 8b6efeb14e2233957844319de55c3f78665f89f95e88017bbbec983d1dc9525035a5d83fe5465d817d75267b1a8e5abcda5f0bc2c8c687100194f5c1d49ec03b SHA512 802b0f4cb10d1c2a13dc183d59aa642a9642b3b8f9417ce7bf66835a5f7028bc3fde9a8f3048b01cd5601585d37e6c95fa277b768723d05ab1b8eb4cb74a40bc
27 -DIST weboob-0.h.tar.gz 1700259 BLAKE2B e6971c8b498dd0478177334c42a39e871ee79c0171e33e7e7c8401cebfe7ea38dd7ca013b6eaa705ba5e422cf55292b8db8bc5deddce007827b3ef3af3ec7c0f SHA512 9ec34d184f965ec9124e7cb7e40e9337f781e2d79171fdc2f48b20d68bc21b8cabb349b56229b97f86257edb1d9f24886cbe3576a0fc80ed4440168119ea7e2b
28 DIST weboob-1.3.tar.gz 2688899 BLAKE2B a75a854137b117fd228959a6c5d19e93c5a0520a8e88227e2d6e8bf13795b2d3ba51173307563b5704be68fe680dd3573fc3b7308e29d422bc9ee6e3d4adaaa7 SHA512 c56704b9fc0d21c5d2b4d297f677f01d25d523c3d45acf7ed0b241fccd4b2477ddb60e58d2dd68886858dc8a50faa43d533c808b106546180552babf9c07543c
29
30 diff --git a/www-client/weboob/weboob-0g.ebuild b/www-client/weboob/weboob-0g.ebuild
31 deleted file mode 100644
32 index 8cc40ca6189..00000000000
33 --- a/www-client/weboob/weboob-0g.ebuild
34 +++ /dev/null
35 @@ -1,79 +0,0 @@
36 -# Copyright 2010-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1 gnome2-utils versionator
43 -
44 -if [ "$PV" == "9999" ]; then
45 - EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/devel.git"
46 - inherit git-2
47 - KEYWORDS=""
48 - SRC_URI=""
49 -elif [ "$PV" == "9998" ]; then
50 - EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/stable.git"
51 - inherit git-2
52 - KEYWORDS=""
53 - SRC_URI=""
54 -else
55 - KEYWORDS="~x86 ~amd64"
56 - MY_P="${PN}-$(version_format_string '$1.$2')"
57 - SRC_URI="http://symlink.me/attachments/download/229/${MY_P}.tar.gz"
58 - S="${WORKDIR}/${MY_P}"
59 -fi
60 -
61 -DESCRIPTION="Consume lots of websites without a browser (Web Outside Of Browsers)"
62 -HOMEPAGE="http://weboob.org/"
63 -
64 -LICENSE="AGPL-3"
65 -SLOT="0"
66 -IUSE="X +secure-updates fast-libs"
67 -
68 -DEPEND="X? ( >=dev-python/PyQt4-4.9.4-r1[X,phonon,${PYTHON_USEDEP}] )
69 - dev-python/setuptools[${PYTHON_USEDEP}]"
70 -RDEPEND="${DEPEND}
71 - dev-python/prettytable[${PYTHON_USEDEP}]
72 - dev-python/html2text[${PYTHON_USEDEP}]
73 - dev-python/mechanize[${PYTHON_USEDEP}]
74 - dev-python/python-dateutil[${PYTHON_USEDEP}]
75 - dev-python/pyyaml[${PYTHON_USEDEP}]
76 - dev-python/pillow[${PYTHON_USEDEP}]
77 - dev-python/gdata[${PYTHON_USEDEP}]
78 - dev-python/feedparser[${PYTHON_USEDEP}]
79 - dev-python/termcolor[${PYTHON_USEDEP}]
80 - secure-updates? ( app-crypt/gnupg )
81 - fast-libs? (
82 - dev-python/simplejson[${PYTHON_USEDEP}]
83 - dev-python/pyyaml[libyaml,${PYTHON_USEDEP}]
84 - )
85 - >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
86 - dev-python/cssselect[${PYTHON_USEDEP}]"
87 -
88 -DOCS=( AUTHORS COPYING ChangeLog README INSTALL )
89 -
90 -python_configure_all() {
91 - mydistutilsargs=(
92 - $(usex X '--qt' '--no-qt')
93 - $(usex X '--xdg' '--no-xdg')
94 - )
95 -}
96 -
97 -python_install_all() {
98 - distutils-r1_python_install_all
99 - insinto /usr/share/${PN}/
100 - doins -r contrib/*
101 -}
102 -
103 -pkg_preinst() {
104 - use X && gnome2_icon_savelist
105 -}
106 -
107 -pkg_postinst() {
108 - use X && gnome2_icon_cache_update
109 - elog 'You should now run "weboob-config update" (as your login user).'
110 -}
111 -
112 -pkg_postrm() {
113 - use X && gnome2_icon_cache_update
114 -}
115
116 diff --git a/www-client/weboob/weboob-0h.ebuild b/www-client/weboob/weboob-0h.ebuild
117 deleted file mode 100644
118 index d3f6230fa0e..00000000000
119 --- a/www-client/weboob/weboob-0h.ebuild
120 +++ /dev/null
121 @@ -1,79 +0,0 @@
122 -# Copyright 2010-2015 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -PYTHON_COMPAT=( python2_7 )
127 -
128 -inherit distutils-r1 gnome2-utils versionator
129 -
130 -if [ "$PV" == "9999" ]; then
131 - EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/devel.git"
132 - inherit git-2
133 - KEYWORDS=""
134 - SRC_URI=""
135 -elif [ "$PV" == "9998" ]; then
136 - EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/stable.git"
137 - inherit git-2
138 - KEYWORDS=""
139 - SRC_URI=""
140 -else
141 - KEYWORDS="~x86 ~amd64"
142 - MY_P="${PN}-$(version_format_string '$1.$2')"
143 - SRC_URI="http://symlink.me/attachments/download/235/${MY_P}.tar.gz"
144 - S="${WORKDIR}/${MY_P}"
145 -fi
146 -
147 -DESCRIPTION="Consume lots of websites without a browser (Web Outside Of Browsers)"
148 -HOMEPAGE="http://weboob.org/"
149 -
150 -LICENSE="AGPL-3"
151 -SLOT="0"
152 -IUSE="X +secure-updates fast-libs"
153 -
154 -DEPEND="X? ( >=dev-python/PyQt4-4.9.4-r1[X,phonon,${PYTHON_USEDEP}] )
155 - dev-python/setuptools[${PYTHON_USEDEP}]"
156 -RDEPEND="${DEPEND}
157 - dev-python/prettytable[${PYTHON_USEDEP}]
158 - dev-python/html2text[${PYTHON_USEDEP}]
159 - dev-python/mechanize[${PYTHON_USEDEP}]
160 - dev-python/python-dateutil[${PYTHON_USEDEP}]
161 - dev-python/pyyaml[${PYTHON_USEDEP}]
162 - dev-python/pillow[${PYTHON_USEDEP}]
163 - dev-python/gdata[${PYTHON_USEDEP}]
164 - dev-python/feedparser[${PYTHON_USEDEP}]
165 - dev-python/termcolor[${PYTHON_USEDEP}]
166 - secure-updates? ( app-crypt/gnupg )
167 - fast-libs? (
168 - dev-python/simplejson[${PYTHON_USEDEP}]
169 - dev-python/pyyaml[libyaml,${PYTHON_USEDEP}]
170 - )
171 - >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
172 - dev-python/cssselect[${PYTHON_USEDEP}]"
173 -
174 -DOCS=( AUTHORS COPYING ChangeLog README INSTALL )
175 -
176 -python_configure_all() {
177 - mydistutilsargs=(
178 - $(usex X '--qt' '--no-qt')
179 - $(usex X '--xdg' '--no-xdg')
180 - )
181 -}
182 -
183 -python_install_all() {
184 - distutils-r1_python_install_all
185 - insinto /usr/share/${PN}/
186 - doins -r contrib/*
187 -}
188 -
189 -pkg_preinst() {
190 - use X && gnome2_icon_savelist
191 -}
192 -
193 -pkg_postinst() {
194 - use X && gnome2_icon_cache_update
195 - elog 'You should now run "weboob-config update" (as your login user).'
196 -}
197 -
198 -pkg_postrm() {
199 - use X && gnome2_icon_cache_update
200 -}