diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-23 05:14:40 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-23 05:14:40 +0000 |
commit | 2049937d8ff9c3403e2beac3d093a5d28cf30ed9 (patch) | |
tree | 472c8099cce4ad5ae7b7533f47a2f978fd77efdd /dev-python/medusa | |
parent | Remove old. (diff) | |
download | gentoo-2-2049937d8ff9c3403e2beac3d093a5d28cf30ed9.tar.gz gentoo-2-2049937d8ff9c3403e2beac3d093a5d28cf30ed9.tar.bz2 gentoo-2-2049937d8ff9c3403e2beac3d093a5d28cf30ed9.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/medusa')
-rw-r--r-- | dev-python/medusa/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/medusa/medusa-0.5.4.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-python/medusa/ChangeLog b/dev-python/medusa/ChangeLog index e7595eec15bb..69c3001922fb 100644 --- a/dev-python/medusa/ChangeLog +++ b/dev-python/medusa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/medusa -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.47 2014/03/31 21:02:50 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.48 2015/01/23 05:14:40 mrueg Exp $ + + 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -medusa-0.5.4.ebuild: + Remove old. 31 Mar 2014; Michał Górny <mgorny@gentoo.org> medusa-0.5.4-r1.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/medusa/medusa-0.5.4.ebuild b/dev-python/medusa/medusa-0.5.4.ebuild deleted file mode 100644 index cd6a9c5d4e22..000000000000 --- a/dev-python/medusa/medusa-0.5.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.4.ebuild,v 1.27 2013/11/06 05:23:44 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="A framework for writing asynchronous long-running, high-performance network servers in Python" -HOMEPAGE="http://www.amk.ca/python/code/medusa.html http://pypi.python.org/pypi/medusa" -SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DOCS="CHANGES.txt docs/*.txt" - -src_install() { - distutils_src_install - - dodir /usr/share/doc/${PF}/example - cp -r demo/* "${ED}usr/share/doc/${PF}/example" - dohtml docs/*.html docs/*.gif -} |