diff options
author | 2014-11-06 18:11:20 +0000 | |
---|---|---|
committer | 2014-11-06 18:11:20 +0000 | |
commit | 3a76d275d0bd4103b5fba30334afd7e4f3f84d88 (patch) | |
tree | 56f6d9bbe90fa25e18c68396ead2bcb8fd4a7f12 /dev-php/PEAR-Net_IMAP | |
parent | Version bump with glib-2.20 patch (bug 527358) (diff) | |
download | gentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.tar.gz gentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.tar.bz2 gentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.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_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild (renamed from dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild) | 13 |
2 files changed, 14 insertions, 7 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index f47b7eda8031..1a823c4dc8c2 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Net_IMAP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.39 2014/08/10 20:52:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.40 2014/11/06 18:11:20 grknight Exp $ + +*PEAR-Net_IMAP-1.1.3 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> +PEAR-Net_IMAP-1.1.3.ebuild, + -PEAR-Net_IMAP-1.1.0_beta1.ebuild: + Version bump; Drop old 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> PEAR-Net_IMAP-1.1.0_beta1.ebuild, PEAR-Net_IMAP-1.1.1.ebuild: diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild index ba803c17efc4..95e16557317e 100644 --- a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild @@ -1,15 +1,16 @@ # 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_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild,v 1.11 2014/08/10 20:52:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v 1.1 2014/11/06 18:11:20 grknight Exp $ -PEAR_PV="${PV/_/}" +EAPI=5 inherit php-pear-r1 DESCRIPTION="Provides an implementation of the IMAP protocol" -LICENSE="PHP-2.02" +LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="sasl" +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8 + sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" |