From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/
Date: Sun, 11 Aug 2019 14:38:13 +0000 (UTC) [thread overview]
Message-ID: <1565534292.95ca421605be69e979a1c4bfe9ca11e1b95bd309.jer@gentoo> (raw)
commit: 95ca421605be69e979a1c4bfe9ca11e1b95bd309
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 14:38:03 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:38:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ca4216
dev-util/dialog: Old
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
dev-util/dialog/Manifest | 1 -
dev-util/dialog/dialog-1.3.20190724.ebuild | 51 ------------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index 00b030d9bb5..a4dd31b08ce 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,4 +1,3 @@
DIST dialog-1.3-20170131.tgz 507783 BLAKE2B a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23 SHA512 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
-DIST dialog-1.3-20190724.tar.gz 534551 BLAKE2B 184865abfc98a509fbb2746e8476433c53b08157a53b9786066d7c48c94f3c2e50785c3546a963516f66af382903a33778188d0bfca85ef1f513165157c18196 SHA512 85dbec30bbd5bf5f3e40c8cf2af54236050fe3f96ca66c22d21e0447c2b851d7529b3d155d76b946e9360262959a44bf436b7f7fcf49040b38cc3f6c106c4b81
DIST dialog-1.3-20190728.tar.gz 534764 BLAKE2B c38df2a2a71036a60c08b2f9caa0cb0b6be9f07ed0137d592ed48c6f3e57a0d24760ff85df44f0fdb4cc690b47c6a206f6eaf84a7ea7e71366424dedb7a9e1d6 SHA512 e539f9691fbca289192deec87439b9d6a463b875b24082f6684c2a1c7f7b46bed1ba29a5380dd93dadd800a99bc7c60c9d065d7230bf21dcfbb8f361d7d15de6
DIST dialog-1.3-20190808.tar.gz 537376 BLAKE2B 38c849ef12ae6c5fc703fe5f8d172c92ba9c6d498e163d622b5dfc7c638a7058fbca79ecfbf1f3e4f274fd53c6cce0d4ef0f67fc5efb8dc16b451064d609e214 SHA512 780cecaf68616723242426f9e78c772f81ec63f0761f67061c4fa06510ba9ca229c921ee15443b63c1581726751f79bf3e6d3b6b8148bbbb3a986043b6b82f86
diff --git a/dev-util/dialog/dialog-1.3.20190724.ebuild b/dev-util/dialog/dialog-1.3.20190724.ebuild
deleted file mode 100644
index 021642f2571..00000000000
--- a/dev-util/dialog/dialog-1.3.20190724.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 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}.tar.gz"
-
-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:[~2019-08-11 14:38 UTC|newest]
Thread overview: 160+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-11 14:38 Jeroen Roovers [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-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-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=1565534292.95ca421605be69e979a1c4bfe9ca11e1b95bd309.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