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: mythes-1.2.3.ebuild ChangeLog
Date: Mon, 02 Jul 2012 09:32:49
Message-Id: 20120702093232.8F1262004B@flycatcher.gentoo.org
1 scarabeus 12/07/02 09:32:32
2
3 Modified: ChangeLog
4 Added: mythes-1.2.3.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 app-text/mythes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 4 May 2012 03:33:18 -0000 1.14
24 +++ ChangeLog 2 Jul 2012 09:32:32 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/mythes
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.14 2012/05/04 03:33:18 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.15 2012/07/02 09:32:32 scarabeus Exp $
30 +
31 +*mythes-1.2.3 (02 Jul 2012)
32 +
33 + 02 Jul 2012; Tomáš Chvátal <scarabeus@g.o> +mythes-1.2.3.ebuild:
34 + Version bump to latest.
35
36 04 May 2012; Jeff Horelick <jdhore@g.o> mythes-1.2.2.ebuild:
37 dev-util/pkgconfig -> virtual/pkgconfig
38 @@ -44,4 +49,3 @@
39 21 Jul 2011; Tomáš Chvátal <scarabeus@g.o> +mythes-1.2.1.ebuild,
40 +metadata.xml:
41 Initial commit. Used by libreoffice so we can unbundle it.
42 -
43
44
45
46 1.1 app-text/mythes/mythes-1.2.3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/mythes-1.2.3.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mythes/mythes-1.2.3.ebuild?rev=1.1&content-type=text/plain
50
51 Index: mythes-1.2.3.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.3.ebuild,v 1.1 2012/07/02 09:32:32 scarabeus Exp $
56
57 EAPI=4
58
59 DESCRIPTION="A simple thesaurus for Libreoffice"
60 HOMEPAGE="http://hunspell.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
66 IUSE="static-libs"
67
68 RDEPEND="app-text/hunspell"
69 DEPEND="${DEPEND}
70 virtual/pkgconfig"
71
72 src_configure() {
73 econf \
74 $(use_enable static-libs static)
75 }
76
77 src_install() {
78 default
79 find "${ED}" -name '*.la' -exec rm -f {} +
80 }