diff options
author | 2015-06-17 07:46:52 +0000 | |
---|---|---|
committer | 2015-06-17 07:46:52 +0000 | |
commit | 66923c67dadf5d92f6210e81258591c95775f1d1 (patch) | |
tree | 5fe1b015171435247c2c4e89ee85190d2b0884ad | |
parent | Bump (diff) | |
download | gentoo-2-66923c67dadf5d92f6210e81258591c95775f1d1.tar.gz gentoo-2-66923c67dadf5d92f6210e81258591c95775f1d1.tar.bz2 gentoo-2-66923c67dadf5d92f6210e81258591c95775f1d1.zip |
Drop vulnerable version
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
-rw-r--r-- | dev-python/pastescript/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pastescript/pastescript-1.7.5-r2.ebuild | 55 |
2 files changed, 4 insertions, 56 deletions
diff --git a/dev-python/pastescript/ChangeLog b/dev-python/pastescript/ChangeLog index 156dc3307c2f..a437bc5f9e85 100644 --- a/dev-python/pastescript/ChangeLog +++ b/dev-python/pastescript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pastescript # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.22 2015/06/17 07:31:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.23 2015/06/17 07:46:52 jlec Exp $ + + 17 Jun 2015; Justin Lecher <jlec@gentoo.org> -pastescript-1.7.5-r2.ebuild: + Drop vulnerable version 17 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pastescript-2.0.2.ebuild: Stable for x86, wrt bug #405821 diff --git a/dev-python/pastescript/pastescript-1.7.5-r2.ebuild b/dev-python/pastescript/pastescript-1.7.5-r2.ebuild deleted file mode 100644 index b6fc36c967ad..000000000000 --- a/dev-python/pastescript/pastescript-1.7.5-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.5-r2.ebuild,v 1.7 2015/04/08 08:05:03 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="PasteScript" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A pluggable command-line frontend, including commands to setup package file layouts" -HOMEPAGE="http://pythonpaste.org/script/ http://pypi.python.org/pypi/PasteScript" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc" - -RDEPEND=" - dev-python/cheetah[${PYTHON_USEDEP}] - >=dev-python/paste-1.3[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - )" - -# Tests are broken. -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/${PN}-setup.py-exclude-tests.patch" ) - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - esetup.py build_sphinx - fi -} - -python_install_all() { - distutils-r1_python_install_all - - if use doc; then - cd "${BUILD_DIR}"/sphinx/html || die - dohtml -r [a-z]* _static - fi -} |