commit:     313db0143d4e8481500e6858f14af494efd7333f
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:37:25 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:43:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313db014

dev-php/PEAR-Text_Password: treeclean

Bug: https://bugs.gentoo.org/933998
Bug: https://bugs.gentoo.org/737674
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-php/PEAR-Text_Password/Manifest                |  1 -
 .../PEAR-Text_Password-1.2.1.ebuild                | 30 ----------------------
 dev-php/PEAR-Text_Password/metadata.xml            | 12 ---------
 3 files changed, 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>[email protected]</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>

Reply via email to