diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-24 18:17:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-24 18:17:47 +0000 |
commit | 5e64fdc17e56231bedf1f9ea8af6f2afbb277aa0 (patch) | |
tree | c727f5ee910b15f96bbb1a45e63116c236aafd86 /dev-perl/Wx-Scintilla | |
parent | alpha/ia64/sh/sparc stable wrt #432400 (diff) | |
download | gentoo-2-5e64fdc17e56231bedf1f9ea8af6f2afbb277aa0.tar.gz gentoo-2-5e64fdc17e56231bedf1f9ea8af6f2afbb277aa0.tar.bz2 gentoo-2-5e64fdc17e56231bedf1f9ea8af6f2afbb277aa0.zip |
[bump] dev-perl/Wx-Scintilla-0.390.0
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Wx-Scintilla')
-rw-r--r-- | dev-perl/Wx-Scintilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0.ebuild | 43 |
2 files changed, 49 insertions, 1 deletions
diff --git a/dev-perl/Wx-Scintilla/ChangeLog b/dev-perl/Wx-Scintilla/ChangeLog index 32c6d3c04b4b..f703052cfa57 100644 --- a/dev-perl/Wx-Scintilla/ChangeLog +++ b/dev-perl/Wx-Scintilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Wx-Scintilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.7 2012/06/24 12:59:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.8 2012/09/24 18:17:47 tove Exp $ + +*Wx-Scintilla-0.390.0 (24 Sep 2012) + + 24 Sep 2012; Torsten Veller <tove@gentoo.org> +Wx-Scintilla-0.390.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0.ebuild new file mode 100644 index 000000000000..20b1813fb1fb --- /dev/null +++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0.ebuild,v 1.1 2012/09/24 18:17:47 tove Exp $ + +EAPI=4 + +WX_GTK_VER="2.8" +#VIRTUALX_REQUIRED=test +#inherit virtualx +MODULE_AUTHOR=AZAWAWI +MODULE_VERSION=0.39 +inherit wxwidgets perl-module + +DESCRIPTION="Scintilla source code editing component for wxWidgets" +SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz" + +LICENSE+=" Scintilla" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/Alien-wxWidgets + dev-perl/wxperl +" +DEPEND="${RDEPEND} + >=dev-perl/ExtUtils-XSpp-0.160.200 + >=virtual/perl-Module-Build-0.360.0 +" + +PATCHES=( + "${WORKDIR}"/${PN}-patches/0.34-flags.patch +) + +src_configure() { + myconf=( --verbose ) + perl-module_src_configure +} + +#SRC_TEST=do +#src_test() { +# VIRTUALX_COMMAND="./Build" virtualmake test || die +#} |