Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/
Date: Tue, 29 Nov 2016 22:39:23
Message-Id: 1480459082.8452321956d00d0f7f62e9d6ac6a3750db23b885.mrueg@gentoo
1 commit: 8452321956d00d0f7f62e9d6ac6a3750db23b885
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 22:37:45 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 22:38:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84523219
7
8 net-print/hplip-plugin: Version bump to 3.6.11
9
10 Package-Manager: portage-2.3.2
11
12 net-print/hplip-plugin/Manifest | 1 +
13 net-print/hplip-plugin/hplip-plugin-3.16.11.ebuild | 69 ++++++++++++++++++++++
14 2 files changed, 70 insertions(+)
15
16 diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
17 index 201224d..fa48059 100644
18 --- a/net-print/hplip-plugin/Manifest
19 +++ b/net-print/hplip-plugin/Manifest
20 @@ -1,3 +1,4 @@
21 DIST hplip-3.16.10-plugin.run 2061876 SHA256 84ad87ef986fccc3c07c163a3eb494eda8971bdcd0e967c7ad7f60b6fd70527e SHA512 9778431b641c8566ae7bce5c812d7c3f95e3d6b166bc413f4e3b534527cd2a0871495a3b74049f74441a1f450f5e04f8895055aa5982f74bfde35af1ee512e33 WHIRLPOOL 701776290398a8bae98a69af60303b6073593d574c81c22a6ef115370fa6fdbb43b5b1250a2b3f167be1e57ad6f29b63fed51bdd1b22a070140358043e190099
22 +DIST hplip-3.16.11-plugin.run 2059585 SHA256 af2b06696dedffcba416e4af92bef4ce219df6a11c90b8506bd32c2eba6a7cf8 SHA512 579c00523f711c0e7601a825562242545c72f711a5fe19733604d9c55515bb50826f11941b6a5ab65e66f45d4610f4f0732fee069d3e8eaff96b99cf92d45482 WHIRLPOOL ace95bcda1ba22c07d9a808450f576935d2f214a85a925f18874f104c023362428ab7e1c61e2ed5f24907950ef271f09466d10a9dc3fa82d62729f297cdb399e
23 DIST hplip-3.16.3-plugin.run 2084271 SHA256 b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f WHIRLPOOL 928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
24 DIST hplip-3.16.9-plugin.run 2084344 SHA256 7394ab79dd943bb530a7117266dec3f280ac0f825c4d12831c14eec922349c9f SHA512 fdf6fd5d2ff458a5c68bce039914c72d1b118dd8909ef0333861ac26472801185bea43947b983fe164b1a1f80e99800fe3e098e045a0d3c7cbebd03ab83bcbe0 WHIRLPOOL a20d5c582b817eeb1900f6e2b1d650ff63b6eb6f08c4088fc462b66bfeafcbaa4122560fda87cdd0b85d7577a092abd2213c0606d91523306f6ad6349000bc58
25
26 diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.11.ebuild b/net-print/hplip-plugin/hplip-plugin-3.16.11.ebuild
27 new file mode 100644
28 index 00000000..8408448
29 --- /dev/null
30 +++ b/net-print/hplip-plugin/hplip-plugin-3.16.11.ebuild
31 @@ -0,0 +1,69 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="6"
37 +
38 +inherit udev unpacker
39 +
40 +DESCRIPTION="Proprietary plugins and firmware for HPLIP"
41 +HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
42 +SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
43 +
44 +LICENSE="hplip-plugin"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + ~net-print/hplip-${PV}
51 + virtual/udev
52 +"
53 +DEPEND=""
54 +
55 +S=${WORKDIR}
56 +
57 +HPLIP_HOME=/usr/share/hplip
58 +
59 +# Binary prebuilt package
60 +QA_PRESTRIPPED="
61 + /usr/share/hplip/fax/plugins/fax_marvell.so
62 + /usr/share/hplip/prnt/plugins/hbpl1.so
63 + /usr/share/hplip/prnt/plugins/lj.so
64 + /usr/share/hplip/scan/plugins/bb_marvell.so
65 + /usr/share/hplip/scan/plugins/bb_soapht.so
66 + /usr/share/hplip/scan/plugins/bb_soap.so
67 +"
68 +
69 +# License does not allow us to redistribute the "source" package
70 +RESTRICT="mirror"
71 +
72 +src_unpack() {
73 + unpack_makeself "hplip-${PV}-plugin.run"
74 +}
75 +
76 +src_install() {
77 + local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
78 +
79 + insinto "${HPLIP_HOME}"/data/firmware
80 + doins *.fw.gz
81 +
82 + for plugin in *-${hplip_arch}.so; do
83 + local plugin_type=prnt
84 + case "${plugin}" in
85 + fax_*) plugin_type=fax ;;
86 + bb_*) plugin_type=scan ;;
87 + esac
88 +
89 + exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
90 + newexe ${plugin} ${plugin/-${hplip_arch}}
91 + done
92 +
93 + mkdir -p "${ED}/var/lib/hp/"
94 + cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
95 + [plugin]
96 + installed = 1
97 + eula = 1
98 + version = ${PV}
99 + _EOF_
100 +}