summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Text_Password
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-Text_Password
parent496ef6155c315ac3628b472dc9b4146fa2684286 (diff)
gentoo auto-resync : 12:07:2024 - 12:25:38
Diffstat (limited to 'dev-php/PEAR-Text_Password')
-rw-r--r--dev-php/PEAR-Text_Password/Manifest3
-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, 45 deletions
diff --git a/dev-php/PEAR-Text_Password/Manifest b/dev-php/PEAR-Text_Password/Manifest
deleted file mode 100644
index 9e1e48c0f477..000000000000
--- a/dev-php/PEAR-Text_Password/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Text_Password-1.2.1.tgz 5631 BLAKE2B d765606e7082076f92d76d3a2e7a0721950b9fc81b267a51aa3ef56ed92706105486d3a62a6ec81e06dbdb41a15d0a7e9add8ef99c87b76af6445fb7bcbdbaaa SHA512 9f7a357b92b8013f41cd964245fd764c5f1347b41612aacb5fca66e4963e007d7470ea3a046e6186cfebed4960c5b6e6e23e4f2ab9e08c7aee10cba5ea347fc9
-EBUILD PEAR-Text_Password-1.2.1.ebuild 627 BLAKE2B 40c27c443e85cf84194ad8233c0c1ae77d155786d3cb920e9dc368e1d1aeaaa2f13c27a691c0a9dc48ef1122a5b4b686d661fc605a481ac0929c2bccae13b850 SHA512 3a2dff530cafd4aee58142778eb63e2122a9320f33505e8d0795496cff8465b1866c770c05e2f5ec268e8bfdcf0269d56c10d33ea8e74dbee997953645a0579f
-MISC metadata.xml 386 BLAKE2B a4105279dcab86a71cf241b5b961788299d916eb9e19d09f10b77ce223a718d8982fe412c90d0c1649f3a40fbdc0e380a0907cd0658352f06b2eff3226f25eed SHA512 68bed70b579649034e09899f9e5dc1118cac94b6d4e392e5bfe67693045cbeed297847b84f68979df9152ec144fb811942813f32029cae8922849d5229029cc3
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>