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/ming-php/
Date: Wed, 29 Mar 2017 01:46:04 +0000 (UTC)	[thread overview]
Message-ID: <1490751934.ebb955c71652cc146659e44c8abe5cf11d31e5a8.mjo@gentoo> (raw)

commit:     ebb955c71652cc146659e44c8abe5cf11d31e5a8
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 01:43:50 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 01:45:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb955c7

dev-php/ming-php: remove unused version 0.4.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/ming-php/Manifest              |  1 -
 dev-php/ming-php/ming-php-0.4.5.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-php/ming-php/Manifest b/dev-php/ming-php/Manifest
index ab75f7d7594..88c6ea1dba6 100644
--- a/dev-php/ming-php/Manifest
+++ b/dev-php/ming-php/Manifest
@@ -1,2 +1 @@
-DIST ming-0.4.5.tar.bz2 14234048 SHA256 82da089bdfc3a7fcb732dc11c11a35003ee270d5102d4043d61ea69834239aeb SHA512 9e5a2fb558841e72a072e2c29a0871dc7056ab57f1e6feca864b9b0961841334c4d2c6bc731bc4e043eb96b63fb946738cb1b8b54ef45679fcbf9bcf82adea31 WHIRLPOOL 2315adb1ed2b8878843ce5eef54f7c4386a69c809820aa4d2040fe4d94c0fa367cc57966a78e327f6a578c99b3ed4b1fa5d352106df9283f3b2d7f87a1178203
 DIST ming-0_4_7.tar.gz 14903570 SHA256 118aa1338dd74b34dd2cd22bce286ca0571e8b9aa433999646d1c0157ea9a7dc SHA512 232cf45daabd7b60203c9382aa6568455a42ddcd1bd60eec9bfe3f5e80376fcc9ff6304efbafca1ac8a504e2e167bc394e4902e0d067303d9582551461e09d3c WHIRLPOOL 075794f170e7f529ba79a66af4504745da786d7cd73e9673ffd4c48e943fbc8bf1f952f1cc0b0b7b0ca1e26a3bdb255feeaaeb675032616d2060c40f19d4dbdd

diff --git a/dev-php/ming-php/ming-php-0.4.5.ebuild b/dev-php/ming-php/ming-php-0.4.5.ebuild
deleted file mode 100644
index 65e96b873b0..00000000000
--- a/dev-php/ming-php/ming-php-0.4.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


             reply	other threads:[~2017-03-29  1:46 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29  1:46 Michael Orlitzky [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
2018-01-01  3:58 Brian Evans
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=1490751934.ebb955c71652cc146659e44c8abe5cf11d31e5a8.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