summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-03 17:44:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-03 17:44:04 +0000
commit55e119553fab01dbc4640208b11768c3f22c09f6 (patch)
tree1671eb0295d4e491871e3b57f94314d1c9a237c2 /dev-perl/Net-SSH-AuthorizedKeysFile
parentVersion bump, drop old (diff)
downloadgentoo-2-55e119553fab01dbc4640208b11768c3f22c09f6.tar.gz
gentoo-2-55e119553fab01dbc4640208b11768c3f22c09f6.tar.bz2
gentoo-2-55e119553fab01dbc4640208b11768c3f22c09f6.zip
Commit direct to stable, modifies a single regex to add match for Ed25519 keytype; needed for production gitolite.
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Net-SSH-AuthorizedKeysFile')
-rw-r--r--dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog11
-rw-r--r--dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.170.0.ebuild20
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog b/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog
index 1c8728050c76..0bf8262e1cb8 100644
--- a/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog
+++ b/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Net-SSH-AuthorizedKeysFile
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog,v 1.15 2014/08/23 02:12:05 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH-AuthorizedKeysFile/ChangeLog,v 1.16 2015/02/03 17:44:04 robbat2 Exp $
+
+*Net-SSH-AuthorizedKeysFile-0.170.0 (03 Feb 2015)
+
+ 03 Feb 2015; Robin H. Johnson <robbat2@gentoo.org>
+ +Net-SSH-AuthorizedKeysFile-0.170.0.ebuild:
+ Commit direct to stable, modifies a single regex to add match for Ed25519
+ keytype; needed for production gitolite.
*Net-SSH-AuthorizedKeysFile-0.160.0-r1 (23 Aug 2014)
diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.170.0.ebuild b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.170.0.ebuild
new file mode 100644
index 000000000000..800af841f719
--- /dev/null
+++ b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.170.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.170.0.ebuild,v 1.1 2015/02/03 17:44:04 robbat2 Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=${PV:0:4}
+inherit perl-module
+
+DESCRIPTION="Read and modify ssh's authorized_keys files"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-perl/Log-Log4perl"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"