Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/jmtpfs/
Date: Mon, 30 Mar 2020 13:59:20
Message-Id: 1585576754.11fe6dce3f738578e27874c069077cbf87b799af.jer@gentoo
1 commit: 11fe6dce3f738578e27874c069077cbf87b799af
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 10:42:56 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 13:59:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe6dce
7
8 sys-fs/jmtpfs: Old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-fs/jmtpfs/jmtpfs-0.5.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/sys-fs/jmtpfs/jmtpfs-0.5.ebuild b/sys-fs/jmtpfs/jmtpfs-0.5.ebuild
17 deleted file mode 100644
18 index e76c02230ee..00000000000
19 --- a/sys-fs/jmtpfs/jmtpfs-0.5.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="A FUSE and libmtp based filesystem for accessing MTP devices"
30 -HOMEPAGE="https://github.com/JasonFerrara/jmtpfs"
31 -SRC_URI="https://github.com/JasonFerrara/jmtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -RDEPEND="
38 - >=media-libs/libmtp-1.1.6
39 - sys-fs/fuse
40 -"
41 -DEPEND="
42 - ${RDEPEND}
43 - virtual/pkgconfig
44 -"
45 -
46 -DOCS=(AUTHORS NEWS README)
47 -
48 -src_prepare() {
49 - eautoreconf
50 -}