From c03e9f33e350fb372d5042a446a38a06aa7e1d2f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 8 May 2023 22:56:04 +0200 Subject: net-print/sshlpr: switch to virtual/openssh Signed-off-by: David Seifert Signed-off-by: Sam James --- net-print/sshlpr/sshlpr-1-r1.ebuild | 26 ++++++++++++++++++++++++++ net-print/sshlpr/sshlpr-1.ebuild | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 net-print/sshlpr/sshlpr-1-r1.ebuild delete mode 100644 net-print/sshlpr/sshlpr-1.ebuild (limited to 'net-print') diff --git a/net-print/sshlpr/sshlpr-1-r1.ebuild b/net-print/sshlpr/sshlpr-1-r1.ebuild new file mode 100644 index 000000000000..99cf50d6b50f --- /dev/null +++ b/net-print/sshlpr/sshlpr-1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-print/cups" +RDEPEND="${DEPEND} + sys-apps/shadow + virtual/openssh" + +S="${WORKDIR}" + +src_install() { + exeinto $(cups-config --serverbin)/backend + exeopts -m0700 + doexe ${PN} +} diff --git a/net-print/sshlpr/sshlpr-1.ebuild b/net-print/sshlpr/sshlpr-1.ebuild deleted file mode 100644 index 1c32c9003523..000000000000 --- a/net-print/sshlpr/sshlpr-1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-print/cups" -RDEPEND="${DEPEND} - net-misc/openssh - sys-apps/shadow" - -S="${WORKDIR}" - -src_install() { - exeinto $(cups-config --serverbin)/backend - exeopts -m0700 - doexe ${PN} -} -- cgit v1.2.3-65-gdbad