From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E61E139694 for ; Tue, 25 Jul 2017 21:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1B561FC003; Tue, 25 Jul 2017 21:07:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 803571FC003 for ; Tue, 25 Jul 2017 21:07:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91C173417FB for ; Tue, 25 Jul 2017 21:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B4EC74BF for ; Tue, 25 Jul 2017 21:07:05 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1501016758.581d19adeff410015bb678dbebadb12b49632fde.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild X-VCS-Directories: sys-fs/simple-mtpfs/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 581d19adeff410015bb678dbebadb12b49632fde X-VCS-Branch: master Date: Tue, 25 Jul 2017 21:07:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d186610d-3650-43b8-be06-9975b8914c36 X-Archives-Hash: 7f70c8e08d0d8c292dcf69c1fb16a84f commit: 581d19adeff410015bb678dbebadb12b49632fde Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jul 25 21:05:37 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jul 25 21:05:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581d19ad 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 sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild | 30 ---------------------------- 1 file changed, 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 0dbbfdb919c..00000000000 --- 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