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-util/dialog/
Date: Fri, 30 Dec 2022 07:32:29 +0000 (UTC)	[thread overview]
Message-ID: <1672385512.10f551c95f41eb63e1df49c72932fa3cbba80c04.sam@gentoo> (raw)

commit:     10f551c95f41eb63e1df49c72932fa3cbba80c04
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 07:14:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 07:31:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f551c9

dev-util/dialog: add 1.3.20221229

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/dialog/Manifest                   |  2 +
 dev-util/dialog/dialog-1.3.20221229.ebuild | 61 ++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index a80e33ca760a..5906b053a7a5 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,2 +1,4 @@
 DIST dialog-1.3-20220728.tgz 568086 BLAKE2B 086d946f2a8d298f1d26a193b5e99c00991a7f25fb032efef77109b20deaf08d54562673132bfa458d0c28360b2271e7ec50611ebe00e0c1584f178c0d8d7254 SHA512 dddceaf00bfec4b53f2cf67e51d4c54841d9db337536657c21bc8f324a0eb9c6d621f00e09bfb741bd263f171dde38cfea87568f86daf04a9e88575a0ed61218
 DIST dialog-1.3-20220728.tgz.asc 729 BLAKE2B c317713cae1abe26471c005f033a8ebb406a2a741d67865f90c8a356e204b468fda1349247dbe42e84d434434d202938b55321a22ad0e048eedca93f59a7b547 SHA512 fe0e3559c1c6cbd6ac24cd5da96cde4e4780c6a804f1ed3c96c1ee93dc8f434336cb5cf27c9ac420338c8491dfa9beead48761f07152b2cae9f2d2f7d482eb8b
+DIST dialog-1.3-20221229.tgz 567965 BLAKE2B a027b4427ba2e4a2cfb7e66122a81ed3e3cd5b3ce3acfa250ce42a3464d4b015a8c7633b1d2160f915c54d8449097d19d33cd2f968bfef2a415fb42488bfa07b SHA512 920f22bc1565b3c936c95af6fe83dc1460dd81eb5d83bb8f43fd4f2b12cb9e37328b5ae32fb528fbe2ff2f4172935773022a3e6de455b8edfc0c8e37d5d02c26
+DIST dialog-1.3-20221229.tgz.asc 729 BLAKE2B bf9703905e16af1af11e68c5e0288e03ab2a72e7c16de80ec4bf830982020e28514674640f42e0fc77ae1861d3f527990279a2e65a7aef6f78b3076b245df149 SHA512 b4d2dd6ab6e4f792a0156508bdec8516a927d50e1e65208e1fb155a618321addc71e0c35658b8da9a2166c4401acc3ec47e050acdb84fd768c8cc089ff30c41a

diff --git a/dev-util/dialog/dialog-1.3.20221229.ebuild b/dev-util/dialog/dialog-1.3.20221229.ebuild
new file mode 100644
index 000000000000..0beb06989f2f
--- /dev/null
+++ b/dev-util/dialog/dialog-1.3.20221229.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P=${PN}-$(ver_rs 2 -)
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit verify-sig
+
+DESCRIPTION="Tool to display dialog boxes from a shell"
+HOMEPAGE="https://invisible-island.net/dialog/"
+SRC_URI="https://invisible-island.net/archives/dialog/${MY_P}.tgz"
+SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/dialog/${MY_P}.tgz.asc )"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="LGPL-2.1"
+SLOT="0/15"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples minimal nls unicode"
+
+RDEPEND=">=sys-libs/ncurses-5.2-r5:=[unicode(+)?]"
+DEPEND="
+	${RDEPEND}
+	nls? ( sys-devel/gettext )
+	"
+BDEPEND="
+	virtual/pkgconfig
+	!minimal? ( sys-devel/libtool )
+	verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
+
+src_prepare() {
+	default
+
+	sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
+	sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
+}
+
+src_configure() {
+	if [[ ${CHOST} == *-darwin* ]] ; then
+		export ac_cv_prog_LIBTOOL=glibtool
+	fi
+
+	econf \
+		--disable-rpath-hack \
+		--with-pkg-config \
+		$(use_enable nls) \
+		$(use_with !minimal libtool) \
+		--with-libtool-opts='-shared' \
+		--with-ncurses$(usex unicode w '')
+}
+
+src_install() {
+	use minimal && default || emake DESTDIR="${D}" install-full
+
+	use examples && dodoc -r samples
+
+	dodoc CHANGES README
+
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2022-12-30  7:32 UTC|newest]

Thread overview: 160+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30  7:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-01  3:46 [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/ Ionen Wolkens
2024-04-29  7:51 Jakov Smolić
2024-04-29  7:51 Jakov Smolić
2024-03-12  4:04 Sam James
2024-03-04 10:36 Sam James
2024-03-02 17:21 Arthur Zamarin
2024-02-18 13:31 Sam James
2024-02-18 13:17 Sam James
2024-01-02  6:00 Sam James
2023-12-17 13:04 Arthur Zamarin
2023-12-15  7:49 Sam James
2023-12-15  7:27 Sam James
2023-12-15  7:23 Sam James
2023-12-15  7:16 Sam James
2023-10-08  3:11 Sam James
2023-03-24 14:07 Arthur Zamarin
2023-03-24 14:01 Arthur Zamarin
2023-03-22  6:00 Sam James
2023-03-04 22:30 Jakov Smolić
2023-03-04 14:29 Arthur Zamarin
2023-03-04  9:34 Arthur Zamarin
2023-03-04  8:31 Arthur Zamarin
2023-03-04  7:42 Arthur Zamarin
2023-03-04  7:07 Arthur Zamarin
2023-03-04  6:05 Arthur Zamarin
2023-02-10 23:29 Sam James
2022-10-28 20:09 Sam James
2022-10-15  6:38 Jakov Smolić
2022-10-14  4:44 Arthur Zamarin
2022-10-14  4:14 Arthur Zamarin
2022-10-14  4:14 Arthur Zamarin
2022-10-14  2:10 Sam James
2022-10-14  2:10 Sam James
2022-10-14  0:05 Sam James
2022-10-14  0:05 Sam James
2022-10-13 23:37 Sam James
2022-08-10 20:29 Sam James
2022-08-09 20:06 Sam James
2022-06-02  8:01 Jakov Smolić
2022-06-02  4:36 Jakov Smolić
2022-06-02  3:14 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:05 Sam James
2022-06-02  3:05 Sam James
2022-06-02  2:19 Sam James
2022-06-02  2:19 Sam James
2022-05-31  4:46 Sam James
2022-05-19  7:28 WANG Xuerui
2022-04-21 23:35 Sam James
2022-04-17 17:06 Sam James
2022-04-13 23:26 Sam James
2022-04-13 23:26 Sam James
2022-02-23  5:05 Arthur Zamarin
2022-02-19  9:23 Arthur Zamarin
2022-02-19  9:13 Arthur Zamarin
2022-02-19  2:42 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:28 Sam James
2022-02-19  2:24 Sam James
2022-01-20 12:09 Sam James
2022-01-20 12:08 Sam James
2021-12-16  6:21 Sam James
2021-12-14 20:11 Arthur Zamarin
2021-12-13 18:51 Arthur Zamarin
2021-12-13  7:08 Agostino Sarubbo
2021-12-13  7:03 Agostino Sarubbo
2021-12-13  7:02 Agostino Sarubbo
2021-12-13  6:57 Agostino Sarubbo
2021-12-13  6:22 Sam James
2021-11-09  7:13 Sam James
2021-09-23  1:07 Matt Turner
2021-08-22  3:42 Sam James
2021-08-19  1:25 Agostino Sarubbo
2021-08-18 12:58 Agostino Sarubbo
2021-08-18  5:29 Agostino Sarubbo
2021-08-17 21:39 Sam James
2021-08-17 21:39 Sam James
2021-07-02  2:30 Sam James
2021-06-17 13:47 Yixun Lan
2021-06-06 15:42 David Seifert
2021-06-02 19:05 Sam James
2021-05-23 12:14 David Seifert
2021-05-17 22:36 Sam James
2021-05-17 22:36 Sam James
2021-05-09 12:53 David Seifert
2021-05-09 12:53 David Seifert
2021-04-30 19:38 Andreas Sturmlechner
2021-04-16 10:25 David Seifert
2020-12-27 18:36 Sam James
2020-12-27 12:51 Sergei Trofimovich
2020-12-27 11:38 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-24 18:38 Sergei Trofimovich
2020-12-24 10:03 Agostino Sarubbo
2020-12-22 21:27 Sam James
2020-12-22 21:27 Sam James
2020-12-22 17:08 Thomas Deutschmann
2020-11-07 18:12 Andreas K. Hüttel
2020-04-01 13:23 Jeroen Roovers
2020-04-01 13:23 Jeroen Roovers
2020-03-23 15:02 Jeroen Roovers
2020-02-09 13:14 David Seifert
2019-12-11 10:37 Jeroen Roovers
2019-12-11 10:37 Jeroen Roovers
2019-11-12 11:32 Jeroen Roovers
2019-08-27  6:34 Jeroen Roovers
2019-08-11 14:38 Jeroen Roovers
2019-08-11 14:38 Jeroen Roovers
2019-08-06  8:23 Jeroen Roovers
2019-08-06  8:23 Jeroen Roovers
2019-07-28 21:11 Jeroen Roovers
2019-07-28 21:11 Jeroen Roovers
2019-02-15 15:58 Jeroen Roovers
2018-11-21 23:55 Jeroen Roovers
2018-11-21 23:55 Jeroen Roovers
2018-10-30 10:10 Jeroen Roovers
2018-10-30 10:10 Jeroen Roovers
2018-06-23 12:46 Jeroen Roovers
2018-06-23 12:46 Jeroen Roovers
2018-05-30 19:56 Mike Frysinger
2018-03-31 10:55 Jeroen Roovers
2018-03-31 10:11 Tobias Klausmann
2018-03-26 17:19 Jeroen Roovers
2018-03-25 12:41 Sergei Trofimovich
2017-11-27 20:04 Sergei Trofimovich
2017-11-12 14:46 Sergei Trofimovich
2017-08-29 21:39 Thomas Deutschmann
2017-08-25 21:24 Mikle Kolyada
2017-07-12  8:29 Sergei Trofimovich
2017-05-14 18:10 Markus Meier
2017-05-11 10:07 Jeroen Roovers
2017-05-06 10:01 Jeroen Roovers
2017-02-18 13:53 Jeroen Roovers
2017-02-18  5:49 Markus Meier
2017-02-07 16:15 Jeroen Roovers
2017-02-07 16:15 Jeroen Roovers
2017-01-20 11:05 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-14 12:54 Jeroen Roovers
2017-01-06 14:33 Tobias Klausmann
2017-01-04 17:09 Agostino Sarubbo
2017-01-04 16:56 Agostino Sarubbo
2016-09-04  8:53 Jeroen Roovers
2016-09-04  8:53 Jeroen Roovers
2016-08-17  4:13 Jeroen Roovers
2016-07-18 17:17 Markus Meier
2016-07-04 12:45 Tobias Klausmann
2016-04-25 12:40 Lars Wendler
2016-03-01  3:21 Jeroen Roovers
2016-03-01  3:21 Jeroen Roovers
2016-01-11  9:07 Agostino Sarubbo
2015-12-25 19:49 Mikle Kolyada
2015-12-07 11:40 Agostino Sarubbo
2015-12-04  6:10 Jeroen Roovers
2015-11-26 19:30 Markus Meier
2015-11-23  9:25 Agostino Sarubbo
2015-11-18  8:57 Agostino Sarubbo
2015-11-18  8:27 Agostino Sarubbo
2015-09-29  4:54 Jeroen Roovers

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=1672385512.10f551c95f41eb63e1df49c72932fa3cbba80c04.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