From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/
Date: Wed, 7 Sep 2016 22:15:17 +0000 (UTC) [thread overview]
Message-ID: <1473286219.f3c658e3ae6ec43d19f20ca8872ee465578e7564.kentnl@gentoo> (raw)
commit: f3c658e3ae6ec43d19f20ca8872ee465578e7564
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 22:09:32 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 22:10:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c658e3
dev-perl/Curses: Bump to 1.360.0
- Add USE=examples
Upstream:
- Hurd support
- Bugs fixed in examples
Package-Manager: portage-2.3.0
dev-perl/Curses/Curses-1.360.0.ebuild | 47 +++++++++++++++++++++++++++++++++++
dev-perl/Curses/Manifest | 1 +
2 files changed, 48 insertions(+)
diff --git a/dev-perl/Curses/Curses-1.360.0.ebuild b/dev-perl/Curses/Curses-1.360.0.ebuild
new file mode 100644
index 00000000..9ff1457
--- /dev/null
+++ b/dev-perl/Curses/Curses-1.360.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=GIRAFFED
+DIST_VERSION=1.36
+DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel" "gdc")
+inherit perl-module
+
+DESCRIPTION="Curses interface modules for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="+unicode test"
+
+RDEPEND=">=sys-libs/ncurses-5:0=[unicode?]
+ virtual/perl-Data-Dumper
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+my_curses_unicode() {
+ echo ncurses$(use unicode && echo w)
+}
+
+my_curses_version() {
+ echo ncurses$(use unicode && echo w)$(has_version '>sys-libs/ncurses-6' && echo 6 || echo 5)
+}
+
+pkg_setup() {
+ myconf="${myconf} FORMS PANELS MENUS"
+ mydoc=HISTORY
+ export CURSES_LIBTYPE=$(my_curses_unicode)
+ export CURSES_LDFLAGS=$($(my_curses_version)-config --libs)
+ export CURSES_CFLAGS=$( $(my_curses_version)-config --cflags)
+}
+
+src_configure(){
+ perl-module_src_configure
+ if ! use unicode ; then
+ sed -i 's:<form.h>:"/usr/include/form.h":' "${S}"/c-config.h || die
+ fi
+}
diff --git a/dev-perl/Curses/Manifest b/dev-perl/Curses/Manifest
index 59ab01c..ad5937b 100644
--- a/dev-perl/Curses/Manifest
+++ b/dev-perl/Curses/Manifest
@@ -1,2 +1,3 @@
DIST Curses-1.32.tgz 134753 SHA256 5dba44fd7964806d9765e6692bc7eb8eb30aeced2740f28b9a4070a5d14ba650 SHA512 ecaa5cea2b544979229badc9f0d0ce84b385aa178ea0f821e6582865b3be63ea3d0cbc43651e2dc03334b796e5eab961c30e8f1637eec4af579843617e661562 WHIRLPOOL 37b548423430a79791659d40aa2d3d66546e0c49bbe8e1fc5c3798b30715ce1ed40343cdec70b3019a4d7c7d8adb37ca66fd8afa9f52d4b1e63774ac6a0c9b58
DIST Curses-1.33.tar.gz 134541 SHA256 eb1febf4c7dc01454f6e1d6a7380010e6a9b61b527e7f635c45b08b43c83ce88 SHA512 094ecf34f4116a4b405a810a16b727ab3201a32a42f98a2e2ac065e6b5cb25939091021f054bc15503fcc4aee1ee47825392cd8bd10e94f10792afcede6fe978 WHIRLPOOL 7cb13e0982a2e063325ac2a5716ff49258f81f03f657cee35856960f3452dd0b4e7ddf6f6baf82bc1f709ee436f5156da288d1ed98f018b61ba11eb63b321c83
+DIST Curses-1.36.tar.gz 135049 SHA256 a414795ba031c5918c70279fe534fee594a96ec4b0c78f44ce453090796add64 SHA512 40ce96bdf7ef4bbd6975363bc27c2c561a81cafbaf147f2655a2c6521e09f6e40441cee06b6f8f27e370ad59eaf6f677ffe8e475030dfa870d25eca37717c58c WHIRLPOOL 96507aeff6e4a7a27e4cf8fcd3844e03b0c8955d22ca63fd7c5c7d68e28bc30b6393ba488c56bb6d395d4f570e2b316dac59331319aec4770d665f67d4d362ff
next reply other threads:[~2016-09-07 22:15 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 22:15 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 23:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/ Andreas K. Hüttel
2024-06-14 0:43 Sam James
2024-06-09 20:41 Sam James
2024-05-01 9:12 Sam James
2023-08-02 19:34 Arthur Zamarin
2023-07-24 12:07 Jakov Smolić
2023-07-24 9:25 Jakov Smolić
2023-03-24 14:19 Arthur Zamarin
2023-03-22 5:49 Sam James
2023-03-22 5:27 Sam James
2023-03-16 14:04 Arthur Zamarin
2023-03-04 9:26 Arthur Zamarin
2023-03-04 9:03 Arthur Zamarin
2023-03-04 8:22 Arthur Zamarin
2023-03-04 7:08 Arthur Zamarin
2023-03-04 5:38 Arthur Zamarin
2023-02-12 6:41 Sam James
2021-12-05 20:52 Arthur Zamarin
2021-12-05 3:15 Sam James
2021-12-05 3:09 Sam James
2021-12-05 3:08 Sam James
2021-10-16 17:17 Andreas K. Hüttel
2021-10-16 17:17 Andreas K. Hüttel
2021-05-13 16:24 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-05-13 16:15 Sam James
2021-05-13 4:35 Sam James
2021-05-13 4:35 Sam James
2020-12-12 6:46 Kent Fredric
2020-10-19 2:58 Kent Fredric
2020-07-02 19:24 Kent Fredric
2018-06-08 13:26 Mikle Kolyada
2017-04-30 8:42 Jeroen Roovers
2017-04-22 7:33 Tobias Klausmann
2017-04-19 6:13 Michael Weber
2017-04-11 18:03 Kent Fredric
2017-04-11 15:04 Agostino Sarubbo
2016-01-24 12:11 Andreas Hüttel
2016-01-24 7:39 Jeroen Roovers
2016-01-17 19:10 Mikle Kolyada
2016-01-09 16:19 Markus Meier
2016-01-02 18:53 Agostino Sarubbo
2015-12-31 11:30 Andreas Hüttel
2015-12-31 10:48 Andreas Hüttel
2015-12-31 10:46 Andreas Hüttel
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=1473286219.f3c658e3ae6ec43d19f20ca8872ee465578e7564.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