forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Alien-wxWidgets: Version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.69 | ||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Alien-wxWidgets-0.67.tar.gz 671487 BLAKE2B b424d44f3c9646486658b467c70f14bd0b120379e168d651c39aca4b7fb0745cb652c576f79dc25652f7a10e025d9067b26e286fd0ad22dcf39ad8a99f2df2fd SHA512 633547a4417a42e96621a9409a83e736ba94c8692b7791a1887cf8497aaade9bc827a1279db169f737e834c5070c6f0d485c005133708bbf76a279acf1684092 | ||
DIST Alien-wxWidgets-0.68.tar.gz 671730 BLAKE2B fa9178dcda47db251f0de3b109a7ea5754dcfa9fbafe552661d2aa28acbfcc203fca672cabadc260c65ac6fb69896c8ae087288def341613e01e8de9812bbf0f SHA512 8d9422bb22876dacbd89b1974ca4ded3473ee7fe2e833870a50cf472f2ddbd9f62b749819e6b265a0564b6dc64b4bd87fcd7f7faf346d803c81296d8b6921e1e | ||
DIST Alien-wxWidgets-0.69.tar.gz 671819 BLAKE2B 304dd5664fd9e628eb45c5c67cd9ca8250129c8c0eaba1a0d5e1d2ad6afe6cb7acf0eccfe954d2f35714942970613fd1cdcc466104d776119dcaea3a8b1ddff1 SHA512 028eae7fd7f44612b6a56814a38a81681d66a95db5d9e21ffb7ef763ff6c9f68fece8eea4bef0b232546b6e2dd6d7a5c32389b96dd62968c4cb110e6508cd534 |