summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-11 08:35:09 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-11 08:35:09 +0000
commit1d861b227264ce94a8921e21d0634654f153b986 (patch)
tree45ccf056972d08ffadc07fa81fc88d58db4fa58c
parentBump debian patchset for lm_sensors-3 support, bug #232782 (diff)
downloadhistorical-1d861b227264ce94a8921e21d0634654f153b986.tar.gz
historical-1d861b227264ce94a8921e21d0634654f153b986.tar.bz2
historical-1d861b227264ce94a8921e21d0634654f153b986.zip
old
-rw-r--r--app-emulation/hercules/hercules-3.02.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-emulation/hercules/hercules-3.02.ebuild b/app-emulation/hercules/hercules-3.02.ebuild
deleted file mode 100644
index 174e9b55cf6f..000000000000
--- a/app-emulation/hercules/hercules-3.02.ebuild
+++ /dev/null
@@ -1,35 +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.02.ebuild,v 1.4 2007/04/07 14:50:08 vapier Exp $
-
-inherit 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_compile() {
- use custom-cflags || strip-flags
- 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() {
- emake DESTDIR="${D}" install || die
- dohtml -r html/
- insinto /usr/share/hercules
- doins hercules.cnf
- dodoc README.* RELEASE.NOTES CHANGES
-}