Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.1.2.ebuild ChangeLog socat-2.0.0_beta3.ebuild
Date: Sat, 24 Apr 2010 19:09:18
Message-Id: 20100424190914.45D082C04C@corvid.gentoo.org
1 grobian 10/04/24 19:09:14
2
3 Modified: socat-1.7.1.2.ebuild ChangeLog
4 socat-2.0.0_beta3.ebuild
5 Log:
6 Allow installation on case-insensitive filesystems, bug #310423
7 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.7 net-misc/socat/socat-1.7.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild?r1=1.6&r2=1.7
15
16 Index: socat-1.7.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- socat-1.7.1.2.ebuild 18 Apr 2010 17:18:43 -0000 1.6
23 +++ socat-1.7.1.2.ebuild 24 Apr 2010 19:09:14 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild,v 1.6 2010/04/18 17:18:43 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild,v 1.7 2010/04/24 19:09:14 grobian Exp $
29
30 EAPI="2"
31
32 @@ -40,9 +40,9 @@
33 src_install() {
34 emake install DESTDIR="${D}" || die "emake install failed"
35
36 - dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \
37 + dodoc BUGREPORTS CHANGES DEVELOPMENT \
38 FAQ FILES PORTING README SECURITY VERSION
39 docinto examples
40 - dodoc *.sh
41 + dodoc EXAMPLES *.sh
42 dohtml doc/*.html doc/*.css
43 }
44
45
46
47 1.76 net-misc/socat/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?rev=1.76&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?rev=1.76&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?r1=1.75&r2=1.76
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
56 retrieving revision 1.75
57 retrieving revision 1.76
58 diff -u -r1.75 -r1.76
59 --- ChangeLog 18 Apr 2010 17:18:43 -0000 1.75
60 +++ ChangeLog 24 Apr 2010 19:09:14 -0000 1.76
61 @@ -1,6 +1,10 @@
62 # ChangeLog for net-misc/socat
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.75 2010/04/18 17:18:43 nixnut Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.76 2010/04/24 19:09:14 grobian Exp $
66 +
67 + 24 Apr 2010; Fabian Groffen <grobian@g.o> socat-1.7.1.2.ebuild,
68 + socat-2.0.0_beta3.ebuild:
69 + Allow installation on case-insensitive filesystems, bug #310423
70
71 18 Apr 2010; <nixnut@g.o> socat-1.7.1.2.ebuild:
72 ppc stable #312455
73
74
75
76 1.5 net-misc/socat/socat-2.0.0_beta3.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild?r1=1.4&r2=1.5
81
82 Index: socat-2.0.0_beta3.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- socat-2.0.0_beta3.ebuild 17 Jan 2010 20:24:33 -0000 1.4
89 +++ socat-2.0.0_beta3.ebuild 24 Apr 2010 19:09:14 -0000 1.5
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild,v 1.4 2010/01/17 20:24:33 jer Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild,v 1.5 2010/04/24 19:09:14 grobian Exp $
95
96 EAPI="2"
97
98 @@ -40,9 +40,9 @@
99 src_install() {
100 emake install DESTDIR="${D}" || die "emake install failed"
101
102 - dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \
103 + dodoc BUGREPORTS CHANGES DEVELOPMENT \
104 FAQ FILES PORTING README SECURITY VERSION
105 docinto examples
106 - dodoc *.sh
107 + dodoc EXAMPLES *.sh
108 dohtml doc/*.html doc/*.css
109 }