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 6C75B138359 for ; Sat, 26 Sep 2020 13:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1519E0802; Sat, 26 Sep 2020 13:26:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9E3E6E0802 for ; Sat, 26 Sep 2020 13:26:51 +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 5DB11340C69 for ; Sat, 26 Sep 2020 13:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE51365 for ; Sat, 26 Sep 2020 13:26:48 +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: <1601126228.c176130336cfa59c059d089d9857c1425758b4eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/queue-repair/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild X-VCS-Directories: net-mail/queue-repair/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c176130336cfa59c059d089d9857c1425758b4eb X-VCS-Branch: master Date: Sat, 26 Sep 2020 13:26:48 +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: c4eee1a4-e21e-4ebb-9fec-485810ce7b55 X-Archives-Hash: 27a4349766964f86c8a3c6b07ed7c62f commit: c176130336cfa59c059d089d9857c1425758b4eb Author: Michał Górny gentoo org> AuthorDate: Sat Sep 26 13:17:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 26 13:17:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1761303 net-mail/queue-repair: Remove old Signed-off-by: Michał Górny gentoo.org> net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild deleted file mode 100644 index 25cd37ddd1f..00000000000 --- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A toolkit for dealing with the qmail queue directory structure" -HOMEPAGE="http://pyropus.ca/software/queue-repair/" -SRC_URI="http://pyropus.ca/software/queue-repair/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -DOCS=( BLURB TODO CHANGELOG ) - -src_install() { - python_newscript queue_repair.py queue-repair.py - dosym queue-repair.py /usr/bin/queue-repair - einstalldocs -}