Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Sun, 28 Feb 2016 19:34:57
Message-Id: 1456686466.2209968c97a46770d7698c687a05dece85976259.monsieurp@gentoo
1 commit: 2209968c97a46770d7698c687a05dece85976259
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Sun Feb 28 18:09:16 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 19:07:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2209968c
7
8 app-editors/gummi: bump to 0.6.6
9
10 app-editors/gummi/Manifest | 1 +
11 app-editors/gummi/gummi-0.6.6.ebuild | 47 ++++++++++++++++++++++++++++++++++++
12 app-editors/gummi/metadata.xml | 5 ++++
13 3 files changed, 53 insertions(+)
14
15 diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
16 index 1f55505..33a7436 100644
17 --- a/app-editors/gummi/Manifest
18 +++ b/app-editors/gummi/Manifest
19 @@ -1 +1,2 @@
20 DIST gummi-0.6.5.tar.gz 520902 SHA256 b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb SHA512 9a35533273ff5f2606ba1d79c01dcdf14f2a47628eb5d19613330650ed2a2bd542461492d031e51b773e13c6ac406b564e6703919f16e5f8d7e6bb3c4428b40e WHIRLPOOL 47e1ad5a15183ed0d24a88ebc3bc1af166604825da54db10461243ba4c1b8d6ca82d1afaf7306ef45a4df0f65d103b6cbc83db02cb6469fb7138545e16ae2728
21 +DIST gummi-0.6.6.tar.gz 792642 SHA256 4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d WHIRLPOOL 6125d930497d6f5a4f6d8604b39314b04e6e147f93a998f3fe722295f7d04f795a2e7e1f8eea21953eae7e69074dc9a9cdc6cefb29f59261c47ec000c55bc363
22
23 diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
24 new file mode 100644
25 index 0000000..3720e2b
26 --- /dev/null
27 +++ b/app-editors/gummi/gummi-0.6.6.ebuild
28 @@ -0,0 +1,47 @@
29 +# Copyright 1999-2016 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI=5
34 +
35 +inherit autotools base eutils
36 +
37 +DESCRIPTION="Simple LaTeX editor for GTK+ users"
38 +HOMEPAGE="https://github.com/alexandervdm/gummi"
39 +SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="MIT"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +
46 +LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
47 +
48 +for X in ${LANGS} ; do
49 + IUSE="${IUSE} +linguas_${X}"
50 +done
51 +
52 +RDEPEND="
53 + dev-libs/glib:2
54 + dev-texlive/texlive-latex
55 + dev-texlive/texlive-latexextra
56 + x11-libs/gtk+:2"
57 +
58 +DEPEND="${RDEPEND}
59 + app-text/gtkspell:2
60 + app-text/poppler[cairo]
61 + x11-libs/gtksourceview:2.0
62 + x11-libs/pango"
63 +
64 +DOCS=( AUTHORS ChangeLog README.md )
65 +
66 +src_prepare() {
67 + strip-linguas ${LANGS}
68 + eautoreconf
69 +}
70 +
71 +pkg_postinst() {
72 + elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
73 + elog "additional languages can be added by installing myspell-** packages"
74 + elog "for your language of choice."
75 +}
76
77 diff --git a/app-editors/gummi/metadata.xml b/app-editors/gummi/metadata.xml
78 index fcaf36e..722fd00 100644
79 --- a/app-editors/gummi/metadata.xml
80 +++ b/app-editors/gummi/metadata.xml
81 @@ -11,6 +11,11 @@
82 <name>Markos Chandras</name>
83 <description>Proxy maintainer.</description>
84 </maintainer>
85 +<maintainer type="person">
86 +<email>christian.tietz@×××××××.org</email>
87 +<name>Christian Tietz</name>
88 +<description>Proxy maintainer.</description>
89 +</maintainer>
90 <maintainer type="project">
91 <email>proxy-maint@g.o</email>
92 <name>Proxy Maintainers</name>