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 B169C139694 for ; Mon, 10 Jul 2017 14:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EAE8214001; Mon, 10 Jul 2017 14:01:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6872214001 for ; Mon, 10 Jul 2017 14:01:41 +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 F0EBA3419B9 for ; Mon, 10 Jul 2017 14:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D30F74A6 for ; Mon, 10 Jul 2017 14:01:39 +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: <1499695287.de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_CompatInfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild X-VCS-Directories: dev-php/PEAR-PHP_CompatInfo/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca X-VCS-Branch: master Date: Mon, 10 Jul 2017 14:01:39 +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: 14664795-f688-48ac-8a5a-9cde7ac1cd5b X-Archives-Hash: ca159081f03772c77d1e7dc58311bfc1 commit: de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca Author: Brian Evans gentoo org> AuthorDate: Mon Jul 10 13:35:42 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jul 10 14:01:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4b9ec5 dev-php/PEAR-PHP_CompatInfo: Update EAPI and description Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild index 94870aef994..7ce4c9aa4cb 100644 --- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild +++ b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=5 inherit php-pear-r1 -DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run" +DESCRIPTION="Determine minimum version and the extensions required for a piece of code to run" LICENSE="PHP-3.01" SLOT="0"