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 46DDC139694 for ; Wed, 12 Apr 2017 13:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A45DE0DFD; Wed, 12 Apr 2017 13:43:36 +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 66584E0DFD for ; Wed, 12 Apr 2017 13:43:36 +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 86A4C34106E for ; Wed, 12 Apr 2017 13:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC82473EF for ; Wed, 12 Apr 2017 13:43: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: <1492004596.9c21df1e9acc4877cc087761060dcb01e9a72f93.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.4.1.ebuild X-VCS-Directories: dev-php/PEAR-Mail/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 9c21df1e9acc4877cc087761060dcb01e9a72f93 X-VCS-Branch: master Date: Wed, 12 Apr 2017 13:43: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: 97df3c22-31b2-4bc4-afbe-d4b304afcefe X-Archives-Hash: 4e19a9ce12cff40d57d3c3f04f71301e commit: 9c21df1e9acc4877cc087761060dcb01e9a72f93 Author: Brian Evans gentoo org> AuthorDate: Wed Apr 12 13:43:16 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Apr 12 13:43:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c21df1e dev-php/PEAR-Mail: Version bump to 1.4.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-php/PEAR-Mail/Manifest | 1 + dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-php/PEAR-Mail/Manifest b/dev-php/PEAR-Mail/Manifest index 643b5379daa..f9a75e6bfaa 100644 --- a/dev-php/PEAR-Mail/Manifest +++ b/dev-php/PEAR-Mail/Manifest @@ -1 +1,2 @@ DIST Mail-1.3.0.tgz 23110 SHA256 5853794fa348c92aa33d95bc3a8e2d6bc1950a4aaf73163fc076a5254d212958 SHA512 701dd663f73e71fa09bd5a1d42813170fd72b4e5d2804cbd9613476ea64c4fa70e2c99355ff39f1be0fcf6bac719ee543a90ea0160f11f9efb7e18b0584e9f94 WHIRLPOOL 5b845d282bd0bdaef1deab8719674e0881369aa91fe8d6351d6ed1a8e706d7e63cca4290b70256f23a6048367fd7775bf68cbf75c74008871cc69713235b5e30 +DIST Mail-1.4.1.tgz 21756 SHA256 13112c9b4fe543543ef4436046442844cf198628bb30eb7eaab62c6a926ca9ba SHA512 851fa64bcf042fba58a70833c12ec5d7af6382e14e6157eeeb5be51b22cdfa5677c5d1eeba8c1f9eef6d55c2d732a4d5d6ea28c726aef232b233c170f7b82307 WHIRLPOOL 0b9a17540e6963ca942cb9b27c6a6b38d744a411e8314362d3222e5d96fe1cde3d177d63636af9b1ecbe9e24d9075e63cb25d368d9de2c5f73e85709e5222d0d diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild new file mode 100644 index 00000000000..35429d9eafa --- /dev/null +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.4.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit php-pear-r2 + +DESCRIPTION="Class that provides multiple interfaces for sending emails" + +LICENSE="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"