diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 14:01:11 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 14:01:11 +0000 |
commit | f0dd7d63694acae6417cdde3f840fe50860e7d9a (patch) | |
tree | c0f92988ecb65c1d11169cd15758c6805d9ccf30 /app-emulation/hercules | |
parent | use correct slot (diff) | |
download | gentoo-2-f0dd7d63694acae6417cdde3f840fe50860e7d9a.tar.gz gentoo-2-f0dd7d63694acae6417cdde3f840fe50860e7d9a.tar.bz2 gentoo-2-f0dd7d63694acae6417cdde3f840fe50860e7d9a.zip |
QA drive
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, 13 insertions, 5 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog index dfe69f086d27..45fcf8c434b1 100644 --- a/app-emulation/hercules/ChangeLog +++ b/app-emulation/hercules/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.1 2002/04/26 20:03:43 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.2 2002/07/27 14:01:11 stubear Exp $ + +*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 ) diff --git a/app-emulation/hercules/hercules-2.15.ebuild b/app-emulation/hercules/hercules-2.15.ebuild index 981e2dd3d8cb..42e3c34bb2c3 100644 --- a/app-emulation/hercules/hercules-2.15.ebuild +++ b/app-emulation/hercules/hercules-2.15.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.15.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.15.ebuild,v 1.4 2002/07/27 14:01:11 stubear 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" SLOT="0" DEPEND="virtual/glibc - sys-apps/bzip2 - " + sys-apps/bzip2 + " RDEPEND="${DEPEND}" @@ -36,7 +38,7 @@ src_install() { make DESTDIR=${D} install dodoc INSTALL - dohtml html/*.html html/hercules.css + dohtml html/*.html html/hercules.css insinto /usr/share/hercules doins hercules.cnf |