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 76122139694 for ; Thu, 23 Feb 2017 19:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C9221C139; Thu, 23 Feb 2017 19:14:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8D3D321C139 for ; Thu, 23 Feb 2017 19:14:21 +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 610E0341616 for ; Thu, 23 Feb 2017 19:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 243025205 for ; Thu, 23 Feb 2017 19:14:19 +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: <1487877244.0a6ff4f54e1addd5f87d17e05f7fe29b523f1d3a.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Mail/Manifest dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild X-VCS-Directories: dev-php/PEAR-Mail/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 0a6ff4f54e1addd5f87d17e05f7fe29b523f1d3a X-VCS-Branch: master Date: Thu, 23 Feb 2017 19:14:19 +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: 98944644-6ae0-4c42-ba54-5fed222687c3 X-Archives-Hash: 9cebf6f6ea339b12064ae3865b0e68d2 commit: 0a6ff4f54e1addd5f87d17e05f7fe29b523f1d3a Author: Brian Evans gentoo org> AuthorDate: Thu Feb 23 19:14:04 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Feb 23 19:14:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6ff4f5 dev-php/PEAR-Mail: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-php/PEAR-Mail/Manifest | 1 - dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/dev-php/PEAR-Mail/Manifest b/dev-php/PEAR-Mail/Manifest index 30136c7087..643b5379da 100644 --- a/dev-php/PEAR-Mail/Manifest +++ b/dev-php/PEAR-Mail/Manifest @@ -1,2 +1 @@ -DIST Mail-1.2.0.tgz 23214 SHA256 82337b4f139b402bb0f53aa9ff9c420f83a1d96f1af84784fbbb3cea0e71c17b SHA512 af53d8a03cd71c7871b1f8f2387ef9064cae241e6c4b36c62cf908ddca91e448357bec8844c8c07dc6231f59e59250416ec263dd441a1503b3ea92f67715dc6b WHIRLPOOL c8a5f2b5a15aa396e952e2f33d0437f6a30cce95b2702af409a79315e766cce1527fd608039da9a4136799408c90e7a5d407fd3ba2bcf85776742de8d42a2df3 DIST Mail-1.3.0.tgz 23110 SHA256 5853794fa348c92aa33d95bc3a8e2d6bc1950a4aaf73163fc076a5254d212958 SHA512 701dd663f73e71fa09bd5a1d42813170fd72b4e5d2804cbd9613476ea64c4fa70e2c99355ff39f1be0fcf6bac719ee543a90ea0160f11f9efb7e18b0584e9f94 WHIRLPOOL 5b845d282bd0bdaef1deab8719674e0881369aa91fe8d6351d6ed1a8e706d7e63cca4290b70256f23a6048367fd7775bf68cbf75c74008871cc69713235b5e30 diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild deleted file mode 100644 index 72e4927a16..0000000000 --- a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit php-pear-r1 - -DESCRIPTION="Class that provides multiple interfaces for sending emails" - -LICENSE="PHP-2.02 BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1"