Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/linesrv: linesrv-2.1.21-r1.ebuild ChangeLog
Date: Sun, 28 Oct 2007 13:49:33
Message-Id: E1Im8V9-0005Bf-MJ@stork.gentoo.org
1 phreak 07/10/28 13:48:27
2
3 Modified: linesrv-2.1.21-r1.ebuild ChangeLog
4 Log:
5 Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.9 net-dialup/linesrv/linesrv-2.1.21-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: linesrv-2.1.21-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- linesrv-2.1.21-r1.ebuild 2 May 2007 08:19:04 -0000 1.8
22 +++ linesrv-2.1.21-r1.ebuild 28 Oct 2007 13:48:27 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.8 2007/05/02 08:19:04 genone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.9 2007/10/28 13:48:27 phreak Exp $
28
29 inherit webapp flag-o-matic
30
31 @@ -23,6 +23,9 @@
32 pam? ( >=sys-libs/pam-0.75 )
33 mysql? ( >=virtual/mysql-4.0 )"
34
35 +RDEPEND="${DEPEND}
36 + virtual/logger"
37 +
38 S="${WORKDIR}/${PN}-${PV%.*}"
39
40 WEBAPP_MANUAL_SLOT=yes
41
42
43
44 1.15 net-dialup/linesrv/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linesrv/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 2 May 2007 08:19:04 -0000 1.14
57 +++ ChangeLog 28 Oct 2007 13:48:27 -0000 1.15
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-dialup/linesrv
60 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.14 2007/05/02 08:19:04 genone Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.15 2007/10/28 13:48:27 phreak Exp $
63 +
64 + 28 Oct 2007; Christian Heim <phreak@g.o> linesrv-2.1.21-r1.ebuild:
65 + Include virtual/logger in RDEPEND, as the initscript already specifies 'need
66 + logger'.
67
68 02 May 2007; Marius Mauch <genone@g.o> linesrv-2.1.21-r1.ebuild:
69 Replacing einfo with elog
70
71
72
73 --
74 gentoo-commits@g.o mailing list