diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 15:04:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:09:26 +0200 |
commit | c344e837a5f93924acc5478156a8c0e30ff48c25 (patch) | |
tree | 2d96945b880d50127daf95085e523c93fbf9a259 /dev-php | |
parent | dev-php/PEAR-XML_RSS: drop 1.1.0_alpha1, 1.1.0, 1.1.0-r1 (diff) | |
download | gentoo-c344e837a5f93924acc5478156a8c0e30ff48c25.tar.gz gentoo-c344e837a5f93924acc5478156a8c0e30ff48c25.tar.bz2 gentoo-c344e837a5f93924acc5478156a8c0e30ff48c25.zip |
dev-php/PEAR-XML_Parser: drop 1.3.7-r1, 1.3.8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-XML_Parser/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild | 17 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-php/PEAR-XML_Parser/Manifest b/dev-php/PEAR-XML_Parser/Manifest index ab8e0fe0cf58..2c469207592e 100644 --- a/dev-php/PEAR-XML_Parser/Manifest +++ b/dev-php/PEAR-XML_Parser/Manifest @@ -1,2 +1 @@ -DIST XML_Parser-1.3.7.tgz 13339 BLAKE2B 10cc89dbf4f6c4b28fea73cc45757e71a897b01fd21a3d2711fef5eb0cd33e1fdeda143ce88dd425fdea9802a02f3d7e352ec17295b88d8cfae87af6a342f622 SHA512 b4e6c76962eb47f15096e7d77658cf41ca372a9389967e5204e865b253da4f4e248e7b893aa4c6624bb1178e3985667d018849df6d9a07aa6b9a707c743fe64b DIST XML_Parser-1.3.8.tgz 13534 BLAKE2B c0227d48b43b9b0fec3251c81e56017344101b4a2dc9a5eb85310d1130148a1d7e365b3b6e3f4fcab03aeac1f702f81f22d45c4db67ff515836ef8a173cd7d4c SHA512 f840acf2e068d642177d37958487021b5bf57cd33048738f2f18fa35d83dfe428ce327900a9a141c2a184e4dbdddc9e8eefaf87604131f516f016aee30aad603 diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild deleted file mode 100644 index cb8300b5fce6..000000000000 --- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.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="XML parsing class based on PHP's SAX parser" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -src_test() { - peardev run-tests -r || die -} diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild deleted file mode 100644 index 0ed52ec9f9b8..000000000000 --- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -DESCRIPTION="XML parsing class based on PHP's SAX parser" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -src_test() { - peardev run-tests -r || die -} |