diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-05 05:48:54 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-05 05:48:54 +0000 |
commit | d56de66bd61dd70cbc919857188ca6ca33aabf44 (patch) | |
tree | 85749c90ba05350ab1307e9fa9c89ae106e4defc /dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-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/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" |