diff options
Diffstat (limited to 'dev-python/pyframer/pyframer-0.2.ebuild')
-rw-r--r-- | dev-python/pyframer/pyframer-0.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pyframer/pyframer-0.2.ebuild b/dev-python/pyframer/pyframer-0.2.ebuild new file mode 100644 index 000000000000..930181f0f92a --- /dev/null +++ b/dev-python/pyframer/pyframer-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyframer/pyframer-0.2.ebuild,v 1.1 2002/12/12 14:03:25 lordvan Exp $ + +IUSE="" +S=${WORKDIR}/${P} +DESCRIPTION="Python interface for framerd" +SRC_URI="http://twistedmatrix.com/users/washort/pyframer/${P}.tar.gz" +HOMEPAGE="http://twistedmatrix.com/users/washort/pyframer/" +LICENSE="LGPL-2.1" +SLOT="0" +RDEPEND="virtual/python + >=dev-db/framerd-2.4.3" +DEPEND="$RDEPEND" +KEYWORDS="~x86" + +inherit distutils + +src_install() { + distutils_src_install + dodoc README.txt +} + |