Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mythes: ChangeLog mythes-1.2.2.ebuild
Date: Thu, 22 Dec 2011 10:59:13
Message-Id: 20111222105902.C5B0220033@flycatcher.gentoo.org
1 scarabeus 11/12/22 10:59:02
2
3 Modified: ChangeLog
4 Added: mythes-1.2.2.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 app-text/mythes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 18 Dec 2011 20:44:56 -0000 1.8
24 +++ ChangeLog 22 Dec 2011 10:59:02 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/mythes
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.8 2011/12/18 20:44:56 halcy0n Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.9 2011/12/22 10:59:02 scarabeus Exp $
30 +
31 +*mythes-1.2.2 (22 Dec 2011)
32 +
33 + 22 Dec 2011; Tomáš Chvátal <scarabeus@g.o> +mythes-1.2.2.ebuild:
34 + Version bump to latest.
35
36 18 Dec 2011; Mark Loeser <halcy0n@g.o> mythes-1.2.1.ebuild:
37 Stable for ppc; bug #387187
38
39
40
41 1.1 app-text/mythes/mythes-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythes-1.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild,v 1.1 2011/12/22 10:59:02 scarabeus Exp $
51
52 EAPI=4
53
54 DESCRIPTION="A simple thesaurus for Libreoffice"
55 HOMEPAGE="http://hunspell.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
61 IUSE="static-libs"
62
63 RDEPEND="app-text/hunspell"
64 DEPEND="${DEPEND}
65 dev-util/pkgconfig"
66
67 src_configure() {
68 econf \
69 $(use_enable static-libs static)
70 }
71
72 src_install() {
73 default
74 find "${ED}" -name '*.la' -exec rm -f {} +
75 }