From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/
Date: Sun, 17 Apr 2022 17:06:29 +0000 (UTC) [thread overview]
Message-ID: <1650215155.457431a6484bb4963c6dce7ef3bcd972a483cbf6.sam@gentoo> (raw)
commit: 457431a6484bb4963c6dce7ef3bcd972a483cbf6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 16:59:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:05:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457431a6
dev-util/dialog: drop 1.3.20211107
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/dialog/Manifest | 1 -
dev-util/dialog/dialog-1.3.20211107.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index be8da7ad8812..15fc2df70cdf 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,3 +1,2 @@
-DIST dialog-1.3-20211107.tgz 566509 BLAKE2B f2c045f60185c34eec18b878219fae10a5acca2dc8bec5d379de069c939a0079e1a95925f860944108c97c8ef4e32041966c423d8b294b2102311c9aa085301e SHA512 a6626092692ca61209f67caa7c5dec91f637e3ff002488a0e117ec80ce8fdf0ef50d3b11f67d84d8abb06145347a100de76223fb4b1f971a755c28de1be860ac
DIST dialog-1.3-20211214.tgz 565608 BLAKE2B f069968abe258942f27e010f8d14eafd270c45ae467d5131b41b57c0cc5a145a410fdaeab5f7fa221aa7dbea440f8e268d130e0f1f7389a224374b0047228156 SHA512 b76e7e1fc333550a9cc351e37e7121e98f48b2a1f78e8c0c528e2126db16ae14c4c5da088bc611cb12020836e75dd2a1d875561fe5eec6589c104252d4aa7626
DIST dialog-1.3-20220117.tgz 565530 BLAKE2B 6c77be870962151e37f87870e62d4a1e04adacf01ad4076fc38b3dc35c97ea03169f253d2672edbb9d4cf54aa6ae0ba3def199b84c866c6a0bd7299915abbd0c SHA512 c785dadb0bf7feeee6ac767a6752fb85e9d07ff3991c2f948deae05893ba3104590eda37e88adc0032ce89ede036f6215bb4acd1d85699f5cb9f5b4fc153e2ef
diff --git a/dev-util/dialog/dialog-1.3.20211107.ebuild b/dev-util/dialog/dialog-1.3.20211107.ebuild
deleted file mode 100644
index 5e7375f8cdbc..000000000000
--- a/dev-util/dialog/dialog-1.3.20211107.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${PN}-$(ver_rs 2 -)
-
-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"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="LGPL-2.1"
-SLOT="0/15"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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="!minimal? ( sys-devel/libtool )
- virtual/pkgconfig"
-
-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
-}
next reply other threads:[~2022-04-17 17:06 UTC|newest]
Thread overview: 160+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-17 17:06 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-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-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=1650215155.457431a6484bb4963c6dce7ef3bcd972a483cbf6.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