net-print/hplip-plugin: Remove old.
authorDaniel Pielmeier <billie@gentoo.org>
Thu, 15 Aug 2019 16:32:01 +0000 (18:32 +0200)
committerDaniel Pielmeier <billie@gentoo.org>
Thu, 15 Aug 2019 16:32:24 +0000 (18:32 +0200)
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 <billie@gentoo.org>
net-print/hplip-plugin/Manifest
net-print/hplip-plugin/hplip-plugin-3.18.12.ebuild [deleted file]
net-print/hplip-plugin/hplip-plugin-3.19.5.ebuild [deleted file]

index ad13371f902bdedb548658e25d4030be9b3bc8af..e9cd425947db3181eee3ea47da6399e726006cca 100644 (file)
@@ -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 (file)
index d598946..0000000
+++ /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 (file)
index 7714ffa..0000000
+++ /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_
-}