public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/
Date: Wed,  1 May 2024 09:12:50 +0000 (UTC)	[thread overview]
Message-ID: <1714554303.8ac47107b19d99320dda5651bda5a82fc37d3b58.sam@gentoo> (raw)

commit:     8ac47107b19d99320dda5651bda5a82fc37d3b58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 09:05:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  1 09:05:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac47107

dev-perl/Curses: add 1.450.0

Closes: https://bugs.gentoo.org/924209
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Curses/Curses-1.450.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
 dev-perl/Curses/Manifest              |  1 +
 2 files changed, 45 insertions(+)

diff --git a/dev-perl/Curses/Curses-1.450.0.ebuild b/dev-perl/Curses/Curses-1.450.0.ebuild
new file mode 100644
index 000000000000..f4a157cbb51c
--- /dev/null
+++ b/dev-perl/Curses/Curses-1.450.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GIRAFFED
+DIST_VERSION=1.45
+DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel")
+inherit perl-module toolchain-funcs
+
+DESCRIPTION="Curses interface modules for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="+unicode"
+
+RDEPEND="
+	>=sys-libs/ncurses-6:=[unicode(+)?]
+	virtual/perl-Data-Dumper
+"
+DEPEND="
+	>=sys-libs/ncurses-6:=[unicode(+)?]
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/pkgconfig
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_configure() {
+	myconf=( FORMS PANELS MENUS )
+	mydoc=( HISTORY )
+
+	export CURSES_LIBTYPE="$(usex unicode ncursesw ncurses)"
+	export CURSES_LDFLAGS=$($(tc-getPKG_CONFIG) --libs ${CURSES_LIBTYPE} || die)
+	export CURSES_CFLAGS=$($(tc-getPKG_CONFIG) --cflags ${CURSES_LIBTYPE} || die)
+
+	perl-module_src_configure
+
+	if ! use unicode ; then
+		sed -i "s:<form.h>:\"${ESYSROOT}/usr/include/form.h\":" "${S}"/c-config.h || die
+	fi
+}

diff --git a/dev-perl/Curses/Manifest b/dev-perl/Curses/Manifest
index def879cfe765..dda58612bfe9 100644
--- a/dev-perl/Curses/Manifest
+++ b/dev-perl/Curses/Manifest
@@ -1 +1,2 @@
 DIST Curses-1.44.tar.gz 139766 BLAKE2B 822ff66038b551476a26f174bccba213d8d4e238144129245c68a8e239b8c0c68e6cb351637e158d39af7878a83a436776833898623f934c91b694d71ef34426 SHA512 2c7f9ad9971c1afe6c1bee59581466f848ab1128e546effccd2118cb7bce1962ec7f6a8da60be3cdd1405f6b0a44f7c29c5f7900cbc436940592b1075fbfb6f7
+DIST Curses-1.45.tar.gz 140041 BLAKE2B a6db19c7973069337a5b8999282b7b84547d4d5e0f7c6e0faaf49a79cbf8ab4169bd11cb42e777079ca4e7eca7783fce99b89361a6aa5eaad08c6c1aad849a80 SHA512 91b55022505948609a3dff4bb7a5b0c27089b31201093e74d5c899a1ecb82cc8d59cca17cf5bb1c132c268a7151bda5d35572e85635bec0d2228ce56ff957be6


             reply	other threads:[~2024-05-01  9:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01  9:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/ Sam James
2024-06-09 20:41 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-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=1714554303.8ac47107b19d99320dda5651bda5a82fc37d3b58.sam@gentoo \
    --to=sam@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