jlec 15/05/30 05:57:14 Modified: ChangeLog Added: keychain-2.8.1.ebuild Log: Version Bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.113 net-misc/keychain/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?r1=1.112&r2=1.113 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- ChangeLog 4 Apr 2015 22:30:03 -0000 1.112 +++ ChangeLog 30 May 2015 05:57:14 -0000 1.113 @@ -1,6 +1,11 @@ # 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.112 2015/04/04 22:30:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.113 2015/05/30 05:57:14 jlec Exp $ + +*keychain-2.8.1 (30 May 2015) + + 30 May 2015; Justin Lecher <[email protected]> +keychain-2.8.1.ebuild: + Version Bump *keychain-2.8.0 (04 Apr 2015) 1.1 net-misc/keychain/keychain-2.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild?rev=1.1&content-type=text/plain Index: keychain-2.8.1.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.1.ebuild,v 1.1 2015/05/30 05:57:14 jlec Exp $ EAPI=5 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_install() { dobin ${PN} doman ${PN}.1 dodoc ChangeLog README.md }
