Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/UTF8Strings: UTF8Strings-1.9.ebuild UTF8Strings-1.12.0.ebuild UTF8Strings-1.12.1.ebuild ChangeLog
Date: Fri, 22 Feb 2013 17:05:00
Message-Id: 20130222170457.022B52171D@flycatcher.gentoo.org
1 tomwij 13/02/22 17:04:56
2
3 Modified: UTF8Strings-1.9.ebuild UTF8Strings-1.12.0.ebuild
4 ChangeLog
5 Added: UTF8Strings-1.12.1.ebuild
6 Log:
7 Version bump to 1.12.1 by Gorelov Grigory which supports multilib-strict, removes .a files and is now EAPI=5. Fixes bug #458748 and #458750.
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
10
11 Revision Changes Path
12 1.2 dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild?r1=1.1&r2=1.2
17
18 Index: UTF8Strings-1.9.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- UTF8Strings-1.9.ebuild 8 Feb 2013 14:35:16 -0000 1.1
25 +++ UTF8Strings-1.9.ebuild 22 Feb 2013 17:04:56 -0000 1.2
26 @@ -1,6 +1,8 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild,v 1.1 2013/02/08 14:35:16 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.9.ebuild,v 1.2 2013/02/22 17:04:56 tomwij Exp $
31 +
32 +EAPI="5"
33
34 inherit cmake-utils
35
36
37
38
39 1.2 dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild?r1=1.1&r2=1.2
44
45 Index: UTF8Strings-1.12.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- UTF8Strings-1.12.0.ebuild 13 Feb 2013 22:36:57 -0000 1.1
52 +++ UTF8Strings-1.12.0.ebuild 22 Feb 2013 17:04:56 -0000 1.2
53 @@ -1,6 +1,8 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild,v 1.1 2013/02/13 22:36:57 tomwij Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild,v 1.2 2013/02/22 17:04:56 tomwij Exp $
58 +
59 +EAPI="5"
60
61 inherit cmake-utils
62
63
64
65
66 1.4 dev-libs/UTF8Strings/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?r1=1.3&r2=1.4
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- ChangeLog 13 Feb 2013 22:36:57 -0000 1.3
79 +++ ChangeLog 22 Feb 2013 17:04:56 -0000 1.4
80 @@ -1,6 +1,13 @@
81 # ChangeLog for dev-libs/UTF8Strings
82 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v 1.3 2013/02/13 22:36:57 tomwij Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v 1.4 2013/02/22 17:04:56 tomwij Exp $
85 +
86 +*UTF8Strings-1.12.1 (22 Feb 2013)
87 +
88 + 22 Feb 2013; Tom Wijsman <TomWij@g.o> +UTF8Strings-1.12.1.ebuild,
89 + UTF8Strings-1.12.0.ebuild, UTF8Strings-1.9.ebuild:
90 + Version bump to 1.12.1 by Gorelov Grigory which supports multilib-strict,
91 + removes .a files and is now EAPI=5. Fixes bug #458748 and #458750.
92
93 *UTF8Strings-1.12.0 (13 Feb 2013)
94
95
96
97
98 1.1 dev-libs/UTF8Strings/UTF8Strings-1.12.1.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.1.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.1.ebuild?rev=1.1&content-type=text/plain
102
103 Index: UTF8Strings-1.12.1.ebuild
104 ===================================================================
105 # Copyright 1999-2013 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.1.ebuild,v 1.1 2013/02/22 17:04:56 tomwij Exp $
108
109 EAPI="5"
110
111 inherit cmake-utils
112
113 DESCRIPTION="C++ library that provides ability to work natively with UTF8 strings in a very simple way."
114 HOMEPAGE="http://grigory.info/${PN}.About.html"
115 SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
116
117 LICENSE="GPL-3"
118 KEYWORDS="~amd64 ~x86"
119 SLOT="0"