From c63589354be590b294c0fbcd66b1086244e53480 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 17 Aug 2013 01:13:00 +0000 Subject: QA: Punt version with broken deps (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit) --- dev-php/propel-runtime/ChangeLog | 5 ++++- dev-php/propel-runtime/propel-runtime-1.5.1.ebuild | 24 ---------------------- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 dev-php/propel-runtime/propel-runtime-1.5.1.ebuild (limited to 'dev-php') 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 -propel-runtime-1.5.1.ebuild: + QA: Punt version with broken deps 15 May 2013; Ole Markus With 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 ) - >=dev-php/pear-1.9.0-r1" -RDEPEND="${DEPEND} - >=dev-php/PEAR-Log-1.8.7-r1 - " - -S="${WORKDIR}/propel_runtime-${PV}" -- cgit v1.2.3-65-gdbad