diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-29 17:41:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-29 17:41:21 +0000 |
commit | 9b4a6137f98282f074e5efeb852bbe8f7df860d7 (patch) | |
tree | 26269b22d04b4d460af06eb8261a7e0087495ad4 /dev-perl | |
parent | [bump] dev-perl/wxperl-0.990.600 (diff) | |
download | gentoo-2-9b4a6137f98282f074e5efeb852bbe8f7df860d7.tar.gz gentoo-2-9b4a6137f98282f074e5efeb852bbe8f7df860d7.tar.bz2 gentoo-2-9b4a6137f98282f074e5efeb852bbe8f7df860d7.zip |
[bump] dev-perl/Wx-Scintilla-0.380.100
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Wx-Scintilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Wx-Scintilla/Wx-Scintilla-0.380.100.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-perl/Wx-Scintilla/ChangeLog b/dev-perl/Wx-Scintilla/ChangeLog index a3d86aa37dd2..bb26ecde72b6 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.4 2012/03/13 14:40:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.5 2012/03/29 17:41:21 tove Exp $ + +*Wx-Scintilla-0.380.100 (29 Mar 2012) + + 29 Mar 2012; Torsten Veller <tove@gentoo.org> +Wx-Scintilla-0.380.100.ebuild: + Version bump *Wx-Scintilla-0.380.0 (13 Mar 2012) diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.380.100.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.380.100.ebuild new file mode 100644 index 000000000000..6a21f0b52c61 --- /dev/null +++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.380.100.ebuild @@ -0,0 +1,38 @@ +# 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.380.100.ebuild,v 1.1 2012/03/29 17:41:21 tove Exp $ + +EAPI=4 + +WX_GTK_VER="2.8" +#VIRTUALX_REQUIRED=test +#inherit virtualx +MODULE_AUTHOR=AZAWAWI +MODULE_VERSION=0.3801 +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_TEST=do +#src_test() { +# VIRTUALX_COMMAND="./Build" virtualmake test || die +#} |