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/ming-php/
Date: Mon,  1 Jan 2018 03:58:42 +0000 (UTC)	[thread overview]
Message-ID: <1514779106.84dbf9fc45fd6e6eb486e844f659da9cb2f50a8a.grknight@gentoo> (raw)

commit:     84dbf9fc45fd6e6eb486e844f659da9cb2f50a8a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 03:58:26 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 03:58:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dbf9fc

dev-php/ming-php: Version bump for 0.4.8

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-php/ming-php/Manifest              |  1 +
 dev-php/ming-php/ming-php-0.4.8.ebuild | 46 ++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-php/ming-php/Manifest b/dev-php/ming-php/Manifest
index 0273343eeea..4b76d3849a3 100644
--- a/dev-php/ming-php/Manifest
+++ b/dev-php/ming-php/Manifest
@@ -1 +1,2 @@
 DIST ming-0_4_7.tar.gz 14903570 BLAKE2B 48e7b3c2b8a81fa63da18dd140064c572efe563eb621f33b4bc57cdcad8d6cb828e8f62fc63b47144389b0eefa5b571c47e39013ec2724611d20e74928275213 SHA512 232cf45daabd7b60203c9382aa6568455a42ddcd1bd60eec9bfe3f5e80376fcc9ff6304efbafca1ac8a504e2e167bc394e4902e0d067303d9582551461e09d3c
+DIST ming-0_4_8.tar.gz 14908459 BLAKE2B df89beab98a7fbdcbefccad3a2fb013453405a7dba757131a61f06d9e40b7e1fe7beeadab42c113b12cff24b91cb1e76e9fabee0e1b4af58e2127eba13cc27bc SHA512 e395acde9119ad32f4cedd500bcceee70bdd563222a41dda899cc318d5e34eb580abc38ac39c6dec7821913a0a70d2f953fc81f52255b623e34f7c3aaafbc9c0

diff --git a/dev-php/ming-php/ming-php-0.4.8.ebuild b/dev-php/ming-php/ming-php-0.4.8.ebuild
new file mode 100644
index 00000000000..12bf8ee1dcc
--- /dev/null
+++ b/dev-php/ming-php/ming-php-0.4.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME=ming
+MY_P="${PHP_EXT_NAME}-${PV//./_}"
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
+PHP_EXT_S="libming-${MY_P}/php_ext"
+inherit flag-o-matic php-ext-source-r3
+
+DESCRIPTION="PHP extension for the ming Flash movie generation library"
+HOMEPAGE="http://ming.sourceforge.net/"
+SRC_URI="https://github.com/libming/libming/archive/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="media-libs/ming"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/libming-${MY_P}"
+# Clear out near-empty README files which are not helpful to the user
+DOCS=( )
+
+src_prepare() {
+	local slot orig_s="${PHP_EXT_S}"
+	for slot in $(php_get_slots); do
+		cp "${FILESDIR}/php_ext-config.m4" "${WORKDIR}/${slot}/config.m4" || \
+			die "Failed to copy config.m4 to target"
+		rm "${WORKDIR}/${slot}/Makefile.am" || die "Failed to remove Makefile.am for ${slot}"
+		php_init_slot_env ${slot}
+		eapply_user
+		php-ext-source-r3_phpize
+	done
+}
+
+src_configure() {
+	# build is sensitive to -O3 (bug #297437)
+	replace-flags -O3 -O2
+
+	local PHP_EXT_EXTRA_ECONF="--with-ming=${S}"
+	php-ext-source-r3_src_configure
+}


             reply	other threads:[~2018-01-01  3:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-01  3:58 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-07 14:14 [gentoo-commits] repo/gentoo:master commit in: dev-php/ming-php/ Thomas Deutschmann
2019-03-03 16:07 Sergei Trofimovich
2018-12-19 22:48 Sergei Trofimovich
2018-10-23 18:47 Markus Meier
2018-10-12  8:58 Tobias Klausmann
2018-10-04  8:07 Mikle Kolyada
2018-09-30 21:38 Sergei Trofimovich
2018-09-26  6:22 Sergei Trofimovich
2018-01-10 20:08 Brian Evans
2017-03-29  1:46 Michael Orlitzky
2017-03-29  1:41 Jeroen Roovers
2017-02-21 20:40 Markus Meier
2017-01-25  9:05 Tobias Klausmann
2017-01-18 11:29 Agostino Sarubbo
2016-12-09 17:47 Brian Evans
2016-11-03 12:07 Pacho Ramos
2016-07-03 10:46 Jeroen Roovers
2016-06-08 20:09 Markus Meier
2016-05-23  8:54 Tobias Klausmann

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=1514779106.84dbf9fc45fd6e6eb486e844f659da9cb2f50a8a.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