diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 15:07:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:09:27 +0200 |
commit | b4acee36bafa0a7dc367485f6959cca00d34e0cb (patch) | |
tree | be2587bb5f69209d1c87048708896edb18c67645 /dev-php | |
parent | dev-php/PEAR-Numbers_Words: drop 0.18.1-r1 (diff) | |
download | gentoo-b4acee36bafa0a7dc367485f6959cca00d34e0cb.tar.gz gentoo-b4acee36bafa0a7dc367485f6959cca00d34e0cb.tar.bz2 gentoo-b4acee36bafa0a7dc367485f6959cca00d34e0cb.zip |
dev-php/PEAR-Net_SmartIRC: drop 1.1.10-r1, 1.1.12, 1.1.13
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php')
4 files changed, 0 insertions, 85 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/Manifest b/dev-php/PEAR-Net_SmartIRC/Manifest index 430c52434bc0..a17c3b298a05 100644 --- a/dev-php/PEAR-Net_SmartIRC/Manifest +++ b/dev-php/PEAR-Net_SmartIRC/Manifest @@ -1,4 +1 @@ -DIST Net_SmartIRC-1.1.10.tar.gz 927009 BLAKE2B b410a0b4a02e60e27860f9c6b0ab8fecf4874273601694ad61dcf88a2e916aee20d1858cf951fffb229f4eac0c0ddda55530bb6840da3c7b741cf9ee3971f7b2 SHA512 16ad30d358af99f40c53a75cf5f1c944a3e68f4c1cffd586acd61ceed280d5d1fcd4f4d5e88db55f1f66c37c5b7f37aec2f45a26dc6b98860eacb42c9f3fbea5 -DIST Net_SmartIRC-1.1.12.tgz 166039 BLAKE2B 43aec437de08d6e0dd651b810b21b5fed5587e2e7e154fe4f078cc618ee501c3d962b824931558458895541ddc9dc46ec3b1f0356aac5b052dd63b498018bb47 SHA512 2da5f0f9ea9167dfd1490fb6ba1e97416c78389924f390030ba71ea28dc5b667451223daa7e3878cbae607159054d656534ff646636f8f5294eb0bda1b17074c -DIST Net_SmartIRC-1.1.13.tgz 166028 BLAKE2B 7e2b91dc01febe561c3ce55901f999f84f87fdbe20b5a1560a060125de4ae7d9869141cc0b2bcd9dfd0479a3a0a2d3c9d0f2719f70edc122df70f181d788f73b SHA512 d8f5a4f38b0aa830a84c9433deaf16b936f79e30bd9588cb0225ec20698af3d334fd1fdb320c64d1a72b0d206ae794b9e4135f1053855f586155694f6342cb0b 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.10-r1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild deleted file mode 100644 index ba5b36ad870c..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/PEAR-/}" -MY_P="${MY_PN}-${PV}" - -HOMEPAGE="https://pear.php.net/package/Net_SmartIRC" -# The PEAR tarball is missing some docs as of v1.10.0. -SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz - -> ${MY_P}.tar.gz" -DESCRIPTION="PHP class to communicate with IRC networks" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="doc examples" - -RDEPEND="dev-lang/php:*" - -S="${WORKDIR}/${MY_P}" - -src_install() { - dodoc CREDITS FEATURES docs/HOWTO README.md TODO - use examples && dodoc -r docs/examples - - if use doc; then - dodoc docs/DOCUMENTATION - dodoc -r docs/HTML - fi - - insinto /usr/share/php - doins -r Net -} diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild deleted file mode 100644 index 41aa7dab2408..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="PHP class to communicate with IRC networks" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~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/PEAR-Net_SmartIRC-1.1.13.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.13.ebuild deleted file mode 100644 index 59e964213993..000000000000 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.13.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="PHP class to communicate with IRC networks" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~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 -} |