forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-php/PEAR-Auth_SASL: Version bump to 1.1.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
Brian Evans
committed
Mar 7, 2017
1 parent
ac55b2d
commit 00c2140
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Auth_SASL-1.0.6.tgz 9119 SHA256 92928ebfb67b0c108956f354ecc1b9859d05a7659d7f49c9b26a8c23a96662da SHA512 af1376ba54349ee3cba9e1cacfaf33fff96ac4eb45682447e1b5862136c774e1737d2206341264bf4d74ad4203e8d465407fdcd5c23670e40eed4678864030cb WHIRLPOOL 3acf45237cf6a32f9900af6f4b71b8599b5866a1ceabe41abd6c2471b7324912a1dce984ee2d58506e107ce2ea5ae3c254524a566433e39387ce01f2ae94a151 | ||
DIST Auth_SASL-1.1.0.tgz 9380 SHA256 e75236fd07e20a0c45c04856f0f5b98e4f904ea2239b27377454c879e07190ba SHA512 446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40 WHIRLPOOL 2cdeb0550fc2bf31dc05c5a2cbb33f00d629585b78a7747a71784b55c4bbf9a9f491cf6e691d0a24672d814dd475ad6c79a11a0185e186faba084d3a714390cb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit php-pear-r2 | ||
|
||
DESCRIPTION="Abstraction of various SASL mechanism responses" | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" | ||
IUSE="" | ||
RDEPEND=">=dev-php/PEAR-PEAR-1.10.1" |