Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/fribidi: ChangeLog fribidi-0.19.1.ebuild fribidi-0.10.5.ebuild
Date: Thu, 01 Jan 2009 03:36:44
Message-Id: E1LIEMT-0003Dx-Tn@stork.gentoo.org
1 matsuu 09/01/01 03:36:41
2
3 Modified: ChangeLog
4 Added: fribidi-0.19.1.ebuild
5 Removed: fribidi-0.10.5.ebuild
6 Log:
7 Version bumped. Removed old version.
8 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
9
10 Revision Changes Path
11 1.33 dev-libs/fribidi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fribidi/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 11 Dec 2007 22:48:06 -0000 1.32
24 +++ ChangeLog 1 Jan 2009 03:36:41 -0000 1.33
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-libs/fribidi
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.32 2007/12/11 22:48:06 matsuu Exp $
29 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.33 2009/01/01 03:36:41 matsuu Exp $
31 +
32 +*fribidi-0.19.1 (01 Jan 2009)
33 +
34 + 01 Jan 2009; MATSUU Takuto <matsuu@g.o>
35 + -files/fribidi-0.10.5-darwin.patch, -fribidi-0.10.5.ebuild,
36 + +fribidi-0.19.1.ebuild:
37 + Version bumped. Removed old version.
38
39 *fribidi-0.10.9 (11 Dec 2007)
40
41
42
43
44 1.1 dev-libs/fribidi/fribidi-0.19.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fribidi/fribidi-0.19.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fribidi/fribidi-0.19.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fribidi-0.19.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.1.ebuild,v 1.1 2009/01/01 03:36:41 matsuu Exp $
54
55 DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
56 HOMEPAGE="http://fribidi.org/"
57 SRC_URI="http://fribidi.org/download/${P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 src_install() {
65 emake DESTDIR="${D}" install || die
66 dodoc AUTHORS NEWS README ChangeLog THANKS TODO
67 }