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 C2FA558974 for ; Tue, 9 Feb 2016 13:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E0821C038; Tue, 9 Feb 2016 13:53:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1373721C038 for ; Tue, 9 Feb 2016 13:53:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43DB33407AF for ; Tue, 9 Feb 2016 13:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A90D8F6 for ; Tue, 9 Feb 2016 13:53:52 +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: <1455026024.cb43facca49b9390e1e79ec14a8a23b9ab86b0b6.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Password/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Text_Password/Manifest dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.0.ebuild X-VCS-Directories: dev-php/PEAR-Text_Password/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: cb43facca49b9390e1e79ec14a8a23b9ab86b0b6 X-VCS-Branch: master Date: Tue, 9 Feb 2016 13:53:52 +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: 8d0843aa-ca3f-4702-aa0e-8a5d35609334 X-Archives-Hash: 12f1c7fca942990658b78135eb02fd3d commit: cb43facca49b9390e1e79ec14a8a23b9ab86b0b6 Author: Brian Evans gentoo org> AuthorDate: Tue Feb 9 13:49:52 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 9 13:53:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb43facc dev-php/PEAR-Text_Password: Version bump Package-Manager: portage-2.2.27 dev-php/PEAR-Text_Password/Manifest | 1 + dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.0.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/dev-php/PEAR-Text_Password/Manifest b/dev-php/PEAR-Text_Password/Manifest index 29d8d9d..2cd0e4e 100644 --- a/dev-php/PEAR-Text_Password/Manifest +++ b/dev-php/PEAR-Text_Password/Manifest @@ -1 +1,2 @@ DIST Text_Password-1.1.1.tgz 4357 SHA256 018f64dd1527e6dfbd52ca86c25decfe01b1e6e86892ef0f7f171764eb850c87 SHA512 6d43b47e8ebe030c9c87e4288698f26e2ef5062bb4c4477fdc5bfe0dfbf3f9aa01b0222ca6849b82d6a33330519410694f7db1339cfc46b740fc03fb37f35b22 WHIRLPOOL b7b5efc1459dd27c283ee4b68ed8de2c859e8c5938101043b2e0f539fee3349dcb6c32f27dc6ee2b16616c8592d15e41f9938875db98a3fb079bad760f60cafc +DIST Text_Password-1.2.0.tgz 5578 SHA256 2e8d4c75252f9dac145e4959e9bda87c86b68caada263c9ca0b326338710af91 SHA512 24acb9e9cbb1f5356c1b1f32ac55c64370f93ea8bbde093d79eebd9782d43c66e34de6edc5c7d52c1857474c494f79364b8b316d1454540397b61aa22ac22c6f WHIRLPOOL 04974cd9b179633cffc2d9fc3d883ae83a9d19b2ff97c6a05dd091f797f920b687c487a836ec1bb4a5998bae198663cda16e8c4745638df500cd47d67ae71bb1 diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.0.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.0.ebuild new file mode 100644 index 0000000..c02debf --- /dev/null +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="Creating passwords with PHP" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE=""