Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-translit: ChangeLog pecl-translit-0.6.0.ebuild pecl-translit-0.6.0-r1.ebuild pecl-translit-0.5.ebuild
Date: Thu, 04 Nov 2010 16:17:14
Message-Id: 20101104161709.73EB720051@flycatcher.gentoo.org
1 mabi 10/11/04 16:17:09
2
3 Modified: ChangeLog
4 Added: pecl-translit-0.6.0.ebuild
5 pecl-translit-0.6.0-r1.ebuild
6 Removed: pecl-translit-0.5.ebuild
7 Log:
8 add version supporting minor version slotting, version bump, remove old
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 dev-php5/pecl-translit/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 6 Dec 2007 01:22:04 -0000 1.3
25 +++ ChangeLog 4 Nov 2010 16:17:09 -0000 1.4
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-php5/pecl-translit
28 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/ChangeLog,v 1.3 2007/12/06 01:22:04 jokey Exp $
30 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/ChangeLog,v 1.4 2010/11/04 16:17:09 mabi Exp $
32 +
33 +*pecl-translit-0.6.0-r1 (04 Nov 2010)
34 +*pecl-translit-0.6.0 (04 Nov 2010)
35 +
36 + 04 Nov 2010; Matti Bickel <mabi@g.o> -pecl-translit-0.5.ebuild,
37 + +pecl-translit-0.6.0.ebuild, +pecl-translit-0.6.0-r1.ebuild:
38 + add version supporting minor version slotting, version bump, remove old
39
40 06 Dec 2007; Markus Ullmann <jokey@g.o> pecl-translit-0.5.ebuild:
41 LICENSE fix from project overlay
42
43
44
45 1.1 dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pecl-translit-0.6.0.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild,v 1.1 2010/11/04 16:17:09 mabi Exp $
55
56 PHP_EXT_NAME="translit"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59
60 inherit php-ext-pecl-r1
61
62 KEYWORDS="~amd64 ~x86"
63
64 DESCRIPTION="Transliterates non-latin character sets to latin."
65 LICENSE="PHP-3"
66 SLOT="0"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND=""
71
72 need_php_by_category
73
74
75
76 1.1 dev-php5/pecl-translit/pecl-translit-0.6.0-r1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0-r1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: pecl-translit-0.6.0-r1.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0-r1.ebuild,v 1.1 2010/11/04 16:17:09 mabi Exp $
86
87 EAPI=3
88
89 PHP_EXT_NAME="translit"
90 PHP_EXT_INI="yes"
91 PHP_EXT_ZENDEXT="no"
92
93 inherit php-ext-pecl-r2
94
95 KEYWORDS="~amd64 ~x86"
96
97 DESCRIPTION="Transliterates non-latin character sets to latin."
98 LICENSE="PHP-3"
99 SLOT="0"
100 IUSE=""