Обновлены маски

atratsevskiy
Alexander Tratsevskiy 9 years ago
parent a2bdc70e15
commit 193ad5d538

@ -1,4 +1,2 @@
DIST hplip-3.14.10-plugin.run 1869038 SHA256 b395b480ad86b9f27b6a2f63b6ecb00beb78e762a6137efb81dc1104837f9b81 SHA512 3e5bea924e989d902aea0de182941be692a124ba8c27f53ce2e4f137308bad8373462c6128c26716e481e758f76533163d311a2676df034c1b15d6ef6ed008be WHIRLPOOL 18375de4cc92cb73bcaa109927bd34f8487938b02472f0b7adbf44ad4688e5c6a1d030077b1e3c14f15f9b8e4cc86d195b0195e2d08121f746c62624db4658db
DIST hplip-3.15.2-plugin.run 1869363 SHA256 35bbb2039882ab97dff10ccaffe780f4a0f0ddfe178e2d8f9a50f1e747451f49 SHA512 ff295d5a0709e312bfe1a18130b9d1635491bbf98fb2017cdee9f4ec1701302712d0252df0d44113e9a06866ea60df32654fbfdac1874e8a4bd1848e3675ad77 WHIRLPOOL 5a47a2736ed868f675121e24edb2043f5731b761b0b4e7904340b0497b47fe40e6ca99f41b7a5815d2b66a14f4a47648ce7e9da5e69ff4a994123de7d02b358c
DIST hplip-3.15.4-plugin.run 1997539 SHA256 220d29360945dcbb9ad5a36831b2bbc2c1f7a141c004ef7ab6e69e8a0856f003 SHA512 ce87edb123325d5e286b835920ec521269b216b8027477638bdfb30279b3fc68fe47c934dbf46192b266a333a0faa4152ff7d9bc426cab3217169a58449d6313 WHIRLPOOL 3e6ee4b0e2f144be252372793741ee48ba99ab550748182a64f42017eb234167c50909d55ace06f11adc0b708d8bf7b0e441218d03227dea2f218e2f7fddfde5
DIST hplip-3.15.11-plugin.run 2084268 SHA256 a986ca52c6436f2ce87ad6a11fe0d7880797fbb0d940f23f6a928434bc193102 SHA512 bb36e6c9460bb3afa1b88ae93ba344fd2b9ec8194bd0766c1998657068b57540cbab2558180651e5492a338d7aefa23f203aa1190e39e22cfb51b7fda1383096 WHIRLPOOL 9fef992e0a32566d414fec83af49700303634c3e3fe0bc7667423f91fcd16bfc75cbbcba77914e261d773ad8fe2efa27eaac1a662731e87591758cbc713159c2
DIST hplip-3.15.9-plugin.run 1998730 SHA256 fac909587cbc5ab4ab679fe6495df216069fed9c164a0a0d041dd53e10a70aaa SHA512 6eed7464528afc5aa576577a86d4e8388ae740e1e5092d012f58679370bb09c30ee17b9dd3be8544241846883bee56635e7b83d18d0662a7da0aa192c0b02999 WHIRLPOOL 761f503387e7d466351dd6dd339237f909e9d2fa156e8d0822d1e7beb574433d9ed3990c6f464e801a05017494f04bf2b7fb3954a1178666e53a3cf49d7564f1

@ -1,69 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
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=""
QA_PREBUILT="*"
RDEPEND="
~net-print/hplip-${PV}
virtual/udev
"
DEPEND=""
S=${WORKDIR}
HPLIP_HOME=/usr/share/hplip
# Binary prebuilt package
QA_PRESTRIPPED="
/usr/share/hplip/scan/plugins/bb_marvell.so
/usr/share/hplip/scan/plugins/bb_soapht.so
/usr/share/hplip/scan/plugins/bb_soap.so
/usr/share/hplip/fax/plugins/fax_marvell.so
/usr/share/hplip/prnt/plugins/lj.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_
}

@ -1,69 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
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=""
QA_PREBUILT="*"
RDEPEND="
~net-print/hplip-${PV}
virtual/udev
"
DEPEND=""
S=${WORKDIR}
HPLIP_HOME=/usr/share/hplip
# Binary prebuilt package
QA_PRESTRIPPED="
/usr/share/hplip/scan/plugins/bb_marvell.so
/usr/share/hplip/scan/plugins/bb_soapht.so
/usr/share/hplip/scan/plugins/bb_soap.so
/usr/share/hplip/fax/plugins/fax_marvell.so
/usr/share/hplip/prnt/plugins/lj.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_
}

@ -1,6 +1,7 @@
# from the overlay
~app-crypt/shim-signed-0.2 amd64 x86
~dev-python/soaplib-1.0.0 amd64 x86
~games-action/oolite-1.82 amd64 x86
~mate-base/mdm-2.0.5 amd64 x86
~net-misc/modem-manager-gui-0.0.18 amd64 x86
~net-print/cnijfilter-3.80 amd64 x86

@ -1,23 +1,24 @@
~app-arch/xarchiver-0.5.4 amd64 x86
~app-editors/bluefish-2.2.7 amd64 x86
~app-emulation/playonlinux-4.2.8 amd64 x86
~app-emulation/virtualbox-5.0.12 amd64 x86
~app-emulation/virtualbox-additions-5.0.12 amd64 x86
~app-emulation/virtualbox-extpack-oracle-5.0.12.104815 amd64 x86
~app-emulation/virtualbox-guest-additions-5.0.12 amd64 x86
~app-emulation/virtualbox-modules-5.0.12 amd64 x86
~app-emulation/virtualbox-5.0.14 amd64 x86
~app-emulation/virtualbox-additions-5.0.14 amd64 x86
~app-emulation/virtualbox-extpack-oracle-5.0.14.105127 amd64 x86
~app-emulation/virtualbox-guest-additions-5.0.14 amd64 x86
~app-emulation/virtualbox-modules-5.0.14 amd64 x86
~app-emulation/wine-1.8 amd64 x86
~app-emulation/winetricks-20160109 amd64 x86
~app-i18n/poedit-1.8.5 amd64 x86
~app-misc/rox-filer-2.11 amd64 x86
~app-office/calligra-2.9.10 amd64 x86
~app-office/calligra-l10n-2.9.10 amd64 x86
~app-text/fbless-0.2.2 amd64 x86
~app-text/kchmviewer-7.5 amd64 x86
~app-text/qpdfview-0.4.15 amd64 x86
~dev-db/sqlitebrowser-3.8.0 amd64 x86
~dev-python/enum34-1.0.4 amd64 x86
~dev-qt/qt-creator-3.5.1 amd64 x86
~dev-qt/qt-creator-3.6.0 amd64 x86
~games-action/oolite-1.82 amd64 x86
~games-arcade/supertux-0.4.0 amd64 x86
~games-strategy/0ad-0.0.18_alpha amd64 x86
~games-strategy/0ad-data-0.0.18_alpha amd64 x86
@ -25,14 +26,14 @@
~gnome-extra/connman-gnome-0.7 amd64 x86
~kde-apps/libkface-15.08.3 amd64 x86
~kde-misc/kio-mtp-0.75_p20141221 amd64 x86
~mail-client/claws-mail-3.13.1 amd64 x86
~mail-client/claws-mail-3.13.2 amd64 x86
~mail-client/thunderbird-38.3.0 amd64 x86
~media-gfx/blender-2.72b amd64 x86
~media-gfx/darktable-1.6.9 amd64 x86
~media-gfx/darktable-2.0.0 amd64 x86
~media-gfx/digikam-4.14.0 amd64 x86
~media-gfx/dispcalgui-3.0.6.0 amd64 x86
~media-gfx/exiv2-0.25 amd64 x86
~media-gfx/fontforge-20150612 amd64 x86
~media-gfx/fontforge-20150824 amd64 x86
~media-gfx/freecad-0.15.4671 amd64 x86
~media-gfx/gimp-2.8.16 amd64 x86
~media-gfx/graphviz-2.38.0 amd64 x86
@ -47,22 +48,19 @@
~media-sound/pulseaudio-8.0 amd64 x86
~media-tv/kodi-15.2 amd64 x86
~media-video/avidemux-2.6.8 amd64 x86
~net-p2p/qbittorrent-3.3.3 amd64 x86
~media-video/kaffeine-1.3.1 amd64 x86
~media-video/movit-1.1.3 amd64 x86
~media-video/movit-1.2.0 amd64 x86
~media-video/mplayer-1.2 amd64 x86
~media-video/mpv-0.14.0 amd64 x86
~media-video/mpv-0.15.0 amd64 x86
~media-video/nvidia-settings-355.11 amd64 x86
~media-video/openshot-1.4.3 amd64 x86
~media-video/pitivi-0.95 amd64 x86
~media-video/smplayer-15.11.0 amd64 x86
~media-video/smtube-15.11.0 amd64 x86
~net-analyzer/bmon-3.7 amd64 x86
~net-analyzer/speedtest-cli-0.2.5 amd64 x86
~media-video/smtube-16.1.0 amd64 x86
~net-firewall/sanewall-1.1.6 amd64 x86
~net-fs/smbnetfs-0.6.0 amd64 x86
~net-im/corebird-1.0 amd64 x86
~net-im/pidgin-2.10.11 amd64 x86
~net-im/corebird-1.1 amd64 x86
~net-im/pidgin-2.10.12 amd64 x86
~net-im/psi-0.15 amd64 x86
~net-im/qutim-0.3.2 amd64 x86
~net-im/skype-4.3.0.37 amd64 x86
@ -72,32 +70,32 @@
~net-misc/connman-gtk-1.0 amd64 x86
~net-nds/shelldap-1.3.1 amd64 x86
~net-p2p/deluge-1.3.12 amd64 x86
~net-p2p/linuxdcpp-1.0.3 amd64 x86
~net-print/foomatic-db-4.0.20141025 amd64 x86
~net-p2p/qbittorrent-3.3.3 amd64 x86
~net-print/foomatic-db-4.0.20150819 amd64 x86
~net-print/foomatic-db-engine-4.0.12 amd64 x86
~net-print/foomatic-db-ppds-4.0.20150819 amd64 x86
~net-print/gutenprint-5.2.10 amd64 x86
~net-print/hplip-3.15.9 amd64 x86
~net-print/hplip-plugin-3.15.9 amd64 x86
~net-print/hplip-3.15.11 amd64 x86
~net-print/hplip-plugin-3.15.11 amd64 x86
~net-voip/linphone-3.6.1 amd64 x86
~net-wireless/blueman-2.0.3 amd64 x86
~net-wireless/broadcom-sta-6.30.223.271 amd64 x86
~sys-apps/ethtool-4.2 amd64 x86
~sys-apps/inxi-2.2.19 amd64 x86
~sys-apps/iucode_tool-1.5 amd64 x86
~sys-apps/portage-2.2.26 amd64 x86
~sys-auth/thinkfinger-0.3 amd64 x86
~sys-firmware/amdgpu-ucode-20150803 amd64 x86
~sys-firmware/b43-firmware-6.30.163.46 amd64 x86
~sys-kernel/linux-headers-4.2 amd64 x86
~sys-kernel/linux-headers-4.3 amd64 x86
~sys-power/cpupower-4.2 amd64 x86
~sys-process/atop-2.2 amd64 x86
~sys-process/nmon-15g amd64 x86
~sys-process/nmon-15h amd64 x86
~www-client/firefox-43.0 amd64 x86
~www-client/midori-0.5.10 amd64 x86
~www-client/opera-34.0.2036.47 amd64 x86
~www-client/otter-0.9.08 amd64 x86
~www-client/midori-0.5.11 amd64 x86
~www-client/opera-34.0.2036.50 amd64 x86
~www-client/otter-0.9.09 amd64 x86
~www-client/qupzilla-1.8.9 amd64 x86
~x11-drivers/xf86-video-virtualbox-5.0.12 amd64 x86
~x11-drivers/xf86-video-virtualbox-5.0.14 amd64 x86
~x11-misc/lightdm-1.10.5 amd64 x86
~x11-misc/lightdm-gtk-greeter-2.0.1 amd64 x86
~x11-misc/openbox-menu-0.8.0 amd64 x86
@ -116,6 +114,6 @@
~x11-themes/pidgin-penguins-smileys-1.0 amd64 x86
~x11-themes/smplayer-skins-15.2.0 amd64 x86
~x11-themes/smplayer-themes-15.6.0 amd64 x86
~x11-wm/awesome-3.5.6 amd64 x86
~x11-wm/jwm-2.3.2 amd64 x86
~x11-wm/awesome-3.5.7 amd64 x86
~x11-wm/jwm-2.3.4 amd64 x86
~x11-wm/openbox-3.6.1 amd64 x86

@ -7,14 +7,12 @@
~app-crypt/qca-2.1.1 amd64 x86
~app-eselect/eselect-opencascade-0 amd64 x86
~app-i18n/man-pages-ru-3.71.2209.1992.20140911 amd64 x86
~app-i18n/poedit-1.8.3 amd64 x86
~app-misc/xmind-3.5.3.201506180105 amd64 x86
~dev-cpp/antlr-cpp-2.7.7 amd64 x86
~dev-cpp/eigen-3.2.5 amd64 x86
~dev-cpp/lucene++-3.0.7 amd64 x86
~dev-db/lmdb-0.9.17 amd64 x86
~dev-db/sqlite-3.9.2 amd64 x86
~dev-db/sqlitebrowser-3.7.0 amd64 x86
~dev-lang/swig-3.0.2 amd64 x86
~dev-libs/leveldb-1.18 amd64 x86
~dev-libs/libappindicator-12.10.0 amd64 x86

Loading…
Cancel
Save