Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: metadata.xml hyphen-2.8.4.ebuild ChangeLog
Date: Mon, 02 Jul 2012 09:38:41
Message-Id: 20120702093831.50E772004B@flycatcher.gentoo.org
1 scarabeus 12/07/02 09:38:31
2
3 Modified: metadata.xml ChangeLog
4 Added: hyphen-2.8.4.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.4 dev-libs/hyphen/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 22 Jul 2011 22:44:47 -0000 1.3
24 +++ metadata.xml 2 Jul 2012 09:38:31 -0000 1.4
25 @@ -1,5 +1,5 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>openoffice</herd>
30 + <herd>openoffice</herd>
31 </pkgmetadata>
32
33
34
35 1.20 dev-libs/hyphen/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.20&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.20&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?r1=1.19&r2=1.20
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
44 retrieving revision 1.19
45 retrieving revision 1.20
46 diff -u -r1.19 -r1.20
47 --- ChangeLog 1 May 2012 19:27:22 -0000 1.19
48 +++ ChangeLog 2 Jul 2012 09:38:31 -0000 1.20
49 @@ -1,6 +1,12 @@
50 # ChangeLog for dev-libs/hyphen
51 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.19 2012/05/01 19:27:22 jer Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.20 2012/07/02 09:38:31 scarabeus Exp $
54 +
55 +*hyphen-2.8.4 (02 Jul 2012)
56 +
57 + 02 Jul 2012; Tomáš Chvátal <scarabeus@g.o> +hyphen-2.8.4.ebuild,
58 + metadata.xml:
59 + Version bump to latest.
60
61 01 May 2012; Jeroen Roovers <jer@g.o> hyphen-2.8.3.ebuild:
62 Stable for HPPA too.
63 @@ -69,4 +75,3 @@
64
65 05 Jan 2010; Samuli Suominen <ssuominen@g.o> +hyphen-2.4.ebuild:
66 Initial commit.
67 -
68
69
70
71 1.1 dev-libs/hyphen/hyphen-2.8.4.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.4.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.4.ebuild?rev=1.1&content-type=text/plain
75
76 Index: hyphen-2.8.4.ebuild
77 ===================================================================
78 # Copyright 1999-2012 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.4.ebuild,v 1.1 2012/07/02 09:38:31 scarabeus Exp $
81
82 EAPI=4
83
84 DESCRIPTION="ALTLinux hyphenation library"
85 HOMEPAGE="http://hunspell.sf.net"
86 SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
87
88 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
89 SLOT="0"
90 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
91 IUSE="static-libs"
92
93 RDEPEND="app-text/hunspell"
94 DEPEND="${RDEPEND}"
95
96 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
97
98 src_configure() {
99 econf $(use_enable static-libs static)
100 }
101
102 src_install() {
103 default
104
105 docinto pdf
106 dodoc doc/*.pdf
107
108 rm -f "${ED}"usr/lib*/libhyphen.la
109 }