Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ossp-uuid: ossp-uuid-1.6.2.ebuild ChangeLog
Date: Thu, 07 Jan 2010 16:59:44
Message-Id: E1NSvi1-0005M5-2g@stork.gentoo.org
1 fauli 10/01/07 16:59:41
2
3 Modified: ossp-uuid-1.6.2.ebuild ChangeLog
4 Log:
5 stable x86, bug 285475
6 (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
7
8 Revision Changes Path
9 1.7 dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild?r1=1.6&r2=1.7
14
15 Index: ossp-uuid-1.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ossp-uuid-1.6.2.ebuild 24 Oct 2009 12:24:53 -0000 1.6
22 +++ ossp-uuid-1.6.2.ebuild 7 Jan 2010 16:59:40 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild,v 1.6 2009/10/24 12:24:53 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild,v 1.7 2010/01/07 16:59:40 fauli Exp $
29
30 EAPI="1"
31
32 @@ -18,7 +18,7 @@
33 SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz"
34 LICENSE="as-is"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
37 +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
38 IUSE="+cxx php"
39
40 DEPEND="php? ( dev-lang/php:5 )"
41
42
43
44 1.19 dev-libs/ossp-uuid/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?r1=1.18&r2=1.19
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- ChangeLog 15 Dec 2009 14:54:05 -0000 1.18
57 +++ ChangeLog 7 Jan 2010 16:59:40 -0000 1.19
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/ossp-uuid
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.18 2009/12/15 14:54:05 pva Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.19 2010/01/07 16:59:40 fauli Exp $
64 +
65 + 07 Jan 2010; Christian Faulhammer <fauli@g.o>
66 + ossp-uuid-1.6.2.ebuild:
67 + stable x86, bug 285475
68
69 15 Dec 2009; Peter Volkov <pva@g.o> metadata.xml:
70 metadata.xml: added required herd tag.