summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-07-12 13:11:51 +0200
committerJohannes Huber <johu@gentoo.org>2018-07-12 13:11:51 +0200
commit9210574bf22412a24f3b43f25db792007f90bdd4 (patch)
tree94204cf12c7fea21664500c6e5d9028cc2ab31eb /sys-fs
parentx11-misc/compton: Take maintainership (diff)
downloadgentoo-9210574bf22412a24f3b43f25db792007f90bdd4.tar.gz
gentoo-9210574bf22412a24f3b43f25db792007f90bdd4.tar.bz2
gentoo-9210574bf22412a24f3b43f25db792007f90bdd4.zip
sys-fs/simple-mtpfs: Remove 0.1
Uses deprecated EAPI 5 and superseded by 0.3.0. Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/simple-mtpfs/Manifest1
-rw-r--r--sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
index 539abc70aefe..f90ae56bfda0 100644
--- a/sys-fs/simple-mtpfs/Manifest
+++ b/sys-fs/simple-mtpfs/Manifest
@@ -1,2 +1 @@
-DIST simple-mtpfs-0.1.tar.gz 116145 BLAKE2B 9a29b31ad754ed009653aa6b5516aca20827b85368fa537e0c6b8f8a9d56bac10cb26f12f0b599c54942466ddc293999428816646e7071ca8637dcade80011b9 SHA512 5c4b390c43ede521061c677b496d47376304a4625414853a2183a41cb4a2c67361ecd7e26d0b6197cc78e84d0a9c99ec92e85bd1c179784b5a7c06ae05ede308
DIST simple-mtpfs-0.3.0.tar.gz 36655 BLAKE2B 3e3e625268fac9454f512ce592d84fde3b3e6d190f123b82bede13bc4119ad4c0cefb4ca3e5d8a81ddf9a020dc375be389853410b0147b419a255b6c0af6047b SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild
deleted file mode 100644
index 2e98a9c8c77b..000000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils eutils
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-CDEPEND="media-libs/libmtp
- >=sys-fs/fuse-2.8"
-
-DEPEND="virtual/pkgconfig
- ${CDEPEND}"
-
-RDEPEND="${CDEPEND}"
-
-AUTOTOOLS_AUTORECONF=1