Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/
Date: Fri, 30 Apr 2021 19:38:37
Message-Id: 1619811458.a7d9ef747ba33c9cde929790f434a8f04a0a3f67.asturm@gentoo
1 commit: a7d9ef747ba33c9cde929790f434a8f04a0a3f67
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 22:30:40 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 19:37:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d9ef74
7
8 dev-util/dialog: Drop 1.3.20170131 and 1.3.20200228
9
10 Bug: https://bugs.gentoo.org/754129
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-util/dialog/Manifest | 2 --
15 dev-util/dialog/dialog-1.3.20170131.ebuild | 50 ------------------------------
16 dev-util/dialog/dialog-1.3.20200228.ebuild | 49 -----------------------------
17 3 files changed, 101 deletions(-)
18
19 diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
20 index d2871add982..fc5198d6971 100644
21 --- a/dev-util/dialog/Manifest
22 +++ b/dev-util/dialog/Manifest
23 @@ -1,3 +1 @@
24 -DIST dialog-1.3-20170131.tgz 507783 BLAKE2B a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23 SHA512 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
25 -DIST dialog-1.3-20200228.tar.gz 544523 BLAKE2B 18551ea08fc6ca8cce37604cc468143e57e562648b7c1b7eb8abc0157f69d7b279ea65aa81d8435fdbc60944dff15d3d716e769a1103b0abbd8f4acb7e5bc011 SHA512 c2454421d32a61c6618b0262154d770ad0d194dd3999c0a95d6f08b59527dcf3f9d2ddc082a52df9ae6e28154fde73884b3b957285ee9f765b4ed79d304ee49c
26 DIST dialog-1.3-20200327.tar.gz 547962 BLAKE2B b335d8b57d9a9f3a7e303aa3b2c64736007b66618a79c79368d9dba20a8123813cdeb7d0643bf7c6d147314963ff469b6e41d2378fe9181081fa543f0aca50f2 SHA512 c8c7ccd86fa189a2b6739320f59f127512e53f908ed257280099f8c45754da98d2095835d0c14090cd071af0ed6e8ff95f9938f5ca8027b0b7001c7fd746fe59
27
28 diff --git a/dev-util/dialog/dialog-1.3.20170131.ebuild b/dev-util/dialog/dialog-1.3.20170131.ebuild
29 deleted file mode 100644
30 index a18c8a42385..00000000000
31 --- a/dev-util/dialog/dialog-1.3.20170131.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit ltprune multilib versionator
39 -
40 -MY_P="${PN}-$(replace_version_separator 2 '-')"
41 -S="${WORKDIR}/${MY_P}"
42 -DESCRIPTION="tool to display dialog boxes from a shell"
43 -HOMEPAGE="https://invisible-island.net/dialog/dialog.html"
44 -SRC_URI="ftp://invisible-island.net/${PN}/${MY_P}.tgz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0/14"
48 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
49 -IUSE="examples minimal nls static-libs unicode"
50 -
51 -RDEPEND="
52 - >=sys-libs/ncurses-5.2-r5:=[unicode?]
53 -"
54 -DEPEND="
55 - ${RDEPEND}
56 - nls? ( sys-devel/gettext )
57 - !minimal? ( sys-devel/libtool )
58 -"
59 -
60 -src_prepare() {
61 - default
62 - sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
63 - sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - --disable-rpath-hack \
69 - $(use_enable nls) \
70 - $(use_with !minimal libtool) \
71 - --with-libtool-opts=$(usex static-libs '' '-shared') \
72 - --with-ncurses$(usex unicode w '')
73 -}
74 -
75 -src_install() {
76 - use minimal && default || emake DESTDIR="${D}" install-full
77 -
78 - use examples && dodoc -r samples
79 -
80 - dodoc CHANGES README
81 -
82 - prune_libtool_files
83 -}
84
85 diff --git a/dev-util/dialog/dialog-1.3.20200228.ebuild b/dev-util/dialog/dialog-1.3.20200228.ebuild
86 deleted file mode 100644
87 index 7a23e6577d5..00000000000
88 --- a/dev-util/dialog/dialog-1.3.20200228.ebuild
89 +++ /dev/null
90 @@ -1,49 +0,0 @@
91 -# Copyright 1999-2020 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -DIA_P=${PN}-$(ver_cut 1-2)-$(ver_cut 3)
97 -DESCRIPTION="tool to display dialog boxes from a shell"
98 -HOMEPAGE="https://invisible-island.net/dialog/"
99 -SRC_URI="https://dev.gentoo.org/~jer/${DIA_P}.tar.gz"
100 -
101 -LICENSE="GPL-2"
102 -SLOT="0/15"
103 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
104 -IUSE="examples minimal nls static-libs unicode"
105 -
106 -RDEPEND="
107 - >=sys-libs/ncurses-5.2-r5:=[unicode?]
108 -"
109 -DEPEND="
110 - ${RDEPEND}
111 - nls? ( sys-devel/gettext )
112 - !minimal? ( sys-devel/libtool )
113 -"
114 -S=${WORKDIR}/${DIA_P}
115 -
116 -src_prepare() {
117 - default
118 - sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
119 - sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
120 -}
121 -
122 -src_configure() {
123 - econf \
124 - --disable-rpath-hack \
125 - $(use_enable nls) \
126 - $(use_with !minimal libtool) \
127 - --with-libtool-opts=$(usex static-libs '' '-shared') \
128 - --with-ncurses$(usex unicode w '')
129 -}
130 -
131 -src_install() {
132 - use minimal && default || emake DESTDIR="${D}" install-full
133 -
134 - use examples && dodoc -r samples
135 -
136 - dodoc CHANGES README
137 -
138 - find "${ED}" -name '*.la' -delete || die
139 -}