summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-09-09 03:55:57 +0000
committerMike Gilbert <floppym@gentoo.org>2013-09-09 03:55:57 +0000
commitf3434471ce48c68318b6a071f490083121407907 (patch)
treeab076c64986792156935eb06cef4da82f1d17c62 /virtual/python-imaging
parentCleanup old. (diff)
downloadgentoo-2-f3434471ce48c68318b6a071f490083121407907.tar.gz
gentoo-2-f3434471ce48c68318b6a071f490083121407907.tar.bz2
gentoo-2-f3434471ce48c68318b6a071f490083121407907.zip
Drop dev-python/imaging from deps; portage seems to get confused by the || dep in some cases.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'virtual/python-imaging')
-rw-r--r--virtual/python-imaging/ChangeLog8
-rw-r--r--virtual/python-imaging/python-imaging-2.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/virtual/python-imaging/ChangeLog b/virtual/python-imaging/ChangeLog
index 48ea3f596dd5..2329c64d5ad3 100644
--- a/virtual/python-imaging/ChangeLog
+++ b/virtual/python-imaging/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/python-imaging
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-imaging/ChangeLog,v 1.4 2013/09/05 13:55:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-imaging/ChangeLog,v 1.5 2013/09/09 03:55:57 floppym Exp $
+
+*python-imaging-2 (09 Sep 2013)
+
+ 09 Sep 2013; Mike Gilbert <floppym@gentoo.org> +python-imaging-2.ebuild:
+ Drop dev-python/imaging from deps; portage seems to get confused by the || dep
+ in some cases.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-imaging-1.ebuild:
Drop stale conditionals after py2.5 removal.
diff --git a/virtual/python-imaging/python-imaging-2.ebuild b/virtual/python-imaging/python-imaging-2.ebuild
new file mode 100644
index 000000000000..5f0215a5a0a9
--- /dev/null
+++ b/virtual/python-imaging/python-imaging-2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-imaging/python-imaging-2.ebuild,v 1.1 2013/09/09 03:55:57 floppym Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit python-r1
+
+DESCRIPTION="Virtual for Python Imaging Library"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="tk"
+
+RDEPEND="dev-python/pillow[tk?,${PYTHON_USEDEP}]"