summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Morales <soulse@gentoo.org>2005-10-26 04:48:25 +0000
committerMarco Morales <soulse@gentoo.org>2005-10-26 04:48:25 +0000
commit0f0298890d219d3077576fed258004dfbaea5f0f (patch)
tree93bdaf5b97247157f51f6656feeb07d30f291f31 /net-misc/socat
parentBad header fixed (diff)
downloadgentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.tar.gz
gentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.tar.bz2
gentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.zip
Bad DEPEND/RDEPEND syntax fixed.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc/socat')
-rw-r--r--net-misc/socat/ChangeLog6
-rw-r--r--net-misc/socat/socat-1.4.2.0-r1.ebuild4
-rw-r--r--net-misc/socat/socat-1.4.3.0-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog
index 8a2d36e5b026..22fd917fd250 100644
--- a/net-misc/socat/ChangeLog
+++ b/net-misc/socat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/socat
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.23 2005/10/18 04:04:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.24 2005/10/26 04:48:25 soulse Exp $
+
+ 25 Oct 2005; <soulse@gentoo.org> socat-1.4.2.0-r1.ebuild,
+ socat-1.4.3.0-r1.ebuild:
+ Bad DEPEND/RDEPEND syntax fixed.
18 Oct 2005; Aron Griffis <agriffis@gentoo.org> socat-1.4.2.0-r1.ebuild:
Mark 1.4.2.0-r1 stable on alpha
diff --git a/net-misc/socat/socat-1.4.2.0-r1.ebuild b/net-misc/socat/socat-1.4.2.0-r1.ebuild
index a8cf4284e6cb..75a7c866f6f9 100644
--- a/net-misc/socat/socat-1.4.2.0-r1.ebuild
+++ b/net-misc/socat/socat-1.4.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.4 2005/10/18 04:04:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.5 2005/10/26 04:48:25 soulse Exp $
DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/"
@@ -13,7 +13,7 @@ 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)
+ tcpd? ( sys-apps/tcp-wrappers )
virtual/libc"
S=${WORKDIR}/socat-${PV:0:3}
diff --git a/net-misc/socat/socat-1.4.3.0-r1.ebuild b/net-misc/socat/socat-1.4.3.0-r1.ebuild
index 2563c392cf4e..872632d7b0d5 100644
--- a/net-misc/socat/socat-1.4.3.0-r1.ebuild
+++ b/net-misc/socat/socat-1.4.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.3.0-r1.ebuild,v 1.1 2005/10/17 05:58:55 soulse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.3.0-r1.ebuild,v 1.2 2005/10/26 04:48:25 soulse Exp $
inherit eutils
@@ -15,7 +15,7 @@ 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)
+ tcpd? ( sys-apps/tcp-wrappers )
virtual/libc"
S=${WORKDIR}/socat-${PV:0:3}