diff options
Diffstat (limited to 'app-emulation/hercules/hercules-3.00.ebuild')
-rw-r--r-- | app-emulation/hercules/hercules-3.00.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/hercules/hercules-3.00.ebuild b/app-emulation/hercules/hercules-3.00.ebuild index 712de23f0c9f..5cdb66924a90 100644 --- a/app-emulation/hercules/hercules-3.00.ebuild +++ b/app-emulation/hercules/hercules-3.00.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/02/17 03:23:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.4 2004/04/10 09:05:09 mr_bones_ 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 ~ppc ~alpha ~sparc" SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" IUSE="" DEPEND="virtual/glibc @@ -36,9 +36,9 @@ src_install() { dohtml -r html/ insinto /usr/share/hercules doins hercules.cnf - dodoc README.COMMADPT README.CVS README.ECPSVM README.HDL - dodoc README.NETWORKING README.OSX README.TAPE - dodoc RELEASE.NOTES CHANGES + dodoc README.COMMADPT README.CVS README.ECPSVM README.HDL \ + README.NETWORKING README.OSX README.TAPE \ + RELEASE.NOTES CHANGES } pkg_postinst() { |