diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:34:46 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:37 +0300 |
commit | 77a2d3b0ad650573f7c53e2396258e91ae91c0d4 (patch) | |
tree | d3a8e2f318c52049722422afcdd4c44415986423 /dev-php | |
parent | dev-php/PEAR-Net_Ping: treeclean (diff) | |
download | gentoo-77a2d3b0ad650573f7c53e2396258e91ae91c0d4.tar.gz gentoo-77a2d3b0ad650573f7c53e2396258e91ae91c0d4.tar.bz2 gentoo-77a2d3b0ad650573f7c53e2396258e91ae91c0d4.zip |
dev-php/PEAR-Net_SmartIRC: 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/PEAR-Net_SmartIRC/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/metadata.xml | 13 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/Manifest b/dev-php/PEAR-Net_SmartIRC/Manifest deleted file mode 100644 index a17c3b298a05..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Net_SmartIRC-1.1.14.tgz 166115 BLAKE2B bacd23296dea25bc898ce3ba67d89949a3ad34675000bde9fe78371a7d97596272708f114b7980c3754cb862be68b84dcb0e8df10374cb560180d50c3bf61f49 SHA512 35cf0714a695e1b40e0db1f4d20c0ea4d431940e1e5894899db0bd13137e90c790067d266dc43f1ccc2921ad1f48cc70aa448225acac4358c8eb839f755717a0 diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild deleted file mode 100644 index 860abd971cb1..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -DESCRIPTION="PHP class to communicate with IRC networks" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc64 sparc x86" -IUSE="doc examples" -DOCS=( CREDITS FEATURES docs/HOWTO README.md ) - -src_install() { - local HTML_DOCS=( ) - use examples && HTML_DOCS+=( docs/examples/ ) - - if use doc; then - DOCS+=( docs/DOCUMENTATION ) - HTML_DOCS+=( docs/HTML/* ) - fi - php-pear-r2_src_install -} diff --git a/dev-php/PEAR-Net_SmartIRC/metadata.xml b/dev-php/PEAR-Net_SmartIRC/metadata.xml deleted file mode 100644 index 350320c75780..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/metadata.xml +++ /dev/null @@ -1,13 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="github">pear/Net_SmartIRC</remote-id> - <remote-id type="pear">Net_SmartIRC</remote-id> - </upstream> -</pkgmetadata> |