Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 18 Mar 2007 00:13:10 +0000 (00:13 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 18 Mar 2007 00:13:10 +0000 (00:13 +0000)
Package-Manager: portage-2.1.2.2

dev-php5/pecl-mailparse/ChangeLog
dev-php5/pecl-mailparse/pecl-mailparse-2.1.1.ebuild
dev-php5/pecl-mcve/ChangeLog
dev-php5/pecl-mcve/pecl-mcve-5.2.0.ebuild
dev-php5/pecl-mcve/pecl-mcve-5.2.2.ebuild

index 4dcd25eea5bb16dffefd383e42cf19b0bf849062..35d81f89fe63ac1f5d95c14a28615f5c31de6782 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/pecl-mailparse
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.8 2007/02/21 23:57:23 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.9 2007/03/18 00:10:11 chtekk Exp $
+
+  18 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+  pecl-mailparse-2.1.1.ebuild:
+  Cleanup.
 
   21 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index af7a1b5f283ecb4488e89c85950c362ade1974bd..4e53e2f74f7a2129f9d9c355a2e7da14e7bc769e 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.1.ebuild,v 1.6 2006/04/18 12:33:21 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.1.ebuild,v 1.7 2007/03/18 00:10:11 chtekk Exp $
 
 PHP_EXT_NAME="mailparse"
 PHP_EXT_INI="yes"
@@ -9,22 +9,24 @@ PHP_EXT_ZENDEXT="no"
 inherit php-ext-pecl-r1
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
 DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
 LICENSE="PHP"
 SLOT="0"
 IUSE=""
 
+DEPEND=""
+RDEPEND=""
+
 need_php_by_category
 
 pkg_setup() {
        has_php
-
        require_php_with_use unicode
 }
 
 src_unpack() {
        unpack ${A}
-
        cd "${S}"
 
        # Patch against segfaults
index 82c79da7019fdc0fda282e142b4c7d4161e512c8..96fcd114095c8f8b9ddb7a801a1471853cf2d362 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/pecl-mcve
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/ChangeLog,v 1.17 2007/03/04 19:07:53 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/ChangeLog,v 1.18 2007/03/18 00:13:10 chtekk Exp $
+
+  18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-mcve-5.2.0.ebuild,
+  pecl-mcve-5.2.2.ebuild:
+  Cleanup.
 
   04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-mcve-5.2.0.ebuild,
   pecl-mcve-5.2.2.ebuild:
index 19d919840072dbb026117a75275c733657059ba9..28f5937608c50b962cbd4b3a5652e157e4f698c5 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-5.2.0.ebuild,v 1.17 2007/03/04 19:07:53 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-5.2.0.ebuild,v 1.18 2007/03/18 00:13:10 chtekk Exp $
 
 PHP_EXT_NAME="mcve"
 PHP_EXT_INI="yes"
@@ -27,7 +27,6 @@ pkg_setup() {
 }
 
 src_compile() {
-       has_php
        my_conf="--with-mcve --with-openssl-dir=/usr"
        php-ext-pecl-r1_src_compile
 }
index 8a1cc14fffbd4d0639217ce13f0c1e7e1517499e..fcb034eb2ce7b0e3372b52b494cfffec16c98081 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-5.2.2.ebuild,v 1.2 2007/03/04 19:07:53 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-5.2.2.ebuild,v 1.3 2007/03/18 00:13:10 chtekk Exp $
 
 PHP_EXT_NAME="mcve"
 PHP_EXT_INI="yes"
@@ -27,7 +27,6 @@ pkg_setup() {
 }
 
 src_compile() {
-       has_php
        my_conf="--with-mcve --with-openssl-dir=/usr"
        php-ext-pecl-r1_src_compile
 }