public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/
Date: Sat, 26 Aug 2023 15:09:59 +0000 (UTC)	[thread overview]
Message-ID: <1693062567.b4acee36bafa0a7dc367485f6959cca00d34e0cb.asturm@gentoo> (raw)

commit:     b4acee36bafa0a7dc367485f6959cca00d34e0cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:07:19 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 15:09:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4acee36

dev-php/PEAR-Net_SmartIRC: drop 1.1.10-r1, 1.1.12, 1.1.13

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-php/PEAR-Net_SmartIRC/Manifest                 |  3 --
 .../PEAR-Net_SmartIRC-1.1.10-r1.ebuild             | 34 ----------------------
 .../PEAR-Net_SmartIRC-1.1.12.ebuild                | 24 ---------------
 .../PEAR-Net_SmartIRC-1.1.13.ebuild                | 24 ---------------
 4 files changed, 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
-}


             reply	other threads:[~2023-08-26 15:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-26 15:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/ Sam James
2023-07-04 10:19 Sam James
2023-07-04 10:18 Sam James
2023-07-04 10:15 Sam James
2019-09-03 22:23 Thomas Deutschmann
2019-03-20 20:27 Aaron Bauman
2018-12-18  0:51 Thomas Deutschmann
2018-05-09 13:08 Brian Evans
2018-05-09 13:08 Brian Evans
2017-06-16 17:42 Brian Evans
2017-02-12 16:08 Michael Orlitzky
2017-02-12 16:08 Michael Orlitzky
2017-02-12 14:48 Agostino Sarubbo
2017-01-09 14:14 Michael Orlitzky
2017-01-09  1:18 Michael Orlitzky
2016-12-22 15:31 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1693062567.b4acee36bafa0a7dc367485f6959cca00d34e0cb.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox