commit: 43837e8520ae4b529a6aaf00b329fb4bab35eac3
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 14:14:41 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 14:26:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43837e85
dev-php/PEAR-Mail_mimeDecode: Revision bump to fix WORKDIR wrt bug 613122
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../PEAR-Mail_mimeDecode-1.5.6-r1.ebuild | 19 +++++++++++++
.../PEAR-Mail_mimeDecode-1.5.6.ebuild | 31 ----------------------
2 files changed, 19 insertions(+), 31 deletions(-)
diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
new file mode 100644
index 00000000000..5485056b129
--- /dev/null
+++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+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=""
+
+RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
+
+#src_install() {
+# insinto /usr/share/php
+# doins -r Mail
+#}
diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6.ebuild
b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6.ebuild
deleted file mode 100644
index 2cbc3227201..00000000000
--- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN#PEAR-}"
-DESCRIPTION="Provides a class to decode mime messages (split from
PEAR-Mail_Mime)"
-HOMEPAGE="http://pear.php.net/package/Mail_mimeDecode"
-SRC_URI="http://pear.php.net/get/${MY_PN}-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/php:* >=dev-php/pear-1.8.1 >=dev-php/PEAR-Mail_Mime-1.5.2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
- insinto /usr/share/php
- doins -r Mail
-}
-
-pkg_postinst() {
- peardev install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
-}
-
-pkg_postrm() {
- peardev uninstall -nrO --force pear.php.net/${MY_PN}
-}