Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libebml: ChangeLog libebml-1.0.0.ebuild
Date: Mon, 07 Feb 2011 11:04:52
Message-Id: 20110207110437.9597B20054@flycatcher.gentoo.org
1 phajdan.jr 11/02/07 11:04:37
2
3 Modified: ChangeLog libebml-1.0.0.ebuild
4 Log:
5 x86 stable wrt bug #329633
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.102 dev-libs/libebml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.102&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.102&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?r1=1.101&r2=1.102
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v
19 retrieving revision 1.101
20 retrieving revision 1.102
21 diff -u -r1.101 -r1.102
22 --- ChangeLog 2 Feb 2011 03:40:30 -0000 1.101
23 +++ ChangeLog 7 Feb 2011 11:04:37 -0000 1.102
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/libebml
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.101 2011/02/02 03:40:30 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.102 2011/02/07 11:04:37 phajdan.jr Exp $
29 +
30 + 07 Feb 2011; Pawel Hajdan jr <phajdan.jr@g.o> libebml-1.0.0.ebuild:
31 + x86 stable wrt bug #329633
32
33 02 Feb 2011; Tim Harder <radhermit@g.o> libebml-1.2.0.ebuild:
34 Explicitly set empty DEPEND and RDEPEND.
35
36
37
38 1.2 dev-libs/libebml/libebml-1.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild?r1=1.1&r2=1.2
43
44 Index: libebml-1.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libebml-1.0.0.ebuild 5 Jun 2010 15:37:14 -0000 1.1
51 +++ libebml-1.0.0.ebuild 7 Feb 2011 11:04:37 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild,v 1.1 2010/06/05 15:37:14 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.0.0.ebuild,v 1.2 2011/02/07 11:04:37 phajdan.jr Exp $
58
59 EAPI=2
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
66 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
67 IUSE=""
68
69 S="${S}/make/linux"