public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/
Date: Sat,  1 Oct 2016 12:38:50 +0000 (UTC)	[thread overview]
Message-ID: <1475325454.62d4ffa127b265f6bead1be936c502282fff58f3.mrueg@gentoo> (raw)

commit:     62d4ffa127b265f6bead1be936c502282fff58f3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 12:37:34 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 12:37:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d4ffa1

Revert "net-print/hplip-plugin: Remove old."

This reverts commit f74e81113e347cefafab9d75cb18965870a7b718.

 net-print/hplip-plugin/Manifest                   |  2 +
 net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild | 69 +++++++++++++++++++++++
 net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild | 69 +++++++++++++++++++++++
 3 files changed, 140 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 5e2a604..9e76349 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,4 @@
 DIST hplip-3.14.10-plugin.run 1869038 SHA256 b395b480ad86b9f27b6a2f63b6ecb00beb78e762a6137efb81dc1104837f9b81 SHA512 3e5bea924e989d902aea0de182941be692a124ba8c27f53ce2e4f137308bad8373462c6128c26716e481e758f76533163d311a2676df034c1b15d6ef6ed008be WHIRLPOOL 18375de4cc92cb73bcaa109927bd34f8487938b02472f0b7adbf44ad4688e5c6a1d030077b1e3c14f15f9b8e4cc86d195b0195e2d08121f746c62624db4658db
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f WHIRLPOOL 928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
+DIST hplip-3.16.7-plugin.run 2084352 SHA256 6e0818ec4581a814c0d92dce953ecf85eb7b9b10d358a3c9e8282162591e88cc SHA512 5b361c13e2b0efa59877897c1fc034d3a75194e0d39571c7e850c11544d7c85931852b3c4dea6945378793b529ffa3704377f81cab8b04fcc2abf0dee41d1b05 WHIRLPOOL 47a93d599644761a90ef6a5bfb51532fc7ecd76421ab14c5bba7bb7b29bbc0e73fceb0400c47a3ca7d13134a1aefb4bbd74d1fc8a353a0b39379fa113d53fbb1
+DIST hplip-3.16.8-plugin.run 2087862 SHA256 dd0b67fc1958bcf30c7ec7cb013d36d8071db6f78cc531e2169d139ba29117eb SHA512 f7ca720f343aef9b0d2fd4b3ded909c63fd6d7abce10060d5854b73c63d4a7c4e50c38da55728a53103dddac651068a242e07ae54be84b0ff6cb61fadba35245 WHIRLPOOL 5da94f21d59b51dcec1241046d1f9b7e4a44a8a9d56a4d5d615d2b117487556e67749c72a7d33e81536c0e25652614f88c0c8c6a8a65dcc45a6feac6da03293e

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild b/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild
new file mode 100644
index 00000000..8408448
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
+SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	~net-print/hplip-${PV}
+	virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PRESTRIPPED="
+	/usr/share/hplip/fax/plugins/fax_marvell.so
+	/usr/share/hplip/prnt/plugins/hbpl1.so
+	/usr/share/hplip/prnt/plugins/lj.so
+	/usr/share/hplip/scan/plugins/bb_marvell.so
+	/usr/share/hplip/scan/plugins/bb_soapht.so
+	/usr/share/hplip/scan/plugins/bb_soap.so
+"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_unpack() {
+	unpack_makeself "hplip-${PV}-plugin.run"
+}
+
+src_install() {
+	local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
+
+	insinto "${HPLIP_HOME}"/data/firmware
+	doins *.fw.gz
+
+	for plugin in *-${hplip_arch}.so; do
+		local plugin_type=prnt
+		case "${plugin}" in
+			fax_*) plugin_type=fax ;;
+			bb_*)  plugin_type=scan ;;
+		esac
+
+		exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+		newexe ${plugin} ${plugin/-${hplip_arch}}
+	done
+
+	mkdir -p "${ED}/var/lib/hp/"
+	cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
+		[plugin]
+		installed = 1
+		eula = 1
+		version = ${PV}
+	_EOF_
+}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild b/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
new file mode 100644
index 00000000..8408448
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
+SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	~net-print/hplip-${PV}
+	virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PRESTRIPPED="
+	/usr/share/hplip/fax/plugins/fax_marvell.so
+	/usr/share/hplip/prnt/plugins/hbpl1.so
+	/usr/share/hplip/prnt/plugins/lj.so
+	/usr/share/hplip/scan/plugins/bb_marvell.so
+	/usr/share/hplip/scan/plugins/bb_soapht.so
+	/usr/share/hplip/scan/plugins/bb_soap.so
+"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_unpack() {
+	unpack_makeself "hplip-${PV}-plugin.run"
+}
+
+src_install() {
+	local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
+
+	insinto "${HPLIP_HOME}"/data/firmware
+	doins *.fw.gz
+
+	for plugin in *-${hplip_arch}.so; do
+		local plugin_type=prnt
+		case "${plugin}" in
+			fax_*) plugin_type=fax ;;
+			bb_*)  plugin_type=scan ;;
+		esac
+
+		exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+		newexe ${plugin} ${plugin/-${hplip_arch}}
+	done
+
+	mkdir -p "${ED}/var/lib/hp/"
+	cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
+		[plugin]
+		installed = 1
+		eula = 1
+		version = ${PV}
+	_EOF_
+}


             reply	other threads:[~2016-10-01 12:47 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-01 12:38 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25 20:48 [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/ James Le Cuirot
2024-10-25 12:00 Arthur Zamarin
2024-10-18 17:42 Arthur Zamarin
2024-10-16  2:12 Sam James
2024-10-16  2:12 Sam James
2024-06-29 22:25 James Le Cuirot
2024-01-18 21:21 James Le Cuirot
2023-12-27 21:03 Sam James
2023-12-19  5:08 Sam James
2023-12-19  5:08 Sam James
2023-12-10 15:46 James Le Cuirot
2023-11-16 21:33 James Le Cuirot
2023-11-16 16:22 Sam James
2023-11-15 17:40 Sam James
2023-11-15 17:40 Sam James
2023-11-15 17:40 Sam James
2023-10-19 10:59 James Le Cuirot
2023-09-16  7:31 Daniel Pielmeier
2023-09-07 17:02 Sam James
2023-09-07 17:02 Sam James
2023-09-07 14:41 Sam James
2023-09-07 14:41 Sam James
2023-07-02 20:49 James Le Cuirot
2023-05-02 21:23 James Le Cuirot
2023-05-02 17:35 Sam James
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-04-09 15:18 James Le Cuirot
2023-04-09 14:46 Daniel Pielmeier
2023-04-08 17:52 Arthur Zamarin
2023-04-08 17:32 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 10:40 James Le Cuirot
2023-04-08  9:46 Daniel Pielmeier
2023-04-08  9:17 Daniel Pielmeier
2022-11-21 21:33 James Le Cuirot
2022-11-21 17:14 Daniel Pielmeier
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-08-04  9:10 James Le Cuirot
2022-08-04  9:10 James Le Cuirot
2022-07-31 11:05 Agostino Sarubbo
2022-07-30 17:20 Arthur Zamarin
2022-07-30 13:42 Arthur Zamarin
2022-05-29 13:02 James Le Cuirot
2022-04-06 13:50 David Seifert
2022-04-05 22:17 James Le Cuirot
2022-04-05  8:54 David Seifert
2022-03-07 22:25 James Le Cuirot
2022-03-05 17:28 Daniel Pielmeier
2022-01-26 21:32 James Le Cuirot
2022-01-22 10:16 Daniel Pielmeier
2021-12-07 18:11 Sam James
2021-11-27 10:30 James Le Cuirot
2021-11-27  9:32 James Le Cuirot
2021-10-16  8:42 James Le Cuirot
2021-08-19 17:26 Daniel Pielmeier
2021-08-07 12:15 James Le Cuirot
2021-06-17 23:12 James Le Cuirot
2021-03-17 16:18 Daniel Pielmeier
2021-03-07 22:49 James Le Cuirot
2020-12-26 14:36 Mikle Kolyada
2020-12-17 15:34 Daniel Pielmeier
2020-12-07 22:58 James Le Cuirot
2020-10-18 18:19 James Le Cuirot
2020-09-26 10:36 Daniel Pielmeier
2020-09-25 22:21 Daniel Pielmeier
2020-09-04 23:12 James Le Cuirot
2020-09-04 23:12 James Le Cuirot
2020-09-02 20:50 James Le Cuirot
2020-09-02 20:50 James Le Cuirot
2020-05-16 11:57 Daniel Pielmeier
2020-03-30 22:05 James Le Cuirot
2020-03-11 19:40 Daniel Pielmeier
2020-03-07 20:32 James Le Cuirot
2019-12-15 18:13 Daniel Pielmeier
2019-11-24 20:34 Manuel Rüger
2019-08-15 18:31 Daniel Pielmeier
2019-08-15 18:29 Daniel Pielmeier
2019-08-15 18:01 Daniel Pielmeier
2019-08-15 16:32 Daniel Pielmeier
2019-08-15 16:05 Daniel Pielmeier
2019-07-06  9:46 Daniel Pielmeier
2019-06-27 19:24 Manuel Rüger
2019-05-04  8:38 Daniel Pielmeier
2019-04-08  5:48 Alexey Shvetsov
2019-02-26  8:30 Manuel Rüger
2019-01-20 12:11 Daniel Pielmeier
2018-12-30 15:51 Manuel Rüger
2018-11-29 14:43 Manuel Rüger
2018-09-22  9:52 Daniel Pielmeier
2018-08-02 18:09 Daniel Pielmeier
2018-07-23 15:27 Manuel Rüger
2018-06-21 17:36 Daniel Pielmeier
2018-06-12 23:14 Manuel Rüger
2018-05-24 21:46 Daniel Pielmeier
2018-05-24 21:42 Daniel Pielmeier
2018-05-24 21:42 Daniel Pielmeier
2018-04-10  0:19 Manuel Rüger
2018-01-16 19:19 Daniel Pielmeier
2017-11-20 19:04 Manuel Rüger
2017-11-18 12:11 Daniel Pielmeier
2017-10-22  0:15 Manuel Rüger
2017-09-27 20:41 Daniel Pielmeier
2017-09-24 18:37 Manuel Rüger
2017-09-24 18:37 Manuel Rüger
2017-09-04 15:52 Daniel Pielmeier
2017-06-19 22:39 Manuel Rüger
2017-06-15 11:33 Daniel Pielmeier
2017-04-20 22:27 Manuel Rüger
2016-12-12 17:16 Daniel Pielmeier
2016-11-29 22:39 Manuel Rüger
2016-10-28 18:56 Manuel Rüger
2016-10-24 17:22 Daniel Pielmeier
2016-10-10 22:57 Manuel Rüger
2016-10-01 12:38 Manuel Rüger
2016-09-30 16:43 Daniel Pielmeier
2016-09-17  1:36 Manuel Rüger
2016-09-12 11:11 Patrice Clement
2016-09-01 22:20 Manuel Rüger
2016-08-27 13:50 Patrice Clement
2016-08-16 10:31 Manuel Rüger
2016-06-19  2:16 Göktürk Yüksek
2016-06-05 13:33 Aaron Swenson
2016-04-03 14:53 Manuel Rüger
2016-04-03 13:05 Daniel Pielmeier
2016-03-19 21:41 Patrice Clement
2016-03-19 21:32 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475325454.62d4ffa127b265f6bead1be936c502282fff58f3.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox