diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 21:58:03 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 21:58:03 +0000 |
commit | 1dbb420421b5cfdcc0d5039e1082671db57ab3d2 (patch) | |
tree | 593cf459be550d2290d7868b2a564a3bd2b9832c /dev-php/PEAR-Net_IMAP | |
parent | New ebuild for Bug 143170 (diff) | |
download | historical-1dbb420421b5cfdcc0d5039e1082671db57ab3d2.tar.gz historical-1dbb420421b5cfdcc0d5039e1082671db57ab3d2.tar.bz2 historical-1dbb420421b5cfdcc0d5039e1082671db57ab3d2.zip |
Version bump, Bug 158633
Package-Manager: portage-2.1.3.5
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild | 16 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/files/digest-PEAR-Net_IMAP-1.1.0_beta1 | 3 |
3 files changed, 24 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index ca76ab7e3f36..47cbe4477495 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2007/02/21 23:29:38 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.19 2007/08/20 21:54:36 jokey Exp $ + + 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +PEAR-Net_IMAP-1.1.0_beta1.ebuild: + Version bump, Bug 158633 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. 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.0_beta1.ebuild new file mode 100644 index 000000000000..ac8c19a81d1e --- /dev/null +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0_beta1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 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.1 2007/08/20 21:54:36 jokey Exp $ + +# must be set manually due to beta1 in filename +SRC_URI="http://pear.php.net/get/${PN/PEAR-/}-${PV/_/}.tgz" + +inherit php-pear-r1 + +DESCRIPTION="Provides an implementation of the IMAP protocol." + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" diff --git a/dev-php/PEAR-Net_IMAP/files/digest-PEAR-Net_IMAP-1.1.0_beta1 b/dev-php/PEAR-Net_IMAP/files/digest-PEAR-Net_IMAP-1.1.0_beta1 new file mode 100644 index 000000000000..e4c3f57a9416 --- /dev/null +++ b/dev-php/PEAR-Net_IMAP/files/digest-PEAR-Net_IMAP-1.1.0_beta1 @@ -0,0 +1,3 @@ +MD5 bf14c3f1816417a5a22abf8ef506dfb2 Net_IMAP-1.1.0beta1.tgz 35776 +RMD160 0d98086f7946cf1ef4ecf4413f77bbf50336ac7f Net_IMAP-1.1.0beta1.tgz 35776 +SHA256 7ffe6985881258fc66dc22d1fca87727b1b69ebf38594fe578265243d2093631 Net_IMAP-1.1.0beta1.tgz 35776 |