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 E139D139694 for ; Mon, 10 Jul 2017 03:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 433402340A7; Mon, 10 Jul 2017 03:16:55 +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 25F6A2340A7 for ; Mon, 10 Jul 2017 03:16:54 +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 BD802341A68 for ; Mon, 10 Jul 2017 03:16:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D4D74AA for ; Mon, 10 Jul 2017 03:16: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: <1499655958.9d99d0c41b88c6c51730ad78c31e19790f2412ba.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_Blowfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild X-VCS-Directories: dev-php/PEAR-Crypt_Blowfish/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 9d99d0c41b88c6c51730ad78c31e19790f2412ba X-VCS-Branch: master Date: Mon, 10 Jul 2017 03:16: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: 1d3fd5fe-8610-4d7c-b7b0-c4bc5b139598 X-Archives-Hash: 8a4b22e651ff07d4442d7a9e371a8c83 commit: 9d99d0c41b88c6c51730ad78c31e19790f2412ba Author: Brian Evans gentoo org> AuthorDate: Mon Jul 10 03:05:58 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jul 10 03:05:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d99d0c4 dev-php/PEAR-Crypt_Blowfish: Fix description Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild b/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild index ac421f599f3..609493f2f4c 100644 --- a/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild +++ b/dev-php/PEAR-Crypt_Blowfish/PEAR-Crypt_Blowfish-1.1.0_rc2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit php-pear-r1 -DESCRIPTION="Allows for quick two-way Blowfish encryption without requiring the MCrypt PHP extension" +DESCRIPTION="Quick, two-way Blowfish encryption without the MCrypt PHP extension" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86"