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 B5ED9138334 for ; Fri, 16 Aug 2019 14:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5577BE0C3B; Fri, 16 Aug 2019 14:17:43 +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 397C5E0C3A for ; Fri, 16 Aug 2019 14:17:43 +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 41EA0349C5B for ; Fri, 16 Aug 2019 14:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BD176C for ; Fri, 16 Aug 2019 14:17:38 +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: <1565965045.1e420947b668b639bd4e0ee45bfbb0030acb5c72.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/maxmind-db-reader/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild X-VCS-Directories: dev-php/maxmind-db-reader/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1e420947b668b639bd4e0ee45bfbb0030acb5c72 X-VCS-Branch: master Date: Fri, 16 Aug 2019 14:17:38 +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: 9c6dd2c0-0b31-4ed5-b09b-902275746d58 X-Archives-Hash: 83b137097b842fbd86d6b19cb1b8163d commit: 1e420947b668b639bd4e0ee45bfbb0030acb5c72 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 16 13:43:00 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 16 14:17:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e420947 dev-php/maxmind-db-reader: Fix SRC_URI; Drop 7-0; RESTRICT on USE test Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild index e5bac06988f..5663a274a2d 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild @@ -10,18 +10,19 @@ PHP_EXT_S="${S}/ext" PHP_EXT_NAME="maxminddb" PHP_EXT_OPTIONAL_USE="extension" -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-1 php7-2 php7-3" inherit php-ext-source-r3 DESCRIPTION="PHP reader for the MaxMind database format" HOMEPAGE="https://github.com/maxmind/${MY_PN}" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="extension test" +RESTRICT="!test? ( test )" DEPEND="extension? ( dev-libs/libmaxminddb )" RDEPEND="${DEPEND}"