diff options
author | Brian Evans <grknight@gentoo.org> | 2014-11-06 18:42:37 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-11-06 18:42:37 +0000 |
commit | 673a7dc93dda466531ab9b83ee3060ff790e361c (patch) | |
tree | 2fa3d006579197549cd4b28a1e29ec6c462fd24a /dev-php/PEAR-Net_Sieve | |
parent | Drop old (diff) | |
download | gentoo-2-673a7dc93dda466531ab9b83ee3060ff790e361c.tar.gz gentoo-2-673a7dc93dda466531ab9b83ee3060ff790e361c.tar.bz2 gentoo-2-673a7dc93dda466531ab9b83ee3060ff790e361c.zip |
Version bump; Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Net_Sieve')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild (renamed from dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild) | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog index 6ac87832d703..a584f4714def 100644 --- a/dev-php/PEAR-Net_Sieve/ChangeLog +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Net_Sieve # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.74 2014/01/26 18:36:34 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.75 2014/11/06 18:42:37 grknight Exp $ + +*PEAR-Net_Sieve-1.3.3 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> +PEAR-Net_Sieve-1.3.3.ebuild, + -PEAR-Net_Sieve-1.1.6.ebuild: + Version bump; Drop old 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org> PEAR-Net_Sieve-1.1.6.ebuild, PEAR-Net_Sieve-1.3.2.ebuild: diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild index 17b0beada079..cc32091c7295 100644 --- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild,v 1.9 2014/01/26 18:36:34 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild,v 1.1 2014/11/06 18:42:37 grknight Exp $ + +EAPI=5 inherit php-pear-r1 @@ -8,7 +10,9 @@ DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyr LICENSE="BSD BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="sasl" -RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1 + sasl? ( >=dev-php/PEAR-Auth_SASL-1.0 ) + " |