Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Wx-Scintilla: Wx-Scintilla-0.390.0-r1.ebuild ChangeLog Wx-Scintilla-0.390.0.ebuild
Date: Tue, 26 Aug 2014 19:46:48
Message-Id: 20140826194641.C3D343EE4@oystercatcher.gentoo.org
1 axs 14/08/26 19:46:41
2
3 Modified: ChangeLog
4 Added: Wx-Scintilla-0.390.0-r1.ebuild
5 Removed: Wx-Scintilla-0.390.0.ebuild
6 Log:
7 bumped EAPI to 5 to help with dev-lang/perl upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.11 dev-perl/Wx-Scintilla/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 21 Feb 2013 21:27:58 -0000 1.10
25 +++ ChangeLog 26 Aug 2014 19:46:41 -0000 1.11
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Wx-Scintilla
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.10 2013/02/21 21:27:58 ulm Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.11 2014/08/26 19:46:41 axs Exp $
32 +
33 +*Wx-Scintilla-0.390.0-r1 (26 Aug 2014)
34 +
35 + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Wx-Scintilla-0.390.0-r1.ebuild, -Wx-Scintilla-0.390.0.ebuild:
37 + bumped EAPI to 5 to help with dev-lang/perl upgrade
38
39 21 Feb 2013; Ulrich Müller <ulm@g.o> Wx-Scintilla-0.390.0.ebuild:
40 Update LICENSE, the Scintilla license is a duplicate of the HPND.
41
42
43
44 1.1 dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: Wx-Scintilla-0.390.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild,v 1.1 2014/08/26 19:46:41 axs Exp $
54
55 EAPI=5
56
57 WX_GTK_VER="2.8"
58 #VIRTUALX_REQUIRED=test
59 #inherit virtualx
60 MODULE_AUTHOR=AZAWAWI
61 MODULE_VERSION=0.39
62 inherit wxwidgets perl-module
63
64 DESCRIPTION="Scintilla source code editing component for wxWidgets"
65 SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
66
67 LICENSE+=" HPND"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="
73 dev-perl/Alien-wxWidgets
74 dev-perl/wxperl
75 "
76 DEPEND="${RDEPEND}
77 >=dev-perl/ExtUtils-XSpp-0.160.200
78 >=virtual/perl-Module-Build-0.360.0
79 "
80
81 PATCHES=(
82 "${WORKDIR}"/${PN}-patches/0.34-flags.patch
83 )
84
85 src_configure() {
86 myconf=( --verbose )
87 perl-module_src_configure
88 }
89
90 #SRC_TEST=do
91 #src_test() {
92 # VIRTUALX_COMMAND="./Build" virtualmake test || die
93 #}