commit: 972f9e5819756b05534da219d5f11b54c487a922 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Mon May 12 10:46:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:43:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972f9e58
net-print/sshlpr: bump EAPI also: - remove empty IUSE - change quoting style Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42048 Signed-off-by: Sam James <sam <AT> gentoo.org> net-print/sshlpr/sshlpr-1-r2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/net-print/sshlpr/sshlpr-1-r2.ebuild b/net-print/sshlpr/sshlpr-1-r2.ebuild new file mode 100644 index 000000000000..a2d6bc35bb23 --- /dev/null +++ b/net-print/sshlpr/sshlpr-1-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh" +HOMEPAGE="http://www.masella.name/technical/sshlpr.html" +SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="net-print/cups" +RDEPEND="${DEPEND} + sys-apps/shadow + virtual/openssh +" + +src_install() { + exeinto $(cups-config --serverbin)/backend + exeopts -m0700 + doexe ${PN} +}