diff options
author | 2015-01-26 11:21:07 +0000 | |
---|---|---|
committer | 2015-01-26 11:21:07 +0000 | |
commit | 144eb466d21dc25a5fcde055c264fb1406740e4f (patch) | |
tree | 54d087bd67da624d46b340970a99cce5230642c9 /dev-python/rpyc | |
parent | Remove old. (diff) | |
download | gentoo-2-144eb466d21dc25a5fcde055c264fb1406740e4f.tar.gz gentoo-2-144eb466d21dc25a5fcde055c264fb1406740e4f.tar.bz2 gentoo-2-144eb466d21dc25a5fcde055c264fb1406740e4f.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r-- | dev-python/rpyc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/rpyc/rpyc-3.2.1.ebuild | 18 | ||||
-rw-r--r-- | dev-python/rpyc/rpyc-3.2.2.ebuild | 18 | ||||
-rw-r--r-- | dev-python/rpyc/rpyc-3.2.3.ebuild | 18 |
4 files changed, 6 insertions, 56 deletions
diff --git a/dev-python/rpyc/ChangeLog b/dev-python/rpyc/ChangeLog index fd5f05a91c93..3d5b211a0ef8 100644 --- a/dev-python/rpyc/ChangeLog +++ b/dev-python/rpyc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/rpyc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.12 2014/11/25 11:25:19 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.13 2015/01/26 11:21:06 mrueg Exp $ + + 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -rpyc-3.2.1.ebuild, + -rpyc-3.2.2.ebuild, -rpyc-3.2.3.ebuild: + Remove old. 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> rpyc-3.2.3-r1.ebuild: Support python 3.4 diff --git a/dev-python/rpyc/rpyc-3.2.1.ebuild b/dev-python/rpyc/rpyc-3.2.1.ebuild deleted file mode 100644 index 2a8d0566ae31..000000000000 --- a/dev-python/rpyc/rpyc-3.2.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.1.ebuild,v 1.1 2012/03/06 14:04:39 grozin Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" -HOMEPAGE="http://rpyc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" -DEPEND="dev-python/setuptools" diff --git a/dev-python/rpyc/rpyc-3.2.2.ebuild b/dev-python/rpyc/rpyc-3.2.2.ebuild deleted file mode 100644 index 2d6ba5e72a35..000000000000 --- a/dev-python/rpyc/rpyc-3.2.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.2.ebuild,v 1.1 2012/06/02 18:28:06 grozin Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" -HOMEPAGE="http://rpyc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" -DEPEND="dev-python/setuptools" diff --git a/dev-python/rpyc/rpyc-3.2.3.ebuild b/dev-python/rpyc/rpyc-3.2.3.ebuild deleted file mode 100644 index af8eeff5fbae..000000000000 --- a/dev-python/rpyc/rpyc-3.2.3.ebuild +++ /dev/null @@ -1,18 +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/rpyc/rpyc-3.2.3.ebuild,v 1.1 2013/01/11 08:11:57 patrick Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" -HOMEPAGE="http://rpyc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" -DEPEND="dev-python/setuptools" |