From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B930139BC7 for ; Fri, 25 Sep 2015 18:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C62EE087A; Fri, 25 Sep 2015 18:45:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADF3CE087A for ; Fri, 25 Sep 2015 18:45:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46E00340562 for ; Fri, 25 Sep 2015 18:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91208239 for ; Fri, 25 Sep 2015 18:45:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443206532.3b193e465096601eeb5751dfa5f0ac4b51299b41.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cairocffi/Manifest dev-python/cairocffi/cairocffi-0.6.ebuild X-VCS-Directories: dev-python/cairocffi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3b193e465096601eeb5751dfa5f0ac4b51299b41 X-VCS-Branch: master Date: Fri, 25 Sep 2015 18:45:15 +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: 40e54cbf-d9b1-48fb-ab5c-0c0ba22fbcc3 X-Archives-Hash: a3108435fedad5af05d7c1bc0599bbd6 commit: 3b193e465096601eeb5751dfa5f0ac4b51299b41 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 18:42:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 18:42:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b193e46 dev-python/cairocffi: Drop old Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> dev-python/cairocffi/Manifest | 1 - dev-python/cairocffi/cairocffi-0.6.ebuild | 49 ------------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-python/cairocffi/Manifest b/dev-python/cairocffi/Manifest index 4359105..856aeab 100644 --- a/dev-python/cairocffi/Manifest +++ b/dev-python/cairocffi/Manifest @@ -1,2 +1 @@ -DIST cairocffi-0.6.tar.gz 75183 SHA256 d14ea9daed510259717209ed9e2f68503fcbcbcf00c2c4f31b446b001ae109c0 SHA512 c27b443261db4c68e73d3da55a640ac2689dcefda6aa384d7c3e23acdc705f79e07524f8df9ecbe379cfd9f8855d50ad7dfe7392ad7a36d5a63d0124e483e5ec WHIRLPOOL d94edc81ae8638758b93f2cb1804943a8160b4f8e1d507ce36c5ec7a835ea6f4b96a06a31cbf687335029391a9ee3a099c707a64d02490caa2b30bc91d260d24 DIST cairocffi-0.7.2.tar.gz 75337 SHA256 e42b4256d27bd960cbf3b91a6c55d602defcdbc2a73f7317849c80279feeb975 SHA512 a4b5798ee713a8847ebd21ef328b3e0a94403ce1e80ac108f6d8e4abffbf96551542bb5c848550d82bcebb3d9f645c90ea87fc3eb254bd8e9d57b6a55db76de1 WHIRLPOOL e907633b46dce856df4777598250e40da7a39ee4b6621376d30698237fb0a463d7f8bdf8e8838aa104d0751de62b6172057a0f8d1f53ce8315b419d3b3f64c5c diff --git a/dev-python/cairocffi/cairocffi-0.6.ebuild b/dev-python/cairocffi/cairocffi-0.6.ebuild deleted file mode 100644 index bf66655..0000000 --- a/dev-python/cairocffi/cairocffi-0.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="CFFI-based drop-in replacement for Pycairo" -MY_PN="${PN}" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="https://github.com/SimonSapin/cairocffi" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc test" - -# xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component -RDEPEND=" - $(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*') - x11-libs/cairo:0= -