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