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 012CF138330 for ; Sun, 27 May 2018 08:41:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC9E0E08FB; Sun, 27 May 2018 08:41:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A05D5E08FB for ; Sun, 27 May 2018 08:41:17 +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 8B0BF335CBB for ; Sun, 27 May 2018 08:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E68942AC for ; Sun, 27 May 2018 08:41:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1527410461.5a7b01bf3b90df51b774b148bbf1cdf1f8ccecbf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/diffmask/diffmask-0.3.3-r3.ebuild X-VCS-Directories: app-portage/diffmask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a7b01bf3b90df51b774b148bbf1cdf1f8ccecbf X-VCS-Branch: master Date: Sun, 27 May 2018 08:41:14 +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: ed2aabec-2bb9-43e4-910b-922c0d938299 X-Archives-Hash: f0a1b63c783b7491a6b054736e16656f commit: 5a7b01bf3b90df51b774b148bbf1cdf1f8ccecbf Author: Michał Górny gentoo org> AuthorDate: Sun May 27 08:02:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 27 08:41:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7b01bf app-portage/diffmask: Drop old app-portage/diffmask/diffmask-0.3.3-r3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild deleted file mode 100644 index 7baf9d9b47c..00000000000 --- a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://github.com/mgorny/diffmask/" -SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - || ( - sys-apps/portage[${PYTHON_USEDEP}] - sys-apps/portage-mgorny[${PYTHON_USEDEP}] - )"