Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gradm: gradm-3.0.201407222118.ebuild ChangeLog
Date: Sat, 30 Aug 2014 13:38:53
Message-Id: 20140830133850.4B9E84423@oystercatcher.gentoo.org
1 blueness 14/08/30 13:38:50
2
3 Modified: gradm-3.0.201407222118.ebuild ChangeLog
4 Log:
5 Remove inaccurate pkg_postinst message
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 sys-apps/gradm/gradm-3.0.201407222118.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild?r1=1.2&r2=1.3
15
16 Index: gradm-3.0.201407222118.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gradm-3.0.201407222118.ebuild 30 Aug 2014 13:33:23 -0000 1.2
23 +++ gradm-3.0.201407222118.ebuild 30 Aug 2014 13:38:50 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild,v 1.2 2014/08/30 13:33:23 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-3.0.201407222118.ebuild,v 1.3 2014/08/30 13:38:50 blueness Exp $
29
30 EAPI="5"
31 inherit flag-o-matic toolchain-funcs versionator eutils udev
32 @@ -43,7 +43,6 @@
33
34 pkg_postinst() {
35 ewarn
36 - ewarn "Be sure to set a password with 'gradm -P' before enabling learning mode"
37 - ewarn "This version of gradm is only supported with hardened-sources >= 2.6.32-r10"
38 + ewarn "Be sure to set a password with 'gradm -P' before enabling learning mode."
39 ewarn
40 }
41
42
43
44 1.221 sys-apps/gradm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/ChangeLog?rev=1.221&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/ChangeLog?rev=1.221&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/ChangeLog?r1=1.220&r2=1.221
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v
53 retrieving revision 1.220
54 retrieving revision 1.221
55 diff -u -r1.220 -r1.221
56 --- ChangeLog 30 Aug 2014 13:37:18 -0000 1.220
57 +++ ChangeLog 30 Aug 2014 13:38:50 -0000 1.221
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/gradm
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.220 2014/08/30 13:37:18 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.221 2014/08/30 13:38:50 blueness Exp $
63 +
64 + 30 Aug 2014; Anthony G. Basile <blueness@g.o>
65 + gradm-3.0.201407222118.ebuild:
66 + Remove inaccurate pkg_postinst message
67
68 30 Aug 2014; Anthony G. Basile <blueness@g.o>
69 -files/respect-gentoo-env.patch, -gradm-2.9.1.201309161709.ebuild,