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: gtk2-spell-1.03.ebuild ChangeLog
Date: Mon, 19 Apr 2010 11:35:23
Message-Id: 20100419112837.4F29E2C058@corvid.gentoo.org
1 tove 10/04/19 11:28:37
2
3 Modified: gtk2-spell-1.03.ebuild ChangeLog
4 Log:
5 Maintenance. Add missing deps. Fix LICENSE. EAPI=3
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?r1=1.17&r2=1.18
14
15 Index: gtk2-spell-1.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- gtk2-spell-1.03.ebuild 10 Jan 2010 09:48:35 -0000 1.17
22 +++ gtk2-spell-1.03.ebuild 19 Apr 2010 11:28:37 -0000 1.18
23 @@ -1,31 +1,34 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.17 2010/01/10 09:48:35 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.18 2010/04/19 11:28:37 tove Exp $
28
29 -inherit perl-module
30 +EAPI=3
31
32 -MY_P=Gtk2-Spell-${PV}
33 +MY_PN=Gtk2-Spell
34 +MY_P=${MY_PN}-${PV}
35 S=${WORKDIR}/${MY_P}
36 +MODULE_AUTHOR=MLEHMANN
37 +inherit perl-module
38
39 DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
40 -SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz"
41 -HOMEPAGE="http://gtk2-perl.sf.net/"
42 +HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
43 +
44 SLOT="0"
45 -LICENSE="GPL-2"
46 +LICENSE="LGPL-2.1"
47 KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
48 IUSE=""
49
50 RDEPEND=">=x11-libs/gtk+-2
51 >=app-text/gtkspell-2
52 >=dev-perl/glib-perl-1.012
53 - >=dev-perl/gtk2-perl-1.012
54 - dev-lang/perl"
55 + >=dev-perl/gtk2-perl-1.012"
56 DEPEND="${RDEPEND}
57 + dev-perl/extutils-depends
58 + dev-perl/extutils-pkgconfig
59 dev-util/pkgconfig"
60
61 -src_unpack() {
62 - unpack ${A}
63 - cd ${S}
64 +src_prepare() {
65 # Without this it cannot find gtkspell <rigo@××××.nl>
66 - sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed"
67 + sed -ie "s:\#my:my:g" "${S}"/Makefile.PL || die "sed failed"
68 + perl-module_src_prepare
69 }
70
71
72
73 1.20 dev-perl/gtk2-spell/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.20&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.20&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?r1=1.19&r2=1.20
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v
82 retrieving revision 1.19
83 retrieving revision 1.20
84 diff -u -r1.19 -r1.20
85 --- ChangeLog 10 Jan 2010 09:48:35 -0000 1.19
86 +++ ChangeLog 19 Apr 2010 11:28:37 -0000 1.20
87 @@ -1,6 +1,9 @@
88 # ChangeLog for dev-perl/gtk2-spell
89 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.19 2010/01/10 09:48:35 grobian Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.20 2010/04/19 11:28:37 tove Exp $
92 +
93 + 19 Apr 2010; Torsten Veller <tove@g.o> gtk2-spell-1.03.ebuild:
94 + Maintenance. Add missing deps. Fix LICENSE. EAPI=3
95
96 10 Jan 2010; Fabian Groffen <grobian@g.o> gtk2-spell-1.03.ebuild:
97 Transfer Prefix keywords