diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-20 11:53:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-20 11:53:02 +0000 |
commit | 8503fa447be419727f1c131c21e64ba2277e15da (patch) | |
tree | b510039b36665c3a6c0b88af30134286810c8f52 /net-misc/socat | |
parent | Stable on alpha, bug #509520 (diff) | |
download | gentoo-2-8503fa447be419727f1c131c21e64ba2277e15da.tar.gz gentoo-2-8503fa447be419727f1c131c21e64ba2277e15da.tar.bz2 gentoo-2-8503fa447be419727f1c131c21e64ba2277e15da.zip |
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.2.3.ebuild | 54 |
2 files changed, 4 insertions, 55 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 4ee327652f96..c649f73fa75b 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.142 2014/07/20 09:16:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.143 2014/07/20 11:53:02 jer Exp $ + + 20 Jul 2014; Jeroen Roovers <jer@gentoo.org> -socat-1.7.2.3.ebuild: + Old. 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> socat-1.7.2.4-r1.ebuild: Stable on alpha, bug #508092 diff --git a/net-misc/socat/socat-1.7.2.3.ebuild b/net-misc/socat/socat-1.7.2.3.ebuild deleted file mode 100644 index 0b4b5c527b62..000000000000 --- a/net-misc/socat/socat-1.7.2.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.3.ebuild,v 1.11 2014/03/17 16:07:50 bicatali Exp $ - -EAPI=5 - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" -MY_P=${P/_beta/-b} -S="${WORKDIR}/${MY_P}" -SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" -IUSE="ssl readline ipv6 tcpd" - -DEPEND=" - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) - tcpd? ( sys-apps/tcp-wrappers ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.7.2.1-long-long.patch #436164 - sed -i test.sh -e "s|/sbin/ifconfig|$(type -P ifconfig)|g" || die -} - -src_configure() { - filter-flags '-Wno-error*' #293324 - tc-export AR - econf \ - $(use_enable ssl openssl) \ - $(use_enable readline) \ - $(use_enable ipv6 ip6) \ - $(use_enable tcpd libwrap) -} - -src_test() { - TMPDIR="${T}" emake test -} - -src_install() { - default - - dodoc BUGREPORTS CHANGES DEVELOPMENT \ - FAQ FILES PORTING README SECURITY VERSION - docinto examples - dodoc EXAMPLES *.sh - dohtml doc/*.html doc/*.css -} |