summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 19:34:50 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 19:34:50 +0000
commit467150f790c94ebed6ed0fe8ef3c8d057981d8b6 (patch)
tree7d745528bfcbc70cf834eb54109379fdb4d917c2 /dev-python/pyro
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-467150f790c94ebed6ed0fe8ef3c8d057981d8b6.tar.gz
gentoo-2-467150f790c94ebed6ed0fe8ef3c8d057981d8b6.tar.bz2
gentoo-2-467150f790c94ebed6ed0fe8ef3c8d057981d8b6.zip
Remove old
(Portage version: 2.2_rc40/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.7.ebuild36
-rw-r--r--dev-python/pyro/pyro-3.9.ebuild30
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-python/pyro/ChangeLog b/dev-python/pyro/ChangeLog
index e40a442aa49e..3ffdb4a7bc34 100644
--- a/dev-python/pyro/ChangeLog
+++ b/dev-python/pyro/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyro
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.18 2009/09/04 05:10:49 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.19 2009/09/04 19:34:50 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyro-3.7.ebuild,
+ -pyro-3.9.ebuild:
+ Remove old
04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyro-3.9.1.ebuild:
diff --git a/dev-python/pyro/pyro-3.7.ebuild b/dev-python/pyro/pyro-3.7.ebuild
deleted file mode 100644
index 903737becdd0..000000000000
--- a/dev-python/pyro/pyro-3.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.7.ebuild,v 1.1 2007/06/05 08:05:41 lucass Exp $
-
-inherit distutils eutils
-
-MY_P="Pyro-${PV}"
-DESCRIPTION="advanced and powerful Distributed Object Technology system written entirely in Python"
-HOMEPAGE="http://pyro.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pyro/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE="doc examples"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-3.4-unattend.patch
-}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-
- if use doc; then
- dohtml -r docs/*
- fi
-}
diff --git a/dev-python/pyro/pyro-3.9.ebuild b/dev-python/pyro/pyro-3.9.ebuild
deleted file mode 100644
index 26b0146b64f5..000000000000
--- a/dev-python/pyro/pyro-3.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.9.ebuild,v 1.1 2009/04/26 14:52:33 patrick Exp $
-
-inherit distutils eutils
-
-MY_P="Pyro-${PV}"
-DESCRIPTION="advanced and powerful Distributed Object Technology system written entirely in Python"
-HOMEPAGE="http://pyro.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pyro/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE="doc examples"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-
- if use doc; then
- dohtml -r docs/*
- fi
-}