diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-17 01:13:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-17 01:13:00 +0000 |
commit | c63589354be590b294c0fbcd66b1086244e53480 (patch) | |
tree | fc1abf117039bf9e766574aad5cfb7d93f82ef8c | |
parent | QA: Punt version with broken deps (diff) | |
download | gentoo-2-c63589354be590b294c0fbcd66b1086244e53480.tar.gz gentoo-2-c63589354be590b294c0fbcd66b1086244e53480.tar.bz2 gentoo-2-c63589354be590b294c0fbcd66b1086244e53480.zip |
QA: Punt version with broken deps
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-php/propel-runtime/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.5.1.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-php/propel-runtime/ChangeLog b/dev-php/propel-runtime/ChangeLog index 18f9e15bfb19..08019ce18263 100644 --- a/dev-php/propel-runtime/ChangeLog +++ b/dev-php/propel-runtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/propel-runtime # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.14 2013/05/15 17:55:17 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.15 2013/08/17 01:13:00 patrick Exp $ + + 17 Aug 2013; Patrick Lauer <patrick@gentoo.org> -propel-runtime-1.5.1.ebuild: + QA: Punt version with broken deps 15 May 2013; Ole Markus With <olemarkus@gentoo.org> propel-runtime-1.6.4.ebuild: diff --git a/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild b/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild deleted file mode 100644 index df4e18f35acb..000000000000 --- a/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild +++ /dev/null @@ -1,24 +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/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.2 2012/07/03 14:50:28 mabi Exp $ - -EAPI="2" -inherit php-pear-lib-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." -HOMEPAGE="http://propel.phpdb.org/trac/wiki/" -SRC_URI="http://pear.propelorm.org/get/propel_runtime-${PV}.tgz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/php-5.2.4[pdo,xml,xsl] - || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) - >=dev-php/pear-1.9.0-r1" -RDEPEND="${DEPEND} - >=dev-php/PEAR-Log-1.8.7-r1 - " - -S="${WORKDIR}/propel_runtime-${PV}" |