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 15111138262 for ; Mon, 23 May 2016 14:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D10821C046; Mon, 23 May 2016 14:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EBD9D21C054 for ; Mon, 23 May 2016 14:49:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3294D340BE2 for ; Mon, 23 May 2016 14:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAEDB976 for ; Mon, 23 May 2016 14:49:33 +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: <1464014966.6f99dba06db2c5dd0fb298c6ecae6dde50f08484.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-translit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-translit/Manifest dev-php/pecl-translit/pecl-translit-0.6.2.ebuild X-VCS-Directories: dev-php/pecl-translit/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6f99dba06db2c5dd0fb298c6ecae6dde50f08484 X-VCS-Branch: master Date: Mon, 23 May 2016 14:49:33 +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: d7af06f8-7c6b-4ad4-bba2-f2ccd3b5a38b X-Archives-Hash: 5dae2de453decdf22e0c1aa8f2f7d022 commit: 6f99dba06db2c5dd0fb298c6ecae6dde50f08484 Author: Brian Evans gentoo org> AuthorDate: Mon May 23 14:48:13 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon May 23 14:49:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f99dba0 dev-php/pecl-translit: Version bump with PHP 7 support Package-Manager: portage-2.3.0_rc1 dev-php/pecl-translit/Manifest | 1 + dev-php/pecl-translit/pecl-translit-0.6.2.ebuild | 33 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-php/pecl-translit/Manifest b/dev-php/pecl-translit/Manifest index 1370f0b..1bbf54a 100644 --- a/dev-php/pecl-translit/Manifest +++ b/dev-php/pecl-translit/Manifest @@ -1 +1,2 @@ +DIST pecl-translit-0.6.2.tar.gz 226445 SHA256 863ba3793d09776c309ae1a46af2826f8acf855db10ba8d976716ec6ab2ea3a5 SHA512 1d5229ceb2c06f5e4a9e3f7e1e760fc2974c01b732f8e220b9b1ddd49a82c932f4237fb6a19c82017270614881156f9637cffbe7896132e4a07e7a6547915ebb WHIRLPOOL 86b2f1160c5fc352e0faf7eac9b9435f01ba6bbfbb9265aaa7ea247ce73cba27eaed89e168356ef3a742b972a1ef0503eb853688bd9149d2d456d7d0ff24b7ca DIST translit-0.6.1.tgz 101748 SHA256 864faa76ef249e0203b761fd6a0b93ad5f61d1c1f4893dc0637997772bf671e3 SHA512 fd5d6d2f03825c9e966cdda5d671150cebe9ae399d76a22a0e63d812191a979887c4e9bd6db7a981558f00315f8e4be7dab95345e453ce0361a8e72764314f45 WHIRLPOOL 83eedc7eac0719c094e59b5457e54fed026f4de60955b6eb62a09b0679cdc31ce67cb1a5eb29c731424987992777b2c6c526f9443ba1cd6b8c7f0a268e28990b diff --git a/dev-php/pecl-translit/pecl-translit-0.6.2.ebuild b/dev-php/pecl-translit/pecl-translit-0.6.2.ebuild new file mode 100644 index 0000000..6cac023 --- /dev/null +++ b/dev-php/pecl-translit/pecl-translit-0.6.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PHP_EXT_NAME="translit" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php7-0 php5-6 php5-5" +PHP_EXT_NAME="translit" + +MY_PV="${PV//./_}" +S="${WORKDIR}/${PN}-RELEASE_${MY_PV}" + +inherit php-ext-source-r2 + +SRC_URI="https://github.com/derickr/${PN}/archive/RELEASE_${MY_PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="https://github.com/derickr/pecl-translit" + +DESCRIPTION="Transliterates non-latin character sets to latin" +LICENSE="BSD-2" +SLOT="0" +IUSE="" + +src_test() { + for slot in $(php_get_slots); do + php_init_slot_env ${slot} + NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}" + done +}