pecl-xrange-1.3.2-r2.ebuild 424 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. PHP_EXT_NAME="xrange"
  5. PHP_EXT_INI="yes"
  6. PHP_EXT_ZENDEXT="no"
  7. USE_PHP="php5-6"
  8. inherit php-ext-pecl-r3
  9. KEYWORDS="~amd64 ~x86"
  10. DESCRIPTION="Implementation of weak references"
  11. LICENSE="PHP-3"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND=""
  15. DEPEND="${RDEPEND}"
  16. PATCHES=( "${FILESDIR}/1.3.2-fixes.patch" )
  17. PHP_EXT_ECONF_ARGS=()