From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B8CB1382C5 for ; Thu, 14 Jan 2021 21:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66588E083D; Thu, 14 Jan 2021 21:28:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4914DE083D for ; Thu, 14 Jan 2021 21:28:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD189340C44 for ; Thu, 14 Jan 2021 21:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492744B for ; Thu, 14 Jan 2021 21:27:56 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1610658215.5af997bf9b2753cc9731e21d0e4c009c4d220b4d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/suite3270/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/suite3270/Manifest net-misc/suite3270/suite3270-3.5_p12.ebuild X-VCS-Directories: net-misc/suite3270/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 5af997bf9b2753cc9731e21d0e4c009c4d220b4d X-VCS-Branch: master Date: Thu, 14 Jan 2021 21:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94285d5a-7122-4cb1-9e12-411bcead5b8b X-Archives-Hash: da6527f11692a71d64dfb247329a1125 commit: 5af997bf9b2753cc9731e21d0e4c009c4d220b4d Author: Mike Frysinger gentoo org> AuthorDate: Thu Jan 14 21:03:35 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jan 14 21:03:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af997bf net-misc/suite3270: drop old 3.5 series Signed-off-by: Mike Frysinger gentoo.org> net-misc/suite3270/Manifest | 1 - net-misc/suite3270/suite3270-3.5_p12.ebuild | 103 ---------------------------- 2 files changed, 104 deletions(-) diff --git a/net-misc/suite3270/Manifest b/net-misc/suite3270/Manifest index 5bd2880a3fc..2d7b972afeb 100644 --- a/net-misc/suite3270/Manifest +++ b/net-misc/suite3270/Manifest @@ -1,2 +1 @@ -DIST suite3270-3.5ga12-src.tgz 3412286 BLAKE2B 5602f8bbe7b916a977c97848ff9a413a873f61e1c0c62b8c118dc43703adcd4a668e3cc301f9e37a139eebeeae44aca3cdedd0c10de15870ad8ead00d783e1ef SHA512 c7cb25b5c82b0d7ccac8c3ed17317a5a5ebce24fb32dcdfcaf7158157578617a7bccc265fdb67fce0557caa9c75d1afc2d8152a06b98af43ad9a9e29b5f2a267 DIST suite3270-3.6ga8-src.tgz 3296047 BLAKE2B 98bcee4591c3eea12c7127aa2eeb39613f6f090c041ceab7a7b0f1bf0e946c3048ba2f93eaacf2bbaf04b44ba78a8895f6b7acdcf20baea19a408464f83f4d62 SHA512 88a00bec19ae7be92e5bc0edd6ae1e27bef7fbbf8c3f419efda3ba2b3a0cb5e72693916cd44d50166d5745ce0f9d8497641481cedbb0bb3149567b6f51b1a987 diff --git a/net-misc/suite3270/suite3270-3.5_p12.ebuild b/net-misc/suite3270/suite3270-3.5_p12.ebuild deleted file mode 100644 index 887b8223af5..00000000000 --- a/net-misc/suite3270/suite3270-3.5_p12.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_PV=${PV/_p/ga} -MY_P=${PN}-${MY_PV} -SUB_PV=${PV:0:3} - -S=${WORKDIR}/${PN}-${SUB_PV} - -# only the x3270 package installs fonts -FONT_PN="x3270" -FONT_S="${S}/${FONT_PN}" - -inherit eutils font - -DESCRIPTION="Complete 3270 access package" -HOMEPAGE="http://x3270.bgp.nu/" -SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc s390 sparc x86" -IUSE="cjk doc ncurses ssl tcl X" - -RDEPEND="ssl? ( dev-libs/openssl:0= ) - X? ( - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - ) - ncurses? ( - sys-libs/ncurses:= - sys-libs/readline:0= - ) - tcl? ( dev-lang/tcl:0 )" -DEPEND="${RDEPEND} - X? ( - x11-base/xorg-proto - x11-misc/xbitmaps - app-text/rman - >=x11-apps/mkfontscale-1.2.0 - x11-apps/bdftopcf - )" - -suite3270_makelist() { - echo pr3287 s3270 \ - $(usex ncurses c3270 '') \ - $(usex tcl tcl3270 '') \ - $(usex X x3270 '') -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.5_p8-tinfo.patch - - # Some subdirs (like c3270/x3270/s3270) install the same set of data files - # (they have the same contents). Wrap that in a retry to avoid errors. - cat <<-EOF > _install - #!/bin/sh - for n in 1 2 3 4 5; do - install "\$@" && exit - echo "retrying ..." - done - exit 1 - EOF - chmod a+rx _install - # Can't use the $INSTALL var as top level configure also uses it. - # https://sourceforge.net/p/x3270/bugs/15/ - export ac_cv_path_install="${S}/_install" -} - -src_configure() { - echo "${INSTALL}" - econf \ - --cache-file="${S}"/config.cache \ - --enable-s3270 \ - --enable-pr3287 \ - $(use_enable ncurses c3270) \ - $(use_enable tcl tcl3270) \ - $(use_enable X x3270) \ - $(use_with X x) \ - $(use_with X fontdir "${FONTDIR}") -} - -src_install() { - use X && dodir "${FONTDIR}" - emake DESTDIR="${D}" install{,.man} - - local p - for p in $(suite3270_makelist) ; do - cd "${S}/${p}" - docinto ${p} - dodoc README* - use doc && dohtml html/* - done - - use X && font_src_install -} - -pkg_postinst() { use X && font_pkg_postinst ; } -pkg_postrm() { use X && font_pkg_postrm ; }