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-plugin/
Date: Thu, 15 Aug 2019 16:39:38
Message-Id: 1565886744.6f622d9f1289eeff3cd777cddac9947fabd7e28a.billie@gentoo
1 commit: 6f622d9f1289eeff3cd777cddac9947fabd7e28a
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 16:32:01 2019 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 16:32:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f622d9f
7
8 net-print/hplip-plugin: Remove old.
9
10 hplip-plugin-3.18.12, hplip-plugin-3.19.5
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
14
15 net-print/hplip-plugin/Manifest | 2 -
16 net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild | 69 ----------------------
17 net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild | 69 ----------------------
18 3 files changed, 140 deletions(-)
19
20 diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
21 index ad13371f902..e9cd425947d 100644
22 --- a/net-print/hplip-plugin/Manifest
23 +++ b/net-print/hplip-plugin/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158 SHA512 82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
26 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e SHA512 7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
27 -DIST hplip-3.19.5-plugin.run 11516444 BLAKE2B c43aaa4dd3c4a8acf91b2746733e5237ef0ff39c3e6180530e0fcd34d5319e603c23806a3b010d70399772abc5564095fe2696c823d80eedf892b87acd170d23 SHA512 8c933f175bf0b91a8f30d6b362f8a487a964dd3304c859d78c9505357088047fdcacb99230f8696071269d5950f681adc0e4051617f1051be254fd6bed704cb9
28 DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c SHA512 3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b
29
30 diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
31 deleted file mode 100644
32 index d598946893c..00000000000
33 --- a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
34 +++ /dev/null
35 @@ -1,69 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit udev unpacker
42 -
43 -DESCRIPTION="Proprietary plugins and firmware for HPLIP"
44 -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins"
45 -#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
46 -SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run"
47 -LICENSE="hplip-plugin"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - ~net-print/hplip-${PV}
54 - virtual/udev
55 -"
56 -DEPEND=""
57 -
58 -S=${WORKDIR}
59 -
60 -HPLIP_HOME=/usr/share/hplip
61 -
62 -# Binary prebuilt package
63 -QA_PRESTRIPPED="
64 - /usr/share/hplip/fax/plugins/fax_marvell.so
65 - /usr/share/hplip/prnt/plugins/hbpl1.so
66 - /usr/share/hplip/prnt/plugins/lj.so
67 - /usr/share/hplip/scan/plugins/bb_escl.so
68 - /usr/share/hplip/scan/plugins/bb_marvell.so
69 - /usr/share/hplip/scan/plugins/bb_soapht.so
70 - /usr/share/hplip/scan/plugins/bb_soap.so
71 -"
72 -
73 -# License does not allow us to redistribute the "source" package
74 -RESTRICT="mirror"
75 -
76 -src_unpack() {
77 - unpack_makeself "hplip-${PV}-plugin.run"
78 -}
79 -
80 -src_install() {
81 - local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
82 -
83 - insinto "${HPLIP_HOME}"/data/firmware
84 - doins *.fw.gz
85 -
86 - for plugin in *-${hplip_arch}.so; do
87 - local plugin_type=prnt
88 - case "${plugin}" in
89 - fax_*) plugin_type=fax ;;
90 - bb_*) plugin_type=scan ;;
91 - esac
92 -
93 - exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
94 - newexe ${plugin} ${plugin/-${hplip_arch}}
95 - done
96 -
97 - mkdir -p "${ED}/var/lib/hp/"
98 - cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
99 - [plugin]
100 - installed = 1
101 - eula = 1
102 - version = ${PV}
103 - _EOF_
104 -}
105
106 diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild b/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
107 deleted file mode 100644
108 index 7714ffa082d..00000000000
109 --- a/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
110 +++ /dev/null
111 @@ -1,69 +0,0 @@
112 -# Copyright 1999-2019 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=6
116 -
117 -inherit udev unpacker
118 -
119 -DESCRIPTION="Proprietary plugins and firmware for HPLIP"
120 -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins"
121 -#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
122 -SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run"
123 -LICENSE="hplip-plugin"
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~x86"
126 -IUSE=""
127 -
128 -RDEPEND="
129 - ~net-print/hplip-${PV}
130 - virtual/udev
131 -"
132 -DEPEND=""
133 -
134 -S=${WORKDIR}
135 -
136 -HPLIP_HOME=/usr/share/hplip
137 -
138 -# Binary prebuilt package
139 -QA_PRESTRIPPED="
140 - /usr/share/hplip/fax/plugins/fax_marvell.so
141 - /usr/share/hplip/prnt/plugins/hbpl1.so
142 - /usr/share/hplip/prnt/plugins/lj.so
143 - /usr/share/hplip/scan/plugins/bb_escl.so
144 - /usr/share/hplip/scan/plugins/bb_marvell.so
145 - /usr/share/hplip/scan/plugins/bb_soapht.so
146 - /usr/share/hplip/scan/plugins/bb_soap.so
147 -"
148 -
149 -# License does not allow us to redistribute the "source" package
150 -RESTRICT="mirror"
151 -
152 -src_unpack() {
153 - unpack_makeself "hplip-${PV}-plugin.run"
154 -}
155 -
156 -src_install() {
157 - local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
158 -
159 - insinto "${HPLIP_HOME}"/data/firmware
160 - doins *.fw.gz
161 -
162 - for plugin in *-${hplip_arch}.so; do
163 - local plugin_type=prnt
164 - case "${plugin}" in
165 - fax_*) plugin_type=fax ;;
166 - bb_*) plugin_type=scan ;;
167 - esac
168 -
169 - exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
170 - newexe ${plugin} ${plugin/-${hplip_arch}}
171 - done
172 -
173 - mkdir -p "${ED}/var/lib/hp/"
174 - cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
175 - [plugin]
176 - installed = 1
177 - eula = 1
178 - version = ${PV}
179 - _EOF_
180 -}