From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-wxWidgets/
Date: Tue, 11 Apr 2017 07:06:00 +0000 (UTC) [thread overview]
Message-ID: <1491894288.f83bd76d4f20199ccd49922d0fad5c7bff3ea4b2.kentnl@gentoo> (raw)
commit: f83bd76d4f20199ccd49922d0fad5c7bff3ea4b2
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 07:04:18 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 07:04:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83bd76d
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
.../Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild | 36 ++++++++++++++++++++++
dev-perl/Alien-wxWidgets/Manifest | 1 +
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild
new file mode 100644
index 00000000000..70ba0b3838d
--- /dev/null
+++ b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.680.0.ebuild
@@ -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
+}
diff --git a/dev-perl/Alien-wxWidgets/Manifest b/dev-perl/Alien-wxWidgets/Manifest
index 93c008dad53..1e188945108 100644
--- a/dev-perl/Alien-wxWidgets/Manifest
+++ b/dev-perl/Alien-wxWidgets/Manifest
@@ -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
next reply other threads:[~2017-04-11 7:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-11 7:06 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 6:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-wxWidgets/ Arthur Zamarin
2023-12-30 6:38 Arthur Zamarin
2023-11-24 12:55 Pacho Ramos
2021-04-05 22:26 David Seifert
2021-04-05 17:55 Andreas K. Hüttel
2018-06-08 11:59 Kent Fredric
2018-05-29 8:39 Mikle Kolyada
2018-05-27 13:01 Thomas Deutschmann
2018-03-21 0:59 Kent Fredric
2017-12-29 19:47 Mikle Kolyada
2016-08-06 11:54 Kent Fredric
2016-04-03 21:24 Andreas Hüttel
2016-04-03 21:24 Andreas Hüttel
2015-12-26 23:00 Andreas Hüttel
2015-12-26 19:27 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491894288.f83bd76d4f20199ccd49922d0fad5c7bff3ea4b2.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox