Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/rdist: rdist-6.1.5-r2.ebuild ChangeLog
Date: Sun, 06 Sep 2009 16:33:14
Message-Id: E1MkKfw-0001pT-6p@stork.gentoo.org
1 idl0r 09/09/06 16:33:12
2
3 Modified: rdist-6.1.5-r2.ebuild ChangeLog
4 Log:
5 Fix ebuild, inherit eutils and use the right patch...
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-misc/rdist/rdist-6.1.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: rdist-6.1.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- rdist-6.1.5-r2.ebuild 24 Jan 2008 14:21:54 -0000 1.2
22 +++ rdist-6.1.5-r2.ebuild 6 Sep 2009 16:33:11 -0000 1.3
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild,v 1.2 2008/01/24 14:21:54 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/rdist-6.1.5-r2.ebuild,v 1.3 2009/09/06 16:33:11 idl0r Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="Remote software distribution system"
33 HOMEPAGE="http://www.magnicomp.com/rdist/rdist.shtml"
34 @@ -36,7 +38,7 @@
35 sed -i -e '/^%type/ s/,//g' -e 's/= {/{/g' src/gram.y || die "fixup of gram.y failed"
36
37 # use mkstemp(3) instead of mktemp(3)
38 - epatch "${FILESDIR}/rdist_mkstemp.patch"
39 + epatch "${FILESDIR}/${P}-mkstemp.patch"
40 }
41
42 src_compile() {
43 @@ -45,11 +47,11 @@
44 }
45
46 src_install() {
47 - dodir /usr/bin /usr/share/man/man{1,8}
48 - make install \
49 + dodir /usr/bin /usr/share/man/man{1,8} || die
50 + emake install \
51 BIN_GROUP=root \
52 BIN_DIR="${D}/usr/bin" || die "make install failed"
53 - make install.man \
54 + emake install.man \
55 MAN_GROUP=root \
56 MAN_1_DIR=${D}/usr/share/man/man1 MAN_8_DIR=${D}/usr/share/man/man8 \
57 || die "make install.man failed"
58
59
60
61 1.15 net-misc/rdist/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/ChangeLog?rev=1.15&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/ChangeLog?rev=1.15&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rdist/ChangeLog?r1=1.14&r2=1.15
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-misc/rdist/ChangeLog,v
70 retrieving revision 1.14
71 retrieving revision 1.15
72 diff -u -r1.14 -r1.15
73 --- ChangeLog 24 Jan 2008 14:21:54 -0000 1.14
74 +++ ChangeLog 6 Sep 2009 16:33:11 -0000 1.15
75 @@ -1,6 +1,9 @@
76 # ChangeLog for net-misc/rdist
77 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/ChangeLog,v 1.14 2008/01/24 14:21:54 armin76 Exp $
79 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/ChangeLog,v 1.15 2009/09/06 16:33:11 idl0r Exp $
81 +
82 + 06 Sep 2009; Christian Ruppert <idl0r@g.o> rdist-6.1.5-r2.ebuild:
83 + Fix ebuild, inherit eutils and use the right patch...
84
85 24 Jan 2008; Raúl Porcel <armin76@g.o> -rdist-6.1.5-r1.ebuild,
86 rdist-6.1.5-r2.ebuild: