public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/File_Iterator/
Date: Mon, 15 Jan 2018 20:41:13 +0000 (UTC)	[thread overview]
Message-ID: <1516048814.54cebf7cc30b5ea0c5b62abc97940632c3b0bf9a.mjo@gentoo> (raw)

commit:     54cebf7cc30b5ea0c5b62abc97940632c3b0bf9a
Author:     Rob Levitsky <kitsunenokenja <AT> protonmail <DOT> ch>
AuthorDate: Sun Jan  7 22:07:05 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 20:40:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cebf7c

dev-php/File_Iterator: version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.3

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-php/File_Iterator/File_Iterator-1.4.3.ebuild | 31 ++++++++++++++++++++++++
 dev-php/File_Iterator/Manifest                   |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild b/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild
new file mode 100644
index 00000000000..304b65799f2
--- /dev/null
+++ b/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="php-file-iterator"
+
+DESCRIPTION="FilterIterator implementation that filters files based on criteria"
+HOMEPAGE="https://phpunit.de"
+SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="dev-php/fedora-autoloader
+	>=dev-lang/php-5.6:*"
+
+src_install() {
+	insinto /usr/share/php/File/Iterator
+	doins -r src/*
+	doins "${FILESDIR}/autoload.php"
+}
+
+pkg_postinst() {
+	ewarn "This library now loads via /usr/share/php/File/Iterator/autoload.php"
+	ewarn "Please update any scripts to require the autoloader"
+}

diff --git a/dev-php/File_Iterator/Manifest b/dev-php/File_Iterator/Manifest
index a48c9bfee88..7c965b904d0 100644
--- a/dev-php/File_Iterator/Manifest
+++ b/dev-php/File_Iterator/Manifest
@@ -1,2 +1,3 @@
 DIST File_Iterator-1.3.4.tgz 5199 BLAKE2B 75da70ad638230dd231947e3af26c2570eff367328d2e541fb1228ba531c0f249c931a9185f977dce9e17846e1e9b8b1f9f8d21219291e637b2eaf7805dcf360 SHA512 7117e0e56a9bc533d9f93556366a8026d1e5a9a3894c05551adef6c1e6cd556c1ebf6b96bd98279cb92077b3d8f8d7b7e42f446b39895850e573d0ec511392be
 DIST File_Iterator-1.4.2.tar.gz 4141 BLAKE2B 4c8d9847fa198d444571acdf777020b76e87e09506038c7d7ce732b97c149149bcf22dc25d0af36f041b7930673b05f940df8211c29829e0fed2b3dcfae0ba05 SHA512 295943681853c858e3e1c336c030338c61a74169bd2a619da6fca8c43611e587c6f626fa92799d614bcb0a1f86bbb39895b20f2a389107cedb9660a7e792a243
+DIST File_Iterator-1.4.3.tar.gz 4140 BLAKE2B 89274c6f9b561dbc732d0b81f06b7c34d267ea31d1deb5977eaa16852d87442183221ed6789fd5e09b80ef96811df2ff8ef5da5c764703f5e7a2d5289f582527 SHA512 cea906d6028d9c2dbbb5486198adbecbca87f8b4dcbe12f72b9732ac29cf8eb868a23af7a5bcf2de55e0040a077ab55b016e773d5145f987f7e3f9671ad3ea28


             reply	other threads:[~2018-01-15 20:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-15 20:41 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-php/File_Iterator/ Sam James
2022-02-17 17:13 Brian Evans
2022-02-17 17:13 Brian Evans
2021-01-07 19:09 Sam James
2021-01-07 18:55 Sam James
2018-12-18  0:51 Thomas Deutschmann
2018-06-07 19:22 Aaron Bauman
2017-11-13 20:13 Agostino Sarubbo
2017-11-13  0:49 Thomas Deutschmann
2017-07-01  9:31 Sergei Trofimovich
2017-05-28  0:31 Brian Evans
2017-05-28  0:31 Brian Evans
2017-04-01  9:47 Michael Weber
2017-03-31 10:30 Michael Weber
2017-03-26 19:53 Jeroen Roovers

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=1516048814.54cebf7cc30b5ea0c5b62abc97940632c3b0bf9a.mjo@gentoo \
    --to=mjo@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