summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:48:23 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:48:23 +0000
commitbbcdac0d2e5c17277d70112f89d4b80393c18612 (patch)
tree7df793a0b4041d3e48b73302a77da0c74d9ccc28 /dev-php/PEAR-Net_IMAP
parentVersion bump from project overlay (diff)
downloadgentoo-2-bbcdac0d2e5c17277d70112f89d4b80393c18612.tar.gz
gentoo-2-bbcdac0d2e5c17277d70112f89d4b80393c18612.tar.bz2
gentoo-2-bbcdac0d2e5c17277d70112f89d4b80393c18612.zip
Version bump from project overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r--dev-php/PEAR-Net_IMAP/ChangeLog13
-rw-r--r--dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild16
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog
index 3372019d112d..accc60264f7c 100644
--- a/dev-php/PEAR-Net_IMAP/ChangeLog
+++ b/dev-php/PEAR-Net_IMAP/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-php/PEAR-Net_IMAP
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.28 2007/12/06 00:40:17 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.29 2008/03/17 12:48:23 jokey Exp $
+
+*PEAR-Net_IMAP-1.1.0_beta2 (17 Mar 2008)
+
+ 17 Mar 2008; <jokey@gentoo.org> +PEAR-Net_IMAP-1.1.0_beta2.ebuild:
+ Version bump from project overlay
+
+ 12 Mar 2008; Jakub Moc <jakub@gentoo.org>
+ +PEAR-Net_IMAP-1.1.0_beta2.ebuild:
+ Version bump - bugfix release
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
-PEAR-Net_IMAP-1.0.3-r1.ebuild, PEAR-Net_IMAP-1.1.0_beta1.ebuild:
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
new file mode 100644
index 000000000000..9e8ea3dbe4e8
--- /dev/null
+++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta2.ebuild
@@ -0,0 +1,16 @@
+# 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 )"