dev-php/propel-runtime: remove masked package.
authorMichael Orlitzky <mjo@gentoo.org>
Fri, 3 Feb 2017 13:23:58 +0000 (08:23 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 3 Feb 2017 13:23:58 +0000 (08:23 -0500)
Gentoo-Bug: 604462

dev-php/propel-runtime/Manifest [deleted file]
dev-php/propel-runtime/metadata.xml [deleted file]
dev-php/propel-runtime/propel-runtime-1.6.4.ebuild [deleted file]

diff --git a/dev-php/propel-runtime/Manifest b/dev-php/propel-runtime/Manifest
deleted file mode 100644 (file)
index a1bf09a..0000000
+++ /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 (file)
index b86acf6..0000000
+++ /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>php-bugs@gentoo.org</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 (file)
index 25750dc..0000000
+++ /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}"