diff options
author | 2009-08-14 13:54:03 +0000 | |
---|---|---|
committer | 2009-08-14 13:54:03 +0000 | |
commit | e0b69ab93b6585f1643ddecdb83085f40cbd6875 (patch) | |
tree | 1993145ef9070f241ae6e3bdab6143fd2a0a414d /net-misc/socat | |
parent | arm/ia64/s390/sh/sparc stable wrt #280514 (diff) | |
download | gentoo-2-e0b69ab93b6585f1643ddecdb83085f40cbd6875.tar.gz gentoo-2-e0b69ab93b6585f1643ddecdb83085f40cbd6875.tar.bz2 gentoo-2-e0b69ab93b6585f1643ddecdb83085f40cbd6875.zip |
Remove old.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/socat/socat-2.0.0_beta1.ebuild | 47 | ||||
-rw-r--r-- | net-misc/socat/socat-2.0.0_beta2.ebuild | 46 |
3 files changed, 5 insertions, 94 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 79e36174bf20..8fef3f9a724d 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/socat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.67 2009/07/13 18:51:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.68 2009/08/14 13:54:03 jer Exp $ + + 14 Aug 2009; Jeroen Roovers <jer@gentoo.org> -socat-2.0.0_beta1.ebuild, + -socat-2.0.0_beta2.ebuild: + Remove old. 13 Jul 2009; Jeroen Roovers <jer@gentoo.org> -files/socat-1.6.0.0-noptytest.patch, -socat-1.6.0.1.ebuild: diff --git a/net-misc/socat/socat-2.0.0_beta1.ebuild b/net-misc/socat/socat-2.0.0_beta1.ebuild deleted file mode 100644 index 66808b9ef4fb..000000000000 --- a/net-misc/socat/socat-2.0.0_beta1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta1.ebuild,v 1.2 2009/06/22 16:19:30 jer Exp $ - -inherit eutils - -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 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -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_compile() { - econf \ - $(use_enable ssl openssl) \ - $(use_enable readline) \ - $(use_enable ipv6 ip6) \ - $(use_enable tcpd libwrap) \ - || die "econf failed" - emake || die -} - -src_test() { - TMPDIR="${T}" make test || die 'self test failed' -} - -src_install() { - make install DESTDIR="${D}" || die - - dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \ - FAQ FILES PORTING README SECURITY VERSION - docinto examples - dodoc *.sh - dohtml doc/*.html doc/*.css -} diff --git a/net-misc/socat/socat-2.0.0_beta2.ebuild b/net-misc/socat/socat-2.0.0_beta2.ebuild deleted file mode 100644 index c2fb09dea274..000000000000 --- a/net-misc/socat/socat-2.0.0_beta2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta2.ebuild,v 1.2 2009/06/22 16:19:30 jer Exp $ - -inherit eutils - -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 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -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_compile() { - econf \ - $(use_enable ssl openssl) \ - $(use_enable readline) \ - $(use_enable ipv6 ip6) \ - $(use_enable tcpd libwrap) - emake || die -} - -src_test() { - TMPDIR="${T}" make test || die 'self test failed' -} - -src_install() { - make install DESTDIR="${D}" || die - - dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \ - FAQ FILES PORTING README SECURITY VERSION - docinto examples - dodoc *.sh - dohtml doc/*.html doc/*.css -} |