Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/lttoolbox: lttoolbox-3.2.0.ebuild ChangeLog lttoolbox-3.1.0.ebuild
Date: Fri, 29 Jul 2011 07:02:31
Message-Id: 20110729061109.D396F2004B@flycatcher.gentoo.org
1 bicatali 11/07/29 06:11:09
2
3 Modified: ChangeLog lttoolbox-3.1.0.ebuild
4 Added: lttoolbox-3.2.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sci-misc/lttoolbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 2 Mar 2011 21:12:47 -0000 1.4
24 +++ ChangeLog 29 Jul 2011 06:11:09 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-misc/lttoolbox
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.4 2011/03/02 21:12:47 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.5 2011/07/29 06:11:09 bicatali Exp $
30 +
31 +*lttoolbox-3.2.0 (29 Jul 2011)
32 +
33 + 29 Jul 2011; Sébastien Fabbro <bicatali@g.o>
34 + +files/3.2.0-flags.patch, lttoolbox-3.1.0.ebuild, +lttoolbox-3.2.0.ebuild:
35 + Version bump
36
37 02 Mar 2011; Justin Lecher <jlec@g.o> lttoolbox-3.1.0.ebuild:
38 Correct Slots for gtk 3 introduction to tree
39
40
41
42 1.4 sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?r1=1.3&r2=1.4
47
48 Index: lttoolbox-3.1.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- lttoolbox-3.1.0.ebuild 2 Mar 2011 21:12:47 -0000 1.3
55 +++ lttoolbox-3.1.0.ebuild 29 Jul 2011 06:11:09 -0000 1.4
56 @@ -1,8 +1,8 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.3 2011/03/02 21:12:47 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.4 2011/07/29 06:11:09 bicatali Exp $
61
62 -EAPI="1"
63 +EAPI=4
64
65 DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
66 HOMEPAGE="http://apertium.sourceforge.net"
67 @@ -10,17 +10,11 @@
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 -KEYWORDS="~x86"
72 +KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 -DEPEND="
76 - dev-libs/libxml2:2
77 +DEPEND="dev-libs/libxml2:2
78 dev-libs/libxslt
79 dev-libs/libpcre
80 sys-libs/libunwind"
81 RDEPEND="${DEPEND}"
82 -
83 -src_install() {
84 - emake install DESTDIR="${D}" || die "emake install failed"
85 - dodoc README AUTHORS ChangeLog || die "dodoc failed"
86 -}
87
88
89
90 1.1 sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild?rev=1.1&content-type=text/plain
94
95 Index: lttoolbox-3.2.0.ebuild
96 ===================================================================
97 # Copyright 1999-2011 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild,v 1.1 2011/07/29 06:11:09 bicatali Exp $
100
101 EAPI=4
102 inherit eutils autotools
103
104 DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
105 HOMEPAGE="http://apertium.sourceforge.net"
106 SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 KEYWORDS="~amd64 ~x86"
111 IUSE="static-libs"
112
113 RDEPEND="dev-libs/libxml2:2"
114 DEPEND="${RDEPEND}
115 dev-util/pkgconfig"
116
117 src_prepare() {
118 epatch "${FILESDIR}"/${PV}-flags.patch
119 eautoreconf
120 }
121
122 src_configure() {
123 econf $(use_enable static-libs static)
124 }