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 3F154139694 for ; Thu, 27 Apr 2017 12:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23788E0DD6; Thu, 27 Apr 2017 12:17:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 02AE8E0DD6 for ; Thu, 27 Apr 2017 12:17:30 +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 1BBF43416CB for ; Thu, 27 Apr 2017 12:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 458F27449 for ; Thu, 27 Apr 2017 12:17:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1493295424.e86a6d98e18ae3e7350eb6bda9a301835c4cb7c1.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cdiff/Manifest dev-util/cdiff/cdiff-0.9.7.ebuild X-VCS-Directories: dev-util/cdiff/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e86a6d98e18ae3e7350eb6bda9a301835c4cb7c1 X-VCS-Branch: master Date: Thu, 27 Apr 2017 12:17:21 +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: da6d1e94-8c54-431e-be0f-fe6de619495a X-Archives-Hash: ccd40956cb0214d09ba192d4860ab5ef commit: e86a6d98e18ae3e7350eb6bda9a301835c4cb7c1 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 27 12:11:53 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 27 12:17:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86a6d98 dev-util/cdiff: remove 0.9.7 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/cdiff/Manifest | 1 - dev-util/cdiff/cdiff-0.9.7.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-util/cdiff/Manifest b/dev-util/cdiff/Manifest index 32f47e4c93d..2eb56bce365 100644 --- a/dev-util/cdiff/Manifest +++ b/dev-util/cdiff/Manifest @@ -1,2 +1 @@ -DIST cdiff-0.9.7.tar.gz 32061 SHA256 63b7f1037cbcf5ce76b56cd4e5643751e25e0c2a124bcd382af827651d81ca90 SHA512 2f2bf77ecc6e369325753c5d1c6fd23279138e8ae6a4d11cd102b5674d5c7e089e7f2613bbd39d68a00b0db16c589df64af14746228e38065556d0eb11b1e0cd WHIRLPOOL c26cb5df0b02b3567fa334ab2fe131ee99742b782d1bc8e83a4f06476c03d8242bbdc8489cec07ffb49ada0f5404c192c69765e3d9835fdf5feb944f8bb0e703 DIST cdiff-0.9.8.tar.gz 34861 SHA256 61229ba5b294faa8b4c257a220cfda34ac4a7ecf35aa88e8121c36234fea3760 SHA512 303126c51b4c5cfafd800da7f4ffd56655f28f8b525c7d83c7417e1e0013b2186b178697aca41af18f5397ac860cc0159d359e2b23eaa8111e8f77184dc9d4f3 WHIRLPOOL a49f492746fba7af7869408bdfcb4ae2accfb78f9b999d49763f35fbfddb58ac96ae9a734e22441a0b9d060d89de56704f09762c1af10c059851e280a348156b diff --git a/dev-util/cdiff/cdiff-0.9.7.ebuild b/dev-util/cdiff/cdiff-0.9.7.ebuild deleted file mode 100644 index 7072a25903f..00000000000 --- a/dev-util/cdiff/cdiff-0.9.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -if [[ "${PV}" != *"9999"* ]] ; then - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -else - KEYWORDS="" - EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" - inherit git-r3 -fi - -DESCRIPTION="Colored, side-by-side diff terminal viewer" -HOMEPAGE="https://github.com/ymattw/${PN}" - -LICENSE="BSD" -SLOT="0" - -DEPEND=" - !