blob: 3d9ebee635b91bc90b09e8e7541f75b47b1565cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild,v 1.1 2006/05/26 18:46:24 marienz Exp $
MY_PACKAGE=Runner
inherit twisted
DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
KEYWORDS="~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-python/twisted-2.4"
PROVIDE="virtual/inetd"
|