summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-08-23 19:19:41 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-08-23 19:19:41 +0000
commit11d4b3eb5c8bd4c5070ca34b3b05e86135ba8573 (patch)
tree467c40a768ccf651ce75ef1fa19c1575a27e9bf2 /dev-php/pecl-yaml
parentRemoving old ebuilds (diff)
downloadgentoo-2-11d4b3eb5c8bd4c5070ca34b3b05e86135ba8573.tar.gz
gentoo-2-11d4b3eb5c8bd4c5070ca34b3b05e86135ba8573.tar.bz2
gentoo-2-11d4b3eb5c8bd4c5070ca34b3b05e86135ba8573.zip
Removing old ebuilds
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-yaml')
-rw-r--r--dev-php/pecl-yaml/ChangeLog8
-rw-r--r--dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild23
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-php/pecl-yaml/ChangeLog b/dev-php/pecl-yaml/ChangeLog
index 226371cd6fe9..45000aa87ca6 100644
--- a/dev-php/pecl-yaml/ChangeLog
+++ b/dev-php/pecl-yaml/ChangeLog
@@ -1,6 +1,9 @@
-# ChangeLog for dev-php5/pecl-yaml
+# ChangeLog for dev-php/pecl-yaml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.2 2012/05/20 15:50:14 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.3 2012/08/23 19:19:41 olemarkus Exp $
+
+ 23 Aug 2012; Ole Markus With <olemarkus@gentoo.org> -pecl-yaml-1.0.1.ebuild:
+ Removing old ebuilds
*pecl-yaml-1.1.0 (20 May 2012)
@@ -26,4 +29,3 @@
+pecl-yaml-0.6.3.ebuild, +pecl-yaml-0.6.3-r1.ebuild, +metadata.xml:
Initial commit of pecl-yaml (requested in #347511). Thanks to nathan for
the ebuild.
-
diff --git a/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild
deleted file mode 100644
index d6909cc3e868..000000000000
--- a/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild,v 1.1 2011/12/14 22:51:36 mabi Exp $
-
-EAPI="2"
-
-PHP_EXT_NAME="yaml"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="CREDITS EXPERIMENTAL README"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization
-using the LibYAML library."
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/libyaml-0.1.0"
-RDEPEND="${DEPEND}"