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.00.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.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() { |