diff options
author | 2012-01-15 15:03:40 +0000 | |
---|---|---|
committer | 2012-01-15 15:03:40 +0000 | |
commit | 416a42f8e28a7ece6a720d3a5c7fb0d186a471ff (patch) | |
tree | f9d565f79886ddf6261052d4372f17cc8da156c3 /dev-php/PEAR-Net_IMAP | |
parent | version bump (diff) | |
download | gentoo-2-416a42f8e28a7ece6a720d3a5c7fb0d186a471ff.tar.gz gentoo-2-416a42f8e28a7ece6a720d3a5c7fb0d186a471ff.tar.bz2 gentoo-2-416a42f8e28a7ece6a720d3a5c7fb0d186a471ff.zip |
bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild | 16 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild (renamed from dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild) | 8 |
3 files changed, 13 insertions, 22 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index 2f97c2dfd045..564e17b4a89d 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Net_IMAP -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.30 2009/08/22 19:36:26 beandog Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.31 2012/01/15 15:03:40 mabi Exp $ + +*PEAR-Net_IMAP-1.1.1 (15 Jan 2012) + + 15 Jan 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-Net_IMAP-1.1.0_beta2.ebuild, -PEAR-Net_IMAP-1.1.0.ebuild, + +PEAR-Net_IMAP-1.1.1.ebuild: + version bump & remove old *PEAR-Net_IMAP-1.1.0 (22 Aug 2009) diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild deleted file mode 100644 index 9e8ea3dbe4e8..000000000000 --- a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 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_beta2.ebuild,v 1.1 2008/03/17 12:48:23 jokey Exp $ - -PEAR_PV="${PV/_/}" - -inherit php-pear-r1 - -DESCRIPTION="Provides an implementation of the IMAP protocol." - -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="minimal" -RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8 - !minimal? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild index a2bccb281cf1..c1d38d753579 100644 --- a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 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.ebuild,v 1.1 2009/08/22 19:36:26 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild,v 1.1 2012/01/15 15:03:40 mabi Exp $ -PEAR_PV="${PV/_/}" +EAPI="4" 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="sasl" |