summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-24 00:04:39 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-24 00:04:39 +0000
commit2c83104d668794430c5a686c144275b19d01bbb5 (patch)
tree50ce20b86598d67b97bf16caa3e13a1f55d1b719 /eclass
parentfix up copy & paste errors (same func/var name) (diff)
downloadgentoo-2-2c83104d668794430c5a686c144275b19d01bbb5.tar.gz
gentoo-2-2c83104d668794430c5a686c144275b19d01bbb5.tar.bz2
gentoo-2-2c83104d668794430c5a686c144275b19d01bbb5.zip
delete duplicate PHP_EXT_NAME block (same thing appears a few lines below)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r2.eclass9
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index 63082ae7a92e..35c8d38de837 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.17 2011/09/09 14:39:39 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.18 2011/11/24 00:04:39 vapier Exp $
# @ECLASS: php-ext-source-r2.eclass
# @MAINTAINER:
@@ -20,13 +20,6 @@ inherit flag-o-matic autotools
EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install
-# @ECLASS-VARIABLE: PHP_EXT_NAME
-# @DESCRIPTION:
-# The extension name. This must be set, otherwise the eclass dies.
-# Only automagically set by php-ext-pecl-r1.eclass, so unless your ebuild
-# inherits that eclass, you must set this manually before inherit.
-[[ -z "${PHP_EXT_NAME}" ]] && die "No module name specified for the php-ext-source-r2 eclass"
-
DEPEND=">=sys-devel/m4-1.4.3
>=sys-devel/libtool-1.5.18"
RDEPEND=""