commit:     6acc4d90b8a231ed3765a0520d61812b66c6a6b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 06:59:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 08:22:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acc4d90

net-misc/suite3270: drop 4.0_p13, 4.2_p5-r1, 4.2_p5-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/suite3270/Manifest                        |   2 -
 .../suite3270/files/suite3270-4.2_p5-egrep.patch   |  21 ----
 net-misc/suite3270/suite3270-4.0_p13.ebuild        | 102 --------------------
 net-misc/suite3270/suite3270-4.2_p5-r1.ebuild      | 106 ---------------------
 net-misc/suite3270/suite3270-4.2_p5-r2.ebuild      | 105 --------------------
 5 files changed, 336 deletions(-)

diff --git a/net-misc/suite3270/Manifest b/net-misc/suite3270/Manifest
index 86e4db3ae2ad..879333091cc0 100644
--- a/net-misc/suite3270/Manifest
+++ b/net-misc/suite3270/Manifest
@@ -1,3 +1 @@
-DIST suite3270-4.0ga13-src.tgz 3317494 BLAKE2B 
898f279143006e1fc1f470bda3917afe85957de745676dc915f9c94292824ba0e10fc2ccf0a47e307c41e48741a3da7c066c45f63c917295e0522122226b79dd
 SHA512 
bdf9c5d129419c87b45907186e5f158d8623009151357e4d8a3d08ffff2f3729449cead84d005227bfb32968ae363d1a29350692cabe9bf8b71f760eda3f496b
-DIST suite3270-4.2ga5-src.tgz 4192998 BLAKE2B 
2e29a9e9f25688bd5fc84101cab684c0fcdde9eff5e65cf0f247e9942990c812174eec17569716928de299fec0d87e77c785d8415370f7245cc0909c7e2020dd
 SHA512 
4a5847c81262a099c68a914141bc7eba7b7b46f0ed4dabc1e7421b4244ea1ca5877e472262f9a4ab2f1a9ca72bde3901f8281dc0957046d3355ed98377de0492
 DIST suite3270-4.3ga6-src.tgz 13188235 BLAKE2B 
2ca334b82cc42818ac9d0733a8d93f3b73e598f9de94e7166972d88079cfcf98877eb08587ac24e096f9b6457c96344abd37c4bb9d7af4f7e50c3ef191f82714
 SHA512 
5250d382185acb7f89cb2a6ff5050aa05be809e7bd2bbe25cf74bd3177ebba8ea24d990b3f20e308a5cffa8bdbd5d1c82ba956db76a2812b5ae42ea57602d2bd

diff --git a/net-misc/suite3270/files/suite3270-4.2_p5-egrep.patch 
b/net-misc/suite3270/files/suite3270-4.2_p5-egrep.patch
deleted file mode 100644
index 629cbca5f9f3..000000000000
--- a/net-misc/suite3270/files/suite3270-4.2_p5-egrep.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -29,6 +29,8 @@ AC_PREREQ([2.69])
- 
- AC_CANONICAL_HOST
- 
-+AC_PROG_EGREP
-+
- AC_ARG_ENABLE(unix,[  --enable-unix           build all Unix emulators])
- AC_ARG_ENABLE(windows,[  --enable-windows        build all Windows emulators])
- 
---- a/lib/configure.in
-+++ b/lib/configure.in
-@@ -31,6 +31,7 @@ dnl Checks for programs.
- AC_PROG_INSTALL
- AC_PROG_CC
- AC_PROG_RANLIB
-+AC_PROG_EGREP
- AC_CHECK_TOOLS(AR, [ar])
- 
- dnl Figure out what sort of host this is.

diff --git a/net-misc/suite3270/suite3270-4.0_p13.ebuild 
b/net-misc/suite3270/suite3270-4.0_p13.ebuild
deleted file mode 100644
index de091ec1bdc9..000000000000
--- a/net-misc/suite3270/suite3270-4.0_p13.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-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 font
-
-DESCRIPTION="Complete 3270 access package"
-HOMEPAGE="http://x3270.bgp.nu/";
-SRC_URI="https://downloads.sourceforge.net/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() {
-       default
-
-       # 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() {
-       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 && dodoc -r html
-       done
-
-       use X && font_src_install
-}
-
-pkg_postinst() { use X && font_pkg_postinst ; }
-pkg_postrm() { use X && font_pkg_postrm ; }

diff --git a/net-misc/suite3270/suite3270-4.2_p5-r1.ebuild 
b/net-misc/suite3270/suite3270-4.2_p5-r1.ebuild
deleted file mode 100644
index cc4d1e248b1d..000000000000
--- a/net-misc/suite3270/suite3270-4.2_p5-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 autotools font
-
-DESCRIPTION="Complete 3270 (S390) access package"
-HOMEPAGE="http://x3270.bgp.nu/";
-SRC_URI="https://downloads.sourceforge.net/x3270/${MY_P}-src.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~s390 sparc x86"
-IUSE="X cjk doc ncurses ssl tcl"
-
-RDEPEND="
-       X? (
-               x11-libs/libX11
-               x11-libs/libXaw
-               x11-libs/libXmu
-               x11-libs/libXt
-       )
-       ssl? ( dev-libs/openssl:= )
-       ncurses? (
-               sys-libs/ncurses:=
-               sys-libs/readline:=
-       )
-       tcl? ( dev-lang/tcl:= )
-"
-DEPEND="
-       ${RDEPEND}
-       X? ( x11-base/xorg-proto )
-"
-BDEPEND="
-       X? (
-               app-text/rman
-               x11-apps/bdftopcf
-               >=x11-apps/mkfontscale-1.2.0
-               x11-misc/xbitmaps
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.1-musl-wint-t-fix.patch
-       "${FILESDIR}"/${PN}-4.2_p5-ncurses-pkg-config.patch
-       "${FILESDIR}"/${PN}-4.2_p5-egrep.patch
-)
-
-src_prepare() {
-       default
-
-       # 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 || die
-       # 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
-
-       AT_NOEAUTOHEADER=yes eautoreconf
-}
-
-src_configure() {
-       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}
-
-       use X && font_src_install
-}
-
-pkg_postinst() {
-       use X && font_pkg_postinst
-}
-
-pkg_postrm() {
-       use X && font_pkg_postrm
-}

diff --git a/net-misc/suite3270/suite3270-4.2_p5-r2.ebuild 
b/net-misc/suite3270/suite3270-4.2_p5-r2.ebuild
deleted file mode 100644
index b04eebf8fc56..000000000000
--- a/net-misc/suite3270/suite3270-4.2_p5-r2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 autotools font
-
-DESCRIPTION="Complete 3270 (S390) access package"
-HOMEPAGE="http://x3270.bgp.nu/";
-SRC_URI="https://downloads.sourceforge.net/x3270/${MY_P}-src.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~s390 sparc x86"
-IUSE="X cjk doc ncurses ssl tcl"
-
-RDEPEND="
-       X? (
-               x11-libs/libX11
-               x11-libs/libXaw
-               x11-libs/libXmu
-               x11-libs/libXt
-       )
-       ssl? ( dev-libs/openssl:= )
-       ncurses? (
-               sys-libs/ncurses:=
-               sys-libs/readline:=
-       )
-       tcl? ( dev-lang/tcl:= )
-"
-DEPEND="
-       ${RDEPEND}
-       X? ( x11-base/xorg-proto )
-"
-BDEPEND="
-       X? (
-               x11-apps/bdftopcf
-               >=x11-apps/mkfontscale-1.2.0
-               x11-misc/xbitmaps
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.1-musl-wint-t-fix.patch
-       "${FILESDIR}"/${PN}-4.2_p5-ncurses-pkg-config.patch
-       "${FILESDIR}"/${PN}-4.2_p5-egrep.patch
-)
-
-src_prepare() {
-       default
-
-       # 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 || die
-       # 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
-
-       AT_NOEAUTOHEADER=yes eautoreconf
-}
-
-src_configure() {
-       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}
-
-       use X && font_src_install
-}
-
-pkg_postinst() {
-       use X && font_pkg_postinst
-}
-
-pkg_postrm() {
-       use X && font_pkg_postrm
-}

Reply via email to