diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:12:03 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:12:03 +0000 |
commit | 15a72a4549e9ab619f748865c9aa7ce26a557dfe (patch) | |
tree | 39b71c86aa9e8577aff051cb09c385cab3d51a06 /dev-php5/pecl-mailparse | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-15a72a4549e9ab619f748865c9aa7ce26a557dfe.tar.gz gentoo-2-15a72a4549e9ab619f748865c9aa7ce26a557dfe.tar.bz2 gentoo-2-15a72a4549e9ab619f748865c9aa7ce26a557dfe.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php5/pecl-mailparse')
4 files changed, 10 insertions, 45 deletions
diff --git a/dev-php5/pecl-mailparse/ChangeLog b/dev-php5/pecl-mailparse/ChangeLog index 63a1d9d561a3..efcbd866a216 100644 --- a/dev-php5/pecl-mailparse/ChangeLog +++ b/dev-php5/pecl-mailparse/ChangeLog @@ -1,6 +1,13 @@ # 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.13 2007/11/15 19:13:17 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.14 2007/12/06 01:12:02 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-mailparse-2.1.1-r1.ebuild, pecl-mailparse-2.1.2.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-mailparse-2.1.2.ebuild: + Fix LICENSE *pecl-mailparse-2.1.2 (15 Nov 2007) diff --git a/dev-php5/pecl-mailparse/files/digest-pecl-mailparse-2.1.1-r1 b/dev-php5/pecl-mailparse/files/digest-pecl-mailparse-2.1.1-r1 deleted file mode 100644 index 7e959a55cfb4..000000000000 --- a/dev-php5/pecl-mailparse/files/digest-pecl-mailparse-2.1.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 14c058d79f1f6c01aa53273565bd4a54 mailparse-2.1.1.tgz 35883 -RMD160 6b8452301b53167dea9bbdca3c46889c52ada474 mailparse-2.1.1.tgz 35883 -SHA256 c7bcccf079c70dfd76c07074bae3653d3c7ab64441ab888bf5a5e334f83ad206 mailparse-2.1.1.tgz 35883 diff --git a/dev-php5/pecl-mailparse/pecl-mailparse-2.1.1-r1.ebuild b/dev-php5/pecl-mailparse/pecl-mailparse-2.1.1-r1.ebuild deleted file mode 100644 index 35904e11b5c1..000000000000 --- a/dev-php5/pecl-mailparse/pecl-mailparse-2.1.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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-r1.ebuild,v 1.1 2007/09/04 18:41:28 jokey Exp $ - -PHP_EXT_NAME="mailparse" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -DOCS="README" -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 - epatch "${FILESDIR}/cvs-mailparse.c-fix.diff" - epatch "${FILESDIR}/mailparse-c-64bit-segfault.diff" # PECL Bug #7722 - - # PECL bug #9624 - epatch "${FILESDIR}/mailparse_mime-rfc2231.diff" -} diff --git a/dev-php5/pecl-mailparse/pecl-mailparse-2.1.2.ebuild b/dev-php5/pecl-mailparse/pecl-mailparse-2.1.2.ebuild index cf135bdb1535..d2d13c1a9074 100644 --- a/dev-php5/pecl-mailparse/pecl-mailparse-2.1.2.ebuild +++ b/dev-php5/pecl-mailparse/pecl-mailparse-2.1.2.ebuild @@ -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-mailparse/pecl-mailparse-2.1.2.ebuild,v 1.1 2007/11/15 19:13:17 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.2.ebuild,v 1.2 2007/12/06 01:12:02 jokey Exp $ PHP_EXT_NAME="mailparse" PHP_EXT_INI="yes" @@ -12,7 +12,7 @@ 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" +LICENSE="PHP-2.02" SLOT="0" IUSE="" |