public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu_bc/
Date: Mon, 25 Jan 2021 18:10:38 +0000 (UTC)	[thread overview]
Message-ID: <1611597827.84721e5a214cc542a56f831a44c82b27c83b9dc5.grknight@gentoo> (raw)

commit:     84721e5a214cc542a56f831a44c82b27c83b9dc5
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 18:03:47 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 18:03:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84721e5a

dev-php/pecl-apcu_bc: Drop old

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-apcu_bc/Manifest                     |  1 -
 dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild | 44 -----------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-php/pecl-apcu_bc/Manifest b/dev-php/pecl-apcu_bc/Manifest
index 99201b68c41..c73d9fc2e92 100644
--- a/dev-php/pecl-apcu_bc/Manifest
+++ b/dev-php/pecl-apcu_bc/Manifest
@@ -1,2 +1 @@
-DIST apcu_bc-1.0.4.tgz 7406 BLAKE2B c7099f13bfe589c9752fb7fa8454f16094a13d63924ceef614db1fef11d37265673e745383241836685dcabca8ae83af3c71ba2f2d8a77b4ab213db209924f12 SHA512 633ae74c4be3ee0c2c98540f696dc440f3f345c52811e856cb46c65c6b6fa8fa9f06ecb1d784cd990cf8b5219b65e14a29b97e57828dc6e7aa6b91d2475e6a0e
 DIST apcu_bc-1.0.5.tgz 7415 BLAKE2B d86c5a4949239d9196b4bfc22c19f97ff66b47ec87962540295a0d9f08c72c0f1213439dd6c4006355a73c7fa3dbdcc51e9f897b289f134116d33d9eb2c67cb7 SHA512 60ee1540c31873d7963fd8efa6293006eae19cb6c7815cea1f3b50b197a982840472a1e632cc7af5666f6af5522008bec30e48cd764920240a6c5a0d0eb0e6e0

diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild
deleted file mode 100644
index 4841dd913de..00000000000
--- a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_INI_NAME="bc_apc"
-PHP_EXT_NAME="apc"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_EXTRA_ECONF=""
-DOCS=( README.md )
-
-USE_PHP="php7-1 php7-2 php7-3"
-
-inherit php-ext-pecl-r3 multilib
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Provides APC backwards compatibility functions via APCu"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-php/pecl-apcu:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?]"
-RDEPEND="${DEPEND}"
-
-src_test() {
-	# This fixed version is necessary to have apcu load
-	# from the install before the tested apc.
-	# It is intentional to specify phpoptions twice.
-	# This mimics the Makefile.
-	local slot phpoptions
-	for slot in $(php_get_slots); do
-		php_init_slot_env "${slot}"
-		ln -s "${EXT_DIR}/apcu$(get_libname)" \
-			"modules/" || die
-		phpoptions=( -n -d extension_dir="${PHP_EXT_S}/modules"
-			-d extension=apcu$(get_libname)
-			-d extension=apc$(get_libname)  )
-		NO_INTERACTION="yes" TEST_PHP_EXECUTABLE="${PHPCLI}" \
-			"${PHPCLI}" "${phpoptions[@]}" \
-			run-tests.php "${phpoptions[@]}" || die
-	done
-}


             reply	other threads:[~2021-01-25 18:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 18:10 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-24 12:10 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu_bc/ Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-10 16:56 Brian Evans
2019-12-13  0:07 Thomas Deutschmann
2019-12-13  0:07 Thomas Deutschmann
2019-12-13  0:07 Thomas Deutschmann
2019-11-28 22:48 Thomas Deutschmann
2019-06-07 14:14 Thomas Deutschmann
2019-01-16 13:59 Brian Evans
2019-01-16 13:59 Brian Evans
2018-10-27 19:53 Mikle Kolyada
2018-10-19 17:52 Thomas Deutschmann
2018-10-18  1:15 Brian Evans
2018-04-10 14:34 Brian Evans
2017-02-23 16:30 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2016-12-08 21:53 Brian Evans
2016-12-08 21:53 Brian Evans
2016-02-26  2:15 Brian Evans
2016-02-26  2:15 Brian Evans
2016-01-25 15:07 Brian Evans
2016-01-14 21:35 Brian Evans
2016-01-01  3:55 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=1611597827.84721e5a214cc542a56f831a44c82b27c83b9dc5.grknight@gentoo \
    --to=grknight@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