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 C9CCB138334 for ; Thu, 12 Jul 2018 11:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93919E0826; Thu, 12 Jul 2018 11:12:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 670B0E0826 for ; Thu, 12 Jul 2018 11:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E1F4A335CA6 for ; Thu, 12 Jul 2018 11:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CA7631B for ; Thu, 12 Jul 2018 11:12:03 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1531393911.9210574bf22412a24f3b43f25db792007f90bdd4.johu@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/Manifest sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild X-VCS-Directories: sys-fs/simple-mtpfs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9210574bf22412a24f3b43f25db792007f90bdd4 X-VCS-Branch: master Date: Thu, 12 Jul 2018 11:12:03 +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: 64bcfcc8-b8d3-4754-9a2c-401ce9b512b3 X-Archives-Hash: d312fc4dc01c4bfa98d37d1dfe60f97e commit: 9210574bf22412a24f3b43f25db792007f90bdd4 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 12 11:11:51 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 12 11:11:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9210574b 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 sys-fs/simple-mtpfs/Manifest | 1 - sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest index 539abc70aef..f90ae56bfda 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 2e98a9c8c77..00000000000 --- 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