summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2016-03-04 07:08:36 +0100
committerHans de Graaff <hans@degraaff.org>2016-03-04 07:08:36 +0100
commit78ac5f2c8251f9d0fac6d713312dc81ef85a8f18 (patch)
tree752aa09e472abfde059d36f6d5a6f96f7de2c357
parentadd 0.9.2, security release (diff)
downloadgraaff-78ac5f2c.tar.gz
graaff-78ac5f2c.tar.bz2
graaff-78ac5f2c.zip
clean vulnerable versions
Package-Manager: portage-2.2.26 RepoMan-Options: --force
-rw-r--r--dev-python/Djblets/Djblets-0.7.31.ebuild32
-rw-r--r--dev-python/Djblets/Djblets-0.8.23.ebuild32
-rw-r--r--dev-python/Djblets/Djblets-0.9.1.ebuild32
-rw-r--r--dev-python/Djblets/Djblets-0.9.ebuild32
-rw-r--r--dev-python/Djblets/Manifest4
5 files changed, 0 insertions, 132 deletions
diff --git a/dev-python/Djblets/Djblets-0.7.31.ebuild b/dev-python/Djblets/Djblets-0.7.31.ebuild
deleted file mode 100644
index 2d4f0398..00000000
--- a/dev-python/Djblets/Djblets-0.7.31.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Djblets/Djblets-0.7.30.ebuild,v 1.1 2014/07/30 14:31:27 xmw Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.4.13[${PYTHON_USEDEP}]
- <dev-python/django-1.5[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- >=dev-python/django-pipeline-1.2.24[${PYTHON_USEDEP}]
- <dev-python/django-pipeline-1.3[${PYTHON_USEDEP}]
- >=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/django-evolution[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-prepare_src() {
- # use pillow, not PIL
- sed -e 's/PIL/pillow/' -i setup.py Djblets.egg-info/requires.txt || die
-}
diff --git a/dev-python/Djblets/Djblets-0.8.23.ebuild b/dev-python/Djblets/Djblets-0.8.23.ebuild
deleted file mode 100644
index fad7002b..00000000
--- a/dev-python/Djblets/Djblets-0.8.23.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
- <dev-python/django-1.7[${PYTHON_USEDEP}]
- dev-python/pillowfight[${PYTHON_USEDEP}]
- >=dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
- <dev-python/django-pipeline-1.4[${PYTHON_USEDEP}]
- >=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- # Running uglify is a problem right now, so skip this step. Rather
- # have newer versions than compacted javascript.
- sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i djblets/settings.py || die
-}
diff --git a/dev-python/Djblets/Djblets-0.9.1.ebuild b/dev-python/Djblets/Djblets-0.9.1.ebuild
deleted file mode 100644
index fad7002b..00000000
--- a/dev-python/Djblets/Djblets-0.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
- <dev-python/django-1.7[${PYTHON_USEDEP}]
- dev-python/pillowfight[${PYTHON_USEDEP}]
- >=dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
- <dev-python/django-pipeline-1.4[${PYTHON_USEDEP}]
- >=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- # Running uglify is a problem right now, so skip this step. Rather
- # have newer versions than compacted javascript.
- sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i djblets/settings.py || die
-}
diff --git a/dev-python/Djblets/Djblets-0.9.ebuild b/dev-python/Djblets/Djblets-0.9.ebuild
deleted file mode 100644
index fad7002b..00000000
--- a/dev-python/Djblets/Djblets-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
- <dev-python/django-1.7[${PYTHON_USEDEP}]
- dev-python/pillowfight[${PYTHON_USEDEP}]
- >=dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
- <dev-python/django-pipeline-1.4[${PYTHON_USEDEP}]
- >=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- # Running uglify is a problem right now, so skip this step. Rather
- # have newer versions than compacted javascript.
- sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i djblets/settings.py || die
-}
diff --git a/dev-python/Djblets/Manifest b/dev-python/Djblets/Manifest
index 2cee9a23..0b091aba 100644
--- a/dev-python/Djblets/Manifest
+++ b/dev-python/Djblets/Manifest
@@ -1,5 +1 @@
-DIST Djblets-0.7.31.tar.gz 430369 SHA256 c6bdb1fed30ec1c77a8b07d670a170ecc55404363adf09b2860903a328909e12 SHA512 d0defd2a6e0caecd807e156d968b0128266d60aaf336303ec9ea3e01be1f01455bc763da02d639e677f1122f8eda8e039054ae16222879392eff332ec7b49969 WHIRLPOOL 7063209e5d3e55d89d4cc6fcfea584e24712d2427870448141eefedd29a94af0f4eb41df6097962d513ba09fa56b7cb1a1e5cf17a13646a2c3f046407b4f9977
-DIST Djblets-0.8.23.tar.gz 282227 SHA256 6bfbdb8180e5ba39f898a3449433d414263c36da0860d95e184661fedadfda4a SHA512 a0c1a277f2ee2a37f49749908bfafb0914c82208c9475d94eb0099e021082831a96212ff6cbce122d998ba51aa2f7b5793db59e80b46dd9c38a0f73722356698 WHIRLPOOL 66c9dd4884a7c896aa97996936b30b2bef7f4d0164e5e7ecb04b7ed042903eb9626078810686b95ef521d78987d23f7ca157a0720a851efd324827adc3dc8fec
-DIST Djblets-0.9.1.tar.gz 332720 SHA256 f0801b3b9b48b493ed70a389e917747fcca9e827a2a31ff7c7213ec72ad66b5d SHA512 0bbfbbab2a4bce988441b77ab00f3eb291435d54ad80f3514b537309c024016546ccaa16519fc34ba0fcc04b6eb9afc228280bc338567971e6cb375f1c5a1f05 WHIRLPOOL b49a3f966274cc2cbdcf3a9158fc57141e467018365241bd7971e3f8439797400099570cd268475789e176a2773796589a1b73493e00df8c854b5cdbba72f784
DIST Djblets-0.9.2.tar.gz 332675 SHA256 9df3db467ccc427d85f8a2f929557a884f9149fd32a96765c8854b1463a193f6 SHA512 123a11c08cfd19007de4c3dcebfb8095f87e127d85cdf3c284f7a07c193fec8ccfa1a1934553075aacfb97821d6117aab32ef2206942bb279711682f6c9acb76 WHIRLPOOL fab61780271173e21f62fa32d0d536e0bf828c3211b357e9ebca7f6e4173b2e5727d04950beabb4fa4c837de1b5b0d7d2a63e6ab82cb76d6919a6bb2f8ef76cf
-DIST Djblets-0.9.tar.gz 330999 SHA256 f4b6bb2e3597efa67e7cbdccd5d0403480e3a88e5cd934098c73f018b9dc25e7 SHA512 2581e63b8f7fff68097ffc2b55d1d098cfbb818a267e7fbe7bb986e1180e810f0556d0f0c0ab406c86c9bcc0e013d9d92b5f37fd4282e3ceb18ea4b4fc5196b0 WHIRLPOOL bc4f29812efe4eb1e8a78b03415aabd33dceb13b275be0df11cd3d0eb843fd65fd5a889161c53f378b818174a58ab94030a1355f769562e747d45983ecd75205