summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-06-09 21:20:40 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-06-09 21:22:48 -0400
commit83a846c0b06bf1e3f8e3fcfa9c80dc659767f072 (patch)
tree63834fa683ac9addc263070cae7e38860a577dd4 /dev-php
parentdev-php/PEAR-Net_Sieve: stabilize 1.4.6 (diff)
downloadgentoo-83a846c0b06bf1e3f8e3fcfa9c80dc659767f072.tar.gz
gentoo-83a846c0b06bf1e3f8e3fcfa9c80dc659767f072.tar.bz2
gentoo-83a846c0b06bf1e3f8e3fcfa9c80dc659767f072.zip
dev-php/PEAR-Net_Sieve: drop 1.5.2-r1, 1.5.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_Sieve/Manifest2
-rw-r--r--dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild28
-rw-r--r--dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-php/PEAR-Net_Sieve/Manifest b/dev-php/PEAR-Net_Sieve/Manifest
index 6a3fc26f6329..1758b629f479 100644
--- a/dev-php/PEAR-Net_Sieve/Manifest
+++ b/dev-php/PEAR-Net_Sieve/Manifest
@@ -1,3 +1 @@
DIST Net_Sieve-1.4.6.tgz 16556 BLAKE2B fd83f934f1b6bce9459113036a04bf9a59695789f5e3f2308ecd382af8d129ae95a1da73c49b41de83c078551f143c7546f531bb3ba975bfe73eae8b5572de1c SHA512 8d10c00336fd9a8f3a6e4da2e549112bb8d16f96f4bba7854cb9a95d2385b50f88e2c10b2d75e90913dbe927925ac40e0b2e4536fe1b8aa44bc5e31db0f28851
-DIST PEAR-Net_Sieve-1.5.2.tar.gz 16332 BLAKE2B 24d385225fbf3c4bf5612927826ced468ccb5addeac9cd49c6fb617304fa77f4a44a11e3adf09173f65315d8a0755e44e93d0a7ae1c60f1a954849bee2380053 SHA512 672d2f6f4c3241f748fbdebd804f2186dd2a5f8b7be6a75cb9187ed16e61502e4a338bfaa1815190b74ab534cb7277b534b0542309098797fcb63582dc81bdbe
-DIST PEAR-Net_Sieve-1.5.4.tar.gz 16306 BLAKE2B 6ecd4ef669211b01089f29c48735b7259c392510f09df9aa0f1126fef8e3ebbf83803ab47bdd37c9b798a2add4c3d19e1a04960290a202070e17ee1f8041d02d SHA512 c981ba421946cc1eb1f2101cf25cbfbbcf56b74f92a8a257b19a8b43fb04ad2d8c9d93a2f44903589bb6014c53cc6ae96c44b1c31c389510439f1f2da57b3353
diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild
deleted file mode 100644
index cbabb2dfdd7c..000000000000
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-
-DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
-HOMEPAGE="https://github.com/roundcube/Net_Sieve"
-SRC_URI="https://github.com/roundcube/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="sasl"
-
-RDEPEND="dev-lang/php:*
- dev-php/PEAR-PEAR
- dev-php/PEAR-Net_Socket
- sasl? ( dev-php/PEAR-Auth_SASL )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
- # Install into "Net" for backwards compatibility (that's where PEAR
- # used to put things).
- insinto /usr/share/php/Net
- doins Sieve.php
-}
diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
deleted file mode 100644
index 2d293f99bd59..000000000000
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-
-DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
-HOMEPAGE="https://github.com/roundcube/Net_Sieve"
-SRC_URI="https://github.com/roundcube/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="sasl"
-
-RDEPEND="dev-lang/php:*
- dev-php/PEAR-PEAR
- dev-php/PEAR-Net_Socket
- sasl? ( dev-php/PEAR-Auth_SASL )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
- # Install into "Net" for backwards compatibility (that's where PEAR
- # used to put things).
- insinto /usr/share/php/Net
- doins Sieve.php
-}