diff options
author | Brian Evans <grknight@gentoo.org> | 2017-03-19 10:14:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-03-19 10:26:33 -0400 |
commit | 43837e8520ae4b529a6aaf00b329fb4bab35eac3 (patch) | |
tree | f4046fb3036693650ae611bd82a1dbd945d3b6ba /dev-php | |
parent | dev-php/PEAR-Console_Table: Revision bump to fix WORKDIR wrt bug 613122 (diff) | |
download | gentoo-43837e8520ae4b529a6aaf00b329fb4bab35eac3.tar.gz gentoo-43837e8520ae4b529a6aaf00b329fb4bab35eac3.tar.bz2 gentoo-43837e8520ae4b529a6aaf00b329fb4bab35eac3.zip |
dev-php/PEAR-Mail_mimeDecode: Revision bump to fix WORKDIR wrt bug 613122
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/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 000000000000..5485056b129f --- /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 2cbc3227201a..000000000000 --- 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} -} |