Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266971 - dev-php5/pecl-svn-0.5.0: please add to portage tree
Summary: dev-php5/pecl-svn-0.5.0: please add to portage tree
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PHP Bugs
URL: http://pecl.php.net/package/svn
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 12:12 UTC by Oleh Kravchenko
Modified: 2010-07-05 11:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Kravchenko 2009-04-21 12:12:29 UTC
I am write simple ebuild to provide svn extension for php. It's work! :)

http://pecl.php.net/package/svn

PHP Bindings for the Subversion Revision control system.


Reproducible: Always




PHP_EXT_NAME="svn"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

inherit php-ext-pecl-r1

KEYWORDS="~amd64 ~x86"

DESCRIPTION="PHP Bindings for the Subversion Revision control system."
LICENSE="PHP"
SLOT="0"
IUSE=""

DEPEND="dev-util/subversion"
RDEPEND="${DEPEND}"

need_php_by_category
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-23 18:43:13 UTC
Heh, this is a dupe of bug #105742 but I think it's better to stay with this bug than doing the duping-/reopening-voodoo...
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2010-04-04 23:24:11 UTC
Um, how is your version different from http://pear.php.net/VersionControl_SVN?

Don't get me wrong, your effort is very much appreciated. And i apologize for an 'official' reply to take so long. But the php herd is understaffed at the moment, so any package we add should provide something that is not already there, so we can keep up with the existing stuff.

Thanks again for your time!
Comment 3 Oleh Kravchenko 2010-04-27 09:44:53 UTC
(In reply to comment #2)
> Um, how is your version different from http://pear.php.net/VersionControl_SVN?
> 

Well, for example because PECL SVN does not use the command line for manipulate repositories aAd PECL SVN IS NOT simple OO wrapper interface for the Subversion command-line client :)
Comment 4 Ole Markus With (RETIRED) gentoo-dev 2010-04-27 12:44:16 UTC
Added an ebuild for this in the php-experimental overlay.
Would be useful with an ebuild since this extension is used in some svn web-uis
Comment 5 Matti Bickel (RETIRED) gentoo-dev 2010-07-05 10:54:03 UTC
Version 1.0 should be soon on a mirror near you :-)
Comment 6 Oleh Kravchenko 2010-07-05 11:16:35 UTC
(In reply to comment #5)
> Version 1.0 should be soon on a mirror near you :-)
> 

Thank you very mach :)