Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
Date: Tue, 25 Jul 2017 21:07:09
Message-Id: 1501016758.581d19adeff410015bb678dbebadb12b49632fde.mjo@gentoo
1 commit: 581d19adeff410015bb678dbebadb12b49632fde
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 21:05:37 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 21:05:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581d19ad
7
8 sys-fs/simple-mtpfs: drop the live ebuild.
9
10 The live ebuild is not useful at the moment (v0.3.0 is up-to-date) and
11 it's unmaintained and throwing a repoman warning, so I've dropped it
12 for now.
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.1
15
16 sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild | 30 ----------------------------
17 1 file changed, 30 deletions(-)
18
19 diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
20 deleted file mode 100644
21 index 0dbbfdb919c..00000000000
22 --- a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
23 +++ /dev/null
24 @@ -1,30 +0,0 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
31 -inherit autotools-utils eutils
32 -[[ ${PV} == 9999 ]] && inherit git-r3
33 -
34 -DESCRIPTION="Simple MTP fuse filesystem driver"
35 -HOMEPAGE="https://github.com/phatina/simple-mtpfs"
36 -[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
37 -
38 -LICENSE="GPL-2+"
39 -SLOT="0"
40 -[[ ${PV} == 9999 ]] || \
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -RDEPEND="
45 - media-libs/libmtp
46 - >=sys-fs/fuse-2.8
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 -"
51 -
52 -[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
53 -
54 -AUTOTOOLS_AUTORECONF=1