summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/hercules/files/digest-hercules-2.17.1-r13
-rw-r--r--app-emulation/hercules/files/digest-hercules-3.003
-rw-r--r--app-emulation/hercules/files/digest-hercules-3.013
-rw-r--r--app-emulation/hercules/hercules-2.17.1-r1.ebuild57
-rw-r--r--app-emulation/hercules/hercules-3.00.ebuild60
-rw-r--r--app-emulation/hercules/hercules-3.01.ebuild64
-rw-r--r--app-emulation/hercules/hercules-3.02.ebuild4
7 files changed, 2 insertions, 192 deletions
diff --git a/app-emulation/hercules/files/digest-hercules-2.17.1-r1 b/app-emulation/hercules/files/digest-hercules-2.17.1-r1
deleted file mode 100644
index 10a02844a90b..000000000000
--- a/app-emulation/hercules/files/digest-hercules-2.17.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e98138eb45d114f2c4a805db91fe308c hercules-2.17.1.tar.gz 1172656
-RMD160 b1eb120611179e8f7011d49626eb129bb23d2d43 hercules-2.17.1.tar.gz 1172656
-SHA256 700c668f5ea66232c0b15cf2f79b6667a2ea60a0449a412c12e047e8cfe579c6 hercules-2.17.1.tar.gz 1172656
diff --git a/app-emulation/hercules/files/digest-hercules-3.00 b/app-emulation/hercules/files/digest-hercules-3.00
deleted file mode 100644
index 5b77300a89f4..000000000000
--- a/app-emulation/hercules/files/digest-hercules-3.00
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0c912352891bfe14fa3938410231c365 hercules-3.00.tar.gz 1670696
-RMD160 9a0686a343ddac7a6b34e775e04c5f622b520c75 hercules-3.00.tar.gz 1670696
-SHA256 7eda78eb8fb09d3cb0074994516548ee55d8b6bb847153a0353a66860163304e hercules-3.00.tar.gz 1670696
diff --git a/app-emulation/hercules/files/digest-hercules-3.01 b/app-emulation/hercules/files/digest-hercules-3.01
deleted file mode 100644
index 2de3a63612ad..000000000000
--- a/app-emulation/hercules/files/digest-hercules-3.01
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a410fa6446da025ef8aba0b25bf08caa hercules-3.01.tar.gz 1719086
-RMD160 6cdfaea48b53a2c74d442645987a5c9911c275af hercules-3.01.tar.gz 1719086
-SHA256 bb1ed11433d855175f310e4d179c82c0c9097db0441fcc5d453b026fb01d2423 hercules-3.01.tar.gz 1719086
diff --git a/app-emulation/hercules/hercules-2.17.1-r1.ebuild b/app-emulation/hercules/hercules-2.17.1-r1.ebuild
deleted file mode 100644
index a0233f548fd2..000000000000
--- a/app-emulation/hercules/hercules-2.17.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.12 2007/01/25 22:11:56 genone Exp $
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.conmicro.cx/hercules/"
-SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="x86 ppc alpha ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/bzip2"
-
-src_compile() {
- local mycflags
- mycflags="${CFLAGS}"
- unset CFLAGS ; unset CXXFLAGS
-
- econf \
- --enable-optimization="${mycflags}" \
- --enable-cckd-bzip2 \
- --enable-het-bzip2 \
- --enable-setuid-hercifc \
- --enable-custom="Gentoo Linux ${PF}.ebuild" \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
- dodoc INSTALL
- dohtml -r html/
- insinto /usr/share/hercules
- doins hercules.cnf
-}
-
-pkg_postinst() {
- elog
- elog "Hercules System/370, ESA/390 and zArchitecture Mainframe"
- elog "Emulator has been installed. Some useful utility files have"
- elog "been placed in /usr/share/hercules. For detailed configuration"
- elog "and operating instructions, see http://www.conmicro.cx/hercules"
- elog
- elog "In order to use Hercules you will need a guest operating"
- elog "system. There are several flavours of 'Linux for S/390' and"
- elog "'Linux for zSeries' available, or if you want that 'Big Iron'"
- elog "feel, you can download several real mainframe operating systems"
- elog "such as OS/360, DOS/VS, MVS, or VM370 from http://www.cbttape.org"
- elog
- elog "Hercules is also capable of runing OS/390, z/OS, and z/VM with an"
- elog "appropriate liscense."
- elog
-}
diff --git a/app-emulation/hercules/hercules-3.00.ebuild b/app-emulation/hercules/hercules-3.00.ebuild
deleted file mode 100644
index f46bb2a36086..000000000000
--- a/app-emulation/hercules/hercules-3.00.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.8 2007/01/25 22:11:56 genone Exp $
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.conmicro.cx/hercules/"
-SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/bzip2"
-
-src_compile() {
- local mycflags
- mycflags="${CFLAGS}"
- unset CFLAGS ; unset CXXFLAGS
-
- econf \
- --enable-optimization="${mycflags}" \
- --enable-cckd-bzip2 \
- --enable-het-bzip2 \
- --enable-setuid-hercifc \
- --enable-custom="Gentoo Linux ${PF}.ebuild" \
- --enable-multi-cpu=7 \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
- dohtml -r html/
- insinto /usr/share/hercules
- doins hercules.cnf
- dodoc README.COMMADPT README.CVS README.ECPSVM README.HDL \
- README.NETWORKING README.OSX README.TAPE \
- RELEASE.NOTES CHANGES
-}
-
-pkg_postinst() {
- elog
- elog "Hercules System/370, ESA/390 and zArchitecture Mainframe"
- elog "Emulator has been installed. Some useful utility files have"
- elog "been placed in /usr/share/hercules. For detailed configuration"
- elog "and operating instructions, see http://www.conmicro.cx/hercules"
- elog
- elog "In order to use Hercules you will need a guest operating"
- elog "system. There are several flavours of 'Linux for S/390' and"
- elog "'Linux for zSeries' available, or if you want that 'Big Iron'"
- elog "feel, you can download several real mainframe operating systems"
- elog "such as OS/360, DOS/VS, MVS, or VM370 from http://www.cbttape.org"
- elog
- elog "Hercules is also capable of runing OS/390, z/OS, and z/VM with an"
- elog "appropriate liscense."
- elog
-}
diff --git a/app-emulation/hercules/hercules-3.01.ebuild b/app-emulation/hercules/hercules-3.01.ebuild
deleted file mode 100644
index 3147ae0d938d..000000000000
--- a/app-emulation/hercules/hercules-3.01.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.01.ebuild,v 1.8 2007/01/25 22:11:56 genone Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
-HOMEPAGE="http://www.conmicro.cx/hercules/"
-SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/bzip2"
-
-
-src_compile() {
- replace-flags -march=pentium3 -mcpu=pentium3
- local mycflags
- mycflags="${CFLAGS}"
- unset CFLAGS ; unset CXXFLAGS
-
- econf \
- --enable-optimization="${mycflags}" \
- --enable-cckd-bzip2 \
- --enable-het-bzip2 \
- --enable-setuid-hercifc \
- --enable-custom="Gentoo Linux ${PF}.ebuild" \
- --enable-multi-cpu=7 \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
- dohtml -r html/
- insinto /usr/share/hercules
- doins hercules.cnf
- dodoc README.COMMADPT README.CVS README.ECPSVM README.HDL \
- README.NETWORKING README.OSX README.TAPE \
- RELEASE.NOTES CHANGES
-}
-
-pkg_postinst() {
- elog
- elog "Hercules System/370, ESA/390 and zArchitecture Mainframe"
- elog "Emulator has been installed. Some useful utility files have"
- elog "been placed in /usr/share/hercules. For detailed configuration"
- elog "and operating instructions, see http://www.conmicro.cx/hercules"
- elog
- elog "In order to use Hercules you will need a guest operating"
- elog "system. There are several flavors of 'Linux for S/390' and"
- elog "'Linux for zSeries' available, or if you want that 'Big Iron'"
- elog "feel, you can download several real mainframe operating systems"
- elog "such as OS/360, DOS/VS, MVS, or VM370 from http://www.cbttape.org"
- elog
- elog "Hercules is also capable of running OS/390, z/OS, and z/VM with an"
- elog "appropriate license."
- elog
-}
diff --git a/app-emulation/hercules/hercules-3.02.ebuild b/app-emulation/hercules/hercules-3.02.ebuild
index da48fe2d3106..e33fbf24f553 100644
--- a/app-emulation/hercules/hercules-3.02.ebuild
+++ b/app-emulation/hercules/hercules-3.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.02.ebuild,v 1.2 2007/01/25 22:11:56 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.02.ebuild,v 1.3 2007/04/07 14:36:35 vapier Exp $
inherit flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz"
LICENSE="QPL-1.0"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64"
+KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
DEPEND="virtual/libc