summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Log
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-12 12:25:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-12 12:25:39 +0100
commit37bccfe5e76c5740c4ef5ba1179e9488d8404075 (patch)
treec0c962a2e83c1f38816a021ecd34c2e8c80db528 /dev-php/PEAR-Log
parent496ef6155c315ac3628b472dc9b4146fa2684286 (diff)
gentoo auto-resync : 12:07:2024 - 12:25:38
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r--dev-php/PEAR-Log/Manifest3
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild51
-rw-r--r--dev-php/PEAR-Log/metadata.xml12
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-php/PEAR-Log/Manifest b/dev-php/PEAR-Log/Manifest
deleted file mode 100644
index 76cce04771bb..000000000000
--- a/dev-php/PEAR-Log/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Log-1.13.3.tgz 46815 BLAKE2B 139cc96e475bce1e1e34672c97060d8c2f77767d290641936ec9b28502fbf74ae2fcbb06c51bb991b413dfb8b59ae365f608f5db0687342fd2f4033a77d097f1 SHA512 76baf5f6c800252d30403f64f3390291193c208789e1a3b88b945bf4a28defcd465fe2313ec83487f0be95ba2a99ca75d41f4bfb01f83b84b50fdcdb68e901d4
-EBUILD PEAR-Log-1.13.3.ebuild 1356 BLAKE2B ef92f9e34e4d602da2e783ff10ce08285dfdd54b9539b259abda43720896f831adf25465da6accf55cc66542c7b2f05f5368584694b10dc830e457684db27956 SHA512 8ab12b2c7770681e730f878b9c92fc2c2466b4a5cb4190905bd9898c70282170e4bb92341a0d92f4d3eb2cde5146855b2cafadb275c4cc9a0b20d66c5ea53b83
-MISC metadata.xml 330 BLAKE2B 8199c58838248668e6e0148b1f40bcff4af42541d7846c901487ff36a853d1a1826d3dacdccaeb0f5df82ea8e5b1ca57b22ce962d2e10fd47e4de01db3c0b30e SHA512 1c3dbc132a07e86347bcf0618f8bdddbf618fdedd1b71dcaaf442776b08fcc18897d370f837dc4e057db82521d7711080376fb557af251650215656b800caf88
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
deleted file mode 100644
index 807fa3031b31..000000000000
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Log framework provides an abstracted logging system"
-HOMEPAGE="https://pear.php.net/package/Log"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-# The DB, Mail, and MDB2 dependencies are technically optional, but
-# automagic. To avoid surprises, we require them unconditionally.
-CDEPEND="dev-lang/php:*
- dev-php/PEAR-PEAR
- dev-php/PEAR-DB
- dev-php/PEAR-Mail
- dev-php/PEAR-MDB2"
-
-BDEPEND="test? ( ${CDEPEND} )"
-
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-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"
-}
-
-src_install() {
- dodoc docs/guide.txt misc/log.sql
- use examples && dodoc -r examples
-
- # I don't like installing "Log.php" right at the top-level, but any
- # packages depending on us will expect to find it there and not as
- # e.g. Log/Log.php.
- insinto "/usr/share/php/"
- doins Log.php
- doins -r Log
-}
diff --git a/dev-php/PEAR-Log/metadata.xml b/dev-php/PEAR-Log/metadata.xml
deleted file mode 100644
index abe2aab8f350..000000000000
--- a/dev-php/PEAR-Log/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pear">Log</remote-id>
- </upstream>
-</pkgmetadata>