From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3AFE1388BF for ; Mon, 11 Jan 2016 15:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17C221C042; Mon, 11 Jan 2016 15:21:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADA5721C049 for ; Mon, 11 Jan 2016 15:21:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8DF93408E5 for ; Mon, 11 Jan 2016 15:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E4CCFD for ; Mon, 11 Jan 2016 15:21:51 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1452524942.dd3ff83b1baba2ebab4cbb01267a6239af90edff.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild X-VCS-Directories: www-servers/monkeyd/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: dd3ff83b1baba2ebab4cbb01267a6239af90edff X-VCS-Branch: master Date: Mon, 11 Jan 2016 15:21:51 +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: ada9c4a2-31d7-4cdd-adb6-a090731027e5 X-Archives-Hash: cd1fe76158c4e8ba8ed7f15310a15f37 commit: dd3ff83b1baba2ebab4cbb01267a6239af90edff Author: Brian Evans gentoo org> AuthorDate: Mon Jan 11 15:09:02 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jan 11 15:09:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3ff83b www-servers/monkeyd: Drop unused depend.php inherit Non-maintainer commit. Verified all functions in eclass were not used Package-Manager: portage-2.2.26 www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild index 8bf5b83..6226bf2 100644 --- a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit toolchain-funcs depend.php multilib +inherit toolchain-funcs multilib MY_P="${PN/d}-${PV}" DESCRIPTION="A small, fast, and scalable web server"