summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-06-12 21:42:55 +0000
committerMatti Bickel <mabi@gentoo.org>2010-06-12 21:42:55 +0000
commite9a7c0856a7fbd303b6f1e09b35ed0bfa9b931ee (patch)
treef6cb916942b7fa4ac4d53c07e5bcc7abbc42a0fd /dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild
parentfix typo in CL (diff)
downloadhistorical-e9a7c0856a7fbd303b6f1e09b35ed0bfa9b931ee.tar.gz
historical-e9a7c0856a7fbd303b6f1e09b35ed0bfa9b931ee.tar.bz2
historical-e9a7c0856a7fbd303b6f1e09b35ed0bfa9b931ee.zip
eapi bump
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild')
-rw-r--r--dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild
new file mode 100644
index 000000000000..7cad77757023
--- /dev/null
+++ b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 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.1-r1.ebuild,v 1.1 2010/06/12 21:38:58 mabi Exp $
+
+EAPI="2"
+
+inherit php-pear-r1 eutils
+
+DESCRIPTION="Miscellaneous HTTP utilities."
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ # fix nasty DOS linebreaks
+ edos2unix HTTP.php
+}