# HG changeset patch # User Daniel Neugebauer # Date 1425129218 -3600 # Node ID 9aa869f615bdd7fd333196ada6758e99a3e6ddab # Parent acc373356b88d740c651cd98ec5eb46da5eaa3b0 finally removing RhodeCode and its dependencies due to CVE-2015-0260, see https://kallithea-scm.org/security/cve-2015-0260.html diff -r acc373356b88 -r 9aa869f615bd dev-python/celery/Manifest --- a/dev-python/celery/Manifest Mon Feb 23 09:16:37 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -DIST celery-2.2.10.tar.gz 1502041 RMD160 86b71987a524f8dd80925df793dc78536752a030 SHA1 17b2f27915c581e60264706ec12e1926aadec99d SHA256 dc6379c9bd0d799ed44e6a905d54b29fc0c7a514152e366bb3ef939e03291ab6 -EBUILD celery-2.2.10.ebuild 1091 RMD160 01fe1cf50860c2cf1a3acebc4f3804166f679860 SHA1 a02d13c74011288b58105d5dd9aaeed1990bd982 SHA256 92b632276e78a95817efcf638813508d38018c71891b7cff09e520dd2a2d6962 diff -r acc373356b88 -r 9aa869f615bd dev-python/celery/celery-2.2.10.ebuild --- a/dev-python/celery/celery-2.2.10.ebuild Mon Feb 23 09:16:37 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." -HOMEPAGE="http://www.celeryproject.org/ http://pypi.python.org/pypi/celery" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -# dependencies are likely to be incomplete or not restrictive enough -# this library ebuild has been added for rhodecode which may have restricted them in -# another way, you are encouraged to submit corrections to gentoo-overlay@megacoffee.net -# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -DEPEND=">=dev-python/kombu-1.1.2 - /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi -} diff -r acc373356b88 -r 9aa869f615bd dev-vcs/rhodecode/Manifest --- a/dev-vcs/rhodecode/Manifest Mon Feb 23 09:16:37 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -DIST edfff9f37916389144d3a3644d0a7d7adfd79b11.zip 2240778 RMD160 5f6fb2737678b31b137b6c473bcf5f1916d75b98 SHA1 ddcc0d789cf55dbd11db3026ec1fd9f35e8b9ecb SHA256 c7203c1cb5a771acc7b89a5a1d06748db9619ce1b7fcfcb94107d0d712dc7961 -EBUILD rhodecode-1.3.6.ebuild 1695 RMD160 1a9fe5c32676ecc7b393169446cc528e3e08694f SHA1 d74daf3fb1c475ecbec983187c4b3cb37587b9b0 SHA256 6af7c3f2f888d50f560f26b8bbbde7643b2a3802fc07e259f15273bf28f937cd diff -r acc373356b88 -r 9aa869f615bd dev-vcs/rhodecode/rhodecode-1.3.6.ebuild --- a/dev-vcs/rhodecode/rhodecode-1.3.6.ebuild Mon Feb 23 09:16:37 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="a web-based frontend and middleware to Mercurial repositories" -HOMEPAGE="http://rhodecode.org/" - -#SRC_URI="https://secure.rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip?subrepos=true" -SRC_URI="https://secure.rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip" - -DEPEND=">=dev-vcs/mercurial-2.2.1 - =dev-python/pygments-1.4 - >=dev-python/whoosh-2.4.0 - =dev-python/python-dateutil-1.5 - =dev-python/dulwich-0.8.5 - =dev-python/pyparsing-1.5.0 - =dev-python/anyjson-0.3.1 - >=dev-python/amqplib-1.0 -" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT_PYTHON_ABIS="3.*" - -ACTUALDIR="rhodecode-edfff9f37916" - -distutils_src_compile_pre_hook() { - cd ${ACTUALDIR} -} - -distutils_src_install_pre_hook() { - cd ${ACTUALDIR} -} - -pkg_postinst() { - einfo "You need to setup RhodeCode according to the instructions at:" - einfo " http://packages.python.org/RhodeCode/setup.html" -}