Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/keychain: keychain-2.8.1.ebuild ChangeLog
Date: Sat, 30 May 2015 05:57:23
Message-Id: 20150530055714.7FC61A0D@oystercatcher.gentoo.org
1 jlec 15/05/30 05:57:14
2
3 Modified: ChangeLog
4 Added: keychain-2.8.1.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.113 net-misc/keychain/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.113&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.113&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?r1=1.112&r2=1.113
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v
20 retrieving revision 1.112
21 retrieving revision 1.113
22 diff -u -r1.112 -r1.113
23 --- ChangeLog 4 Apr 2015 22:30:03 -0000 1.112
24 +++ ChangeLog 30 May 2015 05:57:14 -0000 1.113
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/keychain
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.112 2015/04/04 22:30:03 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.113 2015/05/30 05:57:14 jlec Exp $
30 +
31 +*keychain-2.8.1 (30 May 2015)
32 +
33 + 30 May 2015; Justin Lecher <jlec@g.o> +keychain-2.8.1.ebuild:
34 + Version Bump
35
36 *keychain-2.8.0 (04 Apr 2015)
37
38
39
40
41 1.1 net-misc/keychain/keychain-2.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: keychain-2.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild,v 1.1 2015/05/30 05:57:14 jlec Exp $
51
52 EAPI=5
53
54 DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner"
55 HOMEPAGE="http://www.funtoo.org/Keychain"
56 SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 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"
61 IUSE=""
62
63 DEPEND="dev-lang/perl"
64 RDEPEND=""
65
66 src_install() {
67 dobin ${PN}
68 doman ${PN}.1
69 dodoc ChangeLog README.md
70 }