Parent Directory
|
Revision Log
Version bump. Bug #359499. Thanks to Denny (Portage version: 2.1.9.41/cvs/Linux x86_64)
| 1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.3.3-r1.ebuild,v 1.2 2010/03/27 23:30:35 mabi Exp $ |
| 4 | |
| 5 | inherit php-pear-r1 |
| 6 | |
| 7 | DESCRIPTION="Simple OO wrapper interface for the Subversion command-line client." |
| 8 | LICENSE="BSD" |
| 9 | SLOT="0" |
| 10 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
| 11 | IUSE="" |
| 12 | RDEPEND=">=dev-php/PEAR-XML_Parser-1.2.7" |
| 13 | |
| 14 | src_unpack() { |
| 15 | unpack ${A} |
| 16 | cd "${S}" |
| 17 | sed -i -e 's:/usr/local:/usr:g' SVN.php || die "sed failed" |
| 18 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |