diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
commit | a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1 (patch) | |
tree | f75d869c3fe5a28eecf5a62af08091f3185258e1 /app-emulation/hercules | |
parent | fix depscan.sh using /usr/bin/find (diff) | |
download | historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.gz historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.bz2 historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.zip |
fix lintool warnings
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-2.15.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog index 45fcf8c434b1..9fdadd2b4210 100644 --- a/app-emulation/hercules/ChangeLog +++ b/app-emulation/hercules/ChangeLog @@ -1,14 +1,14 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# ChangeLog for app-emulation/hercules # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.2 2002/07/27 14:01:11 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.3 2002/11/18 10:36:43 hanno Exp $ -*hercules-2.15 ( 26 Jul 2002 ) +*hercules-2.15 (26 Jul 2002) 26 Jul 2002; Stuart Bouyer <stubear@gentoo.org> hercules-2.15.ebuild : Added LICENSE and KEYWORDS="x86" for QA happiness. -*hercules-2.15 ( 26 Apr 2002 ) +*hercules-2.15 (26 Apr 2002) 26 Apr 2002; Tod Neidt <tod@gentoo.org> hercules-2.15.ebuild : diff --git a/app-emulation/hercules/hercules-2.15.ebuild b/app-emulation/hercules/hercules-2.15.ebuild index 35fb427bba74..642572d911c3 100644 --- a/app-emulation/hercules/hercules-2.15.ebuild +++ b/app-emulation/hercules/hercules-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.15.ebuild,v 1.6 2002/10/20 18:37:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.15.ebuild,v 1.7 2002/11/18 10:36:43 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -9,10 +9,10 @@ HOMEPAGE="http://www.conmicro.cx/hercules/" LICENSE="QPL-1.0" KEYWORDS="x86" SLOT="0" +IUSE="" DEPEND="virtual/glibc - sys-apps/bzip2 - " + sys-apps/bzip2" src_compile() { @@ -35,7 +35,7 @@ src_compile() { src_install() { make DESTDIR=${D} install - dodoc INSTALL + dodoc INSTALL dohtml html/*.html html/hercules.css @@ -44,7 +44,7 @@ src_install() { } pkg_postinst() { - + einfo einfo "Hercules System/370, ESA/390 and zArchitecture Mainframe" einfo "Emulator has been installed. Some useful utility files have" |