Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-spell: ChangeLog gtk2-spell-1.40.0.ebuild
Date: Sun, 08 Jan 2012 19:14:04
Message-Id: 20120108191353.690212004B@flycatcher.gentoo.org
1 tove 12/01/08 19:13:53
2
3 Modified: ChangeLog
4 Added: gtk2-spell-1.40.0.ebuild
5 Log:
6 [bump] dev-perl/gtk2-spell-1.40.0
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 dev-perl/gtk2-spell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 27 Oct 2011 06:18:34 -0000 1.23
24 +++ ChangeLog 8 Jan 2012 19:13:53 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/gtk2-spell
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.23 2011/10/27 06:18:34 tetromino Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.24 2012/01/08 19:13:53 tove Exp $
31 +
32 +*gtk2-spell-1.40.0 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Torsten Veller <tove@g.o> +gtk2-spell-1.40.0.ebuild:
35 + Version bump
36
37 27 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
38 gtk2-spell-1.30.0.ebuild:
39
40
41
42 1.1 dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk2-spell-1.40.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild,v 1.1 2012/01/08 19:13:53 tove Exp $
52
53 EAPI=4
54
55 MY_PN=Gtk2-Spell
56 MODULE_AUTHOR=TSCH
57 MODULE_VERSION=1.04
58 inherit perl-module
59
60 DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
61 HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
62
63 SLOT="0"
64 LICENSE="LGPL-2.1"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
66 IUSE=""
67
68 RDEPEND="
69 x11-libs/gtk+:2
70 >=app-text/gtkspell-2:2
71 >=dev-perl/glib-perl-1.240.0
72 >=dev-perl/gtk2-perl-1.012
73 "
74 DEPEND="${RDEPEND}
75 dev-perl/extutils-depends
76 dev-perl/extutils-pkgconfig
77 dev-util/pkgconfig
78 "