summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-03-27 04:50:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-03-27 04:50:11 +0000
commitb91e073f87c185705843d9c33e6d8463af44d643 (patch)
treee363e68fb75be9837c4b446359b9da7568a05493 /dev-php
parentWe respect $CC, and LD in build defaults to $CC, so dont force LD directly #3... (diff)
downloadhistorical-b91e073f87c185705843d9c33e6d8463af44d643.tar.gz
historical-b91e073f87c185705843d9c33e6d8463af44d643.tar.bz2
historical-b91e073f87c185705843d9c33e6d8463af44d643.zip
whitespace
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/xhprof/Manifest2
-rw-r--r--dev-php/xhprof/xhprof-0.9.2.ebuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
index 28aa52700884..5db4880ed75a 100644
--- a/dev-php/xhprof/Manifest
+++ b/dev-php/xhprof/Manifest
@@ -1,4 +1,4 @@
DIST xhprof-0.9.2.tgz 931660 RMD160 93ba97e303c038d1be54c55ecd67c68367e0356a SHA1 cef6bfb3374e05c7b7445249a304e066d4fd8574 SHA256 5359ea0a1e16ec6c100dd7adb7285bdcc0f931e0b61631ea364f8b06925ea729
-EBUILD xhprof-0.9.2.ebuild 500 RMD160 51ead2a83fab949d9385c2a8a456e6bffbd7bb5b SHA1 374e41c43301c2618d09b1e51d1457f0bd720936 SHA256 289a56a7adbc0b0a4dfffad4969303a276e0f51ae7990609163a6628bc4dcb1e
+EBUILD xhprof-0.9.2.ebuild 496 RMD160 1ae86dc529120ca008f06fad2032b399eaf0d2f9 SHA1 86dd8a38cef1269ca6fa03888b32a2ff48db2130 SHA256 e5c76046296bf39dd1f712d40a30d4f526f74a70f3badcf1c58459837dca1bec
MISC ChangeLog 327 RMD160 aa39094541090af4c2914e607f79410f0c039c3c SHA1 e265ea5f54fd4d0f5b99b321b30171b61dde0839 SHA256 3abe5a73e719d3283d5417fb6a790bfd619cb270911105bd46b52db3a5133fc8
MISC metadata.xml 264 RMD160 f797d5a425ede980a65147eea7706bab5d627aca SHA1 8b3a8715b0bf5325f9e1c54fe22e0c3917cabd29 SHA256 ab46f6cc4fac90685ccd9c6f635a37583ea0f07f98230999dafd3c73755fbae7
diff --git a/dev-php/xhprof/xhprof-0.9.2.ebuild b/dev-php/xhprof/xhprof-0.9.2.ebuild
index 81e162ef6847..c4a83b499882 100644
--- a/dev-php/xhprof/xhprof-0.9.2.ebuild
+++ b/dev-php/xhprof/xhprof-0.9.2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.2.ebuild,v 1.1 2011/03/26 18:02:29 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.2.ebuild,v 1.2 2011/03/27 04:50:11 mr_bones_ Exp $
EAPI="2"
PHP_EXT_S="${WORKDIR}/${P}/extension"
-inherit php-ext-pecl-r2
+inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"
@@ -19,6 +19,3 @@ DEPEND=""
RDEPEND="${DEPEND}
dev-lang/php
"
-
-
-