Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/socat: ChangeLog socat-1.7.1.3.ebuild socat-2.0.0_beta4.ebuild socat-2.0.0_beta3.ebuild
Date: Mon, 02 Aug 2010 03:02:24
Message-Id: 20100802023744.359722CF37@corvid.gentoo.org
1 jer 10/08/02 02:37:43
2
3 Modified: ChangeLog
4 Added: socat-1.7.1.3.ebuild socat-2.0.0_beta4.ebuild
5 Removed: socat-2.0.0_beta3.ebuild
6 Log:
7 Version bump (bug #330785).
8 (Portage version: 2.2_rc67/cvs/Linux i686)
9
10 Revision Changes Path
11 1.79 net-misc/socat/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 21 May 2010 15:34:49 -0000 1.78
24 +++ ChangeLog 2 Aug 2010 02:37:43 -0000 1.79
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-misc/socat
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.78 2010/05/21 15:34:49 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.79 2010/08/02 02:37:43 jer Exp $
30 +
31 +*socat-2.0.0_beta4 (02 Aug 2010)
32 +*socat-1.7.1.3 (02 Aug 2010)
33 +
34 + 02 Aug 2010; Jeroen Roovers <jer@g.o> +socat-1.7.1.3.ebuild,
35 + -socat-2.0.0_beta3.ebuild, +socat-2.0.0_beta4.ebuild:
36 + Version bump (bug #330785).
37
38 21 May 2010; Peter Volkov <pva@g.o> socat-1.7.1.2.ebuild:
39 amd64 stable, bug 312455
40
41
42
43 1.1 net-misc/socat/socat-1.7.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: socat-1.7.1.3.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild,v 1.1 2010/08/02 02:37:43 jer Exp $
53
54 EAPI="2"
55
56 inherit eutils flag-o-matic
57
58 DESCRIPTION="Multipurpose relay (SOcket CAT)"
59 HOMEPAGE="http://www.dest-unreach.org/socat/"
60 MY_P=${P/_beta/-b}
61 S="${WORKDIR}/${MY_P}"
62 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos"
67 IUSE="ssl readline ipv6 tcpd"
68
69 DEPEND="
70 ssl? ( >=dev-libs/openssl-0.9.6 )
71 readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
72 tcpd? ( sys-apps/tcp-wrappers )
73 "
74 RDEPEND="${DEPEND}"
75
76 src_configure() {
77 filter-flags -Wno-error*
78 econf \
79 $(use_enable ssl openssl) \
80 $(use_enable readline) \
81 $(use_enable ipv6 ip6) \
82 $(use_enable tcpd libwrap)
83 }
84
85 src_test() {
86 TMPDIR="${T}" emake test || die 'self test failed'
87 }
88
89 src_install() {
90 emake install DESTDIR="${D}" || die "emake install failed"
91
92 dodoc BUGREPORTS CHANGES DEVELOPMENT \
93 FAQ FILES PORTING README SECURITY VERSION
94 docinto examples
95 dodoc EXAMPLES *.sh
96 dohtml doc/*.html doc/*.css
97 }
98
99
100
101 1.1 net-misc/socat/socat-2.0.0_beta4.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-2.0.0_beta4.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-2.0.0_beta4.ebuild?rev=1.1&content-type=text/plain
105
106 Index: socat-2.0.0_beta4.ebuild
107 ===================================================================
108 # Copyright 1999-2010 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta4.ebuild,v 1.1 2010/08/02 02:37:43 jer Exp $
111
112 EAPI="2"
113
114 inherit eutils flag-o-matic
115
116 DESCRIPTION="Multipurpose relay (SOcket CAT)"
117 HOMEPAGE="http://www.dest-unreach.org/socat/"
118 MY_P=${P/_beta/-b}
119 S="${WORKDIR}/${MY_P}"
120 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"
121
122 LICENSE="GPL-2"
123 SLOT="0"
124 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
125 IUSE="ssl readline ipv6 tcpd"
126
127 DEPEND="
128 ssl? ( >=dev-libs/openssl-0.9.6 )
129 readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
130 tcpd? ( sys-apps/tcp-wrappers )
131 "
132 RDEPEND="${DEPEND}"
133
134 src_configure() {
135 filter-flags -Wall -Wno-error*
136 econf \
137 $(use_enable ssl openssl) \
138 $(use_enable readline) \
139 $(use_enable ipv6 ip6) \
140 $(use_enable tcpd libwrap)
141 }
142
143 src_test() {
144 TMPDIR="${T}" emake test || die 'self test failed'
145 }
146
147 src_install() {
148 emake install DESTDIR="${D}" || die "emake install failed"
149
150 dodoc BUGREPORTS CHANGES DEVELOPMENT \
151 FAQ FILES PORTING README SECURITY VERSION
152 docinto examples
153 dodoc EXAMPLES *.sh
154 dohtml doc/*.html doc/*.css
155 }