From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8E57138330 for ; Fri, 12 Jan 2018 17:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13140E09FD; Fri, 12 Jan 2018 17:57:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D99D5E09FD for ; Fri, 12 Jan 2018 17:57:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC53335C5F for ; Fri, 12 Jan 2018 17:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743141B7 for ; Fri, 12 Jan 2018 17:57:51 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1515779858.101ff6936a3fbc49ffae060937af54a901574ddb.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libpillowfight/Manifest dev-python/libpillowfight/libpillowfight-0.2.1.ebuild X-VCS-Directories: dev-python/libpillowfight/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 101ff6936a3fbc49ffae060937af54a901574ddb X-VCS-Branch: master Date: Fri, 12 Jan 2018 17:57:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78cd76dc-218d-49c9-a737-e26b0c198f93 X-Archives-Hash: c43bcfaef38c06e409f2f472e5f33751 commit: 101ff6936a3fbc49ffae060937af54a901574ddb Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Jan 12 17:50:55 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Jan 12 17:57:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101ff693 dev-python/libpillowfight: drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/libpillowfight/Manifest | 1 - .../libpillowfight/libpillowfight-0.2.1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest index 7f747efd811..557831ff7b1 100644 --- a/dev-python/libpillowfight/Manifest +++ b/dev-python/libpillowfight/Manifest @@ -1,2 +1 @@ -DIST libpillowfight-0.2.1.tar.gz 23125246 BLAKE2B 74af3c24cbe252ec66a0c2ab1431189509d1da34620df8f37898ec5b45d9c30651f37fdede72906d8ec690b32020c8a2a6d70a17ff6102a4e489e61cd008a127 SHA512 352f23daa2cce39395604f3c545773fec26b336ae17cea9148b8d6b7f61f0fcd314ab08e4fde8dff85531ecfa07fbee0fda90e3258c04c39cad397a775318d95 DIST libpillowfight-0.2.2.tar.gz 23125494 BLAKE2B b9620b0e574869d1efcc9449e09f281a5d2611ec15f144ee24b385b5f6f693f037c844904f0abc715d49125df7d1a27d6c433aed83b33371b3f07310be8288db SHA512 76dcaf9105b4dbbe427851d794e92ba023453e2d750ecdd4e3feb864534f9d99adb562b719b7c9af299ae16c0778b510ab96b4997cf9bcc6ea4c6f8f7471ae8a diff --git a/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild b/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild deleted file mode 100644 index 1401864b5c3..00000000000 --- a/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Small library containing various image processing algorithms" -HOMEPAGE="https://github.com/jflesch/libpillowfight" -SRC_URI="https://github.com/jflesch/libpillowfight/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare_all() { - sed -e "/'nose>=1.0'/d" -i setup.py || die - distutils-r1_python_prepare_all -}