summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-08-18 11:07:59 -0400
committerBrian Evans <grknight@gentoo.org>2015-08-18 11:07:59 -0400
commit4d727b57eb68a5e2254819f7970c821b547b498c (patch)
tree3d74f768c99bb5d65cab12ff822483b8422c7174 /dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild
parentdev-java/commons-configuration: Drop old (diff)
downloadgentoo-4d727b57eb68a5e2254819f7970c821b547b498c.tar.gz
gentoo-4d727b57eb68a5e2254819f7970c821b547b498c.tar.bz2
gentoo-4d727b57eb68a5e2254819f7970c821b547b498c.zip
dev-php/PEAR-Mail_Mime: Version bump with PHP7 compatibility
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild')
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild
new file mode 100644
index 000000000000..a9fa38e3f88c
--- /dev/null
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.9.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/php-5.0:*"
+RDEPEND="${DEPEND}"