From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/
Date: Tue, 30 Oct 2018 10:10:09 +0000 (UTC) [thread overview]
Message-ID: <1540894206.ccd62309b80ed08ea5f44dbcfc1395a7a69f456e.jer@gentoo> (raw)
commit: ccd62309b80ed08ea5f44dbcfc1395a7a69f456e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 30 10:07:18 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Oct 30 10:10:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd62309
dev-util/dialog: Version 1.3.20181022
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
dev-util/dialog/Manifest | 1 +
dev-util/dialog/dialog-1.3.20181022.ebuild | 51 ++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index a52d96fcaf9..88ee2b4f4af 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,3 +1,4 @@
DIST dialog-1.3-20170131.tgz 507783 BLAKE2B a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23 SHA512 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
DIST dialog-1.3-20180621.tgz 529123 BLAKE2B bb085e93a0eaedd1fc517bcfe080f8dbf61bf0b28003b38356d66c324baed7dcd2f76917676a1894e76bf3a7d58d3090c95e45624dae37e3e2e885282ab9c5bb SHA512 1c6d794af50a12294e32b99fd9d3eb9451ac4a2f21c5567848b59c7a316b3058463c41fb8f9eb0bce68edbbe463234a6ec893f7a013ceb953eb5da0effe0d274
+DIST dialog-1.3-20181022.tgz 531815 BLAKE2B c6a34010eb991683356338009998964fde60bcae4181d8b07e6d5b9f0d0e9a61d3f0b112fad02c151b1774380e18b87f93f43fdfe35e0fba86914c029eaa274c SHA512 5d7891086ab6d2f4a815538513b09754a56368bbb0ec3bd107346fd2ed6ae10fa858173447fa609cce28a91e234ed8067d9439efeb973593fff2df1e811a8925
DIST dialog_1.3-20171209.orig.tar.gz 511503 BLAKE2B db633f882cce8a0ecd1446c26b305f5567bcdc0fb8e073ff3a443fbf56662638685578040ecd21220192c069899998f587aa04db8185074b4c8af957df77c49c SHA512 0355578bc64e2c75a2aae3ae83aff62eae60556a2890d50a72988efa76b82055755922bc1156a92370d773524865e76b8a0ddcde77fb6e6b5774c987fc22dee8
diff --git a/dev-util/dialog/dialog-1.3.20181022.ebuild b/dev-util/dialog/dialog-1.3.20181022.ebuild
new file mode 100644
index 00000000000..1d1adc03257
--- /dev/null
+++ b/dev-util/dialog/dialog-1.3.20181022.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib versionator
+
+DIA_P="${PN}-$(replace_version_separator 2 '-')"
+DESCRIPTION="tool to display dialog boxes from a shell"
+HOMEPAGE="https://invisible-island.net/dialog/"
+SRC_URI="https://dev.gentoo.org/~jer/${DIA_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0/15"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="examples minimal nls static-libs unicode"
+
+RDEPEND="
+ >=sys-libs/ncurses-5.2-r5:=[unicode?]
+"
+DEPEND="
+ ${RDEPEND}
+ nls? ( sys-devel/gettext )
+ !minimal? ( sys-devel/libtool )
+ !<=sys-freebsd/freebsd-contrib-8.9999
+"
+S=${WORKDIR}/${DIA_P}
+
+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() {
+ econf \
+ --disable-rpath-hack \
+ $(use_enable nls) \
+ $(use_with !minimal libtool) \
+ --with-libtool-opts=$(usex static-libs '' '-shared') \
+ --with-ncurses$(usex unicode w '')
+}
+
+src_install() {
+ use minimal && default || emake DESTDIR="${D}" install-full
+
+ use examples && dodoc -r samples
+
+ dodoc CHANGES README
+
+ prune_libtool_files
+}
next reply other threads:[~2018-10-30 10:10 UTC|newest]
Thread overview: 161+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-30 10:10 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 7:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/ Sam James
2024-06-01 3:46 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-12-30 7:32 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-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=1540894206.ccd62309b80ed08ea5f44dbcfc1395a7a69f456e.jer@gentoo \
--to=jer@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