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