Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/crypt++: ChangeLog crypt++-2.92.ebuild
Date: Wed, 25 Feb 2015 06:49:37
Message-Id: 20150225064931.6113A12810@oystercatcher.gentoo.org
1 ulm 15/02/25 06:49:31
2
3 Modified: ChangeLog crypt++-2.92.ebuild
4 Log:
5 Update ebuild to EAPI 5. Specify LICENSE more precisely.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.23 app-emacs/crypt++/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 27 Jan 2015 17:57:24 -0000 1.22
23 +++ ChangeLog 25 Feb 2015 06:49:31 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emacs/crypt++
26 # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.22 2015/01/27 17:57:24 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.23 2015/02/25 06:49:31 ulm Exp $
29 +
30 + 25 Feb 2015; Ulrich Müller <ulm@g.o> crypt++-2.92.ebuild:
31 + Update ebuild to EAPI 5. Specify LICENSE more precisely.
32
33 27 Jan 2015; Ulrich Müller <ulm@g.o> crypt++-2.92.ebuild:
34 Update HOMEPAGE, bug 537928.
35
36
37
38 1.9 app-emacs/crypt++/crypt++-2.92.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?r1=1.8&r2=1.9
43
44 Index: crypt++-2.92.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- crypt++-2.92.ebuild 27 Jan 2015 17:57:24 -0000 1.8
51 +++ crypt++-2.92.ebuild 25 Feb 2015 06:49:31 -0000 1.9
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.8 2015/01/27 17:57:24 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.9 2015/02/25 06:49:31 ulm Exp $
57 +
58 +EAPI=5
59
60 inherit elisp
61
62 @@ -11,7 +13,6 @@
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="amd64 ~ppc ~sparc x86"
66 -IUSE=""
67
68 S="${WORKDIR}/${PN}el-${PV}"
69 -SITEFILE=50${PN}-gentoo.el
70 +SITEFILE="50${PN}-gentoo.el"