diff options
author | 2007-12-24 12:38:33 +0000 | |
---|---|---|
committer | 2007-12-24 12:38:33 +0000 | |
commit | 85ffa24e01dc82fb11ea45402be9969b5e461904 (patch) | |
tree | 47c04bb1b22026c508e7eba80c36c9dacc304e25 /dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild | |
parent | orphanize this package -- it requires dietlibc which sucks (diff) | |
download | gentoo-2-85ffa24e01dc82fb11ea45402be9969b5e461904.tar.gz gentoo-2-85ffa24e01dc82fb11ea45402be9969b5e461904.tar.bz2 gentoo-2-85ffa24e01dc82fb11ea45402be9969b5e461904.zip |
Version bump from the php-overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild new file mode 100644 index 000000000000..b31f5cf417e5 --- /dev/null +++ b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.0-r1.ebuild,v 1.1 2007/12/24 12:38:33 armin76 Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Miscellaneous HTTP utilities." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pcre +} + +src_unpack() { + unpack ${A} + cd "${S}" + # fix nasty DOS linebreaks and http://pear.php.net/bugs/bug.php?id=12672 + edos2unix HTTP.php + epatch "${FILESDIR}"/${P}-trailingslash-redirect-bug12672.patch +} |