diff options
author | 2011-03-19 16:35:57 +0000 | |
---|---|---|
committer | 2011-03-19 16:35:57 +0000 | |
commit | a43b4f806f250f002bb363081952817be3529ea6 (patch) | |
tree | 71ffc4f2785674a399567bf0a8395a14ed970c20 /dev-php/PEAR-VersionControl_SVN | |
parent | Revbump to fix Java issues. Fixes bug #355787. (diff) | |
download | gentoo-2-a43b4f806f250f002bb363081952817be3529ea6.tar.gz gentoo-2-a43b4f806f250f002bb363081952817be3529ea6.tar.bz2 gentoo-2-a43b4f806f250f002bb363081952817be3529ea6.zip |
Version bump. Bug #359499. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-VersionControl_SVN')
-rw-r--r-- | dev-php/PEAR-VersionControl_SVN/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.4.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-VersionControl_SVN/ChangeLog b/dev-php/PEAR-VersionControl_SVN/ChangeLog index b63d9aed8e05..c4d7bb2d2d5c 100644 --- a/dev-php/PEAR-VersionControl_SVN/ChangeLog +++ b/dev-php/PEAR-VersionControl_SVN/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-VersionControl_SVN -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.31 2010/03/27 23:30:35 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.32 2011/03/19 16:35:57 olemarkus Exp $ + +*PEAR-VersionControl_SVN-0.3.4 (19 Mar 2011) + + 19 Mar 2011; <olemarkus@gentoo.org> +PEAR-VersionControl_SVN-0.3.4.ebuild: + Version bump. Bug #359499. Thanks to Denny 27 Mar 2010; <mabi@gentoo.org> PEAR-VersionControl_SVN-0.3.1.ebuild, PEAR-VersionControl_SVN-0.3.3-r1.ebuild: diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.4.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.4.ebuild new file mode 100644 index 000000000000..2d58f52c476d --- /dev/null +++ b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.4.ebuild,v 1.1 2011/03/19 16:35:57 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Simple OO wrapper interface for the Subversion command-line client." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-XML_Parser-1.2.7" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's:/usr/local:/usr:g' SVN.php || die "sed failed" +} |