diff options
author | 2010-01-05 05:48:54 +0000 | |
---|---|---|
committer | 2010-01-05 05:48:54 +0000 | |
commit | 072ee2d67c02d0fa366b84a5e30ef5f8358ecdb4 (patch) | |
tree | 59288fdbb96d0574033247ce327ca39b96998012 /dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild | |
parent | Version bump (diff) | |
download | historical-072ee2d67c02d0fa366b84a5e30ef5f8358ecdb4.tar.gz historical-072ee2d67c02d0fa366b84a5e30ef5f8358ecdb4.tar.bz2 historical-072ee2d67c02d0fa366b84a5e30ef5f8358ecdb4.zip |
Version bump
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild')
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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" |