public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules-sdl/
@ 2024-07-13  7:35 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2024-07-13  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb9d709c90b4c6f63c8dbcfb19990da0a3124a7
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jun  8 23:05:17 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 07:34:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb9d709

app-emulation/hercules-sdl: drop 4.7.0

Bug: https://bugs.gentoo.org/931611
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/37087
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../hercules-sdl/hercules-sdl-4.7.0.ebuild         | 85 ----------------------
 1 file changed, 85 deletions(-)

diff --git a/app-emulation/hercules-sdl/hercules-sdl-4.7.0.ebuild b/app-emulation/hercules-sdl/hercules-sdl-4.7.0.ebuild
deleted file mode 100644
index 336396af8692..000000000000
--- a/app-emulation/hercules-sdl/hercules-sdl-4.7.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools fcaps
-
-DESCRIPTION="The SoftDevLabs (SDL) version of the Hercules 4.x Hyperion Emulator"
-HOMEPAGE="https://sdl-hercules-390.github.io/html/"
-SRC_URI="https://github.com/SDL-Hercules-390/hyperion/archive/refs/tags/Release_${PV/.0/}.tar.gz -> ${P/.0/}.tar.gz"
-
-S="${WORKDIR}/hyperion-Release_${PV/.0/}"
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-# In theory USE=object-rexx and USE=regina-rexx are not mutually-exclusive.
-# In practice they functionally are as the Gentoo packages conflict, and
-# additionally Hercules only supports calling out to one of them at runtime,
-# controlled by the HREXX_PACKAGE environment variable.
-IUSE="bzip2 debug object-rexx regina-rexx test"
-RESTRICT="!test? ( test )"
-FILECAPS=(
-	-M 755 cap_sys_nice\=eip usr/bin/hercules --
-	-M 755 cap_sys_nice\=eip usr/bin/herclin --
-	-M 755 cap_net_admin+ep usr/bin/hercifc
-)
-
-RDEPEND="
-	dev-libs/libltdl
-	net-libs/libnsl:0
-	sys-libs/zlib
-	bzip2? ( app-arch/bzip2 )
-	object-rexx? ( dev-lang/oorexx )
-	regina-rexx? ( dev-lang/regina-rexx )"
-DEPEND="${RDEPEND}
-	~app-emulation/hercules-sdl-crypto-${PV}
-	~app-emulation/hercules-sdl-decnumber-${PV}
-	~app-emulation/hercules-sdl-softfloat-${PV}
-	~app-emulation/hercules-sdl-telnet-${PV}"
-# Neither package support needs to be compiled-in for tests,
-# but the "rexx" command needs to be available
-BDEPEND="${RDEPEND}
-	test? ( || ( dev-lang/regina-rexx dev-lang/oorexx ) )"
-
-PATCHES=( "${FILESDIR}/${PN}-4.4.1-htmldir.patch" )
-
-src_prepare() {
-	rm -rf crypto decNumber SoftFloat telnet || die
-	sed -i 's#/lib${hc_cv_pkg_lib_subdir}#/lib#g' configure.ac || die
-	sed -i 's#_pkgname}${hc_cv_pkg_lib_suffix}#_pkgname}#g' configure.ac || die
-
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local -x ac_cv_lib_bz2_BZ2_bzBuffToBuffDecompress=$(usex bzip2)
-	econf \
-		$(use_enable bzip2 cckd-bzip2) \
-		$(use_enable bzip2 het-bzip2) \
-		$(use_enable object-rexx) \
-		$(use_enable regina-rexx) \
-		$(use_enable debug) \
-		--enable-custom="Gentoo ${PF}.ebuild" \
-		--disable-optimization \
-		--disable-setuid-hercifc \
-		--disable-capabilities \
-		--enable-ipv6 \
-		--enable-enhanced-configincludes \
-		--disable-fthreads \
-		--enable-shared \
-		--enable-automatic-operator \
-		--enable-extpkgs="${SYSROOT}/usr/$(get_libdir)/${PN}"
-}
-
-src_install() {
-	default
-	dodoc RELEASE.NOTES
-
-	insinto /usr/share/hercules
-	doins hercules.cnf
-
-	# No static archives.  Have to leave .la files for modules. #720342
-	find "${ED}/usr/$(get_libdir)" -name "*.la" -delete || die
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules-sdl/
@ 2024-07-13  7:35 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2024-07-13  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     409b8cf2e7a2e774dc922965783a62bcfcece4c1
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jun  8 23:04:34 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 07:34:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409b8cf2

app-emulation/hercules-sdl: add soft-blocker on app-arch/tapeutils

Both provide a binary called "tapecopy".

Closes: https://bugs.gentoo.org/931611
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
index 2067dddd725d..773fa8bde935 100644
--- a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
+++ b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
@@ -25,23 +25,26 @@ FILECAPS=(
 	-M 755 cap_net_admin+ep usr/bin/hercifc
 )
 
-RDEPEND="
-	!app-emulation/hercules
+COMMON_DEPEND="
 	dev-libs/libltdl
 	net-libs/libnsl:0
 	sys-libs/zlib
 	bzip2? ( app-arch/bzip2 )
 	object-rexx? ( dev-lang/oorexx )
 	regina-rexx? ( dev-lang/regina-rexx )"
-DEPEND="${RDEPEND}
+RDEPEND="
+	!app-emulation/hercules
+	!app-arch/tapeutils
+	${COMMON_DEPEND}"
+DEPEND="
+	${COMMON_DEPEND}
 	~app-emulation/hercules-sdl-crypto-${PV}
 	~app-emulation/hercules-sdl-decnumber-${PV}
 	~app-emulation/hercules-sdl-softfloat-${PV}
 	~app-emulation/hercules-sdl-telnet-${PV}"
 # Neither package support needs to be compiled-in for tests,
 # but the "rexx" command needs to be available
-BDEPEND="${RDEPEND}
-	test? ( || ( dev-lang/regina-rexx dev-lang/oorexx ) )"
+BDEPEND="test? ( || ( dev-lang/regina-rexx dev-lang/oorexx ) )"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-4.4.1-htmldir.patch"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules-sdl/
@ 2024-10-02 19:44 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-10-02 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b07deecda4a539a8a1dee0f7285b2be0ec46f3f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 19:43:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 19:43:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07deecd

app-emulation/hercules-sdl: Stabilize 4.7.0-r1 ppc64, #940656

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

 app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
index 773fa8bde935..9baf4d0d055c 100644
--- a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
+++ b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/SDL-Hercules-390/hyperion/archive/refs/tags/Release_
 S="${WORKDIR}/hyperion-Release_${PV/.0/}"
 LICENSE="QPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ppc64"
 # In theory USE=object-rexx and USE=regina-rexx are not mutually-exclusive.
 # In practice they functionally are as the Gentoo packages conflict, and
 # additionally Hercules only supports calling out to one of them at runtime,


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules-sdl/
@ 2024-10-02 22:53 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-10-02 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7813b0b1f11ca685aef7c0e99bcdd99c50214772
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 22:50:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 22:52:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7813b0b1

app-emulation/hercules-sdl: Stabilize 4.7.0-r1 amd64, #940656

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

 app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
index 9baf4d0d055c..34657001acac 100644
--- a/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
+++ b/app-emulation/hercules-sdl/hercules-sdl-4.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/SDL-Hercules-390/hyperion/archive/refs/tags/Release_
 S="${WORKDIR}/hyperion-Release_${PV/.0/}"
 LICENSE="QPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ppc64"
+KEYWORDS="amd64 ppc64"
 # In theory USE=object-rexx and USE=regina-rexx are not mutually-exclusive.
 # In practice they functionally are as the Gentoo packages conflict, and
 # additionally Hercules only supports calling out to one of them at runtime,


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-02 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 19:44 [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules-sdl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02 22:53 Sam James
2024-07-13  7:35 Joonas Niilola
2024-07-13  7:35 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox