summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-07-11 20:37:25 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-07-11 21:43:39 +0300
commit313db0143d4e8481500e6858f14af494efd7333f (patch)
tree49e4debe23895d981018c02407664a85afb29f7e /dev-php
parentdev-php/PEAR-Text_Highlighter: treeclean (diff)
downloadgentoo-313db0143d4e8481500e6858f14af494efd7333f.tar.gz
gentoo-313db0143d4e8481500e6858f14af494efd7333f.tar.bz2
gentoo-313db0143d4e8481500e6858f14af494efd7333f.zip
dev-php/PEAR-Text_Password: treeclean
Bug: https://bugs.gentoo.org/933998 Bug: https://bugs.gentoo.org/737674 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Text_Password/Manifest1
-rw-r--r--dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild30
-rw-r--r--dev-php/PEAR-Text_Password/metadata.xml12
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/PEAR-Text_Password/Manifest b/dev-php/PEAR-Text_Password/Manifest
deleted file mode 100644
index a0f4af720ad9..000000000000
--- a/dev-php/PEAR-Text_Password/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text_Password-1.2.1.tgz 5631 BLAKE2B d765606e7082076f92d76d3a2e7a0721950b9fc81b267a51aa3ef56ed92706105486d3a62a6ec81e06dbdb41a15d0a7e9add8ef99c87b76af6445fb7bcbdbaaa SHA512 9f7a357b92b8013f41cd964245fd764c5f1347b41612aacb5fca66e4963e007d7470ea3a046e6186cfebed4960c5b6e6e23e4f2ab9e08c7aee10cba5ea347fc9
diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
deleted file mode 100644
index 87743ab26e6f..000000000000
--- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Creating passwords with PHP"
-HOMEPAGE="https://pear.php.net/package/Text_Password"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc64 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-lang/php:*"
-DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/share/php
- doins -r Text
-}
-
-src_test() {
- phpunit tests/ || die 'test suite failed'
-}
diff --git a/dev-php/PEAR-Text_Password/metadata.xml b/dev-php/PEAR-Text_Password/metadata.xml
deleted file mode 100644
index 126a19ab5d0c..000000000000
--- a/dev-php/PEAR-Text_Password/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>
- <upstream>
- <remote-id type="github">pear/Text_Password</remote-id>
- <remote-id type="pear">Text_Password</remote-id>
- </upstream>
-</pkgmetadata>