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 D22A3138334 for ; Wed, 6 Nov 2019 09:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A137E09EC; Wed, 6 Nov 2019 09:56:11 +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 43C44E09EC for ; Wed, 6 Nov 2019 09:56:11 +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 81A2F34C95C for ; Wed, 6 Nov 2019 09:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 468C38A2 for ; Wed, 6 Nov 2019 09:56:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573033679.3e6350d648db0482d731fd0835c73ba62705d076.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/ftpbase/ftpbase-0.01-r2.ebuild X-VCS-Directories: net-ftp/ftpbase/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e6350d648db0482d731fd0835c73ba62705d076 X-VCS-Branch: master Date: Wed, 6 Nov 2019 09:56:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c147250a-8059-4287-bbc9-986623fb2116 X-Archives-Hash: fa2cfb8cf72b74ea1c35fc3cdfd49eb1 commit: 3e6350d648db0482d731fd0835c73ba62705d076 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 6 09:47:59 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 6 09:47:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6350d6 net-ftp/ftpbase: Drop old (EAPI 0) Signed-off-by: Michał Górny gentoo.org> net-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 55 ---------------------------------- 1 file changed, 55 deletions(-) diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild deleted file mode 100644 index 370bb9c1a29..00000000000 --- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils pam user - -DESCRIPTION="FTP layout package" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="pam" - -DEPEND="pam? ( sys-libs/pam ) - !