Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libunistring: ChangeLog libunistring-0.9.3-r1.ebuild libunistring-0.9.1.1-r1.ebuild libunistring-0.9.1.1.ebuild libunistring-0.9.3.ebuild
Date: Wed, 06 Oct 2010 05:02:40
Message-Id: 20101006042211.A2E9E20051@flycatcher.gentoo.org
1 chiiph 10/10/06 04:22:11
2
3 Modified: ChangeLog
4 Added: libunistring-0.9.3-r1.ebuild
5 libunistring-0.9.1.1-r1.ebuild
6 Removed: libunistring-0.9.1.1.ebuild
7 libunistring-0.9.3.ebuild
8 Log:
9 Fix missing revbump for the latest patch added
10
11 (Portage version: 2.2_rc86/cvs/Linux i686)
12
13 Revision Changes Path
14 1.4 dev-libs/libunistring/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/ChangeLog?rev=1.4&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/ChangeLog?rev=1.4&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/ChangeLog?r1=1.3&r2=1.4
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v
23 retrieving revision 1.3
24 retrieving revision 1.4
25 diff -u -r1.3 -r1.4
26 --- ChangeLog 6 Oct 2010 01:46:39 -0000 1.3
27 +++ ChangeLog 6 Oct 2010 04:22:11 -0000 1.4
28 @@ -1,6 +1,14 @@
29 # ChangeLog for dev-libs/libunistring
30 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.3 2010/10/06 01:46:39 chiiph Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.4 2010/10/06 04:22:11 chiiph Exp $
33 +
34 +*libunistring-0.9.3-r1 (06 Oct 2010)
35 +*libunistring-0.9.1.1-r1 (06 Oct 2010)
36 +
37 + 06 Oct 2010; Tomas Touceda <chiiph@g.o>
38 + -libunistring-0.9.1.1.ebuild, +libunistring-0.9.1.1-r1.ebuild,
39 + -libunistring-0.9.3.ebuild, +libunistring-0.9.3-r1.ebuild:
40 + Fix missing revbump for the latest patch added
41
42 06 Oct 2010; Tomas Touceda <chiiph@g.o>
43 libunistring-0.9.1.1.ebuild, libunistring-0.9.3.ebuild,
44
45
46
47 1.1 dev-libs/libunistring/libunistring-0.9.3-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: libunistring-0.9.3-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild,v 1.1 2010/10/06 04:22:11 chiiph Exp $
57
58 EAPI="3"
59
60 inherit eutils
61
62 DESCRIPTION="Library for manipulating Unicode strings and C strings according to the Unicode standard"
63 HOMEPAGE="http://www.gnu.org/software/libunistring/"
64 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
65
66 LICENSE="LGPL-3 GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="doc"
70
71 src_prepare() {
72 epatch "${FILESDIR}"/${PN}-nodocs.patch
73 }
74
75 src_install() {
76 dodoc AUTHORS README ChangeLog || die "dodoc failed"
77 if use doc; then
78 dohtml doc/*.html || die "dohtml failed"
79 doinfo doc/*.info || die "doinfo failed"
80 fi
81
82 emake DESTDIR="${D}" install || die "Install failed"
83 }
84
85
86
87 1.1 dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: libunistring-0.9.1.1-r1.ebuild
93 ===================================================================
94 # Copyright 1999-2010 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild,v 1.1 2010/10/06 04:22:11 chiiph Exp $
97
98 EAPI="3"
99
100 inherit eutils
101
102 DESCRIPTION="Library for manipulating Unicode strings and C strings according to the Unicode standard"
103 HOMEPAGE="http://www.gnu.org/software/libunistring/"
104 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
105
106 LICENSE="LGPL-3 GPL-3"
107 SLOT="0"
108 KEYWORDS="~amd64 ~x86"
109 IUSE="doc"
110
111 src_prepare() {
112 epatch "${FILESDIR}"/${PN}-nodocs.patch
113 }
114
115 src_install() {
116 dodoc AUTHORS README ChangeLog || die "dodoc failed"
117 if use doc; then
118 dohtml doc/*.html || die "dohtml failed"
119 doinfo doc/*.info || die "doinfo failed"
120 fi
121
122 emake DESTDIR="${D}" install || die "Install failed"
123 }