From 562ae9b3f27d9122e169231a31e8954cad1df2bd Mon Sep 17 00:00:00 2001 From: "Felix Bechstein (flx\\)" Date: Thu, 6 Dec 2007 15:24:20 +0000 Subject: net-misc/ypd: bump svn path=/sunrise/; revision=5217 --- net-misc/ypd/ypd-3.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-misc/ypd/ypd-3.ebuild (limited to 'net-misc/ypd/ypd-3.ebuild') diff --git a/net-misc/ypd/ypd-3.ebuild b/net-misc/ypd/ypd-3.ebuild new file mode 100644 index 000000000..64d661f7e --- /dev/null +++ b/net-misc/ypd/ypd-3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="split tcp requests of different type to different servers" +HOMEPAGE="http://ypd.berlios.de" +SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + dobin src/ypd + dodir /etc/init.d/ + newinitd "${FILESDIR}/ypd.rc" ypd + newconfd "${FILESDIR}/ypd.conf" ypd + dodoc README ChangeLog AUTHORS +} + -- cgit v1.2.3-65-gdbad