[gentoo-commits] repo/gentoo:master commit in: net-print/sshlpr/
commit: a86ba1eebd947a35d3cf518fc72b668ba4c94c31 Author: Filip Kobierski pm me> AuthorDate: Mon May 12 10:49:39 2025 + Commit: Sam James gentoo org> CommitDate: Wed May 21 21:43:45 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86ba1ee net-print/sshlpr: drop 1-r1 Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42048 Closes: https://github.com/gentoo/gentoo/pull/42048 Signed-off-by: Sam James gentoo.org> net-print/sshlpr/sshlpr-1-r1.ebuild | 26 -- 1 file changed, 26 deletions(-) diff --git a/net-print/sshlpr/sshlpr-1-r1.ebuild b/net-print/sshlpr/sshlpr-1-r1.ebuild deleted file mode 100644 index 99cf50d6b50f.. --- a/net-print/sshlpr/sshlpr-1-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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} -}
[gentoo-commits] repo/gentoo:master commit in: net-print/sshlpr/
commit: 972f9e5819756b05534da219d5f11b54c487a922 Author: Filip Kobierski pm me> AuthorDate: Mon May 12 10:46:54 2025 + Commit: Sam James gentoo org> CommitDate: Wed May 21 21:43:44 2025 + 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 pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42048 Signed-off-by: Sam James 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 ..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} +}
[gentoo-commits] repo/gentoo:master commit in: net-print/sshlpr/
commit: c03e9f33e350fb372d5042a446a38a06aa7e1d2f Author: David Seifert gentoo org> AuthorDate: Mon May 8 20:56:04 2023 + Commit: Sam James gentoo org> CommitDate: Thu May 11 20:03:39 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03e9f33 net-print/sshlpr: switch to virtual/openssh Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> net-print/sshlpr/{sshlpr-1.ebuild => sshlpr-1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-print/sshlpr/sshlpr-1.ebuild b/net-print/sshlpr/sshlpr-1-r1.ebuild similarity index 87% rename from net-print/sshlpr/sshlpr-1.ebuild rename to net-print/sshlpr/sshlpr-1-r1.ebuild index 1c32c9003523..99cf50d6b50f 100644 --- a/net-print/sshlpr/sshlpr-1.ebuild +++ b/net-print/sshlpr/sshlpr-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,8 +14,8 @@ IUSE="" DEPEND="net-print/cups" RDEPEND="${DEPEND} - net-misc/openssh - sys-apps/shadow" + sys-apps/shadow + virtual/openssh" S="${WORKDIR}"
[gentoo-commits] repo/gentoo:master commit in: net-print/sshlpr/
commit: cb8611a871dee9bfc25bb4592de7c8fec841939a Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 06:02:02 2019 + Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 06:03:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8611a8 net-print/sshlpr: drop myself as a maintainer Signed-off-by: Tim Harder gentoo.org> net-print/sshlpr/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-print/sshlpr/metadata.xml b/net-print/sshlpr/metadata.xml index 0fb174c9c85..6f49eba8f49 100644 --- a/net-print/sshlpr/metadata.xml +++ b/net-print/sshlpr/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - radher...@gentoo.org - Tim Harder - +
[gentoo-commits] repo/gentoo:master commit in: net-print/sshlpr/
commit: 951bb33abfee3f1ffe8f14303ff80682c14ac1bc Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 06:03:09 2019 + Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 06:03:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951bb33a net-print/sshlpr: update to EAPI 7 Signed-off-by: Tim Harder gentoo.org> net-print/sshlpr/sshlpr-1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/sshlpr/sshlpr-1.ebuild b/net-print/sshlpr/sshlpr-1.ebuild index d1228ea0ced..1c32c900352 100644 --- a/net-print/sshlpr/sshlpr-1.ebuild +++ b/net-print/sshlpr/sshlpr-1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh" HOMEPAGE="http://www.masella.name/technical/sshlpr.html";