Gentoo Archives: gentoo-commits

From: "Anant Narayanan (anant)" <anant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-syck: ChangeLog pecl-syck-0.55.ebuild
Date: Fri, 19 Oct 2007 22:09:02
Message-Id: E1IizrL-00063g-Lf@stork.gentoo.org
1 anant 07/10/19 21:58:23
2
3 Modified: ChangeLog
4 Added: pecl-syck-0.55.ebuild
5 Log:
6 Syck pkgmove 2/2
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.2 dev-php5/pecl-syck/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 15 Oct 2007 18:50:14 -0000 1.1
23 +++ ChangeLog 19 Oct 2007 21:58:23 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php5/pecl-syck
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.1 2007/10/15 18:50:14 anant Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.2 2007/10/19 21:58:23 anant Exp $
29 +
30 +*pecl-syck-0.55 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Anant Narayanan <anant@g.o> +pecl-syck-0.55.ebuild:
33 + Syck pkgmove 2/2
34
35 *pecl-syck-0.9.1 (14 Oct 2007)
36
37
38
39
40 1.1 dev-php5/pecl-syck/pecl-syck-0.55.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.55.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.55.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pecl-syck-0.55.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $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 $
50
51 PHP_EXT_NAME="syck"
52 PHP_EXT_INI="yes"
53 PHP_EXT_ZENDEXT="no"
54
55 inherit php-ext-source-r1
56
57 KEYWORDS="~amd64 ~x86"
58
59 MY_P="syck-${PV}"
60
61 DESCRIPTION="PHP bindings for Syck - an extension for reading and writing YAML
62 swiftly in popular scripting languages."
63 HOMEPAGE="http://whytheluckystiff.net/syck/"
64 SRC_URI="http://rubyforge.org/frs/download.php/4492/${MY_P}.tar.gz"
65 LICENSE="BSD"
66 SLOT="0"
67 IUSE=""
68
69 DEPEND="~dev-libs/syck-${PV}"
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}/${MY_P}/ext/php"
73
74 need_php_by_category
75
76
77
78
79
80 --
81 gentoo-commits@g.o mailing list