]> Pileus Git - ~andy/sunrise/commitdiff
net-misc/ sslh: InCvs, taken by vapier
authorJustin Lecher <jlec@gentoo.org>
Tue, 9 Mar 2010 21:16:50 +0000 (21:16 +0000)
committerJustin Lecher <jlec@gentoo.org>
Tue, 9 Mar 2010 21:16:50 +0000 (21:16 +0000)
svn path=/sunrise/; revision=10266

net-misc/sslh/ChangeLog [deleted file]
net-misc/sslh/Manifest [deleted file]
net-misc/sslh/files/sslh.conf [deleted file]
net-misc/sslh/files/sslh.init [deleted file]
net-misc/sslh/metadata.xml [deleted file]
net-misc/sslh/sslh-1.6i.ebuild [deleted file]

diff --git a/net-misc/sslh/ChangeLog b/net-misc/sslh/ChangeLog
deleted file mode 100644 (file)
index e7cad5f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for net-misc/sslh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  06 Nov 2009; Tomas Touceda (chiiph) <chiiph@gmail.com> files/sslh.init:
-  Update init script
-
-  04 Nov 2009; Tomas Touceda (chiiph) <chiiph@gmail.com> +sslh-1.6i.ebuild,
-  +files/sslh.conf, +files/sslh.init, +metadata.xml:
-  New Ebuild for bug 251296. Thanks to ohnobinky and Tommy[D]
-
diff --git a/net-misc/sslh/Manifest b/net-misc/sslh/Manifest
deleted file mode 100644 (file)
index 43e7875..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX sslh.conf 98 RMD160 6b1cf8adf1528acb64d7ffe971d2c3d982bcc2bf SHA1 486dc0451b16a977a4c651af74f9b2858036e760 SHA256 7f9e6b0aba595e2b270725b6727e10144e6787ab10c941fd7b26813f40baa320
-AUX sslh.init 521 RMD160 dd915eada320ccc9e2a1a093051ab5a46249aff6 SHA1 a0e1f96037c5bad180e7b002187ef572dee9723e SHA256 7c7d2c60e9b2a46dc5fb3a6583ed11695527a70273242a9af47ecb9632bdb857
-DIST sslh-1.6i.tar.gz 8415 RMD160 992e81d571c594b200031efbfa35b703f2c6b900 SHA1 f6044ccd0236485a42baab03b16f1f4107f39c1d SHA256 b533860db6f9ae5be44778f7b3086a7454b00197accdb1be488b7fbaebee13ca
-EBUILD sslh-1.6i.ebuild 849 RMD160 b284ca2f6e7efdbc4352993ddd8d042ef657fe58 SHA1 e7ee1b415c31f49d7e3c7996a13ab119e7462271 SHA256 58638afa69a8eee9787e8be78a42d09c9ee0bdf1be20c9f707ba02170a1d72f3
-MISC ChangeLog 402 RMD160 794f6f1f6c3f18857ea9b237f3a475acfc0dc80e SHA1 91b5677d71a232e66a9c25812151abf689cc7c71 SHA256 fb5f7e5dd8e7fa7534c93ce42bd67441bf4cb59315b45bfdb0c5add7f4f0325c
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-misc/sslh/files/sslh.conf b/net-misc/sslh/files/sslh.conf
deleted file mode 100644 (file)
index 5905761..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# When you are done configuring set RUN=yes
-
-LISTEN=ifname:443
-SSH=localhost:22
-SSL=localhost:443
diff --git a/net-misc/sslh/files/sslh.init b/net-misc/sslh/files/sslh.init
deleted file mode 100644 (file)
index c441622..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-start() {
-       if [ -z ${RUN} ]; then
-               eerror "You must edit the configure first"
-               return 1
-       fi
-
-       ebegin "Starting SSLH"
-       start-stop-daemon --start \
-               --pidfile /var/run/sslh/sslh.pid \
-               --exec /usr/bin/sslh -- -p ${LISTEN} -s ${SSH} -l ${SSL}
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping SSLH"
-       start-stop-daemon --stop --quiet --retry 20 \
-               --pidfile /var/run/sslh/sslh.pid
-       eend $?
-}
diff --git a/net-misc/sslh/metadata.xml b/net-misc/sslh/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/net-misc/sslh/sslh-1.6i.ebuild b/net-misc/sslh/sslh-1.6i.ebuild
deleted file mode 100644 (file)
index 9825441..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="~x86"
-IUSE=""
-
-RDEPEND="net-libs/libnet"
-DEPEND="${RDEPEND}
-       dev-lang/perl"
-
-src_prepare() {
-       sed -e "/^USELIBWRAP=1/d" \
-               -e "/strip sslh/d" \
-               -e "s/\(\$(LIBS)\)$/\1 ${LDFLAGS}/" -i Makefile || die "sed failed"
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       dobin sslh || die "dobin failed"
-       doman sslh.8.gz || die "doman failed"
-
-       newinitd "${FILESDIR}"/sslh.init sslh
-       newconfd "${FILESDIR}"/sslh.conf sslh
-}