commit:     a7d9ef747ba33c9cde929790f434a8f04a0a3f67
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 22:30:40 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 19:37:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d9ef74

dev-util/dialog: Drop 1.3.20170131 and 1.3.20200228

Bug: https://bugs.gentoo.org/754129
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/dialog/Manifest                   |  2 --
 dev-util/dialog/dialog-1.3.20170131.ebuild | 50 ------------------------------
 dev-util/dialog/dialog-1.3.20200228.ebuild | 49 -----------------------------
 3 files changed, 101 deletions(-)

diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index d2871add982..fc5198d6971 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,3 +1 @@
-DIST dialog-1.3-20170131.tgz 507783 BLAKE2B 
a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23
 SHA512 
818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
-DIST dialog-1.3-20200228.tar.gz 544523 BLAKE2B 
18551ea08fc6ca8cce37604cc468143e57e562648b7c1b7eb8abc0157f69d7b279ea65aa81d8435fdbc60944dff15d3d716e769a1103b0abbd8f4acb7e5bc011
 SHA512 
c2454421d32a61c6618b0262154d770ad0d194dd3999c0a95d6f08b59527dcf3f9d2ddc082a52df9ae6e28154fde73884b3b957285ee9f765b4ed79d304ee49c
 DIST dialog-1.3-20200327.tar.gz 547962 BLAKE2B 
b335d8b57d9a9f3a7e303aa3b2c64736007b66618a79c79368d9dba20a8123813cdeb7d0643bf7c6d147314963ff469b6e41d2378fe9181081fa543f0aca50f2
 SHA512 
c8c7ccd86fa189a2b6739320f59f127512e53f908ed257280099f8c45754da98d2095835d0c14090cd071af0ed6e8ff95f9938f5ca8027b0b7001c7fd746fe59

diff --git a/dev-util/dialog/dialog-1.3.20170131.ebuild 
b/dev-util/dialog/dialog-1.3.20170131.ebuild
deleted file mode 100644
index a18c8a42385..00000000000
--- a/dev-util/dialog/dialog-1.3.20170131.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune multilib versionator
-
-MY_P="${PN}-$(replace_version_separator 2 '-')"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="https://invisible-island.net/dialog/dialog.html";
-SRC_URI="ftp://invisible-island.net/${PN}/${MY_P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0/14"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-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 )
-"
-
-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
-}

diff --git a/dev-util/dialog/dialog-1.3.20200228.ebuild 
b/dev-util/dialog/dialog-1.3.20200228.ebuild
deleted file mode 100644
index 7a23e6577d5..00000000000
--- a/dev-util/dialog/dialog-1.3.20200228.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIA_P=${PN}-$(ver_cut 1-2)-$(ver_cut 3)
-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 
~sparc ~x86"
-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 )
-"
-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
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to