grknight    15/01/22 17:25:49

  Added:                ming-php-0.4.5.ebuild metadata.xml ChangeLog
  Log:
  Initial commit split from media-libs/ming
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.1                  dev-php/ming-php/ming-php-0.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/ming-php-0.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/ming-php-0.4.5.ebuild?rev=1.1&content-type=text/plain

Index: ming-php-0.4.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/ming-php/ming-php-0.4.5.ebuild,v 1.1 
2015/01/22 17:25:49 grknight Exp $

EAPI=5

PHP_EXT_NAME=ming
MY_P="${PHP_EXT_NAME}-${PV}"
USE_PHP="php5-4 php5-5 php5-6"
PHP_EXT_S="${MY_P}/php_ext"
inherit flag-o-matic php-ext-source-r2

DESCRIPTION="PHP extension for the ming Flash movie generation library"
HOMEPAGE="http://ming.sourceforge.net/";
SRC_URI="mirror://sourceforge/ming/${MY_P}.tar.bz2"

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}/${MY_P}"

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}
                epatch "${FILESDIR}/ming-php-54.patch"
                php-ext-source-r2_phpize
        done
}

src_configure() {
        # build is sensitive to -O3 (bug #297437)
        replace-flags -O3 -O2

        local my_conf="--with-ming=${S}"
        php-ext-source-r2_src_configure
}



1.1                  dev-php/ming-php/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>[email protected]</email>
                <name>Brian Evans</name>
        </maintainer>
        <herd>php</herd>
</pkgmetadata>



1.1                  dev-php/ming-php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ming-php/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-php/ming-php
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/ming-php/ChangeLog,v 1.1 2015/01/22 
17:25:49 grknight Exp $

*ming-php-0.4.5 (22 Jan 2015)

  22 Jan 2015; Brian Evans <[email protected]> +files/ming-php-54.patch,
  +files/php_ext-config.m4, +metadata.xml, +ming-php-0.4.5.ebuild:
  Initial commit split from media-libs/ming




Reply via email to