summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-06-01 11:35:41 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-06-01 11:35:41 +0000
commit4933ac0c617f363f6610717992abe302cfa473e0 (patch)
treeae11fc1a1c642b664fa33d043694fe88145d514e /dev-python/pyro
parentFix typo on src_compile call (diff)
downloadgentoo-2-4933ac0c617f363f6610717992abe302cfa473e0.tar.gz
gentoo-2-4933ac0c617f363f6610717992abe302cfa473e0.tar.bz2
gentoo-2-4933ac0c617f363f6610717992abe302cfa473e0.zip
Removed old versions in the slot 3.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyro')
-rw-r--r--dev-python/pyro/ChangeLog6
-rw-r--r--dev-python/pyro/pyro-3.13.ebuild42
-rw-r--r--dev-python/pyro/pyro-3.15.ebuild42
3 files changed, 5 insertions, 85 deletions
diff --git a/dev-python/pyro/ChangeLog b/dev-python/pyro/ChangeLog
index 43a716272cb7..a0f179ff08a5 100644
--- a/dev-python/pyro/ChangeLog
+++ b/dev-python/pyro/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyro
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.63 2012/05/29 20:03:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.64 2012/06/01 11:35:41 aidecoe Exp $
+
+ 01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-3.13.ebuild,
+ -pyro-3.15.ebuild:
+ Removed old versions in the slot 3.
29 May 2012; Brent Baude <ranger@gentoo.org> pyro-3.16.ebuild:
Marking pyro-3.16 ppc for bug 416255
diff --git a/dev-python/pyro/pyro-3.13.ebuild b/dev-python/pyro/pyro-3.13.ebuild
deleted file mode 100644
index 17407438daec..000000000000
--- a/dev-python/pyro/pyro-3.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.13.ebuild,v 1.5 2011/06/27 20:45:12 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils
-
-MY_PN="Pyro"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
-HOMEPAGE="http://www.xs4all.nl/~irmen/pyro3/ http://pypi.python.org/pypi/Pyro"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-DEPEND="!dev-python/pyro:0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="Pyro"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml -r docs/* || die "Installation of documentation failed"
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
- fi
-}
diff --git a/dev-python/pyro/pyro-3.15.ebuild b/dev-python/pyro/pyro-3.15.ebuild
deleted file mode 100644
index f4c04773ea3a..000000000000
--- a/dev-python/pyro/pyro-3.15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.15.ebuild,v 1.1 2011/09/24 16:25:33 floppym Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils
-
-MY_PN="Pyro"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
-HOMEPAGE="http://www.xs4all.nl/~irmen/pyro3/ http://pypi.python.org/pypi/Pyro"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-DEPEND="!dev-python/pyro:0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="Pyro"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml -r docs/* || die "Installation of documentation failed"
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
- fi
-}