Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailgraph: ChangeLog mailgraph-1.14.ebuild
Date: Mon, 22 Oct 2007 19:26:10
Message-Id: E1Ik2uQ-0005gH-LL@stork.gentoo.org
1 dertobi123 07/10/22 19:25:54
2
3 Modified: ChangeLog mailgraph-1.14.ebuild
4 Log:
5 Remove unnecessary pkg_preinst() and fix has_version usage, thanks to Donnie Berkholz
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.24 net-mail/mailgraph/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 22 Oct 2007 18:24:57 -0000 1.23
22 +++ ChangeLog 22 Oct 2007 19:25:54 -0000 1.24
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-mail/mailgraph
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.23 2007/10/22 18:24:57 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.24 2007/10/22 19:25:54 dertobi123 Exp $
28 +
29 + 22 Oct 2007; Tobias Scherbaum <dertobi123@g.o>
30 + mailgraph-1.14.ebuild:
31 + Remove unnecessary pkg_preinst() and fix has_version usage, thanks to Donnie
32 + Berkholz
33
34 *mailgraph-1.14 (22 Oct 2007)
35
36
37
38
39 1.2 net-mail/mailgraph/mailgraph-1.14.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild?r1=1.1&r2=1.2
44
45 Index: mailgraph-1.14.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mailgraph-1.14.ebuild 22 Oct 2007 18:24:57 -0000 1.1
52 +++ mailgraph-1.14.ebuild 22 Oct 2007 19:25:54 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild,v 1.1 2007/10/22 18:24:57 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild,v 1.2 2007/10/22 19:25:54 dertobi123 Exp $
58
59 inherit eutils webapp
60
61 @@ -43,10 +43,6 @@
62 mailgraph.cgi || die "sed mailgraph.cgi failed"
63 }
64
65 -pkg_preinst() {
66 - user_group_setup
67 -}
68 -
69 src_install() {
70 webapp_src_preinst
71 # be sure to run webapp_src_install *before* doing the directories below
72 @@ -96,7 +92,7 @@
73 pkg_postinst() {
74 # Fix ownerships - previous versions installed these with
75 # root as owner
76 - if [[ has_version <=net-mail/mailgraph-1.12 ]] ; then
77 + if has_version '<=net-mail/mailgraph-1.12' ; then
78 if [[ -d /var/lib/mailgraph ]] ; then
79 chown mgraph:mgraph /var/lib/mailgraph
80 fi
81
82
83
84 --
85 gentoo-commits@g.o mailing list