diff options
Diffstat (limited to 'dev-python/medusa/medusa-0.5.3.ebuild')
-rw-r--r-- | dev-python/medusa/medusa-0.5.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/medusa/medusa-0.5.3.ebuild b/dev-python/medusa/medusa-0.5.3.ebuild deleted file mode 100644 index cfbb314cc0f4..000000000000 --- a/dev-python/medusa/medusa-0.5.3.ebuild +++ /dev/null @@ -1,25 +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.3.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/" -## NOTE: for some reason i get 403 to this URL. must mirror on gentoo -#SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz" -SRC_URI="mirror://gentoo/${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 -} |