grknight 14/11/06 18:11:20 Modified: ChangeLog Added: PEAR-Net_IMAP-1.1.3.ebuild Removed: PEAR-Net_IMAP-1.1.0_beta1.ebuild Log: Version bump; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.40 dev-php/PEAR-Net_IMAP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 10 Aug 2014 20:52:28 -0000 1.39 +++ ChangeLog 6 Nov 2014 18:11:20 -0000 1.40 @@ -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 <[email protected]> +PEAR-Net_IMAP-1.1.3.ebuild, + -PEAR-Net_IMAP-1.1.0_beta1.ebuild: + Version bump; Drop old 10 Aug 2014; Sergei Trofimovich <[email protected]> PEAR-Net_IMAP-1.1.0_beta1.ebuild, PEAR-Net_IMAP-1.1.1.ebuild: 1.1 dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild?rev=1.1&content-type=text/plain Index: PEAR-Net_IMAP-1.1.3.ebuild =================================================================== # 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.3.ebuild,v 1.1 2014/11/06 18:11:20 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="Provides an implementation of the IMAP protocol" LICENSE="PHP-3.01" SLOT="0" 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 )"
