summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-07-19 18:30:12 +0000
committerThomas Sachau <tommy@gentoo.org>2011-07-19 18:30:12 +0000
commitd691035cb778c951568cffbffb095849925fe270 (patch)
tree238bd837a00fdafb3b400f143cd893a8e7cd0fb3 /net-misc/ypd/ypd-9999.ebuild
parentsys-apps/ksplice: Switch eclass: git -> git-2 (diff)
downloadsunrise-d691035cb778c951568cffbffb095849925fe270.tar.gz
sunrise-d691035cb778c951568cffbffb095849925fe270.tar.bz2
sunrise-d691035cb778c951568cffbffb095849925fe270.zip
net-misc/ypd: Switch eclass: git -> git-2
svn path=/sunrise/; revision=12269
Diffstat (limited to 'net-misc/ypd/ypd-9999.ebuild')
-rw-r--r--net-misc/ypd/ypd-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-misc/ypd/ypd-9999.ebuild b/net-misc/ypd/ypd-9999.ebuild
index 141958d0d..6a03647dc 100644
--- a/net-misc/ypd/ypd-9999.ebuild
+++ b/net-misc/ypd/ypd-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit git
+inherit git-2
DESCRIPTION="split tcp requests of different type to different servers"
HOMEPAGE="http://ypd.berlios.de/"
@@ -14,9 +14,6 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND=""
-RDEPEND=""
-
src_install() {
dobin src/ypd || die "dobin failed"
newinitd "${FILESDIR}/ypd.rc" ypd || die "newinitd failed"