vapier 15/04/04 22:30:03 Modified: ChangeLog Added: keychain-2.8.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.112 net-misc/keychain/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 20 Mar 2015 09:24:36 -0000 1.111 +++ ChangeLog 4 Apr 2015 22:30:03 -0000 1.112 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/keychain # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.112 2015/04/04 22:30:03 vapier Exp $ + +*keychain-2.8.0 (04 Apr 2015) + + 04 Apr 2015; Mike Frysinger <[email protected]> + +files/keychain-2.8.0-posix-sh.patch, +keychain-2.8.0.ebuild: + Version bump. *keychain-2.7.1-r2 (20 Mar 2015) 1.1 net-misc/keychain/keychain-2.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.0.ebuild?rev=1.1&content-type=text/plain Index: keychain-2.8.0.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.8.0.ebuild,v 1.1 2015/04/04 22:30:03 vapier Exp $ EAPI=5 inherit eutils DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner" HOMEPAGE="http://www.funtoo.org/Keychain" SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz" 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="dev-lang/perl" RDEPEND="" src_prepare() { epatch "${FILESDIR}"/${P}-posix-sh.patch } src_install() { dobin ${PN} doman ${PN}.1 dodoc ChangeLog README.md }
