diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:39:11 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:40 +0300 |
commit | bd9a29f0586a79df41af033791f39b54f85e9846 (patch) | |
tree | 81811b9a042d13e11653f4010a97a5bcf3b0f741 /dev-php | |
parent | dev-php/PEAR-XML_Serializer: treeclean (diff) | |
download | gentoo-bd9a29f0586a79df41af033791f39b54f85e9846.tar.gz gentoo-bd9a29f0586a79df41af033791f39b54f85e9846.tar.bz2 gentoo-bd9a29f0586a79df41af033791f39b54f85e9846.zip |
dev-php/YAML: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/YAML/Manifest | 1 | ||||
-rw-r--r-- | dev-php/YAML/YAML-1.0.6-r3.ebuild | 26 | ||||
-rw-r--r-- | dev-php/YAML/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/YAML/metadata.xml | 8 |
4 files changed, 0 insertions, 51 deletions
diff --git a/dev-php/YAML/Manifest b/dev-php/YAML/Manifest deleted file mode 100644 index 867df2031cdf..000000000000 --- a/dev-php/YAML/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST YAML-1.0.6.tgz 10010 BLAKE2B 3978104631eeb5051966a5709366b8bbb98fc57edd113dbdff8d25c225c2992650309fa463627c2adc0dcc0f529ce42832fbfc08eef3e35223e77095c6246060 SHA512 c66a8c47d8bc356bfc700e9eef07fef19084f5687ed061a815ee56c29b94f8aeabbc81e8aef4de6d3bc9e645aae42ba09c05b0256144b8c191a8dbab7c009636 diff --git a/dev-php/YAML/YAML-1.0.6-r3.ebuild b/dev-php/YAML/YAML-1.0.6-r3.ebuild deleted file mode 100644 index 3af602bad51a..000000000000 --- a/dev-php/YAML/YAML-1.0.6-r3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_DOMAIN="pear.symfony-project.com" -PHP_PEAR_PKG_NAME="YAML" - -inherit php-pear-r2 - -DESCRIPTION="The Symfony YAML Component" -HOMEPAGE="http://pear.symfony-project.com/" -SRC_URI="http://pear.symfony-project.com/get/${PEAR_P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa x86" -IUSE="" - -src_install() { - insinto /usr/share/php/SymfonyComponents/YAML - doins lib/* - php-pear-r2_install_packagexml - einstalldocs -} diff --git a/dev-php/YAML/files/channel.xml b/dev-php/YAML/files/channel.xml deleted file mode 100644 index e95604c7c2ab..000000000000 --- a/dev-php/YAML/files/channel.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> - <name>pear.symfony-project.com</name> - <summary>The symfony project PEAR channel</summary> - <suggestedalias>symfony</suggestedalias> - <servers> - <primary> - <rest> - <baseurl type="REST1.0">http://pear.symfony-project.com//rest/</baseurl> - <baseurl type="REST1.1">http://pear.symfony-project.com//rest/</baseurl> - <baseurl type="REST1.2">http://pear.symfony-project.com//rest/</baseurl> - <baseurl type="REST1.3">http://pear.symfony-project.com//rest/</baseurl> - </rest> - </primary> - </servers> -</channel>
\ No newline at end of file diff --git a/dev-php/YAML/metadata.xml b/dev-php/YAML/metadata.xml deleted file mode 100644 index ad845d99d581..000000000000 --- a/dev-php/YAML/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> |