public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
Date: Thu, 28 Dec 2023 01:44:55 +0000 (UTC)	[thread overview]
Message-ID: <1703727884.a897bac217d18ce72ae713ff02bdea85b93af2d1.conikost@gentoo> (raw)

commit:     a897bac217d18ce72ae713ff02bdea85b93af2d1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 01:44:44 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 01:44:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a897bac2

dev-php/pecl-eio: drop 3.0.0_rc2, 3.0.0_rc4

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-php/pecl-eio/Manifest                  |  2 --
 dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild | 30 ------------------------------
 dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest
index d0679f6ec2da..75e15a906dff 100644
--- a/dev-php/pecl-eio/Manifest
+++ b/dev-php/pecl-eio/Manifest
@@ -1,3 +1 @@
-DIST eio-3.0.0RC2.tgz 89591 BLAKE2B 7923f8715870cfd744148980e3ad6de8373384d85e45abc687be2cde22fd425a33b8c80fbd1226e23dbac417533826dfbf639fed751bfc2a88e118750e38d626 SHA512 23e7d88720222ac3f58015ba140e3338e100cf72cf64276fd7e0f0d63a5e50f878ab0a4a742eac7b51484c56ee438fcc3f7cbf7b1da5db44e0178a5098a4a6ae
-DIST eio-3.0.0RC4.tgz 89689 BLAKE2B 2b8cc414d212ec7d3345621a1190ef4e2b2a286ea76569dd39f6a1ce9a77e77bbb6959d9d25be59ab4fea617cb4c16bfcc726d6d1c8aee0dfa87c2cdcbd9f095 SHA512 126f189eb1ccce6093c764b9910bd844561ff644efeaeb762dd5eccb34122b0012160168f223f46d82dd6bf55ebcd1561c96bc69c408b2c8a37c0d2a04d619e4
 DIST eio-3.1.0RC1.tgz 99307 BLAKE2B dbadc519f43a38796994d5854ef5f5e0c2876aa1afe9f98a3933f89332c4dc7b6db7a675cb06e47039243130d39f12f26085f02d9ea871eda68580d8fdcf143f SHA512 2118eb47bfa24a753588e24691d96f46d07fde9e2ce409f1d93d77aa52494536aa06654c95831b7841d54f44a5cfd5c958efd4304a344a620c7f348cd5f7a368

diff --git a/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild b/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild
deleted file mode 100644
index b7ea9d1d2ba3..000000000000
--- a/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/pecl-}"
-MY_PV="${PV/_rc/RC}"
-MY_P="${MY_PN}-${MY_PV}"
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-DOCS=( README.md )
-
-USE_PHP="php8-0"
-inherit php-ext-pecl-r3
-
-DESCRIPTION="PHP wrapper for libeio library"
-S="${PHP_EXT_S}"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-src_configure() {
-	local PHP_EXT_ECONF_ARGS=("--with-eio" "$(use_enable debug eio-debug)" )
-	php-ext-source-r3_src_configure
-}

diff --git a/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild b/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild
deleted file mode 100644
index 09c39fede5e8..000000000000
--- a/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/pecl-}"
-MY_PV="${PV/_rc/RC}"
-MY_P="${MY_PN}-${MY_PV}"
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-DOCS=( README.md )
-
-USE_PHP="php8-0 php8-1"
-inherit php-ext-pecl-r3
-
-DESCRIPTION="PHP wrapper for libeio library"
-S="${PHP_EXT_S}"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-src_configure() {
-	local PHP_EXT_ECONF_ARGS=("--with-eio" "$(use_enable debug eio-debug)" )
-	php-ext-source-r3_src_configure
-}


             reply	other threads:[~2023-12-28  1:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28  1:44 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  2:00 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/ Conrad Kostecki
2023-09-19 17:48 Arthur Zamarin
2023-09-15  7:52 David Seifert
2023-06-07 16:40 Sam James
2021-11-22 19:57 Brian Evans
2021-08-27 13:43 Brian Evans
2021-01-22 15:12 Brian Evans
2021-01-22 15:12 Brian Evans
2020-05-05  1:25 Brian Evans
2019-11-28 22:48 Thomas Deutschmann
2018-08-10 19:16 Brian Evans
2018-04-06 20:48 Brian Evans
2018-04-06 20:48 Brian Evans
2018-02-11 10:36 Michał Górny
2017-05-12 13:53 Brian Evans
2016-11-28 20:57 Brian Evans
2016-11-28 20:57 Brian Evans
2016-07-21 21:00 Brian Evans
2015-09-25 18:16 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=1703727884.a897bac217d18ce72ae713ff02bdea85b93af2d1.conikost@gentoo \
    --to=conikost@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