diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 09:05:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 09:05:09 +0000 |
commit | 518d4370825e798b3f058182964ddb26da43135d (patch) | |
tree | 80dd9be71c9aaa4413b5a7889e8000eb10d55e9c /app-emulation/hercules/hercules-3.01.ebuild | |
parent | Version bumped and removed old ebuilds. virtual/ruby fix (Manifest recommit) (diff) | |
download | gentoo-2-518d4370825e798b3f058182964ddb26da43135d.tar.gz gentoo-2-518d4370825e798b3f058182964ddb26da43135d.tar.bz2 gentoo-2-518d4370825e798b3f058182964ddb26da43135d.zip |
don't assign default to S; tidy
Diffstat (limited to 'app-emulation/hercules/hercules-3.01.ebuild')
-rw-r--r-- | app-emulation/hercules/hercules-3.01.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/hercules/hercules-3.01.ebuild b/app-emulation/hercules/hercules-3.01.ebuild index 62ecf2daa0da..b60fd715bf6a 100644 --- a/app-emulation/hercules/hercules-3.01.ebuild +++ b/app-emulation/hercules/hercules-3.01.ebuild @@ -1,15 +1,16 @@ # 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.01.ebuild,v 1.3 2004/02/21 01:00:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.01.ebuild,v 1.4 2004/04/10 09:05:09 mr_bones_ Exp $ inherit flag-o-matic 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 @@ -39,9 +40,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() { |