Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-imaging/, profiles/
Date: Mon, 22 Feb 2016 15:22:55
Message-Id: 1456154431.ede5b6b28b2c75ec0f14020a334655f7a9ac6a3a.jlec@gentoo
1 commit: ede5b6b28b2c75ec0f14020a334655f7a9ac6a3a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 15:20:31 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 15:20:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5b6b2
7
8 Drop python imaging
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 profiles/package.mask | 11 -----------
13 virtual/python-imaging/metadata.xml | 8 --------
14 virtual/python-imaging/python-imaging-2.ebuild | 20 --------------------
15 3 files changed, 39 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index 2e82221..8255604 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -310,17 +310,6 @@ dev-lang/php:5.4
22 >=dev-php/xdebug-2.4.0_beta1
23 >=dev-php/xdebug-client-2.4.0_beta1
24
25 -# Justin Lecher <jlec@g.o> (10 Nov 2015)
26 -# Vulnerable package CVE-2014-{1932,1933}
27 -# Bug: 507982
28 -dev-python/imaging
29 -
30 -# Justin Lecher <jlec@g.o> (10 Nov 2015)
31 -# Compatibility virtual for transition from
32 -# dev-python/imaging to dev-python/pillow
33 -# obsolete now #508266
34 -virtual/python-imaging
35 -
36 # Michał Górny <mgorny@g.o> (30 Oct 2015)
37 # Uses unsafe ioctls that could result in data corruption. Upstream
38 # is working on replacing them in the wip/dedup-syscall branch.
39
40 diff --git a/virtual/python-imaging/metadata.xml b/virtual/python-imaging/metadata.xml
41 deleted file mode 100644
42 index 7f4f33c..0000000
43 --- a/virtual/python-imaging/metadata.xml
44 +++ /dev/null
45 @@ -1,8 +0,0 @@
46 -<?xml version="1.0" encoding="UTF-8"?>
47 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 -<pkgmetadata>
49 - <maintainer type="project">
50 - <email>python@g.o</email>
51 - <name>Python</name>
52 - </maintainer>
53 -</pkgmetadata>
54
55 diff --git a/virtual/python-imaging/python-imaging-2.ebuild b/virtual/python-imaging/python-imaging-2.ebuild
56 deleted file mode 100644
57 index 9b30f05..0000000
58 --- a/virtual/python-imaging/python-imaging-2.ebuild
59 +++ /dev/null
60 @@ -1,20 +0,0 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI=5
66 -
67 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
68 -
69 -inherit python-r1
70 -
71 -DESCRIPTION="Virtual for Python Imaging Library"
72 -HOMEPAGE=""
73 -SRC_URI=""
74 -
75 -LICENSE=""
76 -SLOT="0"
77 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
78 -IUSE="jpeg tk"
79 -
80 -RDEPEND="dev-python/pillow[jpeg?,tk?,${PYTHON_USEDEP}]"