Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/dchub: dchub-0.5.2.ebuild ChangeLog
Date: Sun, 13 Apr 2008 21:48:18
Message-Id: E1JlA3b-0002Sw-Mx@stork.gentoo.org
1 betelgeuse 08/04/13 21:48:15
2
3 Modified: dchub-0.5.2.ebuild ChangeLog
4 Log:
5 Remove RDEPEND on virtual/libc and fix quoting.
6 (Portage version: 2.1.5_rc2)
7
8 Revision Changes Path
9 1.11 net-p2p/dchub/dchub-0.5.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?r1=1.10&r2=1.11
14
15 Index: dchub-0.5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- dchub-0.5.2.ebuild 22 Apr 2007 11:31:32 -0000 1.10
22 +++ dchub-0.5.2.ebuild 13 Apr 2008 21:48:15 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.10 2007/04/22 11:31:32 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.11 2008/04/13 21:48:15 betelgeuse Exp $
29
30 WANT_AUTOCONF="latest"
31 WANT_AUTOMAKE="1.4"
32 @@ -17,7 +17,7 @@
33 SLOT="0"
34 KEYWORDS="ppc ppc64 x86 ~amd64"
35
36 -RDEPEND="virtual/libc
37 +RDEPEND="
38 =dev-libs/glib-2*
39 sys-devel/libperl
40 dev-libs/libxml2
41 @@ -29,16 +29,16 @@
42
43 src_unpack() {
44 unpack ${A}
45 - cd ${S}
46 + cd "${S}"
47
48 - epatch ${FILESDIR}/${P}-amd64.patch
49 + epatch "${FILESDIR}/${P}-amd64.patch"
50 }
51
52 src_install() {
53 - make DESTDIR=${D} install || die "install problem"
54 + make DESTDIR="${D}" install || die "install problem"
55
56 dodoc Documentation/*
57 - dodoc AUTHORS COPYING ChangeLog NEWS README TODO
58 + dodoc AUTHORS COPYING ChangeLog NEWS README TODO || die
59
60 dodir /etc/dchub
61 newinitd {FILESDIR}/dchub.init.d dchub
62
63
64
65 1.23 net-p2p/dchub/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?rev=1.23&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?rev=1.23&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?r1=1.22&r2=1.23
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v
74 retrieving revision 1.22
75 retrieving revision 1.23
76 diff -u -r1.22 -r1.23
77 --- ChangeLog 22 Apr 2007 11:31:32 -0000 1.22
78 +++ ChangeLog 13 Apr 2008 21:48:15 -0000 1.23
79 @@ -1,6 +1,9 @@
80 # ChangeLog for net-p2p/dchub
81 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.22 2007/04/22 11:31:32 armin76 Exp $
83 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.23 2008/04/13 21:48:15 betelgeuse Exp $
85 +
86 + 13 Apr 2008; Petteri Räty <betelgeuse@g.o> dchub-0.5.2.ebuild:
87 + Remove RDEPEND on virtual/libc and fix quoting.
88
89 22 Apr 2007; Raúl Porcel <armin76@g.o> dchub-0.5.2.ebuild:
90 Use doconfd and doinitd, bug 174266
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list