diff options
author | 2010-11-04 16:01:28 +0000 | |
---|---|---|
committer | 2010-11-04 16:01:28 +0000 | |
commit | 8ebe984bc20c8c5cbd5514de3f3c81434cb8c5a1 (patch) | |
tree | 90eb8cfa5391e764b6e8c20c6ddbfebed86eb9e7 /dev-php5/pecl-svn | |
parent | add version supporting minor version slotting, version bump (diff) | |
download | gentoo-2-8ebe984bc20c8c5cbd5514de3f3c81434cb8c5a1.tar.gz gentoo-2-8ebe984bc20c8c5cbd5514de3f3c81434cb8c5a1.tar.bz2 gentoo-2-8ebe984bc20c8c5cbd5514de3f3c81434cb8c5a1.zip |
add version supporting minor version slotting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-svn')
-rw-r--r-- | dev-php5/pecl-svn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-svn/pecl-svn-1.0.0-r1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-php5/pecl-svn/ChangeLog b/dev-php5/pecl-svn/ChangeLog index 4501cbc06bf9..4871138119e4 100644 --- a/dev-php5/pecl-svn/ChangeLog +++ b/dev-php5/pecl-svn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-svn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-svn/ChangeLog,v 1.1 2010/07/05 10:53:38 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-svn/ChangeLog,v 1.2 2010/11/04 16:01:28 mabi Exp $ + +*pecl-svn-1.0.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-svn-1.0.0-r1.ebuild: + add version supporting minor version slotting *pecl-svn-1.0.0 (05 Jul 2010) diff --git a/dev-php5/pecl-svn/pecl-svn-1.0.0-r1.ebuild b/dev-php5/pecl-svn/pecl-svn-1.0.0-r1.ebuild new file mode 100644 index 000000000000..9ac538c28ea0 --- /dev/null +++ b/dev-php5/pecl-svn/pecl-svn-1.0.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-svn/pecl-svn-1.0.0-r1.ebuild,v 1.1 2010/11/04 16:01:28 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="svn" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP Bindings for the Subversion Revision control system." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-vcs/subversion" +RDEPEND="" |