diff options
author | 2011-11-28 08:39:50 +0000 | |
---|---|---|
committer | 2011-11-28 08:39:50 +0000 | |
commit | a69e2fec659e7a5923f301aa7c8cda7873caceee (patch) | |
tree | bdba62614e4d32b3314ab07b1998cafac460c6f9 /net-misc/sslh/sslh-1.7a.ebuild | |
parent | Version bumped. (diff) | |
download | historical-a69e2fec659e7a5923f301aa7c8cda7873caceee.tar.gz historical-a69e2fec659e7a5923f301aa7c8cda7873caceee.tar.bz2 historical-a69e2fec659e7a5923f301aa7c8cda7873caceee.zip |
Version bump and remove old.
Package-Manager: portage-2.2.0_alpha77/cvs/Linux x86_64
Diffstat (limited to 'net-misc/sslh/sslh-1.7a.ebuild')
-rw-r--r-- | net-misc/sslh/sslh-1.7a.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-misc/sslh/sslh-1.7a.ebuild b/net-misc/sslh/sslh-1.7a.ebuild deleted file mode 100644 index 1608f04e2538..000000000000 --- a/net-misc/sslh/sslh-1.7a.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sslh/sslh-1.7a.ebuild,v 1.2 2011/05/01 21:59:28 vapier Exp $ - -EAPI="2" - -inherit toolchain-funcs - -DESCRIPTION="SSLH lets one accept both HTTPS and SSH connections on the same port" -HOMEPAGE="http://www.rutschle.net/tech/sslh.shtml" -SRC_URI="http://www.rutschle.net/tech/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="tcpd" - -RDEPEND="net-libs/libnet - tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} - dev-lang/perl" - -src_prepare() { - sed -i \ - -e '/strip sslh/d' \ - -e '/^LIBS=/s:$: $(LDFLAGS):' \ - -e '/^CFLAGS=/{s:=:+=:;s:$: $(CPPFLAGS):}' \ - Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - USELIBWRAP=$(usev tcpd) \ - || die -} - -src_install() { - dobin sslh || die - doman sslh.8.gz || die - dodoc ChangeLog README - - newinitd "${FILESDIR}"/sslh.init.d sslh - newconfd "${FILESDIR}"/sslh.conf.d sslh -} |