Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gummi: ChangeLog gummi-0.5.5-r1.ebuild
Date: Mon, 21 Feb 2011 18:50:38
Message-Id: 20110221185014.3696420054@flycatcher.gentoo.org
1 hwoarang 11/02/21 18:50:14
2
3 Modified: ChangeLog
4 Added: gummi-0.5.5-r1.ebuild
5 Log:
6 Revision bump including a patch sent from upstream developer
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 app-editors/gummi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gummi/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gummi/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gummi/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 25 Jan 2011 12:49:20 -0000 1.15
24 +++ ChangeLog 21 Feb 2011 18:50:14 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/gummi
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.15 2011/01/25 12:49:20 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.16 2011/02/21 18:50:14 hwoarang Exp $
30 +
31 +*gummi-0.5.5-r1 (21 Feb 2011)
32 +
33 + 21 Feb 2011; Markos Chandras <hwoarang@g.o> +gummi-0.5.5-r1.ebuild,
34 + +files/gummi-0.5.5-halt-on-error.patch:
35 + Revision bump including a patch sent from upstream developer
36
37 25 Jan 2011; Christian Faulhammer <fauli@g.o> gummi-0.5.5.ebuild:
38 stable x86, bug 352013
39
40
41
42 1.1 app-editors/gummi/gummi-0.5.5-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gummi/gummi-0.5.5-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gummi/gummi-0.5.5-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gummi-0.5.5-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.5-r1.ebuild,v 1.1 2011/02/21 18:50:14 hwoarang Exp $
52
53 EAPI=2
54 inherit base eutils
55
56 DESCRIPTION="Simple LaTeX editor for GTK+ users"
57 HOMEPAGE="http://gummi.midnightcoding.org"
58 SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/111/${P}.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 LANGS="ca da de fr el es it nl pl pt_BR ro ru zh_TW"
66
67 for X in ${LANGS} ; do
68 IUSE="${IUSE} linguas_${X}"
69 done
70
71 RDEPEND="app-text/gtkspell
72 >=dev-libs/glib-2.16:2
73 dev-texlive/texlive-latex
74 dev-texlive/texlive-latexextra
75 >=x11-libs/gtk+-2.16:2
76 x11-libs/gtksourceview"
77 DEPEND="${RDEPEND}
78 app-text/poppler[cairo]
79 x11-libs/gtksourceview:2.0
80 x11-libs/pango"
81
82 DOCS=( AUTHORS ChangeLog README )
83
84 PATCHES=(
85 "${FILESDIR}"/${P}-halt-on-error.patch
86 )
87
88 src_prepare() {
89 strip-linguas ${LANGS}
90 base_src_prepare
91 }
92
93 pkg_postinst() {
94 elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
95 elog "additional languages can be added by installing myspell-** packages"
96 elog "for your language of choice."
97 }