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-XML_RSS/
Date: Sat, 26 Aug 2023 15:09:58 +0000 (UTC)	[thread overview]
Message-ID: <1693062566.ecdcf789a6067ea9432538b7cf2744d3496a3edf.asturm@gentoo> (raw)

commit:     ecdcf789a6067ea9432538b7cf2744d3496a3edf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:03:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 15:09:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdcf789

dev-php/PEAR-XML_RSS: drop 1.1.0_alpha1, 1.1.0, 1.1.0-r1

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

 dev-php/PEAR-XML_RSS/Manifest                      |  1 -
 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild  | 29 ---------------------
 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild     | 17 ------------
 .../PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild  | 30 ----------------------
 4 files changed, 77 deletions(-)

diff --git a/dev-php/PEAR-XML_RSS/Manifest b/dev-php/PEAR-XML_RSS/Manifest
index cb7ff93ab91a..b7255163d08b 100644
--- a/dev-php/PEAR-XML_RSS/Manifest
+++ b/dev-php/PEAR-XML_RSS/Manifest
@@ -1,2 +1 @@
 DIST XML_RSS-1.1.0.tgz 8178 BLAKE2B da290ea2e656372478435451b5043f3254e1a06423495c62c753b636208ece31e5b9aebe59a9b84254aac70d2088b4c35f78b763b6045d29c467ff0989bbc6fa SHA512 947b040ec71728328bad0130da874132c12e8c14a37f57b0ebc4e9db26aed49d0f9702e20ae401bd92782e1895de71dbd5daf09adebec0eaf268c77dfe183c24
-DIST XML_RSS-1.1.0a1.tgz 6717 BLAKE2B f38aaa6981d94668031272cd48f5648ce9fec499fde4627b6291d1a9c0dea4db72779e3ce7a089be9ee5d23ad56d05c6bd3ffce031b9ef3f4fac5360c3da4420 SHA512 e88c7618cad60a775c07ac26aedf05b7ce7ab3c9f012f3e638031b3567227db237ee2e1238fa051f9f415388a5d7c131af02b8200e08c01a9078654ea5877ce8

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild
deleted file mode 100644
index 0946a4139818..000000000000
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-php/PEAR-XML_Parser"
-BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-
-src_prepare() {
-	default
-	sed -i \
-		-e 's/_Framework_/\\Framework\\/' \
-		-e 's/_TextUI_/\\TextUI\\/' \
-		tests/*.php
-}
-
-src_test() {
-	phpunit --bootstrap "${S}/XML/RSS.php" \
-		--cache-result-file="${T}/test-results.cache" tests || die
-}

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild
deleted file mode 100644
index f564a5c6a962..000000000000
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-# Only needs PEAR_Exception (not in the tree), not all of PEAR.
-# This can be made into an || dependency if we add PEAR_Exception.
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1
-	dev-php/PEAR-XML_Parser"

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild
deleted file mode 100644
index 482610a92823..000000000000
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild
+++ /dev/null
@@ -1,30 +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_PV="${PV/_/}"
-MY_PV="${MY_PV/alpha/a}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-HOMEPAGE="https://pear.php.net/package/XML_RSS"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-# Only needs PEAR_Exception (not in the tree), not all of PEAR.
-# This can be made into an || dependency if we add PEAR_Exception.
-RDEPEND="dev-lang/php:*
-	dev-php/PEAR-PEAR
-	dev-php/PEAR-XML_Parser"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	insinto /usr/share/php
-	doins -r XML
-}


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

Thread overview: 11+ 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-12-08 16:29 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_RSS/ Arthur Zamarin
2023-07-04 13:59 Sam James
2022-01-07 18:23 Brian Evans
2020-02-08 18:55 David Seifert
2019-03-20 20:27 Aaron Bauman
2017-03-07 21:21 Brian Evans
2017-02-12 15:57 Michael Orlitzky
2017-02-12 15:57 Michael Orlitzky
2017-02-12 14:48 Agostino Sarubbo
2017-01-09 20:40 Michael Orlitzky

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=1693062566.ecdcf789a6067ea9432538b7cf2744d3496a3edf.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