Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-lv: metadata.xml myspell-lv-1.1.0.ebuild ChangeLog
Date: Wed, 27 May 2015 19:25:08
Message-Id: 20150527192502.953ABA0C@oystercatcher.gentoo.org
1 mrueg 15/05/27 19:25:02
2
3 Modified: metadata.xml ChangeLog
4 Added: myspell-lv-1.1.0.ebuild
5 Log:
6 Version bump. Drop myself from metadata.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.5 app-dicts/myspell-lv/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 15 Jul 2014 23:17:49 -0000 1.4
24 +++ metadata.xml 27 May 2015 19:25:02 -0000 1.5
25 @@ -7,9 +7,4 @@
26 <name>Maris Nartiss</name>
27 <description>Maintainer, assign bugs to him</description>
28 </maintainer>
29 - <maintainer>
30 - <email>mrueg@g.o</email>
31 - <name>Manuel Rüger</name>
32 - <description>Proxy-Maintainer, CC him on bugs</description>
33 - </maintainer>
34 </pkgmetadata>
35
36
37
38 1.37 app-dicts/myspell-lv/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?rev=1.37&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?rev=1.37&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/ChangeLog?r1=1.36&r2=1.37
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v
47 retrieving revision 1.36
48 retrieving revision 1.37
49 diff -u -r1.36 -r1.37
50 --- ChangeLog 28 Feb 2015 13:35:07 -0000 1.36
51 +++ ChangeLog 27 May 2015 19:25:02 -0000 1.37
52 @@ -1,6 +1,12 @@
53 # ChangeLog for app-dicts/myspell-lv
54 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.36 2015/02/28 13:35:07 mrueg Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.37 2015/05/27 19:25:02 mrueg Exp $
57 +
58 +*myspell-lv-1.1.0 (27 May 2015)
59 +
60 + 27 May 2015; Manuel Rüger <mrueg@g.o> +myspell-lv-1.1.0.ebuild,
61 + metadata.xml:
62 + Version bump. Drop myself from metadata.
63
64 28 Feb 2015; Manuel Rüger <mrueg@g.o> -myspell-lv-0.9.4-r1.ebuild:
65 Remove old.
66
67
68
69 1.1 app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild?rev=1.1&content-type=text/plain
73
74 Index: myspell-lv-1.1.0.ebuild
75 ===================================================================
76 # Copyright 1999-2015 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild,v 1.1 2015/05/27 19:25:02 mrueg Exp $
79
80 EAPI=5
81
82 MYSPELL_DICT=(
83 "lv_LV.aff"
84 "lv_LV.dic"
85 )
86
87 MYSPELL_HYPH=(
88 "hyph_lv_LV.dic"
89 )
90
91 MYSPELL_THES=(
92 )
93
94 inherit myspell-r2
95
96 DESCRIPTION="Latvian dictionaries for myspell/hunspell"
97 HOMEPAGE="http://dict.dv.lv/home.php?prj=lv http://extensions.libreoffice.org/extension-center/latviesu-valodas-pareizrakstibas-parbaudes-modulis"
98 SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip"
99
100 LICENSE="LGPL-2.1"
101 SLOT="0"
102 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
103 IUSE=""
104
105 DEPEND="app-arch/unzip"