Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/
Date: Sat, 22 Sep 2018 09:12:33
Message-Id: 1537607532.1a671c53029a3a1d00cf13bed9f2311a9fe802de.billie@gentoo
1 commit: 1a671c53029a3a1d00cf13bed9f2311a9fe802de
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 22 09:11:49 2018 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 09:12:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a671c53
7
8 net-print/hplip: Remove old.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-print/hplip/Manifest | 2 -
13 net-print/hplip/hplip-3.17.10.ebuild | 255 -----------------------------------
14 2 files changed, 257 deletions(-)
15
16 diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
17 index 5e30d32c007..6bf149b1595 100644
18 --- a/net-print/hplip/Manifest
19 +++ b/net-print/hplip/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST hplip-3.17.10.tar.gz 23878364 BLAKE2B 0165bcb00159572a16277624db0de4b2ca8421d5cf42418bf406548dd68a7d5087142a74a0e6ca332936b006f6ffeaa4d9202c5332fd1f971923bb142adb244f SHA512 0c1c78730d269ec41f95bbde887a490aebb4c9c3dcb9784052a1c3b537c12093cbc426e1f79266c63dd5e7adecdda0735b9bf964ddc1307b2c6603f3fa0462a8
22 -DIST hplip-3.17.9-patches-1.tar.xz 8484 BLAKE2B 3a1f25d0554af5597266eb5ed3ff9f594560671784a89ade6246e9287661bf17fa16c555391c3f685e59aec8c548560911065a9c4188906c2f00c755f503fe49 SHA512 125f9cfd1c3cad662ce33954b8ab9ab1898368b449c4ad78dfe99f29de8025183773272b9865cd22b976a30c502e38254ce0ac59d685299dff7f9314927d546a
23 DIST hplip-3.18.3-patches-2.tar.xz 8936 BLAKE2B 58c17f3b6332de1edd88a3b458f1e9f856bc917842f62eee0808469ec14ff5793cd33c7a2ba30593eba624e58c12a6d426fa43a7d375d6ac50b985b895a85b4c SHA512 cbafcd9616f9c86318007b703325d3429ed0698c3fc9d3eddd422e4cd7a16c77320ac168bfa01b5874213e1740cfaae1867d31c3cf96cd57573ad33651a674ed
24 DIST hplip-3.18.6.tar.gz 22590564 BLAKE2B edbc80120bb332de9848e528095839b8f3496404ae83482a17bb8bd196c30dd8d3fca4d3dbb60c048bfbeeddd4384b4d7844798dad993eaf52d5418a9391b4ad SHA512 deb4e6e1c7e9ea7452967f7d7d7fd93e92eb59406b4978bb9b874db93bc5022b25aab012a7420ac3e991259032bc7cb749cd924c93a164544e29a4152962184f
25
26 diff --git a/net-print/hplip/hplip-3.17.10.ebuild b/net-print/hplip/hplip-3.17.10.ebuild
27 deleted file mode 100644
28 index f54e6aae145..00000000000
29 --- a/net-print/hplip/hplip-3.17.10.ebuild
30 +++ /dev/null
31 @@ -1,255 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 -PYTHON_REQ_USE="threads,xml"
39 -
40 -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
41 -
42 -DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools"
43 -HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
44 -SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
45 - https://dev.gentoo.org/~billie/distfiles/${PN}-3.17.9-patches-1.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm ppc ppc64 x86"
50 -
51 -IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X"
52 -
53 -# dependency on dev-python/notify-python dropped due to python 3 incompatibility
54 -# possible replacement notify2 (https://pypi.org/project/notify2/0.3) not in tree
55 -
56 -COMMON_DEPEND="
57 - net-print/cups
58 - virtual/jpeg:0
59 - hpijs? ( net-print/cups-filters[foomatic] )
60 - !minimal? (
61 - ${PYTHON_DEPS}
62 - sys-apps/dbus
63 - !libusb0? ( virtual/libusb:1 )
64 - libusb0? ( virtual/libusb:0 )
65 - scanner? ( media-gfx/sane-backends )
66 - snmp? (
67 - !libressl? ( dev-libs/openssl:0= )
68 - libressl? ( dev-libs/libressl:= )
69 - net-analyzer/net-snmp
70 - )
71 - )
72 -"
73 -DEPEND="${COMMON_DEPEND}
74 - virtual/pkgconfig
75 -"
76 -RDEPEND="${COMMON_DEPEND}
77 - app-text/ghostscript-gpl
78 - !minimal? (
79 - >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
80 - $(python_gen_cond_dep 'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
81 - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
82 - fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
83 - kernel_linux? ( virtual/udev )
84 - qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] )
85 - scanner? (
86 - >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
87 - >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
88 - X? ( || (
89 - kde? ( kde-misc/skanlite )
90 - media-gfx/xsane
91 - media-gfx/sane-frontends
92 - ) )
93 - )
94 - )
95 - policykit? ( sys-auth/polkit )
96 -"
97 -
98 -REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} )"
99 -
100 -PATCHES=(
101 - "${WORKDIR}/patches"
102 -)
103 -
104 -CONFIG_CHECK="~PARPORT ~PPDEV"
105 -ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)."
106 -
107 -#DISABLE_AUTOFORMATTING="yes"
108 -DOC_CONTENTS="
109 -For more information on setting up your printer please take
110 -a look at the hplip section of the gentoo printing guide:
111 -https://wiki.gentoo.org/wiki/Printing
112 -
113 -Any user who wants to print must be in the lp group.
114 -"
115 -
116 -pkg_setup() {
117 - use !minimal && python-single-r1_pkg_setup
118 -
119 - use scanner && ! use X && ewarn "You need USE=X for the scanner GUI."
120 -
121 - if ! use hpcups && ! use hpijs ; then
122 - ewarn "Installing neither hpcups (USE=-hpcups) nor hpijs (USE=-hpijs) driver,"
123 - ewarn "which is probably not what you want."
124 - ewarn "You will almost certainly not be able to print."
125 - fi
126 -
127 - if use minimal ; then
128 - ewarn "Installing driver portions only, make sure you know what you are doing."
129 - ewarn "Depending on the USE flags set for hpcups or hpijs the appropiate driver"
130 - ewarn "is installed. If both USE flags are set hpijs overrides hpcups."
131 - else
132 - use parport && linux-info_pkg_setup
133 - fi
134 -}
135 -
136 -src_prepare() {
137 - default
138 -
139 - if use !minimal ; then
140 - python_export EPYTHON PYTHON
141 - python_fix_shebang .
142 - fi
143 -
144 - # Make desktop files follow the specification
145 - # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=443680
146 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/1080324
147 - sed -i -e '/^Categories=/s/Application;//' \
148 - -e '/^Encoding=.*/d' hplip.desktop.in || die
149 - sed -i -e '/^Categories=/s/Application;//' \
150 - -e '/^Version=.*/d' \
151 - -e '/^Comment=.*/d' hplip-systray.desktop.in || die
152 -
153 - # Fix for Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=345725
154 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/880847,
155 - # https://bugs.launchpad.net/hplip/+bug/500086
156 - local udevdir=$(get_udevdir)
157 - sed -i -e "s|/etc/udev|${udevdir}|g" \
158 - $(find . -type f -exec grep -l /etc/udev {} +) || die
159 -
160 - # Force recognition of Gentoo distro by hp-check
161 - sed -i \
162 - -e "s:file('/etc/issue', 'r').read():'Gentoo':" \
163 - installer/core_install.py || die
164 -
165 - # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
166 - # The hpcups driver does not use foomatic-rip
167 - local i
168 - for i in ppd/hpijs/*.ppd.gz ; do
169 - rm -f ${i}.temp || die
170 - gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
171 - gzip > ${i}.temp || die
172 - mv ${i}.temp ${i} || die
173 - done
174 -
175 - eautoreconf
176 -}
177 -
178 -src_configure() {
179 - local myconf drv_build minimal_build
180 -
181 - if use libusb0 ; then
182 - myconf="${myconf} --enable-libusb01_build"
183 - else
184 - myconf="${myconf} --disable-libusb01_build"
185 - fi
186 -
187 - if use hpcups ; then
188 - drv_build="$(use_enable hpcups hpcups-install)"
189 - if use static-ppds ; then
190 - drv_build="${drv_build} --enable-cups-ppd-install"
191 - drv_build="${drv_build} --disable-cups-drv-install"
192 - else
193 - drv_build="${drv_build} --enable-cups-drv-install"
194 - drv_build="${drv_build} --disable-cups-ppd-install"
195 - fi
196 - else
197 - drv_build="--disable-hpcups-install"
198 - drv_build="${drv_build} --disable-cups-drv-install"
199 - drv_build="${drv_build} --disable-cups-ppd-install"
200 - fi
201 -
202 - if use hpijs ; then
203 - drv_build="${drv_build} $(use_enable hpijs hpijs-install)"
204 - if use static-ppds ; then
205 - drv_build="${drv_build} --enable-foomatic-ppd-install"
206 - drv_build="${drv_build} --disable-foomatic-drv-install"
207 - else
208 - drv_build="${drv_build} --enable-foomatic-drv-install"
209 - drv_build="${drv_build} --disable-foomatic-ppd-install"
210 - fi
211 - else
212 - drv_build="${drv_build} --disable-hpijs-install"
213 - drv_build="${drv_build} --disable-foomatic-drv-install"
214 - drv_build="${drv_build} --disable-foomatic-ppd-install"
215 - fi
216 -
217 - if use minimal ; then
218 - if use hpijs ; then
219 - minimal_build="--enable-hpijs-only-build"
220 - else
221 - minimal_build="--disable-hpijs-only-build"
222 - fi
223 - if use hpcups ; then
224 - minimal_build="${minimal_build} --enable-hpcups-only-build"
225 - else
226 - minimal_build="${minimal_build} --disable-hpcups-only-build"
227 - fi
228 - fi
229 -
230 - econf \
231 - --disable-cups11-build \
232 - --disable-lite-build \
233 - --disable-foomatic-rip-hplip-install \
234 - --disable-shadow-build \
235 - --disable-qt3 \
236 - --disable-qt4 \
237 - --disable-udev_sysfs_rules \
238 - --with-cupsbackenddir=$(cups-config --serverbin)/backend \
239 - --with-cupsfilterdir=$(cups-config --serverbin)/filter \
240 - --with-docdir=/usr/share/doc/${PF} \
241 - --with-htmldir=/usr/share/doc/${PF}/html \
242 - ${myconf} \
243 - ${drv_build} \
244 - ${minimal_build} \
245 - --enable-hpps-install \
246 - $(use_enable doc doc-build) \
247 - $(use_enable fax fax-build) \
248 - $(use_enable !minimal gui-build) \
249 - $(use_enable !minimal dbus-build) \
250 - $(use_enable parport pp-build) \
251 - $(use_enable policykit) \
252 - $(use_enable qt5) \
253 - $(use_enable scanner scan-build) \
254 - $(use_enable snmp network-build)
255 -}
256 -
257 -src_install() {
258 - # disable parallel install
259 - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018
260 - emake -j1 DESTDIR="${D}" install
261 - einstalldocs
262 - # default
263 -
264 - # Installed by sane-backends
265 - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023
266 - rm -f "${ED%/}"/etc/sane.d/dll.conf || die
267 -
268 - rm -f "${ED%/}"/usr/share/doc/${PF}/{copyright,README_LIBJPG,COPYING} || die
269 - rmdir --ignore-fail-on-non-empty "${ED%/}"/usr/share/doc/${PF}/ || die
270 -
271 - # Remove hal fdi files
272 - rm -rf "${ED%/}"/usr/share/hal || die
273 -
274 - find "${D}" -name '*.la' -delete || die
275 -
276 - if use !minimal ; then
277 - python_export EPYTHON PYTHON
278 - python_optimize "${ED%/}"/usr/share/hplip
279 - fi
280 -
281 - readme.gentoo_create_doc
282 -}
283 -
284 -pkg_postinst() {
285 - readme.gentoo_print_elog
286 -}