summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Var_Dump
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-php/PEAR-Var_Dump
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-php/PEAR-Var_Dump')
-rw-r--r--dev-php/PEAR-Var_Dump/Manifest3
-rw-r--r--dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild33
-rw-r--r--dev-php/PEAR-Var_Dump/metadata.xml11
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/PEAR-Var_Dump/Manifest b/dev-php/PEAR-Var_Dump/Manifest
deleted file mode 100644
index ebc9f0cbcee0..000000000000
--- a/dev-php/PEAR-Var_Dump/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Var_Dump-1.0.4.tgz 17426 BLAKE2B 60161be980edeae902e64c387b30466511b5cc0e6395f02334346c82e0393577c041fbc272577caa48510303bff3c1bce8e0c3c6708fade04a13b22f28b84b79 SHA512 1d31fcc3519feeee2ec94fc6d8b919672cf4a1be80d6b63c0a52b30792b9c936a7b984033a4357a64cd937193a55daf67fb649444f8303f1332f7d7c793b2e89
-EBUILD PEAR-Var_Dump-1.0.4-r3.ebuild 907 BLAKE2B 41d6efc8a6dab0038726ddb9fce04e4fbe9233a28e6a197ba8fe000afeb79d1d4ee5dca048601946c76ea8d8441f6a0ddad4d7b167df60f794be4d286a38a019 SHA512 6b2dc80cf203c6f594397183c2d68aaa29a98de8b5f0d47dd74b6e92ab03356f80456c559d96d7d941e1a736f9d84bb49d5404e7c47fe1a333903df9619c48e6
-MISC metadata.xml 310 BLAKE2B 8f57f1c9b2897f821b7845e5f2a3661fbe758dc2792504fa8cbbae495d6339dcb56e86ffd36e2209826acef8c0756bc3b728f41db345c4491b98130a89b0321a SHA512 6fbd4f6ac4419473c097c4f09f448e0a2d81a7bb3d8d93fa79fa4ef0b2cff7ca463cd985b60bc5e7572230eb9296e37c446adb781c5d68e95510b999ec1dc66c
diff --git a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild b/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild
deleted file mode 100644
index 707cff167f52..000000000000
--- a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Dump structured information about a variable"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples test"
-
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-# The test suite fails due to some deprecation warnings that are output.
-# The test cases themselves set error_reporting(E_ALL), so there's no
-# easy way to override it.
-RESTRICT=test
-
-src_install() {
- use examples && dodoc -r docs/example*.php
- php-pear-r2_src_install
-}
-
-src_test() {
- # Requires the "pear" executable from dev-php/PEAR-PEAR.
- pear run-tests tests || die
-
- # The command succeeds regardless of whether or not the test suite
- # passed, but this file is only written when there was a failure.
- [[ -f run-tests.log ]] && die "test suite failed"
-}
diff --git a/dev-php/PEAR-Var_Dump/metadata.xml b/dev-php/PEAR-Var_Dump/metadata.xml
deleted file mode 100644
index 08b46f8f0cb9..000000000000
--- a/dev-php/PEAR-Var_Dump/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="pear">Var_Dump</remote-id>
- </upstream>
-</pkgmetadata>