summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-01-18 18:20:24 +0000
committerBrian Evans <grknight@gentoo.org>2015-01-18 18:20:24 +0000
commita3bb32db91828af96a18d37a0ea5643fecef0a04 (patch)
treec08ad40ccc0d2ac828ab69224f5c56b6b824bdf4 /dev-php
parentApply some fixes to build Kodi, including #536402 (diff)
downloadgentoo-2-a3bb32db91828af96a18d37a0ea5643fecef0a04.tar.gz
gentoo-2-a3bb32db91828af96a18d37a0ea5643fecef0a04.tar.bz2
gentoo-2-a3bb32db91828af96a18d37a0ea5643fecef0a04.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-syck/ChangeLog5
-rw-r--r--dev-php/pecl-syck/pecl-syck-0.9.3-r2.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/dev-php/pecl-syck/ChangeLog b/dev-php/pecl-syck/ChangeLog
index 4d57e2f5546e..97499f58fa19 100644
--- a/dev-php/pecl-syck/ChangeLog
+++ b/dev-php/pecl-syck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/pecl-syck
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v 1.13 2015/01/18 08:44:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v 1.14 2015/01/18 18:20:24 grknight Exp $
+
+ 18 Jan 2015; Brian Evans <grknight@gentoo.org> -pecl-syck-0.9.3-r2.ebuild:
+ Drop old
18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-syck-0.9.3-r3.ebuild:
Stable for ppc64, wrt bug #534566
diff --git a/dev-php/pecl-syck/pecl-syck-0.9.3-r2.ebuild b/dev-php/pecl-syck/pecl-syck-0.9.3-r2.ebuild
deleted file mode 100644
index c55712704429..000000000000
--- a/dev-php/pecl-syck/pecl-syck-0.9.3-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/pecl-syck-0.9.3-r2.ebuild,v 1.6 2014/08/10 21:03:59 slyfox Exp $
-
-EAPI="4"
-
-PHP_EXT_NAME="syck"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="CHANGELOG TODO"
-
-USE_PHP="php5-4 php5-3"
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-
-DESCRIPTION="PHP bindings for Syck - reads and writes YAML with it"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/syck
- || ( <dev-lang/php-5.3.1[hash,spl] >=dev-lang/php-5.3.1[hash] )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- local slot
- for slot in $(php_get_slots); do
- php_init_slot_env ${slot}
- epatch "${FILESDIR}"/fix-php-5-4-support.patch
- done
- php-ext-source-r2_src_prepare
-}