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 443E3139694 for ; Sun, 28 May 2017 01:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 352AB21C0AA; Sun, 28 May 2017 01:12:04 +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 1032221C0A9 for ; Sun, 28 May 2017 01:12:03 +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 0D10034165C for ; Sun, 28 May 2017 01:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7564E746B for ; Sun, 28 May 2017 01:12:01 +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: <1495933914.77155c523efdb5c327219f28bef19a40efa9fe33.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/YAML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/YAML/YAML-1.0.6-r1.ebuild X-VCS-Directories: dev-php/YAML/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 77155c523efdb5c327219f28bef19a40efa9fe33 X-VCS-Branch: master Date: Sun, 28 May 2017 01:12:01 +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: b319e7d9-19f2-41fe-b02c-6ae8fb02b584 X-Archives-Hash: 7843b1e3ac0f7f2c70bd08a06ea4e93e commit: 77155c523efdb5c327219f28bef19a40efa9fe33 Author: Brian Evans gentoo org> AuthorDate: Sun May 28 01:01:51 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun May 28 01:11:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77155c52 dev-php/YAML: Drop broken stable version Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/YAML/YAML-1.0.6-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-php/YAML/YAML-1.0.6-r1.ebuild b/dev-php/YAML/YAML-1.0.6-r1.ebuild deleted file mode 100644 index f0f92a3ddf8..00000000000 --- a/dev-php/YAML/YAML-1.0.6-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_URI="pear.symfony-project.com" -PHP_PEAR_PN="YAML" - -inherit php-pear-lib-r1 - -DESCRIPTION="The Symfony YAML Component" -HOMEPAGE="http://pear.symfony-project.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 hppa x86" -IUSE=""