summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 00:00:11 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 00:00:11 +0000
commit4fe3cd22cfe2ebd60d8a98d7b8d15ebb3c418ef7 (patch)
tree3272643287826201b36e1cfba98b91dc473db069 /app-emulation/hercules
parentVersion bump. (diff)
downloadgentoo-2-4fe3cd22cfe2ebd60d8a98d7b8d15ebb3c418ef7.tar.gz
gentoo-2-4fe3cd22cfe2ebd60d8a98d7b8d15ebb3c418ef7.tar.bz2
gentoo-2-4fe3cd22cfe2ebd60d8a98d7b8d15ebb3c418ef7.zip
Version bump
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r--app-emulation/hercules/ChangeLog7
-rw-r--r--app-emulation/hercules/files/digest-hercules-2.17.11
-rw-r--r--app-emulation/hercules/hercules-2.17.1.ebuild53
3 files changed, 60 insertions, 1 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog
index be46c36c866d..f79110f34713 100644
--- a/app-emulation/hercules/ChangeLog
+++ b/app-emulation/hercules/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/hercules
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.4 2003/02/12 04:01:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.5 2003/03/09 00:00:11 aliz Exp $
+
+*hercules-2.17.1 (09 Mar 2003)
+
+ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*hercules-2.15 (26 Jul 2002)
diff --git a/app-emulation/hercules/files/digest-hercules-2.17.1 b/app-emulation/hercules/files/digest-hercules-2.17.1
new file mode 100644
index 000000000000..d6dfdd90eeda
--- /dev/null
+++ b/app-emulation/hercules/files/digest-hercules-2.17.1
@@ -0,0 +1 @@
+MD5 e98138eb45d114f2c4a805db91fe308c hercules-2.17.1.tar.gz 1172656
diff --git a/app-emulation/hercules/hercules-2.17.1.ebuild b/app-emulation/hercules/hercules-2.17.1.ebuild
new file mode 100644
index 000000000000..556fdd4128cc
--- /dev/null
+++ b/app-emulation/hercules/hercules-2.17.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1.ebuild,v 1.1 2003/03/09 00:00:11 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator"
+SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz"
+HOMEPAGE="http://www.conmicro.cx/hercules/"
+LICENSE="QPL-1.0"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/glibc
+ sys-apps/bzip2"
+
+src_compile() {
+ econf --enable-optimization="${CFLAGS}" \
+ --enable-cckd-bzip2 \
+ --enable-het-bzip2 \
+ --enable-setuid-hercifc \
+ --enable-custom="Gentoo Linux ${PF}.ebuild" \
+ || die
+
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install
+ dodoc INSTALL
+
+ dohtml html/*.html html/hercules.css
+
+ insinto /usr/share/hercules
+ doins hercules.cnf
+}
+
+pkg_postinst() {
+
+ einfo
+ einfo "Hercules System/370, ESA/390 and zArchitecture Mainframe"
+ einfo "Emulator has been installed. Some useful utility files have"
+ einfo "been placed in /usr/share/hercules. For detailed configuration"
+ einfo "and operating instructions, see http://www.conmicro.cx/hercules"
+ einfo
+ einfo "In order to use Hercules you will need a guest operating"
+ einfo "system. There are several flavours of 'Linux for S/390'"
+ einfo "available, or if you want that 'Big Iron' feel, you can"
+ einfo "download several real mainframe operating systems such as"
+ einfo "OS/360, MVS 3.8J or VM370r6 from http://www.cbttape.org"
+ einfo
+
+}