public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/
Date: Mon, 19 Oct 2020 02:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1603076285.e38a18612ea9f12f91e284a6f6732112ec50e880.kentnl@gentoo> (raw)

commit:     e38a18612ea9f12f91e284a6f6732112ec50e880
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 02:50:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 02:58:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38a1861

dev-perl/Curses: Bump to version 1.370.0

Upstream:
- Fix printw for wide characters
- Return explicit "false" value on error from wenclose() and
  mouse_trafo() instead of integer error code (as that is a
  true-value for perl)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Curses/Curses-1.370.0.ebuild | 47 +++++++++++++++++++++++++++++++++++
 dev-perl/Curses/Manifest              |  1 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/Curses/Curses-1.370.0.ebuild b/dev-perl/Curses/Curses-1.370.0.ebuild
new file mode 100644
index 00000000000..a0b0c901329
--- /dev/null
+++ b/dev-perl/Curses/Curses-1.370.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GIRAFFED
+DIST_VERSION=1.37
+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 ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="+unicode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=sys-libs/ncurses-5:0=[unicode?]
+	virtual/perl-Data-Dumper
+"
+DEPEND="
+	>=sys-libs/ncurses-5:0=[unicode?]
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_configure() {
+	myconf="${myconf} FORMS PANELS MENUS"
+	mydoc=HISTORY
+	export CURSES_LIBTYPE="$(usex unicode ncursesw ncurses)"
+	local nc_tool="${CURSES_LIBTYPE}$(has_version 'sys-libs/ncurses:0/6' && echo 6 || echo 5)-config"
+	export CURSES_LDFLAGS=$( ${nc_tool} --libs )
+	export CURSES_CFLAGS=$( ${nc_tool} --cflags )
+	perl-module_src_configure
+	if ! use unicode ; then
+		sed -i 's:<form.h>:"/usr/include/form.h":' "${S}"/c-config.h || die
+	fi
+}
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/Curses/Manifest b/dev-perl/Curses/Manifest
index 73cb4101da2..22f45eb918a 100644
--- a/dev-perl/Curses/Manifest
+++ b/dev-perl/Curses/Manifest
@@ -1 +1,2 @@
 DIST Curses-1.36.tar.gz 135049 BLAKE2B c63d1f8d80db33e184c6d9c49c9ee902b5e3ed2e69e4ccbdd683d7b6109f8025d63838ce20f6e57e95c9a9bcd9e14d6af448e52f1b9d219ab388ab74798d917b SHA512 40ce96bdf7ef4bbd6975363bc27c2c561a81cafbaf147f2655a2c6521e09f6e40441cee06b6f8f27e370ad59eaf6f677ffe8e475030dfa870d25eca37717c58c
+DIST Curses-1.37.tar.gz 135763 BLAKE2B b42f81d5a382b8cf6c8323cc5c13fd39dcc57081ad2e3de9e940f06a0126879d301ccaebc5c34fb5cb4bffd1263b0681243164539c450db50cd3388e6fd35823 SHA512 10886e725b174fdabc0c9b86a9ef9b717949f0fb03561bfc315e8503be689be7945d1ceeea2f950628ce480c2cc8081736d3b8f28042ea677b252298a9eb4827


             reply	other threads:[~2020-10-19  2:58 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19  2:58 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-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-09-07 22:15 Kent Fredric
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=1603076285.e38a18612ea9f12f91e284a6f6732112ec50e880.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