[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2024-01-18 Thread James Le Cuirot
commit: 2a58b5d37c6e2cee29c64c7303f9f738747c2a46
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 18 21:20:50 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 18 21:20:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a58b5d3

net-print/hplip-plugin: Drop old 3.23.8

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 738b86d26156..5f013fea62b8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
 DIST hplip-3.23.12-plugin.run 11491524 BLAKE2B 
9b87522a78588d65815992a170451888b4c6ac83809498fae01cfa4d2c333657a7cf49f2358e12ebfd0ae0f4169e29729e9ef8ba6716f74de0a83b11552275e3
 SHA512 
933c27040443584e0cfda71b50b8a251ebd34fdf4a2c90f40e36d1c155b3ae87c1474835356f685de2997469b4b7a3f000e216fd427118eea2542fa142783ab9
-DIST hplip-3.23.8-plugin.run 11491257 BLAKE2B 
1e87b741ebb28605c18954033e5b34ce2456671786e5472665e307253121635c23ecb920f974042ddbf8ebe76882d810f1fce2d39a46fadf774048f9a5673b33
 SHA512 
ba27bb609d2c17972bc7506ca6e9ef8c389c764c8276d0b1ddd711254f9bdb5c354ebe05026e392bfc261648fc57ccf199f60403c0bfbc3aceb78fcf890a39db

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
deleted file mode 100644
index 2574deffcb94..
--- a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-27 Thread Sam James
commit: b14f70c8ea0126e4008f17a9c44848b886aed717
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 27 21:02:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 27 21:02:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14f70c8

net-print/hplip-plugin: Stabilize 3.23.12 x86, #920285

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
index 55e7e30fcef2..2574deffcb94 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-18 Thread Sam James
commit: 284dbbc95dc5c834840fa24e1622235496237ae4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284dbbc9

net-print/hplip-plugin: Stabilize 3.23.12 arm, #920285

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
index 4bf67bc6bda1..f3e270a68a17 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-18 Thread Sam James
commit: b6490242787abd08ddfc3b23f250ffa0f77048ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6490242

net-print/hplip-plugin: Stabilize 3.23.12 amd64, #920285

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
index f3e270a68a17..555a97c183f3 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-10 Thread James Le Cuirot
commit: b3890a1d61988c4def6c678fea1409b6d79e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Dec 10 15:44:35 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Dec 10 15:45:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3890a1d

net-print/hplip-plugin: Version bump to 3.23.12

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d1079c1e309b..738b86d26156 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
+DIST hplip-3.23.12-plugin.run 11491524 BLAKE2B 
9b87522a78588d65815992a170451888b4c6ac83809498fae01cfa4d2c333657a7cf49f2358e12ebfd0ae0f4169e29729e9ef8ba6716f74de0a83b11552275e3
 SHA512 
933c27040443584e0cfda71b50b8a251ebd34fdf4a2c90f40e36d1c155b3ae87c1474835356f685de2997469b4b7a3f000e216fd427118eea2542fa142783ab9
 DIST hplip-3.23.8-plugin.run 11491257 BLAKE2B 
1e87b741ebb28605c18954033e5b34ce2456671786e5472665e307253121635c23ecb920f974042ddbf8ebe76882d810f1fce2d39a46fadf774048f9a5673b33
 SHA512 
ba27bb609d2c17972bc7506ca6e9ef8c389c764c8276d0b1ddd711254f9bdb5c354ebe05026e392bfc261648fc57ccf199f60403c0bfbc3aceb78fcf890a39db

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
new file mode 100644
index ..4bf67bc6bda1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-11-16 Thread James Le Cuirot
commit: 353041d16ff5e983da67a6e239dae1400d20e6d6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Nov 16 21:25:41 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Nov 16 21:28:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353041d1

net-print/hplip-plugin: Drop old 3.23.5

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 9c6939b4fd9c..d1079c1e309b 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.23.5-plugin.run 11491464 BLAKE2B 
78f2f5cb60dc273d9d5c26909b277d36379bb345f12b2c4ddb2ba0542cd090872452f055b02d713f84b753f2418ee5a07a9a6852c256078747b30a15d7a0f352
 SHA512 
73389d295c21bc2c49b3aaa130f04784890eb72b3ca02fe1967b48ef1153205bd625c8efee103d96e1abbc7a4550f028153e94351f9437683d2579d910807dd4
 DIST hplip-3.23.8-plugin.run 11491257 BLAKE2B 
1e87b741ebb28605c18954033e5b34ce2456671786e5472665e307253121635c23ecb920f974042ddbf8ebe76882d810f1fce2d39a46fadf774048f9a5673b33
 SHA512 
ba27bb609d2c17972bc7506ca6e9ef8c389c764c8276d0b1ddd711254f9bdb5c354ebe05026e392bfc261648fc57ccf199f60403c0bfbc3aceb78fcf890a39db

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
deleted file mode 100644
index 2574deffcb94..
--- a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-11-16 Thread Sam James
commit: c25d72ad91cb6713f6786c65acf36694bd0c6f1a
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 16 16:21:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 16 16:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25d72ad

net-print/hplip-plugin: Stabilize 3.23.8 x86, #917389

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
index 55e7e30fcef2..2574deffcb94 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-11-15 Thread Sam James
commit: 4fc15a8ed02724db5303cd2d809a0dc6919a1f57
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 15 17:40:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 15 17:40:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc15a8e

net-print/hplip-plugin: Stabilize 3.23.8 arm, #917389

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
index f1c9aa12f2e3..55e7e30fcef2 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-11-15 Thread Sam James
commit: 604f8531d1fdb880c0b31c38ddca4781c32595d7
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 15 17:40:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 15 17:40:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604f8531

net-print/hplip-plugin: Stabilize 3.23.8 arm64, #917389

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
index d1500b6a1263..f1c9aa12f2e3 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-11-15 Thread Sam James
commit: 69b7f908e199e73bf1c0fbb88a011650d19d353a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 15 17:40:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 15 17:40:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b7f908

net-print/hplip-plugin: Stabilize 3.23.8 amd64, #917389

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
index 4bf67bc6bda1..d1500b6a1263 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-10-19 Thread James Le Cuirot
commit: 8221c8f5e154e4e92e852479d0507b16052a8360
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct 19 10:59:22 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct 19 10:59:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8221c8f5

net-print/hplip-plugin: Version bump to 3.23.8

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 0823342c7452..9c6939b4fd9c 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.23.5-plugin.run 11491464 BLAKE2B 
78f2f5cb60dc273d9d5c26909b277d36379bb345f12b2c4ddb2ba0542cd090872452f055b02d713f84b753f2418ee5a07a9a6852c256078747b30a15d7a0f352
 SHA512 
73389d295c21bc2c49b3aaa130f04784890eb72b3ca02fe1967b48ef1153205bd625c8efee103d96e1abbc7a4550f028153e94351f9437683d2579d910807dd4
+DIST hplip-3.23.8-plugin.run 11491257 BLAKE2B 
1e87b741ebb28605c18954033e5b34ce2456671786e5472665e307253121635c23ecb920f974042ddbf8ebe76882d810f1fce2d39a46fadf774048f9a5673b33
 SHA512 
ba27bb609d2c17972bc7506ca6e9ef8c389c764c8276d0b1ddd711254f9bdb5c354ebe05026e392bfc261648fc57ccf199f60403c0bfbc3aceb78fcf890a39db

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
new file mode 100644
index ..4bf67bc6bda1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.8.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-09-16 Thread Daniel Pielmeier
commit: 09d9c26a68cfae755fab97cc171932041a973e79
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 16 07:30:47 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 16 07:30:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d9c26a

net-print/hplip-plugin: drop 3.23.3

Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index b23736265d16..0823342c7452 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.23.3-plugin.run 11491593 BLAKE2B 
94ba1cf92661f738f19d0c1c42b513569dad7815aeb9dad2d791f68f8ee893ca380fab2c7ff2b1fb9527851d288ec2993875952d889dac0e963b6f19c201d484
 SHA512 
048c545869f9679daa581b63236d57fbc362c39a4f3f6c6afe66552ac1b2def1563ec5b19d3feda44dbd564e2b0f2794833b24752a6139dc77d848146e283074
 DIST hplip-3.23.5-plugin.run 11491464 BLAKE2B 
78f2f5cb60dc273d9d5c26909b277d36379bb345f12b2c4ddb2ba0542cd090872452f055b02d713f84b753f2418ee5a07a9a6852c256078747b30a15d7a0f352
 SHA512 
73389d295c21bc2c49b3aaa130f04784890eb72b3ca02fe1967b48ef1153205bd625c8efee103d96e1abbc7a4550f028153e94351f9437683d2579d910807dd4

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
deleted file mode 100644
index 2574deffcb94..
--- a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-09-07 Thread Sam James
commit: f50b92f04b8d7073b5e56ae50a7cc85b300e760d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 17:02:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 17:02:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50b92f0

net-print/hplip-plugin: Stabilize 3.23.5 x86, #913748

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
index 55e7e30fcef2..2574deffcb94 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-09-07 Thread Sam James
commit: 3bf34ea86bc3a7e93d28d96273d9dac2cf3bf973
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 17:02:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 17:02:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf34ea8

net-print/hplip-plugin: Stabilize 3.23.5 amd64, #913748

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
index 178043a2390a..55e7e30fcef2 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-09-07 Thread Sam James
commit: ee5bf57e1b0a7b04fd3b28d4e03fcf414a084eae
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 14:40:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 14:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5bf57e

net-print/hplip-plugin: Stabilize 3.23.5 arm, #913748

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
index 33347480cb43..178043a2390a 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-09-07 Thread Sam James
commit: 4c43c117bfaa98d76c06e76bad17398c109e0f2d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 14:40:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 14:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c43c117

net-print/hplip-plugin: Stabilize 3.23.5 arm64, #913748

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
index 4bf67bc6bda1..33347480cb43 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-07-02 Thread James Le Cuirot
commit: c764ff70b6c5a098001a43642eaf3198fcbd53da
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jul  2 20:48:24 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jul  2 20:48:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c764ff70

net-print/hplip-plugin: Version bump to 3.23.5

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 9121b8b188ca..b23736265d16 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.23.3-plugin.run 11491593 BLAKE2B 
94ba1cf92661f738f19d0c1c42b513569dad7815aeb9dad2d791f68f8ee893ca380fab2c7ff2b1fb9527851d288ec2993875952d889dac0e963b6f19c201d484
 SHA512 
048c545869f9679daa581b63236d57fbc362c39a4f3f6c6afe66552ac1b2def1563ec5b19d3feda44dbd564e2b0f2794833b24752a6139dc77d848146e283074
+DIST hplip-3.23.5-plugin.run 11491464 BLAKE2B 
78f2f5cb60dc273d9d5c26909b277d36379bb345f12b2c4ddb2ba0542cd090872452f055b02d713f84b753f2418ee5a07a9a6852c256078747b30a15d7a0f352
 SHA512 
73389d295c21bc2c49b3aaa130f04784890eb72b3ca02fe1967b48ef1153205bd625c8efee103d96e1abbc7a4550f028153e94351f9437683d2579d910807dd4

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
new file mode 100644
index ..4bf67bc6bda1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-05-02 Thread James Le Cuirot
commit: 9d8b171482e08e54a05888356cb08bd00d588190
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May  2 21:23:15 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May  2 21:23:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8b1714

net-print/hplip-plugin: Drop old 3.22.10

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 -
 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 7ea4562d2d41..9121b8b188ca 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
 DIST hplip-3.23.3-plugin.run 11491593 BLAKE2B 
94ba1cf92661f738f19d0c1c42b513569dad7815aeb9dad2d791f68f8ee893ca380fab2c7ff2b1fb9527851d288ec2993875952d889dac0e963b6f19c201d484
 SHA512 
048c545869f9679daa581b63236d57fbc362c39a4f3f6c6afe66552ac1b2def1563ec5b19d3feda44dbd564e2b0f2794833b24752a6139dc77d848146e283074

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
deleted file mode 100644
index 2574deffcb94..
--- a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-05-02 Thread Sam James
commit: 82a1d05725c7141364d5e87820b58365da7aa4f8
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 17:28:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 17:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a1d057

net-print/hplip-plugin: Stabilize 3.23.3 x86, #905427

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
index 55e7e30fcef2..2574deffcb94 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-05-02 Thread Arthur Zamarin
commit: 1cd41e8a434f469b4896944070816fa26217ebd3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 15:20:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 15:20:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd41e8a

net-print/hplip-plugin: Stabilize 3.23.3 arm64, #905427

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
index d1500b6a1263..f1c9aa12f2e3 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-05-02 Thread Arthur Zamarin
commit: 7c85ea03ff8fc4d4904bf24cff7443f211585a8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 15:20:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 15:20:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c85ea03

net-print/hplip-plugin: Stabilize 3.23.3 arm, #905427

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
index f1c9aa12f2e3..55e7e30fcef2 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-05-02 Thread Arthur Zamarin
commit: 348767f5142aa4ac8515d58f44f5c3047f206a61
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 15:20:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 15:20:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348767f5

net-print/hplip-plugin: Stabilize 3.23.3 amd64, #905427

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
index 4bf67bc6bda1..d1500b6a1263 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-09 Thread James Le Cuirot
commit: 52c6387234ecf60c8605cf23093e82d8f384249c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr  9 15:18:29 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr  9 15:18:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c63872

net-print/hplip-plugin: Version bump to 3.23.3

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 9124632219d8..7ea4562d2d41 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
+DIST hplip-3.23.3-plugin.run 11491593 BLAKE2B 
94ba1cf92661f738f19d0c1c42b513569dad7815aeb9dad2d791f68f8ee893ca380fab2c7ff2b1fb9527851d288ec2993875952d889dac0e963b6f19c201d484
 SHA512 
048c545869f9679daa581b63236d57fbc362c39a4f3f6c6afe66552ac1b2def1563ec5b19d3feda44dbd564e2b0f2794833b24752a6139dc77d848146e283074

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
new file mode 100644
index ..4bf67bc6bda1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-09 Thread Daniel Pielmeier
commit: 7f1e377aa524b57f6e9515f680b797bd9e036bf5
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Apr  9 14:43:59 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Apr  9 14:43:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1e377a

net-print/hplip-plugin: drop 3.22.6

Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d89bdf6a6cb1..9124632219d8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
 DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
-DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
deleted file mode 100644
index 9885b6f1574b..
--- a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread Arthur Zamarin
commit: 564d310da74c5dc080a10b9a4ab1a20d27b87c79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:52:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:52:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564d310d

net-print/hplip-plugin: Stabilize 3.22.10 amd64, #899282

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
index bc0d2db36a69..2574deffcb94 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread Arthur Zamarin
commit: 6df60d7e0c4d0d0730e7f027602980f1afec472b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:32:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df60d7e

net-print/hplip-plugin: Stabilize 3.22.10 arm, #899282

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
index 4640ec88147f..bc0d2db36a69 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 x86"
+KEYWORDS="~amd64 arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread Arthur Zamarin
commit: cb09669d329675d5842470709c6704927e9640f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:30:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:30:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb09669d

net-print/hplip-plugin: Stabilize 3.22.10 x86, #899282

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
index 58cb1caf77f7..4640ec88147f 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread James Le Cuirot
commit: ca85c6f01257586edf05840a667510f798c12677
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  8 10:40:32 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  8 10:40:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca85c6f0

net-print/hplip-plugin: Stabilise 3.22.10 on arm64

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
index 54c789992915..58cb1caf77f7 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread Daniel Pielmeier
commit: 46d614ed33392dc2d20af359c02b4b69f8a91d88
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Apr  8 09:45:46 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Apr  8 09:46:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d614ed

net-print/hplip-plugin: add back 3.22.6

Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 9124632219d8..d89bdf6a6cb1 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
+DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
new file mode 100644
index ..9885b6f1574b
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="amd64 arm ~arm64 x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-04-08 Thread Daniel Pielmeier
commit: 628877344de57b08e08df5717f7d9029e045956a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Apr  8 09:17:22 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Apr  8 09:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62887734

net-print/hplip-plugin: drop 3.22.6

Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d89bdf6a6cb1..9124632219d8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
 DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
-DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
deleted file mode 100644
index 5f684cc91dfd..
--- a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-11-21 Thread James Le Cuirot
commit: 0e0c50026c4054fc33bec90a4e868b596ec7bc6d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 21 21:32:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 21 21:32:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0c5002

net-print/hplip-plugin: Version bump to 3.22.10

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 37a09c3cb9e8..d89bdf6a6cb1 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
+DIST hplip-3.22.10-plugin.run 11494258 BLAKE2B 
c9cca80349af4f04f1b1d055083fea451d079a08179fe29fb8ca056c76a36847a58cdc526080d16620a7ab7b8650ccc46f15b3a63447964a6f6006e54b316905
 SHA512 
dfedc343898fb7b9e951de9a09578627b208f7d0652666eb05d5926ad3ec220bd049d6bee1fb211c72f2e484925e48a665c3133aeeca9d19032fd95e0c3711fa
 DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
new file mode 100644
index ..54c789992915
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.10.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-11-21 Thread Daniel Pielmeier
commit: 34d5b721a35c918dfdeda3f1d8ef019e68837690
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Nov 21 17:14:09 2022 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Nov 21 17:14:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d5b721

net-print/hplip-plugin: drop 3.22.4

Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 4a38e571c9b0..37a09c3cb9e8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.22.4-plugin.run 11487215 BLAKE2B 
dc9b0977c35bff29c81f3854e7104301c3bd96cf77833a056a09dd2b2465e8f47c53c941ff4d1235f62eae9a3af93fe95129111d7abf5e82032959de1167920e
 SHA512 
be53ad8d2f910d772535775037b912f332122a6aa141fa2f92415dd9a259efca34011939e648fc7a46e8123ee409396b28236947e37539153c55f80c6d7f8cd1
 DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
deleted file mode 100644
index 5f684cc91dfd..
--- a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-11-17 Thread Sam James
commit: 814dfd040b101b77df3aa12659a37eb53fbe8e24
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 18 04:53:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 18 04:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814dfd04

net-print/hplip-plugin: Stabilize 3.22.6 amd64, #881577

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
index 54c789992915..da0e24fbae87 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-11-17 Thread Sam James
commit: fd4064ee28067146e9bb12b8eb0912ae66072932
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 18 04:53:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 18 04:53:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4064ee

net-print/hplip-plugin: Stabilize 3.22.6 x86, #881577

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
index da0e24fbae87..d6d2c24442bb 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-11-17 Thread Sam James
commit: 98cd98f538d60b88244851c0a02bf578ff9f9386
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 18 04:53:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 18 04:53:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cd98f5

net-print/hplip-plugin: Stabilize 3.22.6 arm, #881577

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
index d6d2c24442bb..5f684cc91dfd 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-08-04 Thread James Le Cuirot
commit: 3954fb2842d45281d2c554b20750c775eb79a89f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Aug  4 09:07:09 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug  4 09:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3954fb28

net-print/hplip-plugin: Drop old 3.22.2

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 24d4f8ae8ea2..4a38e571c9b0 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 
2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b
 SHA512 
5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c52df8221a341b10c940022708299a33449020e633a9873205b568959327cb24
 DIST hplip-3.22.4-plugin.run 11487215 BLAKE2B 
dc9b0977c35bff29c81f3854e7104301c3bd96cf77833a056a09dd2b2465e8f47c53c941ff4d1235f62eae9a3af93fe95129111d7abf5e82032959de1167920e
 SHA512 
be53ad8d2f910d772535775037b912f332122a6aa141fa2f92415dd9a259efca34011939e648fc7a46e8123ee409396b28236947e37539153c55f80c6d7f8cd1
 DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
deleted file mode 100644
index 5f684cc91dfd..
--- a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-S="${WORKDIR}"
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="orblite"
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-src_install() {
-   local hplip_arch plugin
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-08-04 Thread James Le Cuirot
commit: d45f89b0728a519f8dc85dc0a0802ab6fe299ffb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Aug  4 09:06:33 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug  4 09:09:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45f89b0

net-print/hplip-plugin: Version bump to 3.22.6

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index e1a74f1a0c27..24d4f8ae8ea2 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 
2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b
 SHA512 
5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c52df8221a341b10c940022708299a33449020e633a9873205b568959327cb24
 DIST hplip-3.22.4-plugin.run 11487215 BLAKE2B 
dc9b0977c35bff29c81f3854e7104301c3bd96cf77833a056a09dd2b2465e8f47c53c941ff4d1235f62eae9a3af93fe95129111d7abf5e82032959de1167920e
 SHA512 
be53ad8d2f910d772535775037b912f332122a6aa141fa2f92415dd9a259efca34011939e648fc7a46e8123ee409396b28236947e37539153c55f80c6d7f8cd1
+DIST hplip-3.22.6-plugin.run 11493966 BLAKE2B 
9346625c665c25c5c065462269fba4764ef6728a5a351fc0ca81d5fbd3af41185d18cbee88bc9ae0c40909ed1dd412c5f53486676daf0459b79a612c7d65c257
 SHA512 
6eafe71f88a012bc95ecdf5bf70756e08074208964183b057f299167030b9d228c934c08955c400333b88b46d7d55ed25eb0792a8ed24b4df97a61dddca64585

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
new file mode 100644
index ..54c789992915
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-07-31 Thread Agostino Sarubbo
commit: 73a4e7cd706bfb244b233010570f4edc8555c15e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 31 11:05:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 31 11:05:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a4e7cd

net-print/hplip-plugin: amd64 stable wrt bug #862136

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
index d9fa79adac2c..5f684cc91dfd 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-07-30 Thread Arthur Zamarin
commit: 3000c898a7fda4af1af800c5ff1c1cd81495d595
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 17:20:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 17:20:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3000c898

net-print/hplip-plugin: Stabilize 3.22.4 x86, #862136

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
index 1e565c3eee3d..d9fa79adac2c 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-07-30 Thread Arthur Zamarin
commit: 9864d3610e9fd80b45b8324b9d79ebf847d52bf8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 13:42:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 13:42:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9864d361

net-print/hplip-plugin: Stabilize 3.22.4 arm, #862136

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
index 54c789992915..1e565c3eee3d 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-05-29 Thread James Le Cuirot
commit: 7f3847ef9d6c96250f6db3f93e47c3a317a4fe85
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun May 29 13:01:41 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun May 29 13:01:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3847ef

net-print/hplip-plugin: Version bump to 3.22.4

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 115ec594bdd8..e1a74f1a0c27 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 
2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b
 SHA512 
5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c52df8221a341b10c940022708299a33449020e633a9873205b568959327cb24
+DIST hplip-3.22.4-plugin.run 11487215 BLAKE2B 
dc9b0977c35bff29c81f3854e7104301c3bd96cf77833a056a09dd2b2465e8f47c53c941ff4d1235f62eae9a3af93fe95129111d7abf5e82032959de1167920e
 SHA512 
be53ad8d2f910d772535775037b912f332122a6aa141fa2f92415dd9a259efca34011939e648fc7a46e8123ee409396b28236947e37539153c55f80c6d7f8cd1

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
new file mode 100644
index ..54c789992915
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+src_install() {
+   local hplip_arch plugin
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-04-06 Thread David Seifert
commit: afdf2aa49ce74e09a02828d29944a40c2ac6e158
Author: David Seifert  gentoo  org>
AuthorDate: Wed Apr  6 13:50:24 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Apr  6 13:50:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdf2aa4

net-print/hplip-plugin: drop 3.20.11, 3.21.12

Signed-off-by: David Seifert  gentoo.org>

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild | 72 -
 net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild | 73 --
 3 files changed, 147 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 88e4acb316cf..115ec594bdd8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1 @@
-DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.21.12-plugin.run 11487224 BLAKE2B 
601f70d6d75bc0172b6de647af43afa0ec047eb8b0a9a37611f2496d43daf1d4de4b705d6e58cb209910d7341811dc365d7aeb60d738f5e8ede71337bf36b58e
 SHA512 
5bf6c0d7fb10f9108baac5d9c0c62f080b15cb227ae39c6647111d6dd39a3f97ab1044bccce781f224b5886842da5bd5063d3ce05db374a43e57a7152c52683b
 DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 
2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b
 SHA512 
5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c52df8221a341b10c940022708299a33449020e633a9873205b568959327cb24

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
deleted file mode 100644
index 0524ab3f3cae..
--- a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild
deleted file mode 100644
index 354cee23d950..
--- a/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-04-05 Thread James Le Cuirot
commit: 2cd5e9d7f5aa13ca0d2322dd080bb6b38f49f974
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Apr  5 22:16:32 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Apr  5 22:16:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd5e9d7

net-print/hplip-plugin: Stabilise on amd64, arm, x86

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
index 54c789992915..5f684cc91dfd 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-04-05 Thread David Seifert
commit: 26d3b8443847994cdd70b040bba85d9de8512f7e
Author: David Seifert  gentoo  org>
AuthorDate: Tue Apr  5 08:54:46 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Apr  5 08:54:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d3b844

net-print/hplip-plugin: canonical variable order

Signed-off-by: David Seifert  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
index 354cee23d950..54c789992915 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
@@ -8,10 +8,14 @@ inherit unpacker
 DESCRIPTION="Proprietary plugins and firmware for HPLIP"
 HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+S="${WORKDIR}"
+
 LICENSE="hplip-plugin"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="orblite"
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
 
 RDEPEND="
~net-print/hplip-${PV}
@@ -22,20 +26,14 @@ RDEPEND="
virtual/libusb:0
)
 "
-DEPEND=""
-
-S=${WORKDIR}
 
 HPLIP_HOME=/usr/share/hplip
 
 # Binary prebuilt package
 QA_PREBUILT="${HPLIP_HOME}/*.so"
 
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
 src_install() {
-   local hplip_arch
+   local hplip_arch plugin
case "${ARCH}" in
amd64) hplip_arch="x86_64" ;;
arm)   hplip_arch="arm32"  ;;



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-03-07 Thread James Le Cuirot
commit: 01fe53b0105b64b4d325e6c04aaa92feb82c3ed0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar  7 22:24:08 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar  7 22:24:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fe53b0

net-print/hplip-plugin: Version bump to 3.22.2

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3b629108edcb..88e4acb316cf 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.12-plugin.run 11487224 BLAKE2B 
601f70d6d75bc0172b6de647af43afa0ec047eb8b0a9a37611f2496d43daf1d4de4b705d6e58cb209910d7341811dc365d7aeb60d738f5e8ede71337bf36b58e
 SHA512 
5bf6c0d7fb10f9108baac5d9c0c62f080b15cb227ae39c6647111d6dd39a3f97ab1044bccce781f224b5886842da5bd5063d3ce05db374a43e57a7152c52683b
+DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 
2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b
 SHA512 
5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c52df8221a341b10c940022708299a33449020e633a9873205b568959327cb24

diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
new file mode 100644
index ..354cee23d950
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-03-05 Thread Daniel Pielmeier
commit: 6f117c6d4923606769272b0794701e2b85f4863f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Mar  5 17:28:17 2022 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Mar  5 17:28:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f117c6d

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 -
 net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 6a5db3529f6d..3b629108edcb 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.21.10-plugin.run 11514107 BLAKE2B 
a5e0d9d76e4575e8b99cf32749590d1b5209bfd9b33827f3d6f918a4574fb7452c68c816933fe6142b9acd8e336fd57a5a4ef6cf126e767ce37a05872db666ef
 SHA512 
ee5c36b42e3f8e59607bf4e5a2b0e2b594f19aa7302125fff5dd5fdf392cc7cd142d6c44cbd35a53e1f160ee8293a25419caec2de7e09ecc926551723c793b67
 DIST hplip-3.21.12-plugin.run 11487224 BLAKE2B 
601f70d6d75bc0172b6de647af43afa0ec047eb8b0a9a37611f2496d43daf1d4de4b705d6e58cb209910d7341811dc365d7aeb60d738f5e8ede71337bf36b58e
 SHA512 
5bf6c0d7fb10f9108baac5d9c0c62f080b15cb227ae39c6647111d6dd39a3f97ab1044bccce781f224b5886842da5bd5063d3ce05db374a43e57a7152c52683b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
deleted file mode 100644
index f253c082d73c..
--- a/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-01-26 Thread James Le Cuirot
commit: af4955f1a8da67b7b6aef31f7d5276f477b010cb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 26 21:30:56 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 26 21:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4955f1

net-print/hplip-plugin: Version bump to 3.21.12

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 986ad4603fb6..6a5db3529f6d 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.10-plugin.run 11514107 BLAKE2B 
a5e0d9d76e4575e8b99cf32749590d1b5209bfd9b33827f3d6f918a4574fb7452c68c816933fe6142b9acd8e336fd57a5a4ef6cf126e767ce37a05872db666ef
 SHA512 
ee5c36b42e3f8e59607bf4e5a2b0e2b594f19aa7302125fff5dd5fdf392cc7cd142d6c44cbd35a53e1f160ee8293a25419caec2de7e09ecc926551723c793b67
+DIST hplip-3.21.12-plugin.run 11487224 BLAKE2B 
601f70d6d75bc0172b6de647af43afa0ec047eb8b0a9a37611f2496d43daf1d4de4b705d6e58cb209910d7341811dc365d7aeb60d738f5e8ede71337bf36b58e
 SHA512 
5bf6c0d7fb10f9108baac5d9c0c62f080b15cb227ae39c6647111d6dd39a3f97ab1044bccce781f224b5886842da5bd5063d3ce05db374a43e57a7152c52683b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild
new file mode 100644
index ..354cee23d950
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2022-01-22 Thread Daniel Pielmeier
commit: 6611e1f13cfa57e2333171b08d5b9e4b0dea13ce
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Jan 22 10:15:32 2022 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Jan 22 10:15:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6611e1f1

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  2 -
 net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild | 73 ---
 net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild | 73 ---
 3 files changed, 148 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 03ef9368493c..986ad4603fb6 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.10-plugin.run 11514107 BLAKE2B 
a5e0d9d76e4575e8b99cf32749590d1b5209bfd9b33827f3d6f918a4574fb7452c68c816933fe6142b9acd8e336fd57a5a4ef6cf126e767ce37a05872db666ef
 SHA512 
ee5c36b42e3f8e59607bf4e5a2b0e2b594f19aa7302125fff5dd5fdf392cc7cd142d6c44cbd35a53e1f160ee8293a25419caec2de7e09ecc926551723c793b67
-DIST hplip-3.21.6-plugin.run 11514013 BLAKE2B 
3ce0aea3642579838fc683a26a2ef16ce3477b3b664487764895504d1f488fa1246ece0ee19889403e6f22f18ebbe16a7ccd689ae6bbc48197179365dbeb672d
 SHA512 
aa5620687a4b3ac1ff4c8278ac8d51bb38cedf6ea79782bd7c11e71beb0fe75672761874f271ff33e73a394f2a3aa04e1976455688b0f850b57ad7bc1eea3af8
-DIST hplip-3.21.8-plugin.run 11513942 BLAKE2B 
cbc5614b28a2032ade7fe9906ba5e93c773129121c5b6be950d8d04fd3edeaa97224cee6db4db72fbee6312151d4340b54c04753d03fea36a1772c961a3a0eba
 SHA512 
5042e210d9c084e73a971d605a2eee5e96f2309101859fca09efbd09d60b6ae4959e54cdb334589f36a7aea16fb9eb23eb02bf2b330fab2e4c5a710cb0ec55e1

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild
deleted file mode 100644
index 3d990cae58c0..
--- a/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   arm64) hplip_arch="arm64"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild
deleted file mode 100644
index 66a474795496..
--- a/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-12-07 Thread Sam James
commit: 61f2efdf77ac8243a99ef4b1af6e99b44bd3f35b
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 18:11:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 18:11:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f2efdf

net-print/hplip-plugin: Keyword 3.21.10 arm64, #744397

Signed-off-by: Sam James  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
index 66a474795496..f253c082d73c 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="orblite"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-11-27 Thread James Le Cuirot
commit: f7216c179858866dd957ab75a51f1b75bed5e316
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Nov 27 10:29:14 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Nov 27 10:29:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7216c17

net-print/hplip-plugin: Actually bump to 3.21.10

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild | 73 ++
 1 file changed, 73 insertions(+)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
new file mode 100644
index ..66a474795496
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.10.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-11-27 Thread James Le Cuirot
commit: cc0b1065e4d42e5c95d4e1c7d778e515bb58071e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Nov 27 09:14:33 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Nov 27 09:14:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0b1065

net-print/hplip-plugin: Version bump to 3.21.10

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3baee2c5fbd4..03ef9368493c 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
+DIST hplip-3.21.10-plugin.run 11514107 BLAKE2B 
a5e0d9d76e4575e8b99cf32749590d1b5209bfd9b33827f3d6f918a4574fb7452c68c816933fe6142b9acd8e336fd57a5a4ef6cf126e767ce37a05872db666ef
 SHA512 
ee5c36b42e3f8e59607bf4e5a2b0e2b594f19aa7302125fff5dd5fdf392cc7cd142d6c44cbd35a53e1f160ee8293a25419caec2de7e09ecc926551723c793b67
 DIST hplip-3.21.6-plugin.run 11514013 BLAKE2B 
3ce0aea3642579838fc683a26a2ef16ce3477b3b664487764895504d1f488fa1246ece0ee19889403e6f22f18ebbe16a7ccd689ae6bbc48197179365dbeb672d
 SHA512 
aa5620687a4b3ac1ff4c8278ac8d51bb38cedf6ea79782bd7c11e71beb0fe75672761874f271ff33e73a394f2a3aa04e1976455688b0f850b57ad7bc1eea3af8
 DIST hplip-3.21.8-plugin.run 11513942 BLAKE2B 
cbc5614b28a2032ade7fe9906ba5e93c773129121c5b6be950d8d04fd3edeaa97224cee6db4db72fbee6312151d4340b54c04753d03fea36a1772c961a3a0eba
 SHA512 
5042e210d9c084e73a971d605a2eee5e96f2309101859fca09efbd09d60b6ae4959e54cdb334589f36a7aea16fb9eb23eb02bf2b330fab2e4c5a710cb0ec55e1



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-10-16 Thread James Le Cuirot
commit: a13aef3f18414766ef5452ccc8198e067c7dcfe4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 16 08:42:09 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 16 08:42:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13aef3f

net-print/hplip-plugin: Version bump to 3.21.8

Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index e06eb63eb4e..3baee2c5fbd 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.6-plugin.run 11514013 BLAKE2B 
3ce0aea3642579838fc683a26a2ef16ce3477b3b664487764895504d1f488fa1246ece0ee19889403e6f22f18ebbe16a7ccd689ae6bbc48197179365dbeb672d
 SHA512 
aa5620687a4b3ac1ff4c8278ac8d51bb38cedf6ea79782bd7c11e71beb0fe75672761874f271ff33e73a394f2a3aa04e1976455688b0f850b57ad7bc1eea3af8
+DIST hplip-3.21.8-plugin.run 11513942 BLAKE2B 
cbc5614b28a2032ade7fe9906ba5e93c773129121c5b6be950d8d04fd3edeaa97224cee6db4db72fbee6312151d4340b54c04753d03fea36a1772c961a3a0eba
 SHA512 
5042e210d9c084e73a971d605a2eee5e96f2309101859fca09efbd09d60b6ae4959e54cdb334589f36a7aea16fb9eb23eb02bf2b330fab2e4c5a710cb0ec55e1

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild
new file mode 100644
index 000..66a47479549
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.8.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-08-19 Thread Daniel Pielmeier
commit: adf2280747c0d67e76942ae29e43702081dfcc85
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug 19 17:24:40 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 19 17:24:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf22807

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  2 -
 net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild | 72 ---
 net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild | 72 ---
 3 files changed, 146 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 02111300445..e06eb63eb4e 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6
-DIST hplip-3.21.4-plugin.run 11514018 BLAKE2B 
a12881a1e4795fb1f5294a8b164f72aa38fd2365fe07853d0a16c688b38835f852e6317992541920fdc299ee84a7b725e70788e5759acbffb173d2604328468a
 SHA512 
0a01dcbafe641688fd21e4f1a1a4520eadd5a1312a913c6870054bbf5b43d22310dea3a21a8e37e645f5637d808ebaeeaa4d64346e73b97c6dc1cba25733a8de
 DIST hplip-3.21.6-plugin.run 11514013 BLAKE2B 
3ce0aea3642579838fc683a26a2ef16ce3477b3b664487764895504d1f488fa1246ece0ee19889403e6f22f18ebbe16a7ccd689ae6bbc48197179365dbeb672d
 SHA512 
aa5620687a4b3ac1ff4c8278ac8d51bb38cedf6ea79782bd7c11e71beb0fe75672761874f271ff33e73a394f2a3aa04e1976455688b0f850b57ad7bc1eea3af8

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild
deleted file mode 100644
index cca0faecc4c..000
--- a/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild
deleted file mode 100644
index cca0faecc4c..000
--- a/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-08-07 Thread James Le Cuirot
commit: 6cb350092e13d84aa55c2723d8922aa5ce066a79
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug  7 09:03:09 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug  7 12:14:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb35009

net-print/hplip-plugin: Version bump to 3.21.6

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 53c5ac1fc39..02111300445 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6
 DIST hplip-3.21.4-plugin.run 11514018 BLAKE2B 
a12881a1e4795fb1f5294a8b164f72aa38fd2365fe07853d0a16c688b38835f852e6317992541920fdc299ee84a7b725e70788e5759acbffb173d2604328468a
 SHA512 
0a01dcbafe641688fd21e4f1a1a4520eadd5a1312a913c6870054bbf5b43d22310dea3a21a8e37e645f5637d808ebaeeaa4d64346e73b97c6dc1cba25733a8de
+DIST hplip-3.21.6-plugin.run 11514013 BLAKE2B 
3ce0aea3642579838fc683a26a2ef16ce3477b3b664487764895504d1f488fa1246ece0ee19889403e6f22f18ebbe16a7ccd689ae6bbc48197179365dbeb672d
 SHA512 
aa5620687a4b3ac1ff4c8278ac8d51bb38cedf6ea79782bd7c11e71beb0fe75672761874f271ff33e73a394f2a3aa04e1976455688b0f850b57ad7bc1eea3af8

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild
new file mode 100644
index 000..3d990cae58c
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.6.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   arm64) hplip_arch="arm64"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-06-17 Thread James Le Cuirot
commit: 6c28873d81cc0683830afeda44851ece2efc15b9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jun 17 23:12:32 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jun 17 23:12:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c28873d

net-print/hplip-plugin: Version bump to 3.21.4

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 2d43c2579ec..53c5ac1fc39 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6
+DIST hplip-3.21.4-plugin.run 11514018 BLAKE2B 
a12881a1e4795fb1f5294a8b164f72aa38fd2365fe07853d0a16c688b38835f852e6317992541920fdc299ee84a7b725e70788e5759acbffb173d2604328468a
 SHA512 
0a01dcbafe641688fd21e4f1a1a4520eadd5a1312a913c6870054bbf5b43d22310dea3a21a8e37e645f5637d808ebaeeaa4d64346e73b97c6dc1cba25733a8de

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild
new file mode 100644
index 000..cca0faecc4c
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-03-17 Thread Daniel Pielmeier
commit: 67bf57e22a153101ef012e8235b4bc34a8cd5172
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 16:18:18 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 16:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bf57e2

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d96201b14f9..2d43c2579ec 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a
 DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
deleted file mode 100644
index 0524ab3f3ca..000
--- a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-03-07 Thread James Le Cuirot
commit: b88ba1f34c0ec2f851e4562687181b633c70c9ce
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Mar  7 22:48:50 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar  7 22:49:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88ba1f3

net-print/hplip-plugin: Version bump to 3.21.2

Closes: https://bugs.gentoo.org/774435
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 409f6e002ca..d96201b14f9 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a
+DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6

diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild
new file mode 100644
index 000..cca0faecc4c
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.21.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-12-26 Thread Mikle Kolyada
commit: 047a98dfe28fe6572c95906516f133e8866f7a3b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 26 14:36:48 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 26 14:36:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047a98df

net-print/hplip-plugin: mark stable

Acked by dilfridge

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild | 2 +-
 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
index fa8335f3ab1..0524ab3f3ca 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="orblite"
 
 RDEPEND="

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
index fa8335f3ab1..0524ab3f3ca 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="orblite"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-12-17 Thread Daniel Pielmeier
commit: d8466fcdce55b0a3f7211b4921dc845de872b12e
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Dec 17 15:34:46 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Dec 17 15:34:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8466fcd

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 63 ---
 .../hplip-plugin/hplip-plugin-3.20.6-r1.ebuild | 72 --
 3 files changed, 137 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 25eb4f95ab8..409f6e002ca 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed
 DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
deleted file mode 100644
index 94c7a5c5514..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/libusb:0
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   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
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild
deleted file mode 100644
index fa8335f3ab1..000
--- a/net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-12-07 Thread James Le Cuirot
commit: 6ff027645c5912e8c26419fbdbcb58a7f6ce149b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec  7 22:23:26 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec  7 22:57:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff02764

net-print/hplip-plugin: Version bump to 3.20.11

Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 954eb9245e1..25eb4f95ab8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
+DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
 DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed
 DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
new file mode 100644
index 000..fa8335f3ab1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-10-18 Thread James Le Cuirot
commit: 9ab64c3908ec1e7f1d676fa05970ee40c176f3ea
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct 18 18:18:33 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct 18 18:18:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab64c39

net-print/hplip-plugin: Version bump to 3.20.9

Closes: https://bugs.gentoo.org/746332
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index f22bf52107c..954eb9245e1 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
 DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed
+DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
new file mode 100644
index 000..fa8335f3ab1
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="orblite"
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-26 Thread Daniel Pielmeier
commit: 9d0b50677352d435832143ba3f4bc797974e9837
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 26 10:34:50 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 26 10:35:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0b5067

net-print/hplip-plugin: Partial revert of commit '0fe5854ccdd'.

Restore hplip-plugin-3.19.12 to keep a working version for users
affected by bug #727688.

Bug: https://bugs.gentoo.org/727688
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 4764154b084..f22bf52107c 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
+DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
 DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
new file mode 100644
index 000..94c7a5c5514
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PREBUILT="${HPLIP_HOME}/*.so"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-25 Thread Daniel Pielmeier
commit: 0fe5854ccdd1c2e0d75243dc0b606f71bfe4f36f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 25 22:21:41 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 25 22:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe5854c

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 63 --
 net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild  | 63 --
 3 files changed, 128 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index b9a3da1ad60..4764154b084 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1 @@
-DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
-DIST hplip-3.20.3-plugin.run 11514166 BLAKE2B 
15ff8caf13f82256a5e814acf2b0433a6d365cea8b0073ea133f2e8a175796be04b058f44f68fb86c0f43f4a7c0bebf14f486aa93548b5155490e7240d02355a
 SHA512 
3481c852aed773d3b3bcecd203066476a670eb506688381c54bc88f4057ad15da99b128d8a1cc2358985c0b3772b5538e75988dd66221f50dcea78f9bab2e3ce
 DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
deleted file mode 100644
index 94c7a5c5514..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/libusb:0
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   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
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
deleted file mode 100644
index 94c7a5c5514..000
--- a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/libusb:0
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." 

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-04 Thread James Le Cuirot
commit: c1f15bee70544a0f260ec8e5ef853ae71fffe669
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  4 22:54:18 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  4 23:11:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f15bee

net-print/hplip-plugin: Mark all *.so files as prebuilt

They were already marked as prestripped but were still tripping other
QA checks.

Closes: https://bugs.gentoo.org/740324
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 10 +-
 net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild  | 10 +-
 net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild  | 10 +-
 3 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
index 31513651013..94c7a5c5514 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
@@ -25,15 +25,7 @@ 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_escl.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
-"
+QA_PREBUILT="${HPLIP_HOME}/*.so"
 
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
index 31513651013..94c7a5c5514 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
@@ -25,15 +25,7 @@ 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_escl.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
-"
+QA_PREBUILT="${HPLIP_HOME}/*.so"
 
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
index 31513651013..94c7a5c5514 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
@@ -25,15 +25,7 @@ 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_escl.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
-"
+QA_PREBUILT="${HPLIP_HOME}/*.so"
 
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-04 Thread James Le Cuirot
commit: 2f8c3d1aaff80f1a3b83889f653256107f416410
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  4 23:10:18 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  4 23:11:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8c3d1a

net-print/hplip-plugin: Add missing ORBlite deps and wrap in USE flag

Closes: https://bugs.gentoo.org/740322
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 ...ugin-3.20.6.ebuild => hplip-plugin-3.20.6-r1.ebuild} | 17 +
 net-print/hplip-plugin/metadata.xml |  3 +++
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild
similarity index 83%
rename from net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
rename to net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild
index 94c7a5c5514..fa8335f3ab1 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.6-r1.ebuild
@@ -11,12 +11,16 @@ 
SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
 LICENSE="hplip-plugin"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="orblite"
 
 RDEPEND="
~net-print/hplip-${PV}
-   virtual/libusb:0
virtual/udev
+   orblite? (
+   media-gfx/sane-backends
+   >=sys-libs/glibc-2.26
+   virtual/libusb:0
+   )
 "
 DEPEND=""
 
@@ -45,8 +49,13 @@ src_install() {
for plugin in *-${hplip_arch}.so; do
local plugin_type=prnt
case "${plugin}" in
-   fax_*) plugin_type=fax ;;
-   bb_*)  plugin_type=scan ;;
+   bb_orblite-*)
+   use orblite || continue
+   plugin_type=scan ;;
+   bb_*)
+   plugin_type=scan ;;
+   fax_*)
+   plugin_type=fax ;;
esac
 
exeinto "${HPLIP_HOME}"/${plugin_type}/plugins

diff --git a/net-print/hplip-plugin/metadata.xml 
b/net-print/hplip-plugin/metadata.xml
index ccfaea82845..cb97715b859 100644
--- a/net-print/hplip-plugin/metadata.xml
+++ b/net-print/hplip-plugin/metadata.xml
@@ -12,4 +12,7 @@

hplip

+   
+   Install the ORBlite scanner plugin
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-02 Thread James Le Cuirot
commit: 13543245f6ed153a803bbe0a4a0b43d98f631777
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Sep  2 20:14:39 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Sep  2 20:49:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13543245

net-print/hplip-plugin: Add myself as maintainer

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-print/hplip-plugin/metadata.xml 
b/net-print/hplip-plugin/metadata.xml
index aa914daf8cf..ccfaea82845 100644
--- a/net-print/hplip-plugin/metadata.xml
+++ b/net-print/hplip-plugin/metadata.xml
@@ -5,6 +5,10 @@
print...@gentoo.org
Gentoo Printing Project

+   
+   ch...@gentoo.org
+   James Le Cuirot
+   

hplip




[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-09-02 Thread James Le Cuirot
commit: c701187c4f6c78d75b6f799484be47e8aad38b90
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Sep  2 20:24:58 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Sep  2 20:49:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c701187c

net-print/hplip-plugin: Version bump to 3.20.6

Closes: https://bugs.gentoo.org/729012
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 416caaf84f7..b9a3da1ad60 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
 DIST hplip-3.20.3-plugin.run 11514166 BLAKE2B 
15ff8caf13f82256a5e814acf2b0433a6d365cea8b0073ea133f2e8a175796be04b058f44f68fb86c0f43f4a7c0bebf14f486aa93548b5155490e7240d02355a
 SHA512 
3481c852aed773d3b3bcecd203066476a670eb506688381c54bc88f4057ad15da99b128d8a1cc2358985c0b3772b5538e75988dd66221f50dcea78f9bab2e3ce
+DIST hplip-3.20.6-plugin.run 11514108 BLAKE2B 
83e2d26fb397c5c5df1fc4371bfc2798cea049965499b6f1ad5daa05b44b74f51ba9deb933b564dfa47a8d0ef79d4921c3a96b9531730317742e1c5651d7b012
 SHA512 
6f9e5c92e302f4068abbe9134cf7f8081fcbe98568c9b75d6a668843b76c83afd0f4fbb3d90d3ac775c719ab8e2dca5beedd887ef6d072bd8ee0eb48d42521ed

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
new file mode 100644
index 000..31513651013
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   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_escl.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_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-05-16 Thread Daniel Pielmeier
commit: df94c49ed439c2e5d9abd03cf26435c33a01d6e7
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat May 16 11:56:40 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat May 16 11:56:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df94c49e

net-print/hplip-plugin: Version bump hplip-plugin-3.20.3.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest | 2 +-
 .../{hplip-plugin-3.20.2.ebuild => hplip-plugin-3.20.3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 836977931cf..416caaf84f7 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
-DIST hplip-3.20.2-plugin.run 11517273 BLAKE2B 
2e1a4829fad70c575ee86b02b80057cf5e3bd7d6ef2e5d76a532290b699ec908ef57e568938607ce8ee7ff8150aa4096ce6425023ce671150b7fac69310ec82b
 SHA512 
632e9d5a0381b568fb1766df493134b9d8c53c13bd5da1e7e06fdf8369d8f30205378e64fec3372104b44ce6ed6a5e9c1f587914f0ad6454a750d07d384e5d28
+DIST hplip-3.20.3-plugin.run 11514166 BLAKE2B 
15ff8caf13f82256a5e814acf2b0433a6d365cea8b0073ea133f2e8a175796be04b058f44f68fb86c0f43f4a7c0bebf14f486aa93548b5155490e7240d02355a
 SHA512 
3481c852aed773d3b3bcecd203066476a670eb506688381c54bc88f4057ad15da99b128d8a1cc2358985c0b3772b5538e75988dd66221f50dcea78f9bab2e3ce

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild
similarity index 100%
rename from net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild
rename to net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-03-30 Thread James Le Cuirot
commit: c23a5218ac3af87a273a01d165129c2b9ccc95ac
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 30 22:05:02 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 30 22:05:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23a5218

net-print/hplip-plugin: Version bump to 3.20.2

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 1547c6d7f86..836977931cf 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b
+DIST hplip-3.20.2-plugin.run 11517273 BLAKE2B 
2e1a4829fad70c575ee86b02b80057cf5e3bd7d6ef2e5d76a532290b699ec908ef57e568938607ce8ee7ff8150aa4096ce6425023ce671150b7fac69310ec82b
 SHA512 
632e9d5a0381b568fb1766df493134b9d8c53c13bd5da1e7e06fdf8369d8f30205378e64fec3372104b44ce6ed6a5e9c1f587914f0ad6454a750d07d384e5d28

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild
new file mode 100644
index 000..31513651013
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.20.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   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_escl.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_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-03-11 Thread Daniel Pielmeier
commit: 003f2b2edbd609f5debcd065addf18301f4037ea
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 11 19:40:42 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 11 19:40:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003f2b2e

net-print/hplip-plugin: Remove old.

hplip-plugin-3.18.12 hplip-plugin-3.19.11

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild | 69 -
 net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild | 71 --
 3 files changed, 142 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 985dc1ae690..1547c6d7f86 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1 @@
-DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
-DIST hplip-3.19.11-plugin.run 11517119 BLAKE2B 
d7eefde4e579abbb019cfbb5bf7541360884b0d18240c87c0b532981ad3542a60dae139a623db0eaee3057d6fb5e805287ad5bddb2ec87df5b85ffd604f748f4
 SHA512 
9ef568aa297eb58370e7f01e54d83c53fbfb02494a0f4cfa3b9f92fd11bfae7b9f54d60516d5cf0436a882864505aab68f70b462b820e918a6ad4104987c9295
 DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
deleted file mode 100644
index 7714ffa082d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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.19.11.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild
deleted file mode 100644
index b497f4a93fa..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/libusb:0
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2020-03-07 Thread James Le Cuirot
commit: 4e30ca421c4ca0815b2d1de2edceb1c988831973
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar  7 20:31:25 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar  7 20:31:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e30ca42

net-print/hplip-plugin: Version bump to 3.19.12

Closes: https://bugs.gentoo.org/709546
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 107899dd02d..985dc1ae690 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.19.11-plugin.run 11517119 BLAKE2B 
d7eefde4e579abbb019cfbb5bf7541360884b0d18240c87c0b532981ad3542a60dae139a623db0eaee3057d6fb5e805287ad5bddb2ec87df5b85ffd604f748f4
 SHA512 
9ef568aa297eb58370e7f01e54d83c53fbfb02494a0f4cfa3b9f92fd11bfae7b9f54d60516d5cf0436a882864505aab68f70b462b820e918a6ad4104987c9295
+DIST hplip-3.19.12-plugin.run 11512079 BLAKE2B 
534cbba51b2254f8227611b8f0449e100361fb445400f664e43e30412be8eb554bb35c2fe260d45cd5ad742b083af6d551532a9d14585029b0ff93675fab578a
 SHA512 
ac2022d555f5084d5bf1e4519ddbb29828e9ca385aa6dff818ae9e79b60b4b2745e31ad4146cb01bca3747fae0d61b96e4a823b81179d2e2c55a643831165e4b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
new file mode 100644
index 000..31513651013
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   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_escl.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_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-12-15 Thread Daniel Pielmeier
commit: a2b367b5cd0485d34cd8d9a97ea05ad3aa1b147d
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Dec 15 18:13:01 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Dec 15 18:13:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b367b5

net-print/hplip-plugin: Remove old hplip-plugin-3.19.6.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 502a2cd7987..107899dd02d 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.19.11-plugin.run 11517119 BLAKE2B 
d7eefde4e579abbb019cfbb5bf7541360884b0d18240c87c0b532981ad3542a60dae139a623db0eaee3057d6fb5e805287ad5bddb2ec87df5b85ffd604f748f4
 SHA512 
9ef568aa297eb58370e7f01e54d83c53fbfb02494a0f4cfa3b9f92fd11bfae7b9f54d60516d5cf0436a882864505aab68f70b462b820e918a6ad4104987c9295
-DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
deleted file mode 100644
index b497f4a93fa..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/libusb:0
-   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_escl.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_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   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
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-11-24 Thread Manuel Rüger
commit: 15a06b1f3faadef07b9e4b6b36c05add50a5534b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 24 20:33:26 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 24 20:33:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a06b1f

net-print/hplip-plugin: Version bump to 3.19.11

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index a303a0b4395..502a2cd7987 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
+DIST hplip-3.19.11-plugin.run 11517119 BLAKE2B 
d7eefde4e579abbb019cfbb5bf7541360884b0d18240c87c0b532981ad3542a60dae139a623db0eaee3057d6fb5e805287ad5bddb2ec87df5b85ffd604f748f4
 SHA512 
9ef568aa297eb58370e7f01e54d83c53fbfb02494a0f4cfa3b9f92fd11bfae7b9f54d60516d5cf0436a882864505aab68f70b462b820e918a6ad4104987c9295
 DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild
new file mode 100644
index 000..b497f4a93fa
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.11.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   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_escl.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_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-08-15 Thread Daniel Pielmeier
commit: d53dd0c91bd42d6eb00a3c3ba303c500b2ea0e58
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug 15 18:31:19 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 15 18:31:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53dd0c9

net-print/hplip-plugin: Remove old hplip-plugin-3.18.6

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index f860bd13845..a303a0b4395 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
-DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild
deleted file mode 100644
index afbacbc8fbc..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
-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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-08-15 Thread Daniel Pielmeier
commit: 14e2fc64adaf7a714f0f993d3fa7c094efd95b86
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug 15 18:28:58 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 15 18:28:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e2fc64

net-print/hplip-plugin: Add back hplip-plugin-3.18.12.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index e9cd425947d..f860bd13845 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
+DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
new file mode 100644
index 000..7714ffa082d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-08-15 Thread Daniel Pielmeier
commit: ba5a7a36aa323e144b5ee25d74232998b5fa9b82
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug 15 18:00:02 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 15 18:00:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5a7a36

net-print/hplip-plugin: Add arm keywords.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
index 042e62f4b98..b497f4a93fa 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="
@@ -42,6 +42,7 @@ src_install() {
local hplip_arch
case "${ARCH}" in
amd64) hplip_arch="x86_64" ;;
+   arm)   hplip_arch="arm32"  ;;
x86)   hplip_arch="x86_32" ;;
*) die "Unsupported architecture." ;;
esac



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-08-15 Thread Daniel Pielmeier
commit: 6f622d9f1289eeff3cd777cddac9947fabd7e28a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug 15 16:32:01 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 15 16:32:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f622d9f

net-print/hplip-plugin: Remove old.

hplip-plugin-3.18.12, hplip-plugin-3.19.5

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild | 69 --
 net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild  | 69 --
 3 files changed, 140 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index ad13371f902..e9cd425947d 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
-DIST hplip-3.19.5-plugin.run 11516444 BLAKE2B 
c43aaa4dd3c4a8acf91b2746733e5237ef0ff39c3e6180530e0fcd34d5319e603c23806a3b010d70399772abc5564095fe2696c823d80eedf892b87acd170d23
 SHA512 
8c933f175bf0b91a8f30d6b362f8a487a964dd3304c859d78c9505357088047fdcacb99230f8696071269d5950f681adc0e4051617f1051be254fd6bed704cb9
 DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
deleted file mode 100644
index d598946893c..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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.19.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
deleted file mode 100644
index 7714ffa082d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-08-15 Thread Daniel Pielmeier
commit: 543eb1bab06212a69a74408d13ef38bd72c6f477
Author: Felix Neumärker  posteo  de>
AuthorDate: Thu Aug 15 15:18:47 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug 15 16:03:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543eb1ba

net-print/hplip-plugin: bump to 3.19.6

Closes: https://bugs.gentoo.org/684428
Thanks @stefson

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Felix Neumärker  posteo.de>
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 8503a5e5a0b..ad13371f902 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.5-plugin.run 11516444 BLAKE2B 
c43aaa4dd3c4a8acf91b2746733e5237ef0ff39c3e6180530e0fcd34d5319e603c23806a3b010d70399772abc5564095fe2696c823d80eedf892b87acd170d23
 SHA512 
8c933f175bf0b91a8f30d6b362f8a487a964dd3304c859d78c9505357088047fdcacb99230f8696071269d5950f681adc0e4051617f1051be254fd6bed704cb9
+DIST hplip-3.19.6-plugin.run 11517158 BLAKE2B 
c44707e29b104b45c110729c70ebeba1f392ad753eb98d8677657f735e547cdecfab357b348a30545274b51c18249ddb9102df49aa73d726a8e9145a302a8a0c
 SHA512 
3636d655ba289331572f0762a5de2e0bf2f3108ac3f7ca9cb8bbec126942be954fe9c07c882bd8272e30ac46d67231d86a3c4249a6fe31e2d3e8d5e568bbbd8b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
new file mode 100644
index 000..042e62f4b98
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/libusb:0
+   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_escl.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_install() {
+   local hplip_arch
+   case "${ARCH}" in
+   amd64) hplip_arch="x86_64" ;;
+   x86)   hplip_arch="x86_32" ;;
+   *) die "Unsupported architecture." ;;
+   esac
+
+   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
+
+   insinto /var/lib/hp
+   newins - hplip.state <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-07-06 Thread Daniel Pielmeier
commit: 7018700196dc92831718bc36a8d1dd783d09b543
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Jul  6 09:45:47 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Jul  6 09:45:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70187001

net-print/hplip-plugin: Remove old hplip-plugin-3.19.3.

Signed-off-by: Daniel Pielmeier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3301f0eee44..8503a5e5a0b 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,3 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
-DIST hplip-3.19.3-plugin.run 11516959 BLAKE2B 
858b5973b6bdceddfed25227ffd0e4f7871f1fe01bd080c88a0f28a72e6c7cf8d0aa35c7c55139a5844f80d2dfa3f9862f61cf9564df8dcd65370ee85882c729
 SHA512 
c0305926bc610f665cef0c114b64db7861da9a6159dff46a3b600ae440f8b225c7b6f774a6549808aa5f11df78970a799bce763922b52aaf0473210e198d382d
 DIST hplip-3.19.5-plugin.run 11516444 BLAKE2B 
c43aaa4dd3c4a8acf91b2746733e5237ef0ff39c3e6180530e0fcd34d5319e603c23806a3b010d70399772abc5564095fe2696c823d80eedf892b87acd170d23
 SHA512 
8c933f175bf0b91a8f30d6b362f8a487a964dd3304c859d78c9505357088047fdcacb99230f8696071269d5950f681adc0e4051617f1051be254fd6bed704cb9

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
deleted file mode 100644
index 7714ffa082d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-06-27 Thread Manuel Rüger
commit: d64acf53dbaea549f68daa42913b71babe95af2a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jun 27 19:24:16 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jun 27 19:24:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64acf53

net-print/hplip-plugin: Version bump to 3.19.5

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index a24edd92818..3301f0eee44 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.3-plugin.run 11516959 BLAKE2B 
858b5973b6bdceddfed25227ffd0e4f7871f1fe01bd080c88a0f28a72e6c7cf8d0aa35c7c55139a5844f80d2dfa3f9862f61cf9564df8dcd65370ee85882c729
 SHA512 
c0305926bc610f665cef0c114b64db7861da9a6159dff46a3b600ae440f8b225c7b6f774a6549808aa5f11df78970a799bce763922b52aaf0473210e198d382d
+DIST hplip-3.19.5-plugin.run 11516444 BLAKE2B 
c43aaa4dd3c4a8acf91b2746733e5237ef0ff39c3e6180530e0fcd34d5319e603c23806a3b010d70399772abc5564095fe2696c823d80eedf892b87acd170d23
 SHA512 
8c933f175bf0b91a8f30d6b362f8a487a964dd3304c859d78c9505357088047fdcacb99230f8696071269d5950f681adc0e4051617f1051be254fd6bed704cb9

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
new file mode 100644
index 000..7714ffa082d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-05-04 Thread Daniel Pielmeier
commit: a9ff8e0ec70641d0d04d42e0ebdf12df998f356c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat May  4 08:37:49 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat May  4 08:38:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ff8e0e

net-print/hplip-plugin: Remove old hplip-plugin-3.19.1.

Signed-off-by: Daniel Pielmeier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 09081000748..a24edd92818 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,3 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
-DIST hplip-3.19.1-plugin.run 11502855 BLAKE2B 
715f8927d08e6328a5049b2336b693cfd604703451f558237d45a4955745377a8142ddd56dffeca81e3878425861463b4c1cbfe88dc92a9f024f4681d46712af
 SHA512 
0464728ccaf48755132969a7cfedefeb66b87c9e234249ca4801e5e99a1e34e45e07c9f3486b527a65c320a4cab801f48b5f0f4dce98c40c844dd1ef092d299c
 DIST hplip-3.19.3-plugin.run 11516959 BLAKE2B 
858b5973b6bdceddfed25227ffd0e4f7871f1fe01bd080c88a0f28a72e6c7cf8d0aa35c7c55139a5844f80d2dfa3f9862f61cf9564df8dcd65370ee85882c729
 SHA512 
c0305926bc610f665cef0c114b64db7861da9a6159dff46a3b600ae440f8b225c7b6f774a6549808aa5f11df78970a799bce763922b52aaf0473210e198d382d

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild
deleted file mode 100644
index 7714ffa082d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-04-07 Thread Alexey Shvetsov
commit: d67d64388e4de49fcdbcc7fe9ff50e0a493df16b
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Apr  7 21:24:05 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Apr  8 05:47:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67d6438

net-print/hplip-plugin: Should be updated in sync with hplip

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index feb628e6bff..09081000748 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.1-plugin.run 11502855 BLAKE2B 
715f8927d08e6328a5049b2336b693cfd604703451f558237d45a4955745377a8142ddd56dffeca81e3878425861463b4c1cbfe88dc92a9f024f4681d46712af
 SHA512 
0464728ccaf48755132969a7cfedefeb66b87c9e234249ca4801e5e99a1e34e45e07c9f3486b527a65c320a4cab801f48b5f0f4dce98c40c844dd1ef092d299c
+DIST hplip-3.19.3-plugin.run 11516959 BLAKE2B 
858b5973b6bdceddfed25227ffd0e4f7871f1fe01bd080c88a0f28a72e6c7cf8d0aa35c7c55139a5844f80d2dfa3f9862f61cf9564df8dcd65370ee85882c729
 SHA512 
c0305926bc610f665cef0c114b64db7861da9a6159dff46a3b600ae440f8b225c7b6f774a6549808aa5f11df78970a799bce763922b52aaf0473210e198d382d

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
new file mode 100644
index 000..7714ffa082d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-02-26 Thread Manuel Rüger
commit: 95781b13e394bd620d54022c6163d8661a630bb3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 26 08:30:02 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 26 08:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95781b13

net-print/hplip-plugin: Version bump to 3.19.1

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3d983011be3..feb628e6bff 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
+DIST hplip-3.19.1-plugin.run 11502855 BLAKE2B 
715f8927d08e6328a5049b2336b693cfd604703451f558237d45a4955745377a8142ddd56dffeca81e3878425861463b4c1cbfe88dc92a9f024f4681d46712af
 SHA512 
0464728ccaf48755132969a7cfedefeb66b87c9e234249ca4801e5e99a1e34e45e07c9f3486b527a65c320a4cab801f48b5f0f4dce98c40c844dd1ef092d299c

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild
new file mode 100644
index 000..7714ffa082d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-01-20 Thread Daniel Pielmeier
commit: f182adc642b40327baeabe0059b88d6d1f503466
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Jan 20 12:11:14 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Jan 20 12:11:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f182adc6

net-print/hplip-plugin: Remove old hplip-plugin-3.18.10.

Signed-off-by: Daniel Pielmeier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-print/hplip-plugin/Manifest|  1 -
 net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d63044f17ae..3d983011be3 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST hplip-3.18.10-plugin.run 7324725 BLAKE2B 
62e7ba436a32c70a0ad0ae009f192035e1152689ce0e032ec45fae11e8ff0470a2c04a5b243e1857dceb6bd65de2381291f6b1bdcdf8fae5ca6ebb92da15823c
 SHA512 
86f393689d1afbaa43ec049d7c1150acd210ce100adbae8ec6f354d215d8bf2f6cc26acefdab840f933b2f5e11f8a731b79b99b528b7a3e455f283b0f7438a07
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild
deleted file mode 100644
index d598946893c..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-12-30 Thread Manuel Rüger
commit: 8c6a8357b9f29271629103919400202d96b7d2f9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 30 15:50:48 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 30 15:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6a8357

net-print/hplip-plugin: Version bump to 3.8.12

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 6f2825fae96..d63044f17ae 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.18.10-plugin.run 7324725 BLAKE2B 
62e7ba436a32c70a0ad0ae009f192035e1152689ce0e032ec45fae11e8ff0470a2c04a5b243e1857dceb6bd65de2381291f6b1bdcdf8fae5ca6ebb92da15823c
 SHA512 
86f393689d1afbaa43ec049d7c1150acd210ce100adbae8ec6f354d215d8bf2f6cc26acefdab840f933b2f5e11f8a731b79b99b528b7a3e455f283b0f7438a07
+DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
new file mode 100644
index 000..d598946893c
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-11-29 Thread Manuel Rüger
commit: f7f7757f2dada9aa310e1b95f238a30f94b75bc7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov 29 14:43:07 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov 29 14:43:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f7757f

net-print/hplip-plugin: Version bump to 3.8.10

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 7fb55e63cce..6f2825fae96 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
+DIST hplip-3.18.10-plugin.run 7324725 BLAKE2B 
62e7ba436a32c70a0ad0ae009f192035e1152689ce0e032ec45fae11e8ff0470a2c04a5b243e1857dceb6bd65de2381291f6b1bdcdf8fae5ca6ebb92da15823c
 SHA512 
86f393689d1afbaa43ec049d7c1150acd210ce100adbae8ec6f354d215d8bf2f6cc26acefdab840f933b2f5e11f8a731b79b99b528b7a3e455f283b0f7438a07
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild
new file mode 100644
index 000..d598946893c
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.10.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-09-22 Thread Daniel Pielmeier
commit: f0e3b7a763fefb450752072d28ef11b1c6a02e5f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 22 09:52:44 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 22 09:52:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e3b7a7

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-print/hplip-plugin/Manifest|  1 -
 net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index e1175037e19..7fb55e63cce 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
deleted file mode 100644
index ab7649d1961..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-08-02 Thread Daniel Pielmeier
commit: 1a8a256e0432c2deb17e4829a3a6a7392ad3dac0
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Aug  2 18:09:39 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Aug  2 18:09:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8a256e

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3ba10f94b51..e1175037e19 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
-DIST hplip-3.18.5-plugin.run 2065554 BLAKE2B 
af0acfbde9c5c3ff92437c86739dac339e91f7d4e1552bad46b3e3a4831317b3ddd3b18375bc8ed4e2340d7b039f11b2bf2b48145ba02b59c876c28fc51842de
 SHA512 
5fd105f15dcc5f47948090c3cb32a2b7db5abc81d10a33e76b4274be407d56c2ff6d6a877f1931ed8a1fa01e7b109a65424fe9de7a6cb5f7eb5f968a10f4721c
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild
deleted file mode 100644
index 906e4c9f061..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
-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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-07-23 Thread Manuel Rüger
commit: c2dff61a61449dd0809fee3d98aca1fa1a55e1d3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jul 23 15:19:21 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jul 23 15:19:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2dff61a

net-print/hplip-plugin: Version bump to 3.18.6

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d514cc552b5..3ba10f94b51 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
 DIST hplip-3.18.5-plugin.run 2065554 BLAKE2B 
af0acfbde9c5c3ff92437c86739dac339e91f7d4e1552bad46b3e3a4831317b3ddd3b18375bc8ed4e2340d7b039f11b2bf2b48145ba02b59c876c28fc51842de
 SHA512 
5fd105f15dcc5f47948090c3cb32a2b7db5abc81d10a33e76b4274be407d56c2ff6d6a877f1931ed8a1fa01e7b109a65424fe9de7a6cb5f7eb5f968a10f4721c
+DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild
new file mode 100644
index 000..afbacbc8fbc
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.6.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
+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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-06-21 Thread Daniel Pielmeier
commit: 8934883094ed83f2ef8e165b19d3ad12ae0e9518
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Jun 21 17:33:38 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Jun 21 17:33:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89348830

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index af51d3635f4..d514cc552b5 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
-DIST hplip-3.18.4-plugin.run 2065541 BLAKE2B 
0e7af5eaf3059c4e77b5213e2fcb240da898f1bb68162fedf4b36e0f47cb1fa060f908a617f7ca1d10aadf6fa59f9617fdf91374c709c3439a59ca27560f186c
 SHA512 
8e8aaa9703b12806ebcaa10ec764489baa02ce48a3f73f82a6ae964c6ed01882e1ae315b4ccd923e96792217765d6f8ac9c01e9b6ea41af86b13ba6100229fb9
 DIST hplip-3.18.5-plugin.run 2065554 BLAKE2B 
af0acfbde9c5c3ff92437c86739dac339e91f7d4e1552bad46b3e3a4831317b3ddd3b18375bc8ed4e2340d7b039f11b2bf2b48145ba02b59c876c28fc51842de
 SHA512 
5fd105f15dcc5f47948090c3cb32a2b7db5abc81d10a33e76b4274be407d56c2ff6d6a877f1931ed8a1fa01e7b109a65424fe9de7a6cb5f7eb5f968a10f4721c

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
deleted file mode 100644
index 906e4c9f061..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
-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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-06-12 Thread Manuel Rüger
commit: 30cc60e65510bcb19c2e4928294acaf814b138f3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 12 23:14:12 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 12 23:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc60e6

net-print/hplip-plugin: Version bump to 3.18.5

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 8c10e9212a8..af51d3635f4 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
 DIST hplip-3.18.4-plugin.run 2065541 BLAKE2B 
0e7af5eaf3059c4e77b5213e2fcb240da898f1bb68162fedf4b36e0f47cb1fa060f908a617f7ca1d10aadf6fa59f9617fdf91374c709c3439a59ca27560f186c
 SHA512 
8e8aaa9703b12806ebcaa10ec764489baa02ce48a3f73f82a6ae964c6ed01882e1ae315b4ccd923e96792217765d6f8ac9c01e9b6ea41af86b13ba6100229fb9
+DIST hplip-3.18.5-plugin.run 2065554 BLAKE2B 
af0acfbde9c5c3ff92437c86739dac339e91f7d4e1552bad46b3e3a4831317b3ddd3b18375bc8ed4e2340d7b039f11b2bf2b48145ba02b59c876c28fc51842de
 SHA512 
5fd105f15dcc5f47948090c3cb32a2b7db5abc81d10a33e76b4274be407d56c2ff6d6a877f1931ed8a1fa01e7b109a65424fe9de7a6cb5f7eb5f968a10f4721c

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild
new file mode 100644
index 000..906e4c9f061
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
+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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-05-24 Thread Daniel Pielmeier
commit: a2eb7be855ab7d4b5c73c8c3d271817fb051584e
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu May 24 21:46:11 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu May 24 21:46:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2eb7be8

net-print/hplip-plugin: Update homepage.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
index b96c3ec3601..906e4c9f061 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit udev unpacker
 
 DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
 
SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
 
 LICENSE="hplip-plugin"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-05-24 Thread Daniel Pielmeier
commit: 136632600631fd4794f3864f2c24f0664121e13c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu May 24 21:39:14 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu May 24 21:39:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13663260

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 883b9cd46c5..3114432113c 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
-DIST hplip-3.18.3-plugin.run 2065610 BLAKE2B 
820f390c7c5f66943b12545ebe33742909b41f3f2d9389a811f4aed983e88dec22d44288692a9de5014f9093173b726c3e792124327e4bd774cbc66070e113c4
 SHA512 
d1bf83476aa56748f9e808f6ae9dd66b761c7674fdc0c960636102e7f263347fe8553a14e9ddbe6dfacc52fddbe4e47b5a9c1c01f07010444e656751272d73f2

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild
deleted file mode 100644
index b96c3ec3601..000
--- a/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-05-24 Thread Daniel Pielmeier
commit: f9f74ce351b51553f62c9daaeb9db3ff53376c45
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu May 24 21:42:45 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu May 24 21:42:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f74ce3

net-print/hplip-plugin: Version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3114432113c..8c10e9212a8 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
+DIST hplip-3.18.4-plugin.run 2065541 BLAKE2B 
0e7af5eaf3059c4e77b5213e2fcb240da898f1bb68162fedf4b36e0f47cb1fa060f908a617f7ca1d10aadf6fa59f9617fdf91374c709c3439a59ca27560f186c
 SHA512 
8e8aaa9703b12806ebcaa10ec764489baa02ce48a3f73f82a6ae964c6ed01882e1ae315b4ccd923e96792217765d6f8ac9c01e9b6ea41af86b13ba6100229fb9

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
new file mode 100644
index 000..b96c3ec3601
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-04-09 Thread Manuel Rüger
commit: 3786cece98639f632abb08280a2047fb7f7c92c1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr 10 00:18:43 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr 10 00:18:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3786cece

net-print/hplip-plugin: Version bump to 3.18.3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 3114432113c..883b9cd46c5 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1 +1,2 @@
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
+DIST hplip-3.18.3-plugin.run 2065610 BLAKE2B 
820f390c7c5f66943b12545ebe33742909b41f3f2d9389a811f4aed983e88dec22d44288692a9de5014f9093173b726c3e792124327e4bd774cbc66070e113c4
 SHA512 
d1bf83476aa56748f9e808f6ae9dd66b761c7674fdc0c960636102e7f263347fe8553a14e9ddbe6dfacc52fddbe4e47b5a9c1c01f07010444e656751272d73f2

diff --git a/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild
new file mode 100644
index 000..b96c3ec3601
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.18.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2018-01-16 Thread Daniel Pielmeier
commit: b838316e9cc88c11d218b436bde751e8d6828576
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Tue Jan 16 19:19:50 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Tue Jan 16 19:19:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b838316e

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index e2c8c4d395b..3114432113c 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1 @@
-DIST hplip-3.16.3-plugin.run 2084271 BLAKE2B 
808146bf36eb864e2e6ea255beaebd6b04756cf2120302e5cc3ac557c854f34e81f2e3a5209ac14a3253519fa6c7654acd8b0950667f0e8e805387c4b1965909
 SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 DIST hplip-3.17.10-plugin.run 2062947 BLAKE2B 
86f15193a751794eb64acfbaf1b42151c34336603d4d592cc84a375ccca4e7be4177d3dda76fc153ac0a6898eff24174df43256450cd81ae8ad4d4f6abd69ade
 SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild
deleted file mode 100644
index 8970ac610fd..000
--- a/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-11-20 Thread Manuel Rüger
commit: 7ced0e3f1294a1614c502f52a53863e59e5ff834
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov 20 19:03:50 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov 20 19:03:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ced0e3f

net-print/hplip-plugin: Fix SRC_URI

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
index 8617df53c8d..ab7649d1961 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
@@ -7,8 +7,7 @@ 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;
-SRC_URI="http://hplipopensource.com/hplip-web/plugin/hplip-${PV}-plugin.run;
+SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
 
 LICENSE="hplip-plugin"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-11-18 Thread Daniel Pielmeier
commit: a954cd6ae7b4f2c8a81abc6a0bdb8804bbdd2d56
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Nov 18 12:11:19 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Nov 18 12:11:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a954cd6a

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.17.9.ebuild | 70 ---
 2 files changed, 71 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 92f157b9b88..237a0ca9289 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
 DIST hplip-3.17.10-plugin.run 2062947 SHA256 
2fd26f6d5b437a4f1aa9f560e816ce094aea73becdf2f2b976ef46406d1b551d SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
 WHIRLPOOL 
d087e7f857f8bc0a7a0b4f44f07ca15feaff6847cd719a2cb48240dd3aca7df93932eef7a849598ad313b4373e9f50b61bf3c0846c64d1002f1cfd9470a27717
-DIST hplip-3.17.9-plugin.run 2059585 SHA256 
98f717266340baa15e0385dc4928cc9c127a9403b72749f4899657cef8dfe883 SHA512 
a7a9ee8b7edda3641b5c3aa403570aad72ce9cd42cdd4c64904a0be409cefa838712390c7f535482028ac2d494c711baef77f2f601835b01591fa673272c01ba
 WHIRLPOOL 
e6615652382d11ddbe646b793d1f5aff61872ab4f30925855be66faa4d8ebace113a43e369e1b4d199bb65d3bd0315de32cd49d264c52f6d47e7f17990f0263f

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.9.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.9.ebuild
deleted file mode 100644
index 8617df53c8d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.9.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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;
-SRC_URI="http://hplipopensource.com/hplip-web/plugin/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_escl.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_
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-10-21 Thread Manuel Rüger
commit: 6e531dc75208175273f93c05e404ba7b6ed01285
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Oct 22 00:15:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Oct 22 00:15:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e531dc7

net-print/hplip-plugin: Version bump to 3.17.10

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-print/hplip-plugin/Manifest|  1 +
 net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 0cc7f8f6488..92f157b9b88 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
+DIST hplip-3.17.10-plugin.run 2062947 SHA256 
2fd26f6d5b437a4f1aa9f560e816ce094aea73becdf2f2b976ef46406d1b551d SHA512 
98eef413b122527c4a7860b621baf11c04ec9d7f4e43ce4f36e7822a633c64b3d98cbc86cd7d305c74d9a49a4159ebd7280d652e1ba430cad4cc70f66d23ee07
 WHIRLPOOL 
d087e7f857f8bc0a7a0b4f44f07ca15feaff6847cd719a2cb48240dd3aca7df93932eef7a849598ad313b4373e9f50b61bf3c0846c64d1002f1cfd9470a27717
 DIST hplip-3.17.9-plugin.run 2059585 SHA256 
98f717266340baa15e0385dc4928cc9c127a9403b72749f4899657cef8dfe883 SHA512 
a7a9ee8b7edda3641b5c3aa403570aad72ce9cd42cdd4c64904a0be409cefa838712390c7f535482028ac2d494c711baef77f2f601835b01591fa673272c01ba
 WHIRLPOOL 
e6615652382d11ddbe646b793d1f5aff61872ab4f30925855be66faa4d8ebace113a43e369e1b4d199bb65d3bd0315de32cd49d264c52f6d47e7f17990f0263f

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
new file mode 100644
index 000..8617df53c8d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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;
+SRC_URI="http://hplipopensource.com/hplip-web/plugin/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_escl.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_
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-09-27 Thread Daniel Pielmeier
commit: 16e85f4c7b2434b9ba034d05b6dcf35d698fe349
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:41:23 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:41:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e85f4c

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 net-print/hplip-plugin/Manifest   |  2 -
 net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild | 69 --
 net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild | 70 ---
 3 files changed, 141 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 1f5d83b9a31..0cc7f8f6488 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
-DIST hplip-3.17.6-plugin.run 2059641 SHA256 
7ba9377c6ea4ed2a498963dc53a400e3015374bd376dddb5e3248aeabb3aee28 SHA512 
a04145a5512ceecc0d35b06846050507afb0905f865878f166f646de7f75368ea9392cc7daea9a0fbec236f6ea65192915f4be0196b005ce7a28b2807185191e
 WHIRLPOOL 
f0a02f1254e849c9b2df58ddcbbc1d91c4e496d41fae909245eb60ed3e2f1ac737b89bb4b7d5dbf75cd465d55d1a1ec2fcb0d3df1597addba9ffabaedc39801d
-DIST hplip-3.17.7-plugin.run 2059561 SHA256 
3c7acfb8e349332c555c958181c86322a86c33848a11b481040a754d6b5c9db1 SHA512 
605cae8ea4433943377e3865b6d0c84bcc0be6f4aa78ab0dbcf2543438fceede8bc0cd2c1a242822b97e173390851e210b0e0c8492d129ea5e7fbcb9c8c505ff
 WHIRLPOOL 
7efc7602bee97f31627152acfa9731d2ebff705d8841f2d6472dc90bd6cd18080f629c46d46564659b0566a6bffeae86452353e2a4fa3b8599b5bb3f8ed09ea9
 DIST hplip-3.17.9-plugin.run 2059585 SHA256 
98f717266340baa15e0385dc4928cc9c127a9403b72749f4899657cef8dfe883 SHA512 
a7a9ee8b7edda3641b5c3aa403570aad72ce9cd42cdd4c64904a0be409cefa838712390c7f535482028ac2d494c711baef77f2f601835b01591fa673272c01ba
 WHIRLPOOL 
e6615652382d11ddbe646b793d1f5aff61872ab4f30925855be66faa4d8ebace113a43e369e1b4d199bb65d3bd0315de32cd49d264c52f6d47e7f17990f0263f

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
deleted file mode 100644
index ab7649d1961..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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_escl.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.17.7.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild
deleted file mode 100644
index 8617df53c8d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware 

  1   2   >