From: Michael Orlitzky Date: Fri, 3 Feb 2017 13:23:58 +0000 (-0500) Subject: dev-php/propel-runtime: remove masked package. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=511d7e2266e4a600736d8a2c4269113a12b7fa99;p=gentoo.git dev-php/propel-runtime: remove masked package. Gentoo-Bug: 604462 --- diff --git a/dev-php/propel-runtime/Manifest b/dev-php/propel-runtime/Manifest deleted file mode 100644 index a1bf09a1e3fd..000000000000 --- a/dev-php/propel-runtime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST propel_runtime-1.6.4.tgz 120685 SHA256 37bdef1a14b1981bc0b12c27d23e27877f101d71d672d2a352938c9d8c54aa65 SHA512 3942f440b9b5394324005d5af28c77aecf2e428d421f5e71b09723a667a7432e2d615da288f4f700d2480017ca6cded91a5ea4fd794299cc9a9eff1ac19a8f4e WHIRLPOOL b01d967437a16acaa094e577a8aeff3db5be6a1d1fa7606bfa7661569b04d9bf78c53f39e9dcadb28bc5c5bb4ed41474e0b96dd5dcf29909b9c41644b084aeb6 diff --git a/dev-php/propel-runtime/metadata.xml b/dev-php/propel-runtime/metadata.xml deleted file mode 100644 index b86acf66c756..000000000000 --- a/dev-php/propel-runtime/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - diff --git a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild b/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild deleted file mode 100644 index 25750dc2fd7f..000000000000 --- a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -inherit php-pear-lib-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)" -HOMEPAGE="http://propelorm.org" -SRC_URI="http://pear.propelorm.org/get/propel_runtime-${PV}.tgz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND="dev-lang/php[pdo,xml,xslt] - >=dev-php/pear-1.9.0-r1" -RDEPEND="${DEPEND} - >=dev-php/PEAR-Log-1.8.7-r1 - " - -S="${WORKDIR}/propel_runtime-${PV}"