summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-02-21 13:57:17 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-02-21 13:57:17 +0000
commitebddf8b6dbcaac8cb2076fd1729bec5a4470fd7f (patch)
tree19cbe1f714ff0fe461a7110a3194efd74ef74084 /dev-php
parentFix dependencies. (diff)
downloadgentoo-2-ebddf8b6dbcaac8cb2076fd1729bec5a4470fd7f.tar.gz
gentoo-2-ebddf8b6dbcaac8cb2076fd1729bec5a4470fd7f.tar.bz2
gentoo-2-ebddf8b6dbcaac8cb2076fd1729bec5a4470fd7f.zip
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-HTTP_Request2/ChangeLog10
-rw-r--r--dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild14
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/ChangeLog b/dev-php/PEAR-HTTP_Request2/ChangeLog
index 4955d35a98d2..6cb11042d1c6 100644
--- a/dev-php/PEAR-HTTP_Request2/ChangeLog
+++ b/dev-php/PEAR-HTTP_Request2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-HTTP_Request2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.1 2010/09/26 17:49:09 olemarkus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.2 2011/02/21 13:57:17 olemarkus Exp $
+
+*PEAR-HTTP_Request2-0.6.0 (21 Feb 2011)
+
+ 21 Feb 2011; Ole Markus With <olemarkus@gentoo.org>
+ +PEAR-HTTP_Request2-0.6.0.ebuild:
+ Version bump
*PEAR-HTTP_Request2-0.5.2 (26 Sep 2010)
diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild
new file mode 100644
index 000000000000..84033c7ffa09
--- /dev/null
+++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild,v 1.1 2011/02/21 13:57:17 olemarkus Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Provides an easy way to perform HTTP requests"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-php/PEAR-Net_URL2-0.3.0"