Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-id3: ChangeLog pecl-id3-0.2-r1.ebuild pecl-id3-0.2.ebuild
Date: Thu, 06 Dec 2007 01:10:47
Message-Id: E1J05GF-0006Di-42@stork.gentoo.org
1 jokey 07/12/06 01:10:43
2
3 Modified: ChangeLog
4 Added: pecl-id3-0.2-r1.ebuild
5 Removed: pecl-id3-0.2.ebuild
6 Log:
7 LICENSE fix from project overlay and version bump
8 (Portage version: 2.1.4_rc7)
9
10 Revision Changes Path
11 1.3 dev-php5/pecl-id3/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-id3/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-id3/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-id3/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 17 Mar 2007 23:59:59 -0000 1.2
24 +++ ChangeLog 6 Dec 2007 01:10:42 -0000 1.3
25 @@ -1,6 +1,15 @@
26 # ChangeLog for dev-php5/pecl-id3
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v 1.2 2007/03/17 23:59:59 chtekk Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v 1.3 2007/12/06 01:10:42 jokey Exp $
30 +
31 +*pecl-id3-0.2-r1 (06 Dec 2007)
32 +
33 + 06 Dec 2007; Markus Ullmann <jokey@g.o> -pecl-id3-0.2.ebuild,
34 + +pecl-id3-0.2-r1.ebuild:
35 + LICENSE fix from project overlay and version bump
36 +
37 + 03 Dec 2007; Jakub Moc <jakub@g.o> +pecl-id3-0.2-r1.ebuild:
38 + Fix LICENSE, add examples USE flag, install some docs
39
40 17 Mar 2007; Luca Longinotti <chtekk@g.o> pecl-id3-0.2.ebuild:
41 Cleanup.
42
43
44
45 1.1 dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pecl-id3-0.2-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild,v 1.1 2007/12/06 01:10:42 jokey Exp $
55
56 PHP_EXT_NAME="id3"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59 DOCS="EXPERIMENTAL TODO"
60
61 inherit php-ext-pecl-r1
62
63 KEYWORDS="~amd64 ~x86"
64
65 DESCRIPTION="Read and write ID3 tags in MP3 files with PHP."
66 LICENSE="PHP-3"
67 SLOT="0"
68 IUSE="examples"
69
70 DEPEND=""
71 RDEPEND=""
72
73 need_php_by_category
74
75
76
77 --
78 gentoo-commits@g.o mailing list