Install this version:
emerge -a =net-print/epson-backend-1.2.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-print/epson-backend-1.2.6
Or alternatively:
emerge --autounmask-write -a =net-print/epson-backend-1.2.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.6 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
DESCRIPTION="Epson CUPS backend (ecbd)."
HOMEPAGE="https://support.epson.net/linux/Printer/LSB_distribution_pages/en/utility.php"
SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/14/68/96/20259c8247fdde4faa8416ba642825e903f32bb8/epson-printer-utility_arm_source.zip -> ${P}.zip"
S="${WORKDIR}/epson-printer-utility_arm_source"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="virtual/libusb"
BDEPEND="app-arch/unzip"
PATCHES=( "${FILESDIR}/${PN}-fixes.patch" )
src_unpack() {
unpack "${A}"
unpack "${S}/${PN}-arm-${PV}.tar.gz"
mv "${PN}-arm-${PV}"/* "${S}" || die
}
src_install() {
default
# shellcheck disable=SC2115
rm -R "${D}/usr/$(get_libdir)/${PN}" "${D}/usr/share/doc" || die
dodoc "debian/${PN}/usr/share/doc/${PN}/README"
systemd_newunit "${FILESDIR}/${PN}-ecbd.service" ecbd.service
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | epson-backend-1.2.6.zip | 6232061 bytes | https://download3.ebz.epson.net/dsc/f/03/00/14/68/96/20259c8247fdde4faa8416ba642825e903f32bb8/epson-printer-utility_arm_source.zip |