Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/queue-repair/
Date: Sat, 26 Sep 2020 13:26:52
Message-Id: 1601126228.c176130336cfa59c059d089d9857c1425758b4eb.mgorny@gentoo
1 commit: c176130336cfa59c059d089d9857c1425758b4eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 13:17:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 13:17:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1761303
7
8 net-mail/queue-repair: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 25cd37ddd1f..00000000000
18 --- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit python-single-r1
29 -
30 -DESCRIPTION="A toolkit for dealing with the qmail queue directory structure"
31 -HOMEPAGE="http://pyropus.ca/software/queue-repair/"
32 -SRC_URI="http://pyropus.ca/software/queue-repair/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
37 -IUSE=""
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -RDEPEND="${PYTHON_DEPS}"
41 -DEPEND="${RDEPEND}"
42 -
43 -DOCS=( BLURB TODO CHANGELOG )
44 -
45 -src_install() {
46 - python_newscript queue_repair.py queue-repair.py
47 - dosym queue-repair.py /usr/bin/queue-repair
48 - einstalldocs
49 -}