commit:     6a19fafbfdd660819c56505ccd8787559c3ef189
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 21:11:36 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 21:11:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19fafb

dev-util/dialog: Old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-util/dialog/Manifest                   |  2 --
 dev-util/dialog/dialog-1.3.20181022.ebuild | 51 ------------------------------
 dev-util/dialog/dialog-1.3.20181107.ebuild | 51 ------------------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index 0e51005a62c..3cd52fcbadb 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,5 +1,3 @@
 DIST dialog-1.3-20170131.tgz 507783 BLAKE2B 
a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23
 SHA512 
818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
-DIST dialog-1.3-20181022.tgz 531815 BLAKE2B 
c6a34010eb991683356338009998964fde60bcae4181d8b07e6d5b9f0d0e9a61d3f0b112fad02c151b1774380e18b87f93f43fdfe35e0fba86914c029eaa274c
 SHA512 
5d7891086ab6d2f4a815538513b09754a56368bbb0ec3bd107346fd2ed6ae10fa858173447fa609cce28a91e234ed8067d9439efeb973593fff2df1e811a8925
-DIST dialog-1.3-20181107.tgz 531872 BLAKE2B 
7724d66bbb953ff118baf5f135810f40fca30bde6a4a340306da322e9adb4b40e105376c316945b7f70ee2be2698f1bee88bd040c22b5662685448145ccff0a8
 SHA512 
69cb367bc9a1d6dcd69b74f7eae9b4318f0bfd9c0eae48144da119df10f7f81ed4c215a8882d72dfbbd9ff41c5e591c80b168b9552e014454cc80c9aa37dca55
 DIST dialog-1.3-20190211.tar.gz 534749 BLAKE2B 
3b721cf98b961c60a97975b7720722d4a46a47d7b861fb7c27de2db2fc3fa704d249b40bf28a6845f68cffabf41b66d77d5f1acf49a342e38cb83a24907e9379
 SHA512 
247639190c97c1baa6aa2cc75bc17593a0e33fcfcfd6dbc4a1903b55709f8f102c965de03f0620c48463f018525eb77f9b62b39db8331b811a227bbf39b254c4
 DIST dialog-1.3-20190724.tar.gz 534551 BLAKE2B 
184865abfc98a509fbb2746e8476433c53b08157a53b9786066d7c48c94f3c2e50785c3546a963516f66af382903a33778188d0bfca85ef1f513165157c18196
 SHA512 
85dbec30bbd5bf5f3e40c8cf2af54236050fe3f96ca66c22d21e0447c2b851d7529b3d155d76b946e9360262959a44bf436b7f7fcf49040b38cc3f6c106c4b81

diff --git a/dev-util/dialog/dialog-1.3.20181022.ebuild 
b/dev-util/dialog/dialog-1.3.20181022.ebuild
deleted file mode 100644
index 1d1adc03257..00000000000
--- a/dev-util/dialog/dialog-1.3.20181022.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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
-}

diff --git a/dev-util/dialog/dialog-1.3.20181107.ebuild 
b/dev-util/dialog/dialog-1.3.20181107.ebuild
deleted file mode 100644
index 1d1adc03257..00000000000
--- a/dev-util/dialog/dialog-1.3.20181107.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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
-}

Reply via email to