Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/geany-plugins: metadata.xml ChangeLog geany-plugins-0.21.1.ebuild
Date: Sun, 20 Nov 2011 05:15:49
Message-Id: 20111120051539.A9E562004B@flycatcher.gentoo.org
1 binki 11/11/20 05:15:39
2
3 Modified: metadata.xml ChangeLog
4 Added: geany-plugins-0.21.1.ebuild
5 Log:
6 Bump to geany-plugins-0.21.1, closing bug #389087.
7
8 (Portage version: 2.2.0_alpha74-r2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-util/geany-plugins/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 24 Sep 2011 08:55:05 -0000 1.4
24 +++ metadata.xml 20 Nov 2011 05:15:39 -0000 1.5
25 @@ -6,7 +6,10 @@
26 <name>Nathan Phillip Brink</name>
27 </maintainer>
28 <use>
29 + <flag name='debugger'>Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag>
30 + <flag name='devhelp'>Enable the devhelp plugin which integrates <pkg>dev-util/devhelp</pkg></flag>
31 <flag name='enchant'>Enable spell checking using enchant</flag>
32 + <flag name='gpg'>Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag>
33 <flag name='gtkspell'>Use gtkspell for dictionary support</flag>
34 <flag name='soup'>Enable updatechecker plugin which requires net-libs/libsoup</flag>
35 <flag name='webkit'>Enable webhelper plugin which requires net-libs/webkit-gtk</flag>
36
37
38
39 1.11 dev-util/geany-plugins/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?r1=1.10&r2=1.11
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- ChangeLog 27 Oct 2011 04:51:22 -0000 1.10
52 +++ ChangeLog 20 Nov 2011 05:15:39 -0000 1.11
53 @@ -1,6 +1,12 @@
54 # ChangeLog for dev-util/geany-plugins
55 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.10 2011/10/27 04:51:22 tetromino Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.11 2011/11/20 05:15:39 binki Exp $
58 +
59 +*geany-plugins-0.21.1 (20 Nov 2011)
60 +
61 + 20 Nov 2011; Nathan Phillip Brink <binki@g.o>
62 + +geany-plugins-0.21.1.ebuild, metadata.xml:
63 + Bump to geany-plugins-0.21.1, closing bug #389087.
64
65 27 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
66 geany-plugins-0.19.ebuild, geany-plugins-0.20-r1.ebuild:
67
68
69
70 1.1 dev-util/geany-plugins/geany-plugins-0.21.1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild?rev=1.1&content-type=text/plain
74
75 Index: geany-plugins-0.21.1.ebuild
76 ===================================================================
77 # Copyright 1999-2011 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild,v 1.1 2011/11/20 05:15:39 binki Exp $
80
81 EAPI=4
82
83 inherit autotools-utils versionator
84
85 DESCRIPTION="A collection of different plugins for Geany"
86 HOMEPAGE="http://plugins.geany.org/geany-plugins"
87 SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91 KEYWORDS="~amd64 ~ppc ~x86"
92 IUSE="debugger devhelp enchant gpg gtkspell lua nls soup webkit"
93
94 LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
95
96 RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
97 dev-libs/libxml2:2
98 dev-libs/glib:2
99 debugger? ( x11-libs/vte:0 )
100 devhelp? (
101 dev-util/devhelp
102 net-libs/webkit-gtk:2
103 x11-libs/gtk+:2
104 )
105 enchant? ( app-text/enchant )
106 gpg? ( app-crypt/gpgme )
107 gtkspell? ( app-text/gtkspell:2 )
108 lua? ( dev-lang/lua )
109 soup? ( net-libs/libsoup )
110 webkit? (
111 net-libs/webkit-gtk:2
112 x11-libs/gtk+:2
113 x11-libs/gdk-pixbuf:2
114 )"
115 DEPEND="${RDEPEND}
116 nls? ( sys-devel/gettext )
117 dev-util/pkgconfig"
118
119 src_configure() {
120 # GeanyGenDoc requires ctpl which isn't yet in portage
121 local myeconfargs=(
122 --docdir=/usr/share/doc/${PF}
123 --disable-cppcheck
124 --disable-extra-c-warnings
125 --disable-geanygendoc
126 --enable-geanymacro
127 --enable-geanynumberedbookmarks
128 --enable-gproject
129 --enable-tableconvert
130 --enable-xmlsnippets
131 $(use_enable enchant spellcheck)
132 $(use_enable gpg geanypg)
133 $(use_enable gtkspell)
134 $(use_enable lua geanylua)
135 $(use_enable nls)
136 $(use_enable soup updatechecker)
137 $(use_enable webkit webhelper)
138 )
139
140 autotools-utils_src_configure
141 }