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: socat-2.0.0_beta7-r1.ebuild socat-1.7.2.4-r1.ebuild ChangeLog socat-1.7.2.4.ebuild socat-2.0.0_beta7.ebuild
Date: Sat, 22 Mar 2014 15:32:15
Message-Id: 20140322153207.9CA072004F@flycatcher.gentoo.org
1 jer 14/03/22 15:32:07
2
3 Modified: ChangeLog
4 Added: socat-2.0.0_beta7-r1.ebuild socat-1.7.2.4-r1.ebuild
5 Removed: socat-1.7.2.4.ebuild socat-2.0.0_beta7.ebuild
6 Log:
7 Set RESTRICT=test (bug #277104). Do not install examples/VERSION.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.134 net-misc/socat/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.134&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.134&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.133&r2=1.134
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
21 retrieving revision 1.133
22 retrieving revision 1.134
23 diff -u -r1.133 -r1.134
24 --- ChangeLog 18 Mar 2014 17:39:04 -0000 1.133
25 +++ ChangeLog 22 Mar 2014 15:32:07 -0000 1.134
26 @@ -1,6 +1,14 @@
27 # ChangeLog for net-misc/socat
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.133 2014/03/18 17:39:04 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.134 2014/03/22 15:32:07 jer Exp $
31 +
32 +*socat-2.0.0_beta7-r1 (22 Mar 2014)
33 +*socat-1.7.2.4-r1 (22 Mar 2014)
34 +
35 + 22 Mar 2014; Jeroen Roovers <jer@g.o> -socat-1.7.2.4.ebuild,
36 + +socat-1.7.2.4-r1.ebuild, -socat-2.0.0_beta7.ebuild,
37 + +socat-2.0.0_beta7-r1.ebuild:
38 + Set RESTRICT=test (bug #277104). Do not install examples/VERSION.
39
40 18 Mar 2014; Jeroen Roovers <jer@g.o> socat-1.7.2.4.ebuild:
41 Do not install VERSION.
42
43
44
45 1.1 net-misc/socat/socat-2.0.0_beta7-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-2.0.0_beta7-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-2.0.0_beta7-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: socat-2.0.0_beta7-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta7-r1.ebuild,v 1.1 2014/03/22 15:32:07 jer Exp $
55
56 EAPI=5
57
58 inherit eutils flag-o-matic toolchain-funcs
59
60 DESCRIPTION="Multipurpose relay (SOcket CAT)"
61 HOMEPAGE="http://www.dest-unreach.org/socat/"
62 MY_P=${P/_beta/-b}
63 S="${WORKDIR}/${MY_P}"
64 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS=""
69 IUSE="ssl readline ipv6 tcpd"
70
71 DEPEND="
72 ssl? ( >=dev-libs/openssl-0.9.6 )
73 readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
74 tcpd? ( sys-apps/tcp-wrappers )
75 "
76 RDEPEND="${DEPEND}"
77
78 RESTRICT="test"
79
80 DOCS=(
81 BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY
82 )
83
84 src_prepare() {
85 epatch "${FILESDIR}"/${PN}-1.7.2.1-long-long.patch #436164
86 touch doc/${PN}.1 || die
87 }
88
89 src_configure() {
90 tc-export AR
91 filter-flags -Wall '-Wno-error*' #293324
92 econf \
93 $(use_enable ssl openssl) \
94 $(use_enable readline) \
95 $(use_enable ipv6 ip6) \
96 $(use_enable tcpd libwrap)
97 }
98
99 src_install() {
100 default
101
102 dohtml doc/*.html doc/*.css
103 }
104
105
106
107 1.1 net-misc/socat/socat-1.7.2.4-r1.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.1&content-type=text/plain
111
112 Index: socat-1.7.2.4-r1.ebuild
113 ===================================================================
114 # Copyright 1999-2014 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 1.1 2014/03/22 15:32:07 jer Exp $
117
118 EAPI=5
119
120 inherit eutils flag-o-matic toolchain-funcs
121
122 DESCRIPTION="Multipurpose relay (SOcket CAT)"
123 HOMEPAGE="http://www.dest-unreach.org/socat/"
124 MY_P=${P/_beta/-b}
125 S="${WORKDIR}/${MY_P}"
126 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"
127
128 LICENSE="GPL-2"
129 SLOT="0"
130 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
131 IUSE="ssl readline ipv6 tcpd"
132
133 DEPEND="
134 ssl? ( >=dev-libs/openssl-0.9.6 )
135 readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
136 tcpd? ( sys-apps/tcp-wrappers )
137 "
138 RDEPEND="${DEPEND}"
139
140 RESTRICT="test"
141
142 DOCS=(
143 BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY
144 )
145
146 src_configure() {
147 filter-flags '-Wno-error*' #293324
148 tc-export AR
149 econf \
150 $(use_enable ssl openssl) \
151 $(use_enable readline) \
152 $(use_enable ipv6 ip6) \
153 $(use_enable tcpd libwrap)
154 }
155
156 src_install() {
157 default
158
159 dohtml doc/*.html doc/*.css
160 }