diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-09-23 03:17:33 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-09-23 03:17:33 +0000 |
commit | e75a81eb19670039e693df58b7d7205294c65ce4 (patch) | |
tree | 1bac6fcb1203f35bb8a788bd5730cbe41c1abee4 /dev-php/PEAR-VersionControl_SVN | |
parent | Version bump (diff) | |
download | gentoo-2-e75a81eb19670039e693df58b7d7205294c65ce4.tar.gz gentoo-2-e75a81eb19670039e693df58b7d7205294c65ce4.tar.bz2 gentoo-2-e75a81eb19670039e693df58b7d7205294c65ce4.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-VersionControl_SVN')
-rw-r--r-- | dev-php/PEAR-VersionControl_SVN/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.3.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-VersionControl_SVN/ChangeLog b/dev-php/PEAR-VersionControl_SVN/ChangeLog index caecab5706e1..f8eebbe28c5b 100644 --- a/dev-php/PEAR-VersionControl_SVN/ChangeLog +++ b/dev-php/PEAR-VersionControl_SVN/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-VersionControl_SVN -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.28 2008/03/29 00:25:14 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.29 2009/09/23 03:17:33 beandog Exp $ + +*PEAR-VersionControl_SVN-0.3.3 (23 Sep 2009) + + 23 Sep 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-VersionControl_SVN-0.3.3.ebuild: + Version bump 29 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-VersionControl_SVN-0.3.1.ebuild: diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.3.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.3.ebuild new file mode 100644 index 000000000000..a8dfd1a4f254 --- /dev/null +++ b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/09/23 03:17:33 beandog 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" +} |