summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Text_Figlet
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Text_Figlet')
-rw-r--r--dev-php/PEAR-Text_Figlet/Manifest3
-rw-r--r--dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild44
-rw-r--r--dev-php/PEAR-Text_Figlet/metadata.xml12
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-php/PEAR-Text_Figlet/Manifest b/dev-php/PEAR-Text_Figlet/Manifest
deleted file mode 100644
index d9791cb416c3..000000000000
--- a/dev-php/PEAR-Text_Figlet/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Text_Figlet-1.0.2.tgz 8775 BLAKE2B 7c397479c00e193409f47d5419aa35fdaf7440f6991882a9a517a319e3240523075f7fa9bdfbffdef9efd1b6ad98bb7e2679c3fdde6cf87365bfe93290571b02 SHA512 e17578a2f4ebd67adedc57cbeceb8191a7ddc712efe0a631cb696d79392bc025ecdd0b389078dc65f6e0fd676d3e435178ae280cae9b9c11d8c4964152d9db06
-EBUILD PEAR-Text_Figlet-1.0.2-r1.ebuild 1198 BLAKE2B e63175a9d432706c763bdccb641cbd45b6def5f093c0e2dea5ce31831581080dc928112cbf72e1ead6e618cd06f9ec2a1b485811e776a5192988f5cd9fb9cbca SHA512 5863a5f67eb6b05f1b1c9ce6888ba485d8a1102d29cc57b53791175f831e597823b51065f8aada1769fdc395bfac04ff2eef4df9789101ee9b2be1d329a1f434
-MISC metadata.xml 381 BLAKE2B dbf08ca44df263501b3fc88f396d919e1666a75ce7aca83ced579a655adc1177c9a703fe1535a1c6cb398b5599ff3dca6e42454a9e66ce8a9314baa473c62a1f SHA512 9a9014f230f3fc8d925d93b281404523b8d11cdca0b06d18420fd0483c18593ef9d00dc8bde90e463c8419ff0063cbc39e56d8de220866148f6a9a779e275d97
diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
deleted file mode 100644
index 8ecfa49b334d..000000000000
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +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="Render text using FIGlet fonts"
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="PHP-3.01
- examples? ( GPL-2+ OFL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND="dev-lang/php:*
- dev-php/PEAR-PEAR"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- dodoc docs/README.TXT
-
- if use examples; then
- dodoc -r docs/examples
-
- # Earlier versions of this ebuild installed this font under
- # /usr/share/php/data, which is obviously the wrong place for
- # them, but is where we have configured PEAR's data_dir. The
- # fonts can be referenced by absolute path, however, and not
- # just by name. Since this font is used in the example -- and as
- # long as no one expects this *particular* font to work out of
- # the box -- installing it with the docs will suffice.
- #
- # The one consumer of this in the tree is PEAR-Text_CAPTCHA, and
- # it loads its fonts using an absolute path.
- dodoc fonts/makisupa.flf
- fi
-
- insinto /usr/share/php
- doins -r Text
-}
diff --git a/dev-php/PEAR-Text_Figlet/metadata.xml b/dev-php/PEAR-Text_Figlet/metadata.xml
deleted file mode 100644
index 57978d029999..000000000000
--- a/dev-php/PEAR-Text_Figlet/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_Figlet</remote-id>
- <remote-id type="pear">Text_Figlet</remote-id>
- </upstream>
-</pkgmetadata>