diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 09:17:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 09:17:06 +0000 |
commit | 921b5e3f9ef7b3012fcf8ccdefcf9a7f97587d04 (patch) | |
tree | c0062cdc343abb3a4076b6c83aa048737b7b5291 /dev-php | |
parent | Version bump to 1.7.0.21. Fixes bug #468084 reported by Sven Müller (musv). (diff) | |
download | gentoo-2-921b5e3f9ef7b3012fcf8ccdefcf9a7f97587d04.tar.gz gentoo-2-921b5e3f9ef7b3012fcf8ccdefcf9a7f97587d04.tar.bz2 gentoo-2-921b5e3f9ef7b3012fcf8ccdefcf9a7f97587d04.zip |
Remove version with unsatisfiable dependencies
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-svn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/pecl-svn/pecl-svn-1.0.1.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-php/pecl-svn/ChangeLog b/dev-php/pecl-svn/ChangeLog index f09316c9c67a..d6b2c646d1fb 100644 --- a/dev-php/pecl-svn/ChangeLog +++ b/dev-php/pecl-svn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-svn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/ChangeLog,v 1.3 2013/04/23 16:08:18 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/ChangeLog,v 1.4 2013/05/10 09:17:06 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> -pecl-svn-1.0.1.ebuild: + Remove version with unsatisfiable dependencies *pecl-svn-1.0.2 (23 Apr 2013) diff --git a/dev-php/pecl-svn/pecl-svn-1.0.1.ebuild b/dev-php/pecl-svn/pecl-svn-1.0.1.ebuild deleted file mode 100644 index 7c4ecadcbf9e..000000000000 --- a/dev-php/pecl-svn/pecl-svn-1.0.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/pecl-svn-1.0.1.ebuild,v 1.1 2012/02/12 15:38:31 mabi Exp $ - -EAPI=4 - -PHP_EXT_NAME="svn" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="PHP Bindings for the Subversion Revision control system." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="" - -# subversion-1.7 breaks the build (bug #402921) -DEPEND="<dev-vcs/subversion-1.7" -RDEPEND="${DEPEND}" |