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 A0C99139694 for ; Sat, 8 Jul 2017 19:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF53A2340D4; Sat, 8 Jul 2017 19:43:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD8112340D4 for ; Sat, 8 Jul 2017 19:43:06 +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 DBC4A341A68 for ; Sat, 8 Jul 2017 19:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD82274A4 for ; Sat, 8 Jul 2017 19:43:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1499542978.caae2c44c7b58328fc4c8f0c36a37099bac991cf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vint/Manifest dev-util/vint/vint-0.3.11.ebuild X-VCS-Directories: dev-util/vint/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: caae2c44c7b58328fc4c8f0c36a37099bac991cf X-VCS-Branch: master Date: Sat, 8 Jul 2017 19:43:03 +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: 9b1349df-4fbc-4f9a-8c85-2316cbef1a70 X-Archives-Hash: 3a619a6b0eda705c9d4e9c1a760347bc commit: caae2c44c7b58328fc4c8f0c36a37099bac991cf Author: Ilya Tumaykin gmail com> AuthorDate: Thu Jul 6 09:32:09 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jul 8 19:42:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caae2c44 dev-util/vint: remove old. Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5050 dev-util/vint/Manifest | 1 - dev-util/vint/vint-0.3.11.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest index 9cc3d30a3a6..6508b7832bf 100644 --- a/dev-util/vint/Manifest +++ b/dev-util/vint/Manifest @@ -1,2 +1 @@ -DIST vint-0.3.11.tar.gz 90545 SHA256 33fc2178b9244d3058669984735a3e20f82fd0e927b31387fc910336614d671f SHA512 4e85192c9489fc1f4345d5d1e8e351182d73583d051705bc6655a054511764721ac334135dbeb6d4ba98af1e1c698e852fff720d01e323b279d4157997769c9a WHIRLPOOL cd6f2d69aa8401bd44a6dbe025fa084d1f12620da931fb91b4fbf22d0d02392cf9b0398f44210a623e135ac6571756b6ec8d1e573be1abfbc5996077431a93a7 DIST vint-0.3.13.tar.gz 91599 SHA256 7cb00bf3d83a093857db9a9bcc7d316a9fa52704cbeff991130eb34ed2d27df5 SHA512 ef0b811df0250899e23e30ee4b240cf8b54e510231353ca86202661fd5f0826b9faeacc9268849e51bd6a1c71c1514498dec04a7a4ed79f00a5098811525e3d4 WHIRLPOOL 0c0a12c8a17ac2a4ab664b8aee03597a5e77b8a6b03458d4767c841d3adc03955bcbb0f876de09b2c4e194a94c9ab1d162a1902b6e49b146c4d8493ffe750e2d diff --git a/dev-util/vint/vint-0.3.11.ebuild b/dev-util/vint/vint-0.3.11.ebuild deleted file mode 100644 index c72fbde4744..00000000000 --- a/dev-util/vint/vint-0.3.11.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 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="Lint tool for Vim script language" -HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.python.org/pypi/vim-vint/" -SRC_URI="https://github.com/Kuniwak/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="test" - -RDEPEND=" - >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}] - >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}] - virtual/python-pathlib[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}] - >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) - ) -" - -python_test() { - py.test -v || die "Test suite failed with ${EPYTHON}" -}