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-eio/
Date: Mon, 28 Nov 2016 20:57:54 +0000 (UTC)	[thread overview]
Message-ID: <1480366624.76d6bfcf6071afd44b395f409c9bfb72d46653d2.grknight@gentoo> (raw)

commit:     76d6bfcf6071afd44b395f409c9bfb72d46653d2
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 19:47:41 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d6bfcf

dev-php/pecl-eio: Drop old

Package-Manager: portage-2.3.2

 dev-php/pecl-eio/Manifest                 |  2 --
 dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild | 27 ---------------------------
 dev-php/pecl-eio/pecl-eio-2.0.0.ebuild    | 25 -------------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest
index 7436e2e..05b0401 100644
--- a/dev-php/pecl-eio/Manifest
+++ b/dev-php/pecl-eio/Manifest
@@ -1,3 +1 @@
-DIST eio-1.2.5.tgz 57539 SHA256 ee7b21aa413cbe39caaef1d2eb893fa3bcb9a278b5665c28d179a83a4a1bdb51 SHA512 629f4e0cd3f632ec7d5aed299a6f55ba089f8d455a974c02c892515212d1f9a28ee2977ef513eba8b7fddf3431449716f70c29999dcd71df77ea26baae8994d5 WHIRLPOOL 2bffa6aca39ccf85dda44b4a18f966a4be4bcf3dc0a53c2eac2443574b189540732b0204b4c8a7d1825956c7b9aa15946680d65ff16ad7237b3f535c960f10fd
-DIST eio-2.0.0.tgz 73615 SHA256 fc25ec8bc88b5d7dbb56f50a31d0672b92b09357817252218b34a672db089fe9 SHA512 e863bfffa78f6009c849b4487d5c81326cbfd7fdd8999282fe373f5f3086b994a8a8e33864b0f4475be0650e886f4c7208e8a681b60629b7d0e631912c88fa49 WHIRLPOOL 510083e2ce87ec2e19ab4d554d421224397a3129e516292a61bde23fd291fd590636804a93e5a9618059770676ca569484b30e9a56cc45d44ec9381645474332
 DIST eio-2.0.1.tgz 73968 SHA256 e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 WHIRLPOOL bc519601862009b50099c4efb8c4bb0a8b66fd1117c8a457566ddc9a124fbd2888d98b80010754f0ee3f8a2902a4fe9f100cfa4e323c662b95768c1c0d62ae5f

diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild
deleted file mode 100644
index 759544e..00000000
--- a/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README.md"
-
-USE_PHP="php5-4 php5-5 php5-6"
-inherit php-ext-pecl-r2 confutils
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libeio library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="debug"
-
-src_configure() {
-	my_conf="--with-eio"
-	enable_extension_enable "eio-debug" "debug" 0
-
-	php-ext-source-r2_src_configure
-}

diff --git a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild
deleted file mode 100644
index 33af867..00000000
--- a/dev-php/pecl-eio/pecl-eio-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php5-5 php5-6 php7-0"
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libeio library"
-LICENSE="PHP-3"
-SLOT="0"
-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:[~2016-11-28 20:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28 20:57 Brian Evans [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-12-28  1:44 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-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=1480366624.76d6bfcf6071afd44b395f409c9bfb72d46653d2.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