* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-14 21:11 Piotr Karbowski
0 siblings, 0 replies; 15+ messages in thread
From: Piotr Karbowski @ 2022-06-14 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 77739ec12222cbcfc3f320c13e414e9b18594ee3
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 21:10:29 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 21:10:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77739ec1
sys-auth/ssh-import-id: new package; 5.11 version added.
KEYWORDS matching app-misc/livecd-tools for later livecd inclusion.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-auth/ssh-import-id/Manifest | 1 +
sys-auth/ssh-import-id/metadata.xml | 8 +++++++
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 27 ++++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/sys-auth/ssh-import-id/Manifest b/sys-auth/ssh-import-id/Manifest
new file mode 100644
index 000000000000..59eced6b8f3b
--- /dev/null
+++ b/sys-auth/ssh-import-id/Manifest
@@ -0,0 +1 @@
+DIST ssh-import-id-5.11.tar.gz 146064 BLAKE2B d869ec480d224aa906ef08b5b9acfbf9324d67bffafadcf1c0adae108ad53e76cdfbcf0d1905a947bda5df507fbd69e7ee121890bc48e452ca67c5acd92ac18c SHA512 49703b8b9c127f13bf0626fd013318b9498ec8a67a060fb7607c7a1894da3e3e3e7e995c9b68af8375237f4031d06abda20f2a9a73a1fabbe33055f2f434716b
diff --git a/sys-auth/ssh-import-id/metadata.xml b/sys-auth/ssh-import-id/metadata.xml
new file mode 100644
index 000000000000..8ac26ba5990d
--- /dev/null
+++ b/sys-auth/ssh-import-id/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slashbeast@gentoo.org</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
new file mode 100644
index 000000000000..4f66eb27a278
--- /dev/null
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utility to securely retrieve an SSH public key and install it locally"
+HOMEPAGE="https://launchpad.net/ssh-import-id"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+ dev-python/distro[${PYTHON_USEDEP}]
+"
+
+src_install() {
+ distutils-r1_src_install
+ doman usr/share/man/man1/ssh-import-id.1
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 8:54 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 8:54 UTC (permalink / raw
To: gentoo-commits
commit: ee3c7291ddc69bb050d7ecf97c1da5be94da8c72
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:52:51 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:52:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3c7291
sys-auth/ssh-import-id: amd64 stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index 4f66eb27a278..615815cdc2d7 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 8:55 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 8:55 UTC (permalink / raw
To: gentoo-commits
commit: e8eb43c42762283b03ef52d88645f5ce8b000c4a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:55:03 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:55:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eb43c4
sys-auth/ssh-import-id: arm64 stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index 615815cdc2d7..e2a9b16767a9 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 8:56 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 9275a538445cd3ad69d98d9eb830a7edc84c958c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:55:47 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:56:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9275a538
sys-auth/ssh-import-id: ppc stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index e2a9b16767a9..364ec5d58e57 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 8:58 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 7d396056f161ab0d5d2040448b72288f186aab7d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:58:20 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:58:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d396056
sys-auth/ssh-import-id: ppc64 stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index 364ec5d58e57..36991d1a4e46 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 8:59 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 3f1c12e951d2cc628a8c9d23d18c73cdbf62371c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:59:22 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:59:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1c12e9
sys-auth/ssh-import-id: sparc stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index 36991d1a4e46..9e0d061ed265 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 9:01 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2022-06-25 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 93af695e78da14d4a71d650dee9649172ae90134
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 09:00:05 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:00:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93af695e
sys-auth/ssh-import-id: x86 stable wrt bug #853937
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
index 9e0d061ed265..7b988386b2a9 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2022-06-25 9:06 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-06-25 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 58a4feeec1e1133edc8ad4a4e6e29e66d4f83e84
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 09:01:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:06:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a4feee
sys-auth/ssh-import-id: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/ssh-import-id/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-auth/ssh-import-id/metadata.xml b/sys-auth/ssh-import-id/metadata.xml
index 8ac26ba5990d..fd9ff4351985 100644
--- a/sys-auth/ssh-import-id/metadata.xml
+++ b/sys-auth/ssh-import-id/metadata.xml
@@ -5,4 +5,5 @@
<email>slashbeast@gentoo.org</email>
<name>Piotr Karbowski</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2023-02-27 22:31 Piotr Karbowski
0 siblings, 0 replies; 15+ messages in thread
From: Piotr Karbowski @ 2023-02-27 22:31 UTC (permalink / raw
To: gentoo-commits
commit: e7a06624442ad25bdbb3b58f5192db021cb62900
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 22:30:06 2023 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 22:30:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a06624
sys-auth/ssh-import-id: 5.11-r1: py3.11 support; PEP517.
Closes: https://bugs.gentoo.org/897270
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
.../ssh-import-id/ssh-import-id-5.11-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
new file mode 100644
index 000000000000..5e367ecf4375
--- /dev/null
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Utility to securely retrieve an SSH public key and install it locally"
+HOMEPAGE="https://launchpad.net/ssh-import-id"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+ dev-python/distro[${PYTHON_USEDEP}]
+"
+
+src_install() {
+ distutils-r1_src_install
+ doman usr/share/man/man1/ssh-import-id.1
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2023-02-27 22:31 Piotr Karbowski
0 siblings, 0 replies; 15+ messages in thread
From: Piotr Karbowski @ 2023-02-27 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 343926cbf2936be454f5756c1fd46ae3d3cf5d26
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 22:29:38 2023 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 22:30:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343926cb
sys-auth/ssh-import-id: metadata.xml bump with remote-id.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-auth/ssh-import-id/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-auth/ssh-import-id/metadata.xml b/sys-auth/ssh-import-id/metadata.xml
index fd9ff4351985..77b851e114a2 100644
--- a/sys-auth/ssh-import-id/metadata.xml
+++ b/sys-auth/ssh-import-id/metadata.xml
@@ -6,4 +6,7 @@
<name>Piotr Karbowski</name>
</maintainer>
<stabilize-allarches/>
+ <upstream>
+ <remote-id type="launchpad">ssh-import-id</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2023-04-19 11:03 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-04-19 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 92940a986d74d54c048645b959f0c0b2bb76cf35
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 11:02:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 11:02:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92940a98
sys-auth/ssh-import-id: Stabilize 5.11-r1 ALLARCHES, #904571
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
index 5e367ecf4375..ddde94c6da84 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2023-08-09 18:14 Piotr Karbowski
0 siblings, 0 replies; 15+ messages in thread
From: Piotr Karbowski @ 2023-08-09 18:14 UTC (permalink / raw
To: gentoo-commits
commit: da1b198c227682c5b1351f7246470039c72c62ad
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 18:01:37 2023 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 18:14:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1b198c
sys-auth/ssh-import-id: drop myself as maintainer; m-n.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-auth/ssh-import-id/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-auth/ssh-import-id/metadata.xml b/sys-auth/ssh-import-id/metadata.xml
index 77b851e114a2..a8d5f70543c9 100644
--- a/sys-auth/ssh-import-id/metadata.xml
+++ b/sys-auth/ssh-import-id/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>slashbeast@gentoo.org</email>
- <name>Piotr Karbowski</name>
- </maintainer>
+ <!-- maintainer-needed -->
<stabilize-allarches/>
<upstream>
<remote-id type="launchpad">ssh-import-id</remote-id>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2024-05-09 11:33 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-05-09 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 3208feb9e7d44909a49245b5180bd5081fd5759c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 11:19:09 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 9 11:32:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3208feb9
sys-auth/ssh-import-id: fix EmptyGlobalAssignment
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
index ddde94c6da84..08dd75a431f3 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,6 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
-IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2024-05-09 11:33 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-05-09 11:33 UTC (permalink / raw
To: gentoo-commits
commit: f7c3c025f35122e45a5a59daa4393e30da2f0a5c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 11:18:52 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 9 11:32:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c3c025
sys-auth/ssh-import-id: drop 5.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 27 ------------------------
1 file changed, 27 deletions(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
deleted file mode 100644
index 66f383c14cac..000000000000
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to securely retrieve an SSH public key and install it locally"
-HOMEPAGE="https://launchpad.net/ssh-import-id"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
- dev-python/distro[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
- doman usr/share/man/man1/ssh-import-id.1
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/
@ 2024-05-09 11:33 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-05-09 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 2b592fec9153025b82e8bd02b4fa6c13579da16d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 11:19:58 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 9 11:32:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b592fec
sys-auth/ssh-import-id: enable py3.12
Closes: https://bugs.gentoo.org/929825
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
index 08dd75a431f3..fc69019e6ff3 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-05-09 11:33 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 11:33 [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-05-09 11:33 Sam James
2024-05-09 11:33 Sam James
2023-08-09 18:14 Piotr Karbowski
2023-04-19 11:03 Arthur Zamarin
2023-02-27 22:31 Piotr Karbowski
2023-02-27 22:31 Piotr Karbowski
2022-06-25 9:06 Sam James
2022-06-25 9:01 Agostino Sarubbo
2022-06-25 8:59 Agostino Sarubbo
2022-06-25 8:58 Agostino Sarubbo
2022-06-25 8:56 Agostino Sarubbo
2022-06-25 8:55 Agostino Sarubbo
2022-06-25 8:54 Agostino Sarubbo
2022-06-14 21:11 Piotr Karbowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox