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 25CA71382C5 for ; Thu, 21 Jan 2021 17:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 622D9E07A5; Thu, 21 Jan 2021 17:13:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48A0CE07A5 for ; Thu, 21 Jan 2021 17:13:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BF4173410CF for ; Thu, 21 Jan 2021 17:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1014A1 for ; Thu, 21 Jan 2021 17:13:03 +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: <1611249164.b4d018c858822d534f9825023ff4136e1df435e8.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/pecl-translit-0.6.3.ebuild X-VCS-Directories: dev-php/pecl-translit/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b4d018c858822d534f9825023ff4136e1df435e8 X-VCS-Branch: master Date: Thu, 21 Jan 2021 17:13:03 +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: c1b6c3f3-3aaa-472b-8c2c-a498fa85d529 X-Archives-Hash: 43c813f2d6f118c324378260ebc0149f commit: b4d018c858822d534f9825023ff4136e1df435e8 Author: Brian Evans gentoo org> AuthorDate: Thu Jan 21 17:12:44 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Jan 21 17:12:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d018c8 dev-php/pecl-translit: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-translit/pecl-translit-0.6.3.ebuild | 30 ------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild b/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild deleted file mode 100644 index 767d97480c0..00000000000 --- a/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PHP_EXT_NAME="translit" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php7-1 php7-2 php7-3 php7-4" -PHP_EXT_NAME="translit" - -inherit php-ext-source-r3 - -SRC_URI="https://github.com/derickr/${PN}/archive/${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="" -PHP_EXT_ECONF_ARGS=() - -src_test() { - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - NO_INTERACTION="yes" emake test - done -}