Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
Date: Mon, 12 Oct 2020 09:06:19
Message-Id: 1602493557.6227dd512e2048d20ab885a74ba1ba0225110533.juippis@gentoo
1 commit: 6227dd512e2048d20ab885a74ba1ba0225110533
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Oct 9 08:35:19 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 09:05:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6227dd51
7
8 sys-fs/simple-mtpfs: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-fs/simple-mtpfs/Manifest | 1 -
15 sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild | 30 ---------------------------
16 2 files changed, 31 deletions(-)
17
18 diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
19 index a275e2b9199..9af367f572f 100644
20 --- a/sys-fs/simple-mtpfs/Manifest
21 +++ b/sys-fs/simple-mtpfs/Manifest
22 @@ -1,2 +1 @@
23 -DIST simple-mtpfs-0.3.0.tar.gz 36655 BLAKE2B 3e3e625268fac9454f512ce592d84fde3b3e6d190f123b82bede13bc4119ad4c0cefb4ca3e5d8a81ddf9a020dc375be389853410b0147b419a255b6c0af6047b SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772
24 DIST simple-mtpfs-0.4.0.tar.gz 36234 BLAKE2B ec5739625286b63dc6285fb83a4c71f5ed9bb8ed757eab111e543e15efbc45a5fc3a2609382f01cf18d4c6160258800963c349b6d64b2648257cde99f9359432 SHA512 6f213f9df792f33cd3842357aecf444cdc8030c89e4abc19b56a2c60f58213b5545b3d7857b0d46cdd237d0c24d5d6eb3cbe59ba9fc3c32f91396c5724ac86d7
25
26 diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
27 deleted file mode 100644
28 index a6b4baa1e07..00000000000
29 --- a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="Simple MTP fuse filesystem driver"
40 -HOMEPAGE="https://github.com/phatina/simple-mtpfs"
41 -SRC_URI="https://github.com/phatina/simple-mtpfs/archive/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="media-libs/libmtp
49 - sys-fs/fuse:0"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -
53 -S="${WORKDIR}/${PN}-${P}"
54 -
55 -src_prepare() {
56 - default
57 -
58 - # The tarball doesn't contain ./configure, only configure.ac and
59 - # autogen.sh.
60 - eautoreconf
61 -}