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 437EF138331 for ; Wed, 24 Jan 2018 21:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773F4E08FC; Wed, 24 Jan 2018 21:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 588B1E08FC for ; Wed, 24 Jan 2018 21:28:12 +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 78AF2335C0B for ; Wed, 24 Jan 2018 21:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CC741C3 for ; Wed, 24 Jan 2018 21:28:10 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1516829196.13e10e07338963f739913b3a914eca5cf7cb6228.robbat2@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.ebuild X-VCS-Directories: net-mail/queue-repair/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 13e10e07338963f739913b3a914eca5cf7cb6228 X-VCS-Branch: master Date: Wed, 24 Jan 2018 21:28:10 +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: fd51e504-56c5-406e-8572-f475767d3713 X-Archives-Hash: e466bd2785b3b9e6a685f255539e819c commit: 13e10e07338963f739913b3a914eca5cf7cb6228 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jan 5 14:55:34 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jan 24 21:26:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e10e07 net-mail/queue-repair: remove old (cherry picked from commit d54612035b3cde2b761eaefa64810ea423e23da1) Signed-off-by: Robin H. Johnson gentoo.org> net-mail/queue-repair/queue-repair-0.9.0.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/net-mail/queue-repair/queue-repair-0.9.0.ebuild b/net-mail/queue-repair/queue-repair-0.9.0.ebuild deleted file mode 100644 index 3a25dbdca27..00000000000 --- a/net-mail/queue-repair/queue-repair-0.9.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -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 sh sparc x86 ~x86-fbsd" -IUSE="" - -src_compile() { - : -} - -src_install () { - insinto /usr/bin - newbin queue_repair.py queue-repair.py || die - dosym /usr/bin/queue-repair.py /usr/bin/queue-repair || die - dodoc BLURB TODO CHANGELOG || die -}