commit: 511d7e2266e4a600736d8a2c4269113a12b7fa99 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Feb 3 13:23:58 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Feb 3 13:23:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d7e22
dev-php/propel-runtime: remove masked package. Gentoo-Bug: 604462 dev-php/propel-runtime/Manifest | 1 - dev-php/propel-runtime/metadata.xml | 8 -------- dev-php/propel-runtime/propel-runtime-1.6.4.ebuild | 23 ---------------------- 3 files changed, 32 deletions(-) diff --git a/dev-php/propel-runtime/Manifest b/dev-php/propel-runtime/Manifest deleted file mode 100644 index a1bf09a..00000000 --- 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 b86acf6..00000000 --- a/dev-php/propel-runtime/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> 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 25750dc..00000000 --- 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}"
