public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules/files/, app-emulation/hercules/
Date: Mon, 12 Dec 2016 16:27:01 +0000 (UTC)	[thread overview]
Message-ID: <1481560014.d5f4f809e1f5278e2ae4c50904038870d694e35a.vapier@gentoo> (raw)

commit:     d5f4f809e1f5278e2ae4c50904038870d694e35a
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:39:52 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 16:26:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4f809

app-emulation/hercules: drop old <3.10 versions

 app-emulation/hercules/Manifest                    |  3 --
 .../hercules/files/hercules-3.06-build.patch       | 18 ---------
 .../hercules/files/hercules-3.06-gcc44.patch       | 12 ------
 app-emulation/hercules/hercules-3.06.ebuild        | 45 ----------------------
 app-emulation/hercules/hercules-3.08.ebuild        | 39 -------------------
 app-emulation/hercules/hercules-3.09.ebuild        | 43 ---------------------
 6 files changed, 160 deletions(-)

diff --git a/app-emulation/hercules/Manifest b/app-emulation/hercules/Manifest
index 778ae40..c30767b 100644
--- a/app-emulation/hercules/Manifest
+++ b/app-emulation/hercules/Manifest
@@ -1,4 +1 @@
-DIST hercules-3.06.tar.gz 2658262 SHA256 fa00b17c86a47133108c49973ba343d589f0e8777a115d827ef3da9aafbda22b SHA512 a938c2be64094ca412fb9094942088e344aa67b0af324af674d4fff73c6e936ffc6e384a5edcb48d1c31439c55322bf5e6b2e7ea36e7e7c9e416d8522240b1c5 WHIRLPOOL dbebb54e19ea5016d576153a0818ff5ce8e7114449837f127ad1c0ea82c561306a443dee2bd47d9a8c4afbd6ca257ca350348e773def86eccac76d3c754ea29c
-DIST hercules-3.08.tar.gz 2684844 SHA256 85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d SHA512 6fe8da6e0462f4b27f987c86b2de769e6a1a9eb3389bb612b59931590f75e7dd9d4a8456b5f36209aadf433dfe2e48686f2cda8e95b7480b9bdb971247e1eae5 WHIRLPOOL 833b2ba21a17d70cd3ba9a4f88fdaaec288acf471d43fd9c660e55c7c48f7a34b46b1defd7ffb699ed3f34af1fca9484303a09f3a020fa06367cdd291a675f5b
-DIST hercules-3.09.tar.gz 2567052 SHA256 98a6029d908943451635ba53acf97ed61fdf6ebafc4402be7137c620851fe4e7 SHA512 0c972f62de6f780608adff3fdb614b0c6fe46349da73ec2225d809786fd5188f9e9fbb0ee5858a75cb156071c0e976d37997547d23c939aa48c3b727c5680c0a WHIRLPOOL f9eee4c11855ac08f20423f4b864b2d41315ce445af4f844b644a0399e83535442cb697571e0956ba53deae3cb755956f3cdf0a323efd07afb4be8bc8dd1c145
 DIST hercules-3.10.tar.gz 2608321 SHA256 26264569b7d78bbc3b6221926051ac3761c4a792dfc84d591d3230de40aa46fa SHA512 de8b3e2e90fdb745dea9c8ce4dbe506de2aba3bf08b3e937605798e6a8020576a949d6ea3496b7c42bd23d617fc96648d2d8ec05a66e8ed174ce46a3bc31c5d1 WHIRLPOOL 5233ededd4ef42e201216a11b2a09ee6c59a678771aaa9bc78ab4b87f459addc5c0b4ffd4bd2ec98d15a461565db6a354cc1ac846f800b98e86e93e51b263b4a

diff --git a/app-emulation/hercules/files/hercules-3.06-build.patch b/app-emulation/hercules/files/hercules-3.06-build.patch
deleted file mode 100644
index 9424fa5..00000000
--- a/app-emulation/hercules/files/hercules-3.06-build.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.in
-+++ Makefile.in
-@@ -2010,14 +2010,13 @@
- 
- tar: dist
- 
--install-exec-local:
-+install-exec-hook:
- @SETUID_HERCIFC_TRUE@	chown root $(DESTDIR)$(bindir)/hercifc
- @HERCIFC_GROUPSET_TRUE@@SETUID_HERCIFC_TRUE@	chgrp $(HERCIFC_GROUPNAME) $(DESTDIR)$(bindir)/hercifc
- @SETUID_HERCIFC_TRUE@	chmod 0750 $(DESTDIR)$(bindir)/hercifc
- @SETUID_HERCIFC_TRUE@	chmod +s   $(DESTDIR)$(bindir)/hercifc
- @SETUID_HERCIFC_TRUE@	rm                             hercifc
- 
--install-exec-hook:
- 	rm -f $(DESTDIR)$(libdir)/libherc*.a
- 	rm -f $(DESTDIR)$(modexecdir)/dyn*.a
- 	rm -f $(DESTDIR)$(modexecdir)/hdt*.a

diff --git a/app-emulation/hercules/files/hercules-3.06-gcc44.patch b/app-emulation/hercules/files/hercules-3.06-gcc44.patch
deleted file mode 100644
index e38c320..00000000
--- a/app-emulation/hercules/files/hercules-3.06-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur hercules-3.06.orig/hsccmd.c hercules-3.06/hsccmd.c
---- hercules-3.06.orig/hsccmd.c	2009-01-10 02:18:33.000000000 +0200
-+++ hercules-3.06/hsccmd.c	2009-08-10 14:59:34.000000000 +0300
-@@ -7676,7 +7676,7 @@
-         break;
-       }
-     }
--#elif // OPTION_CMDTGT
-+#else // OPTION_CMDTGT
- #ifdef _FEATURE_SYSTEM_CONSOLE
-     if ('.' == cmd[0] || '!' == cmd[0])
-     {

diff --git a/app-emulation/hercules/hercules-3.06.ebuild b/app-emulation/hercules/hercules-3.06.ebuild
deleted file mode 100644
index 9aa8b97..00000000
--- a/app-emulation/hercules/hercules-3.06.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.hercules-390.org/"
-SRC_URI="http://www.hercules-390.org/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="custom-cflags"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-build.patch
-	epatch "${FILESDIR}"/${P}-gcc44.patch
-	sed -i \
-		-e 's:@modexecdir@:$(libdir)/$(PACKAGE):' \
-		-e '/^AM_CPPFLAGS/s:=:= -DMODULESDIR=\\"$(modexecdir)\\" :' \
-		$(find -name Makefile.in)
-	sed -i '/MODULESDIR/d' config.h.in
-}
-
-src_compile() {
-	use custom-cflags || strip-flags
-	econf \
-		--enable-cckd-bzip2 \
-		--enable-het-bzip2 \
-		--enable-setuid-hercifc \
-		--enable-custom="Gentoo Linux ${PF}.ebuild" \
-		|| die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	insinto /usr/share/hercules
-	doins hercules.cnf
-	dodoc README.* RELEASE.NOTES CHANGES
-	dohtml -r html
-}

diff --git a/app-emulation/hercules/hercules-3.08.ebuild b/app-emulation/hercules/hercules-3.08.ebuild
deleted file mode 100644
index f7aecdc..00000000
--- a/app-emulation/hercules/hercules-3.08.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.hercules-390.eu/"
-SRC_URI="http://downloads.hercules-390.eu/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x64-macos ~x86-macos"
-IUSE="bzip2 custom-cflags +suid"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	use custom-cflags || strip-flags
-	ac_cv_lib_bz2_BZ2_bzBuffToBuffDecompress=$(usex bzip2) \
-	econf \
-		$(use_enable bzip2 cckd-bzip2) \
-		$(use_enable bzip2 het-bzip2) \
-		$(use_enable suid setuid-hercifc) \
-		--enable-custom="Gentoo ${PF}.ebuild" \
-		--disable-optimization
-}
-
-src_install() {
-	default
-	insinto /usr/share/hercules
-	doins hercules.cnf
-	dodoc README.* RELEASE.NOTES
-	dohtml -r html
-}

diff --git a/app-emulation/hercules/hercules-3.09.ebuild b/app-emulation/hercules/hercules-3.09.ebuild
deleted file mode 100644
index 18548fe..00000000
--- a/app-emulation/hercules/hercules-3.09.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.hercules-390.eu/"
-SRC_URI="http://downloads.hercules-390.eu/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x64-macos ~x86-macos"
-IUSE="bzip2 custom-cflags +suid"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-aliasing.patch
-}
-
-src_configure() {
-	use custom-cflags || strip-flags
-	ac_cv_lib_bz2_BZ2_bzBuffToBuffDecompress=$(usex bzip2) \
-	econf \
-		$(use_enable bzip2 cckd-bzip2) \
-		$(use_enable bzip2 het-bzip2) \
-		$(use_enable suid setuid-hercifc) \
-		--enable-custom="Gentoo ${PF}.ebuild" \
-		--disable-optimization
-}
-
-src_install() {
-	default
-	insinto /usr/share/hercules
-	doins hercules.cnf
-	dodoc README.* RELEASE.NOTES
-	dohtml -r html
-}


             reply	other threads:[~2016-12-13  1:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-12 16:27 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-28 20:22 [gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules/files/, app-emulation/hercules/ David Seifert
2021-11-18  8:00 Mike Frysinger
2021-11-18  8:00 Mike Frysinger
2021-11-27 11:08 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481560014.d5f4f809e1f5278e2ae4c50904038870d694e35a.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox