diff options
Diffstat (limited to 'dev-python/medusa/medusa-0.5.2.ebuild')
-rw-r--r-- | dev-python/medusa/medusa-0.5.2.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/medusa/medusa-0.5.2.ebuild b/dev-python/medusa/medusa-0.5.2.ebuild deleted file mode 100644 index c99a34b02ed8..000000000000 --- a/dev-python/medusa/medusa-0.5.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.13 2010/02/13 18:20:43 armin76 Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A framework for writing long-running, high-performance network servers in Python, using asynchronous sockets" -HOMEPAGE="http://oedipus.sourceforge.net/medusa/" -SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz" -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="~alpha ~arm ~s390 ~sh x86" -DEPEND="virtual/python" - -src_install () { - DOCS="CHANGES.txt docs/*.txt" - distutils_src_install - - dodir /usr/share/doc/${PF}/example - cp -r demo/* ${D}/usr/share/doc/${PF}/example - dohtml docs/*.html docs/*.gif -} |