PEAR-Mail_mimeDecode-1.5.6-r1.ebuild 431 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit php-pear-r2
  5. DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
  9. IUSE=""
  10. RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
  11. #src_install() {
  12. # insinto /usr/share/php
  13. # doins -r Mail
  14. #}