summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-07-25 17:05:37 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-07-25 17:05:58 -0400
commit581d19adeff410015bb678dbebadb12b49632fde (patch)
tree5c121115bf0598ca92bf4bb28c2b1b5642fac0cc
parentsys-fs/simple-mtpfs: new version 0.3.0. (diff)
downloadgentoo-581d19ad.tar.gz
gentoo-581d19ad.tar.bz2
gentoo-581d19ad.zip
sys-fs/simple-mtpfs: drop the live ebuild.
The live ebuild is not useful at the moment (v0.3.0 is up-to-date) and it's unmaintained and throwing a repoman warning, so I've dropped it for now. Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
deleted file mode 100644
index 0dbbfdb919c0..000000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
-inherit autotools-utils eutils
-[[ ${PV} == 9999 ]] && inherit git-r3
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libmtp
- >=sys-fs/fuse-2.8
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
-
-AUTOTOOLS_AUTORECONF=1