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/
Date: Sat,  4 Mar 2017 15:17:08 +0000 (UTC)	[thread overview]
Message-ID: <1488640616.7aa74b763ca15d05023a570f6217a797be0bf1b6.grknight@gentoo> (raw)

commit:     7aa74b763ca15d05023a570f6217a797be0bf1b6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 15:16:56 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 15:16:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa74b76

dev-php/pecl-apcu: Drop old version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-php/pecl-apcu/Manifest                  |  1 -
 dev-php/pecl-apcu/pecl-apcu-4.0.7-r1.ebuild | 62 -----------------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-php/pecl-apcu/Manifest b/dev-php/pecl-apcu/Manifest
index b4298358c3a..58a32694dad 100644
--- a/dev-php/pecl-apcu/Manifest
+++ b/dev-php/pecl-apcu/Manifest
@@ -1,3 +1,2 @@
-DIST APCu-4.0.7.tgz 118670 SHA256 178a731ee3435b451f1144bc4a63c9d70d4909a2c434e17c6e07db554df90bd6 SHA512 50db51358c9268cc5fdd0d48fb444be9e9356f1690bc1ae021a9618c8819ce8873bf4502fe87a10467ffda2ef38267ccca2af55152b064400c69a8da92b7e98b WHIRLPOOL 3c721753764d6f3adbf6090710aafdb29d78b3d55e718c0101d7cad993b51d7b335931c61f120f8dad4623fe16cad9f13952367934968599ed15dd9c744b9725
 DIST apcu-4.0.11.tgz 119535 SHA256 454f302ec13a6047ca4c39e081217ce5a61bbea815aec9c1091fb849e70b4d00 SHA512 e3b97066240e33850419e96f0fd9df0e66ee3b0fa238c418e07ac639d07439e9edfa1696e56a620e33f1ffc0993c57bde585b0c170b22995e7d5c0ae550b7899 WHIRLPOOL b823ebdc574d13bfb43fbbfc2b5fe238ae1a895dc4fa51b12af9d99f3f8d42d4b4b25c305e203c417de2314cc2be360ea18e2c04f01b83c3c131c68c693f429c
 DIST apcu-5.1.8.tgz 111260 SHA256 01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce SHA512 4f377389e713bcae5534c64ea28f72c20ab2176aa758188c4d956c1f2370be49bc33dd2a1db43941fff5344a164aaeebc4e73e6d579f62d17334bcc520171526 WHIRLPOOL f62c95a404dfb8915b12012d29ca2e92753327d0d8f81638e8dc75c7db09f9798899bf5f8a76ab02ef792cc3572d0c7af2d4a5662662ffb517427d0a348c8e5a

diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.7-r1.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.7-r1.ebuild
deleted file mode 100644
index 90fdb4aa744..00000000000
--- a/dev-php/pecl-apcu/pecl-apcu-4.0.7-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PHP_EXT_NAME="apcu"
-PHP_EXT_PECL_PKG="APCu"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="NOTICE README.md TECHNOTES.txt TODO"
-
-USE_PHP="php5-6 php5-5 php5-4"
-
-S="${WORKDIR}/apcu-${PV}"
-PHP_EXT_S="${WORKDIR}/apcu-${PV}"
-
-inherit php-ext-pecl-r2 confutils eutils
-
-S="${WORKDIR}/apcu-${PV}"
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Stripped down version of APC supporting only user cache"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE="+mmap"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-LOCKS="pthreadmutex pthreadrw spinlock semaphore"
-
-LUSE=""
-for l in ${LOCKS}; do
-	LUSE+="lock_${l} "
-done
-
-IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}"
-
-REQUIRED_USE="^^ ( $LUSE )"
-
-src_configure() {
-	my_conf="--enable-apcu"
-	use mmap || my_conf+=" --disable-apcu-mmap"
-
-	enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0
-
-	php-ext-source-r2_src_configure
-}
-
-src_install() {
-	php-ext-pecl-r2_src_install
-
-	dodir "${PHP_EXT_SHARED_DIR}"
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins apc.php
-}
-
-pkg_postinst() {
-	elog "The apc.php file shipped with this release of pecl-apcu was"
-	elog "installed into ${PHP_EXT_SHARED_DIR}/."
-}


             reply	other threads:[~2017-03-04 15:17 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-04 15:17 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13 12:46 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/ Michael Orlitzky
2024-11-13 11:10 Arthur Zamarin
2024-11-11 15:21 Sam James
2023-12-28  1:39 Conrad Kostecki
2023-12-28  1:28 Conrad Kostecki
2022-10-26 19:56 Conrad Kostecki
2022-06-29 13:00 Brian Evans
2022-06-29  7:56 Agostino Sarubbo
2022-06-29  7:54 Agostino Sarubbo
2022-06-29  7:52 Agostino Sarubbo
2022-06-29  1:25 Brian Evans
2022-04-05 13:58 Brian Evans
2021-10-15 14:33 Thomas Deutschmann
2021-04-23 13:44 Sam James
2021-03-06 16:03 Thomas Deutschmann
2021-01-25 18:10 Brian Evans
2021-01-25 17:13 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-08 21:40 Brian Evans
2020-10-05 16:19 Thomas Deutschmann
2020-05-15 12:57 Brian Evans
2020-03-21  9:24 Mart Raudsepp
2020-01-26 20:55 Thomas Deutschmann
2020-01-24 15:57 Agostino Sarubbo
2019-11-17 21:01 Thomas Deutschmann
2019-10-01 19:05 Brian Evans
2019-10-01 19:05 Brian Evans
2019-10-01 19:05 Brian Evans
2019-08-19 13:23 Brian Evans
2019-08-15 16:16 Brian Evans
2019-08-15 13:03 Brian Evans
2019-08-13  0:36 Aaron Bauman
2019-02-22 14:55 Thomas Deutschmann
2018-12-18  0:51 Thomas Deutschmann
2018-10-27 19:53 Mikle Kolyada
2018-10-19 17:52 Thomas Deutschmann
2018-08-10 16:32 Brian Evans
2018-04-06 13:48 Brian Evans
2018-03-06 17:14 Brian Evans
2018-01-25 15:05 Brian Evans
2018-01-25 15:05 Brian Evans
2017-12-31  3:07 Michael Orlitzky
2017-02-23 16:30 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-02-18 16:39 Michael Orlitzky
2017-02-18 16:39 Michael Orlitzky
2016-12-08 21:53 Brian Evans
2016-12-08 21:53 Brian Evans
2016-06-23 20:04 Brian Evans
2016-01-23 16:58 Michael Orlitzky
2016-01-01  3:55 Brian Evans
2015-12-24 18:28 Brian Evans
2015-12-02 19:34 Brian Evans
2015-11-03 16:18 Agostino Sarubbo
2015-11-03 15:19 Agostino Sarubbo
2015-09-25 19:20 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=1488640616.7aa74b763ca15d05023a570f6217a797be0bf1b6.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