hwoarang    15/03/20 09:24:36

  Modified:             ChangeLog
  Added:                keychain-2.7.1-r2.ebuild
  Log:
  Revbump to include upstream commit for new openssh-6.8 fingerprint format
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.111                net-misc/keychain/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   24 May 2013 20:30:30 -0000      1.110
+++ ChangeLog   20 Mar 2015 09:24:36 -0000      1.111
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/keychain
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.110 
2013/05/24 20:30:30 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.111 
2015/03/20 09:24:36 hwoarang Exp $
+
+*keychain-2.7.1-r2 (20 Mar 2015)
+
+  20 Mar 2015; Markos Chandras <hwoar...@gentoo.org> +keychain-2.7.1-r2.ebuild,
+  +files/keychain-2.7.1-openssh-6.8.patch:
+  Revbump to include upstream commit for new openssh-6.8 fingerprint format
 
   24 May 2013; Alexis Ballier <aball...@gentoo.org> keychain-2.7.1-r1.ebuild:
   keyword ~amd64-fbsd thanks to Yuta SATOH, bug #432410



1.1                  net-misc/keychain/keychain-2.7.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: keychain-2.7.1-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild,v 
1.1 2015/03/20 09:24:36 hwoarang Exp $

EAPI=5

inherit eutils

DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner. 
Frontend for ssh-agent/ssh-add"
HOMEPAGE="http://www.funtoo.org/wiki/Keychain";
SRC_URI="http://www.funtoo.org/archive/${PN}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND=""
RDEPEND="app-shells/bash
        virtual/ssh"

src_prepare() {
        epatch "${FILESDIR}"/${P}-openssh-6.8.patch
}

src_compile() { :; }

src_install() {
        dobin ${PN}
        doman ${PN}.1
        dodoc ChangeLog README.rst
}




Reply via email to