Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/udpcast: udpcast-20070602.ebuild ChangeLog
Date: Sun, 03 Feb 2008 20:55:54
Message-Id: E1JLlsV-00088Q-1p@stork.gentoo.org
1 armin76 08/02/03 20:55:51
2
3 Modified: udpcast-20070602.ebuild ChangeLog
4 Log:
5 Fix src_install, bug #208740
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 net-misc/udpcast/udpcast-20070602.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild?r1=1.2&r2=1.3
14
15 Index: udpcast-20070602.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- udpcast-20070602.ebuild 26 Jan 2008 17:07:15 -0000 1.2
22 +++ udpcast-20070602.ebuild 3 Feb 2008 20:55:50 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.2 2008/01/26 17:07:15 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.3 2008/02/03 20:55:50 armin76 Exp $
28
29 DESCRIPTION="Multicast file transfer tool"
30 HOMEPAGE="http://udpcast.linux.lu/"
31 @@ -14,6 +14,6 @@
32 DEPEND="dev-lang/perl"
33
34 src_install() {
35 - emake DESTDIR="${D}" || die "emake install failed"
36 + emake DESTDIR="${D}" install || die "emake install failed"
37 dodoc *.txt
38 }
39
40
41
42 1.12 net-misc/udpcast/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/ChangeLog?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/ChangeLog?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/udpcast/ChangeLog?r1=1.11&r2=1.12
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- ChangeLog 26 Jan 2008 17:07:15 -0000 1.11
55 +++ ChangeLog 3 Feb 2008 20:55:50 -0000 1.12
56 @@ -1,6 +1,9 @@
57 # ChangeLog for net-misc/udpcast
58 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.11 2008/01/26 17:07:15 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.12 2008/02/03 20:55:50 armin76 Exp $
61 +
62 + 03 Feb 2008; Raúl Porcel <armin76@g.o> udpcast-20070602.ebuild:
63 + Fix src_install, bug #208740
64
65 26 Jan 2008; Raúl Porcel <armin76@g.o>
66 -files/udpcast-20070323-makefix.patch, -udpcast-20050226.ebuild,
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list