summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Text_Password
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-php/PEAR-Text_Password
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
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.ebuild29
-rw-r--r--dev-php/PEAR-Text_Password/metadata.xml12
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-php/PEAR-Text_Password/Manifest b/dev-php/PEAR-Text_Password/Manifest
deleted file mode 100644
index 14d3b04fabf7..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 611 BLAKE2B 78f707dae9a6159c74f3e25a2f09d930ea64e997b9c0f9c440605dea6b61d115f38287e71a6a6bd111d18573525fdc69e38471cd7e5b3f7a83fcbfee251162e8 SHA512 8377974c3759162f01bce94c1d0fd0ef5ab3f96a9cf1834c08c177680830d5eb72ee3d6a8cb8505c7306e2c845fe1c682dfd29194976dc1960fa30b3aaffcfd0
-MISC metadata.xml 385 BLAKE2B ae61061345cae297a5e8b33dda7940d439f7e59b44cd6b7f298664737a821fdd4abd60cd52655261a999fd850620e4ffe51767931c7edcba6354582c6bdfebf3 SHA512 3898231004b87b780853676c8779ff5162d1111ea9a85ec795ed7dbe1563c6ed70e1dcfc3a8f9fb76b1893db606d9b84e83963537d53f0e3b302893c1b87a4e7
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 3ba8e34522fd..000000000000
--- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="http://pear.php.net/package/${MY_PN}"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
-IUSE="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 cf70151de8f4..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 "http://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>