diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-10-19 21:58:23 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-10-19 21:58:23 +0000 |
commit | ab6192b7ee3114560675d1e7d9a52c19ce6fb778 (patch) | |
tree | f6372a94619f1f5954c0373ea2ea8382236dd806 | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-ab6192b7ee3114560675d1e7d9a52c19ce6fb778.tar.gz gentoo-2-ab6192b7ee3114560675d1e7d9a52c19ce6fb778.tar.bz2 gentoo-2-ab6192b7ee3114560675d1e7d9a52c19ce6fb778.zip |
Syck pkgmove 2/2
(Portage version: 2.1.3.15)
-rw-r--r-- | dev-php5/pecl-syck/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-syck/files/digest-pecl-syck-0.55 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.55.ebuild | 30 |
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-php5/pecl-syck/ChangeLog b/dev-php5/pecl-syck/ChangeLog index 2c304c588590..278c3552a685 100644 --- a/dev-php5/pecl-syck/ChangeLog +++ b/dev-php5/pecl-syck/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-syck # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.1 2007/10/15 18:50:14 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.2 2007/10/19 21:58:23 anant Exp $ + +*pecl-syck-0.55 (19 Oct 2007) + + 19 Oct 2007; Anant Narayanan <anant@gentoo.org> +pecl-syck-0.55.ebuild: + Syck pkgmove 2/2 *pecl-syck-0.9.1 (14 Oct 2007) diff --git a/dev-php5/pecl-syck/files/digest-pecl-syck-0.55 b/dev-php5/pecl-syck/files/digest-pecl-syck-0.55 new file mode 100644 index 000000000000..36797fd04fcc --- /dev/null +++ b/dev-php5/pecl-syck/files/digest-pecl-syck-0.55 @@ -0,0 +1,3 @@ +MD5 a57b7c46d81170b9318e2f384f77910c syck-0.55.tar.gz 354205 +RMD160 ffd26db70cf743b90cbfecfe7402c6fb8d698ee8 syck-0.55.tar.gz 354205 +SHA256 ac881945c9dfe5dd6395a5db921e8256d1d359295bb66a1acbfe49fb637c1a3a syck-0.55.tar.gz 354205 diff --git a/dev-php5/pecl-syck/pecl-syck-0.55.ebuild b/dev-php5/pecl-syck/pecl-syck-0.55.ebuild new file mode 100644 index 000000000000..e1e47d6ea94d --- /dev/null +++ b/dev-php5/pecl-syck/pecl-syck-0.55.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.55.ebuild,v 1.1 2007/10/19 21:58:23 anant Exp $ + +PHP_EXT_NAME="syck" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-source-r1 + +KEYWORDS="~amd64 ~x86" + +MY_P="syck-${PV}" + +DESCRIPTION="PHP bindings for Syck - an extension for reading and writing YAML +swiftly in popular scripting languages." +HOMEPAGE="http://whytheluckystiff.net/syck/" +SRC_URI="http://rubyforge.org/frs/download.php/4492/${MY_P}.tar.gz" +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="~dev-libs/syck-${PV}" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}/ext/php" + +need_php_by_category + + |