summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-01-05 05:48:54 +0000
committerBen de Groot <yngwin@gentoo.org>2010-01-05 05:48:54 +0000
commitd56de66bd61dd70cbc919857188ca6ca33aabf44 (patch)
tree85749c90ba05350ab1307e9fa9c89ae106e4defc /dev-php/PEAR-Mail_mimeDecode
parentVersion bump (diff)
downloadgentoo-2-d56de66bd61dd70cbc919857188ca6ca33aabf44.tar.gz
gentoo-2-d56de66bd61dd70cbc919857188ca6ca33aabf44.tar.bz2
gentoo-2-d56de66bd61dd70cbc919857188ca6ca33aabf44.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Mail_mimeDecode')
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/ChangeLog10
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-Mail_mimeDecode/ChangeLog b/dev-php/PEAR-Mail_mimeDecode/ChangeLog
index 386532d1e462..9b232f57e756 100644
--- a/dev-php/PEAR-Mail_mimeDecode/ChangeLog
+++ b/dev-php/PEAR-Mail_mimeDecode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Mail_mimeDecode
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.13 2008/03/29 00:04:28 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.14 2010/01/05 05:48:54 yngwin Exp $
+
+*PEAR-Mail_mimeDecode-1.5.1 (05 Jan 2010)
+
+ 05 Jan 2010; Ben de Groot <yngwin@gentoo.org>
+ +PEAR-Mail_mimeDecode-1.5.1.ebuild:
+ Version bump
29 Mar 2008; Markus Meier <maekke@gentoo.org>
PEAR-Mail_mimeDecode-1.5.0.ebuild:
diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild
new file mode 100644
index 000000000000..66f8c35da35f
--- /dev/null
+++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.1 2010/01/05 05:48:54 yngwin Exp $
+
+inherit php-pear-r1 eutils
+
+DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+# >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps
+# with this package; using PDEPEND in PEAR-Mail_Mime for the same reason
+
+DEPEND=">=dev-php/PEAR-PEAR-1.6.0
+ >=dev-php/PEAR-Mail_Mime-1.5.2"