Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cvsd: ChangeLog cvsd-1.0.16.ebuild
Date: Fri, 24 Apr 2009 13:52:29
Message-Id: E1LxLpE-00027X-OF@stork.gentoo.org
1 patrick 09/04/24 13:52:20
2
3 Modified: ChangeLog cvsd-1.0.16.ebuild
4 Log:
5 Fixing deps, closes #240253
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 dev-util/cvsd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 4 Jan 2009 22:20:48 -0000 1.26
22 +++ ChangeLog 24 Apr 2009 13:52:20 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/cvsd
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.26 2009/01/04 22:20:48 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.27 2009/04/24 13:52:20 patrick Exp $
28 +
29 + 24 Apr 2009; Patrick Lauer <patrick@g.o> cvsd-1.0.16:
30 + Fixing deps, closes #240253
31
32 *cvsd-1.0.16 (04 Jan 2009)
33
34
35
36
37 1.2 dev-util/cvsd/cvsd-1.0.16.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild?r1=1.1&r2=1.2
42
43 Index: cvsd-1.0.16.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- cvsd-1.0.16.ebuild 4 Jan 2009 22:20:48 -0000 1.1
50 +++ cvsd-1.0.16.ebuild 24 Apr 2009 13:52:20 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild,v 1.1 2009/01/04 22:20:48 patrick Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild,v 1.2 2009/04/24 13:52:20 patrick Exp $
56
57 inherit eutils
58
59 @@ -13,11 +13,10 @@
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="tcpd"
62
63 -DEPEND="virtual/libc
64 +DEPEND=">=dev-util/cvs-1.11.6
65 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
66 RDEPEND="${DEPEND}
67 - >=dev-lang/perl-5.8.0
68 - >=dev-util/cvs-1.11.6"
69 + >=dev-lang/perl-5.8.0"
70
71 pkg_setup() {
72 enewgroup cvsd
73 @@ -34,9 +33,9 @@
74 dosed 's:^Repos:# Repos:g' /etc/cvsd/cvsd.conf
75 keepdir /var/lib/cvsd
76
77 - dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO
78 + dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO
79
80 - newinitd ${FILESDIR}/cvsd.rc6 ${PN}
81 + newinitd "${FILESDIR}/cvsd.rc6" ${PN}
82 }
83
84 pkg_postinst() {