diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-08-01 15:57:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-08-01 15:57:14 +0000 |
commit | 80855bb1bc65a4397300c80b275338bdcb78bcaa (patch) | |
tree | 7ae5ab81d0d489018d21fc19aab360ecf6104a76 /dev-python | |
parent | version bump (diff) | |
download | gentoo-2-80855bb1bc65a4397300c80b275338bdcb78bcaa.tar.gz gentoo-2-80855bb1bc65a4397300c80b275338bdcb78bcaa.tar.bz2 gentoo-2-80855bb1bc65a4397300c80b275338bdcb78bcaa.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyro/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyro/pyro-3.10.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/pyro/Manifest b/dev-python/pyro/Manifest index 31ba3726f8ab..6056e9c59193 100644 --- a/dev-python/pyro/Manifest +++ b/dev-python/pyro/Manifest @@ -1,6 +1,4 @@ -DIST Pyro-3.10.tar.gz 297134 RMD160 29977840daa7d91be40657c48cab8431ce490934 SHA1 d99b2786d9ebe21f0585bc7317720cbba01e1d03 SHA256 3c3d14a60cf6c241062c85df7455a045a2c42e2cc5f8b8f5caa963fd4375f38a DIST Pyro-4.1-python3.tar.gz 67389 RMD160 102afd26e90af68c601e65b230c67a7f9b0113bc SHA1 17907419b40a5a4c4cba1b023f1770a516c259f8 SHA256 07e0f6c836095e27d9df9a1ab11553ff5167eb44cd6b36900046d3d49f21236c -EBUILD pyro-3.10.ebuild 872 RMD160 662b81228f0b9fa22450084f2b47eb8c77917d4a SHA1 080e4c04ba37b5168699463d9334c31ae8dc35ba SHA256 322f06692f56fe6b5bad76937dcd59ab2e80998da14db9fcf7c69f18eab8e800 EBUILD pyro-4.1.ebuild 1234 RMD160 392a14e030c4a7b9d6ac875cefdb6a38470a6f02 SHA1 b04e18e3eb7f860f0c2cdd6ab4b568106595baf3 SHA256 1422badc625ee871065b709b34db43c95bec7aa6dda4d6f51907c4bdb3eb92b9 MISC ChangeLog 3433 RMD160 5a42e320f78d134e24392e4a3346cd9c0987c604 SHA1 40178bd1dd45634327ed7f23d96dc971a7c44454 SHA256 5a2b9df7a48c9b37bcdbae58b41f724cbe0542f80daec74876a15b181ad987e4 MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 diff --git a/dev-python/pyro/pyro-3.10.ebuild b/dev-python/pyro/pyro-3.10.ebuild deleted file mode 100644 index c8951d9b2ccc..000000000000 --- a/dev-python/pyro/pyro-3.10.ebuild +++ /dev/null @@ -1,39 +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/pyro/pyro-3.10.ebuild,v 1.3 2010/03/07 13:18:18 ssuominen Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="Pyro-${PV}" -DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python" -HOMEPAGE="http://pyro.sourceforge.net/ http://pypi.python.org/pypi/Pyro" -SRC_URI="mirror://sourceforge/pyro/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="Pyro" - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r docs/* - fi - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |