Install this version:
emerge -a =net-print/c2esp-27
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-print/c2esp-27
Or alternatively:
emerge --autounmask-write -a =net-print/c2esp-27
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A CUPS filter for Kodak ESP printers"
HOMEPAGE="https://sourceforge.net/projects/cupsdriverkodak"
SRC_URI="https://downloads.sourceforge.net/cupsdriverkodak/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND=">=media-libs/jbigkit-2.0-r1:=
>=net-print/cups-1.6
virtual/zlib:="
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-missing-includes.patch
"${FILESDIR}"/${P}-fno-common.patch
)
src_configure() {
# Don't trust cups-config in case ROOT!=/.
econf \
--with-cupsfilterdir="${EPREFIX}"/usr/libexec/cups/filter \
--with-cupsdatadir="${EPREFIX}"/usr/share/cups
}
>=media-libs/jbigkit-2.0-r1:= >=net-print/cups-1.6 virtual/zlib:=
>=media-libs/jbigkit-2.0-r1:= >=net-print/cups-1.6 virtual/zlib:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | c2esp-27.tar.gz | 143551 bytes | https://downloads.sourceforge.net/cupsdriverkodak/files/c2esp-27.tar.gz |