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 5DEC61382C5 for ; Wed, 6 Jan 2021 09:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C85BE08BD; Wed, 6 Jan 2021 09:42:54 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78AD7E08BD for ; Wed, 6 Jan 2021 09:42:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E11E6340EF1 for ; Wed, 6 Jan 2021 09:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E3C492 for ; Wed, 6 Jan 2021 09:42:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609926165.2c1d9b50101a5af60a74728df1e502da27f15e03.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/mad-numdiff/mad-numdiff-20150724.ebuild X-VCS-Directories: dev-util/mad-numdiff/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2c1d9b50101a5af60a74728df1e502da27f15e03 X-VCS-Branch: master Date: Wed, 6 Jan 2021 09:42:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3f1b769-034f-4719-8cea-ef1831fd56b0 X-Archives-Hash: ff6eeb5fea125972c0b0852025bb876e commit: 2c1d9b50101a5af60a74728df1e502da27f15e03 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 6 09:42:04 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 6 09:42:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c1d9b50 dev-util/mad-numdiff: drop old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-util/mad-numdiff/mad-numdiff-20150724.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild deleted file mode 100644 index 141df3952..000000000 --- a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils vcs-snapshot - -DESCRIPTION="compare unformatted text files with numerical content" -HOMEPAGE="https://github.com/quinoacomputing/ndiff" -COMMIT="3154ade48853851bd82251f3e98dded92c9998f0" -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"