Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/, app-misc/lfm/files/
Date: Wed, 24 Jun 2020 21:22:23
Message-Id: 1593033732.1dc55ec11236008be7781e1f4b53ad98dc255e2b.bkohler@gentoo
1 commit: 1dc55ec11236008be7781e1f4b53ad98dc255e2b
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 18:34:33 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 21:22:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc55ec1
7
8 app-misc/lfm: drop old (py2 only)
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-misc/lfm/Manifest | 1 -
14 app-misc/lfm/files/lfm-2.3-no-doc.patch | 12 ------------
15 app-misc/lfm/lfm-2.3-r1.ebuild | 21 ---------------------
16 3 files changed, 34 deletions(-)
17
18 diff --git a/app-misc/lfm/Manifest b/app-misc/lfm/Manifest
19 index a1d31f1752f..9c8f52bd167 100644
20 --- a/app-misc/lfm/Manifest
21 +++ b/app-misc/lfm/Manifest
22 @@ -1,2 +1 @@
23 -DIST lfm-2.3.tar.gz 119120 BLAKE2B 12d72d1caed7745dc336644589fba359c198c145d29bb419dbd0586ebe5e170d1a743e24638913a4581137c6e0d2f312a58fb84b22218ecb3f93942cf3d63db9 SHA512 d244cd03ebf4b145c0d364d9d7038a2b640010e7e6bc413a3613d4519afac4856ee7694a962176d7693bef6503b80703685b1cefab1eda0f8d0768ae10abf6c7
24 DIST lfm-3.1.tar.gz 88878 BLAKE2B 409b61d24de671db33c25ff78c039f690fb376fce7bf146c452a67e72d3b50d54b461994ae7a2fb9a17fb64fc94de83f58d5faa0bd960970a53ee5c42fc9c166 SHA512 9e6142c0d871fe19b4b82e5333e03de562ca87a7498bd7fb496cca27e0b42c56a33913f2a7eb46439447ab7adb4a87da44bfcc1548101e15703aaa21ec105af8
25
26 diff --git a/app-misc/lfm/files/lfm-2.3-no-doc.patch b/app-misc/lfm/files/lfm-2.3-no-doc.patch
27 deleted file mode 100644
28 index 3b69881589e..00000000000
29 --- a/app-misc/lfm/files/lfm-2.3-no-doc.patch
30 +++ /dev/null
31 @@ -1,12 +0,0 @@
32 ---- lfm-2.3/setup.py.orig
33 -+++ lfm-2.3/setup.py
34 -@@ -56,8 +56,7 @@
35 - 'lfm/actions', 'lfm/compress', 'lfm/utils', 'lfm/vfs',
36 - 'lfm/config', 'lfm/pyview'],
37 - scripts = ['lfm/lfm', 'lfm/pyview'],
38 -- data_files = [('share/doc/lfm', DOC_FILES),
39 -- ('share/man/man1', MAN_FILES)]
40 -+ data_files = [('share/man/man1', MAN_FILES)]
41 - # **addargs
42 - )
43 -
44
45 diff --git a/app-misc/lfm/lfm-2.3-r1.ebuild b/app-misc/lfm/lfm-2.3-r1.ebuild
46 deleted file mode 100644
47 index 63105cd4a3a..00000000000
48 --- a/app-misc/lfm/lfm-2.3-r1.ebuild
49 +++ /dev/null
50 @@ -1,21 +0,0 @@
51 -# Copyright 1999-2016 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -PYTHON_COMPAT=( python2_7 )
57 -PYTHON_REQ_USE="ncurses"
58 -
59 -inherit distutils-r1 eutils
60 -
61 -DESCRIPTION="Last File Manager is a powerful file manager for the console"
62 -HOMEPAGE="https://inigo.katxi.org/devel/lfm/"
63 -SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz"
64 -
65 -LICENSE="GPL-3+"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -
69 -src_prepare() {
70 - epatch "${FILESDIR}"/${P}-no-doc.patch
71 -}