mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Alien-wxWidgets: Bump to version 0.680.0
- EAPI6 - Parallel tests Upstream: - Fixes for '.' in @INC ( but outside gentoo-relevant codepaths ) - Fixes for darwin - Add ENV controls for WX_CONFIG Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
36
dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild
Normal file
36
dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
WX_GTK_VER=3.0
|
||||
DIST_AUTHOR=MDOOTSON
|
||||
DIST_VERSION=0.68
|
||||
inherit wxwidgets perl-module
|
||||
|
||||
DESCRIPTION="Building, finding and using wxWidgets binaries"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ia64 ~x86"
|
||||
IUSE="gstreamer opengl test"
|
||||
|
||||
RDEPEND="
|
||||
>=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X]
|
||||
>=dev-perl/Module-Pluggable-2.600.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-CBuilder-0.24
|
||||
>=virtual/perl-File-Spec-1.500.0
|
||||
>=dev-perl/Module-Build-0.280.0
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
myconf=( --wxWidgets-build=0 )
|
||||
perl-module_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/zz_pod.t t/zy_pod_coverage.t
|
||||
perl-module_src_test
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Alien-wxWidgets-0.67.tar.gz 671487 SHA256 d906dffefec41748676e16ff28a93ca36d60a8158a82e9d8bac6383a0142b51c SHA512 633547a4417a42e96621a9409a83e736ba94c8692b7791a1887cf8497aaade9bc827a1279db169f737e834c5070c6f0d485c005133708bbf76a279acf1684092 WHIRLPOOL 4768b069c44218a7e27b7d24a50a25c86380f354e5ad83d3f052126ed576a7a61727972717726b70f4add6e6128c2569291844f88db4f30358182cc81e7fce59
|
||||
DIST Alien-wxWidgets-0.68.tar.gz 671730 SHA256 4e1af6e9ff2d82c2cf1219517bafe076280c414f2879a6b5723820de0e9916a2 SHA512 8d9422bb22876dacbd89b1974ca4ded3473ee7fe2e833870a50cf472f2ddbd9f62b749819e6b265a0564b6dc64b4bd87fcd7f7faf346d803c81296d8b6921e1e WHIRLPOOL 9c372007f9ad83da1998b548dc79854c15c852b222d4aa345d859b05a8370cc01729d0b3345a5020625ea2ea63b24c54135b4d5baeeb12af085365b09c467213
|
||||
|
||||
Reference in New Issue
Block a user