summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-DB
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-DB
parent496ef6155c315ac3628b472dc9b4146fa2684286 (diff)
gentoo auto-resync : 12:07:2024 - 12:25:38
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r--dev-php/PEAR-DB/Manifest3
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild27
-rw-r--r--dev-php/PEAR-DB/metadata.xml13
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/PEAR-DB/Manifest b/dev-php/PEAR-DB/Manifest
deleted file mode 100644
index bb5fb6c96835..000000000000
--- a/dev-php/PEAR-DB/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST DB-1.11.0.tgz 132549 BLAKE2B 0925a551bbda04dd71a1d2ffaf462485a92b62a7f141a5f097614dde8a8c8d6098705116a6f7c0b3bdd62547ad5962381ef15fee3057ba054cead8998306232c SHA512 88488874ee1cb6ff228199106702b1992eab4c7dce44984639951c0693e37ace115214973ef9cbd79959f0602b58cce8a254b47e32dc3d44171d0d7bf78db825
-EBUILD PEAR-DB-1.11.0.ebuild 740 BLAKE2B 203cea99c9a283c705d2ce9ee980113ecb10d33441c9a9407fba92e2405543c14b2679eef88df9a315e8268d8f40de79259898bf7bae010d8e9c4cc024f9993a SHA512 40a783ae3bc91f18eca01e34a31bf2ceebdf25fd96b2cd4bccb0c2f670ee09a501bc1bf4d4be426a0585d3742aa75f783f111aa1e281a53bffdde1f544365202
-MISC metadata.xml 376 BLAKE2B 2389a6e2ee7edad539ed8d3cfb28a0b17f4869bac9cb1a0a3c058c4d7ceb2dbe6713041be5ca9e1c97e3ceaa4298837d032ca6b8aab0e012039b663519fbeee1 SHA512 0c8f874c5cf161f8be63ad5f868d96f39c22ee17294b5a2d14a5011da3d50adfd868a15eaa4048807667d2728aafd777444a6bcd218f6168d8911c00f0ec43ac
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild
deleted file mode 100644
index 6a1933027e2a..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit php-pear-r2
-
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS )
-
-src_test() {
- # Requires the "pear" executable from dev-php/PEAR-PEAR, and also
- # a working version of the cli SAPI eselected.
- 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-DB/metadata.xml b/dev-php/PEAR-DB/metadata.xml
deleted file mode 100644
index 2d616c75d831..000000000000
--- a/dev-php/PEAR-DB/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <upstream>
- <remote-id type="github">pear/DB</remote-id>
- <remote-id type="pear">DB</remote-id>
- </upstream>
- <stabilize-allarches/>
-</pkgmetadata>