diff options
author | 2002-07-27 14:01:11 +0000 | |
---|---|---|
committer | 2002-07-27 14:01:11 +0000 | |
commit | a8ed5522bafc700b0b49b5984073a2e6806f3d28 (patch) | |
tree | 73cd700f79fcb4c8fec9ad23c5092c0d1524945e /app-emulation/hercules | |
parent | use correct slot (diff) | |
download | historical-a8ed5522bafc700b0b49b5984073a2e6806f3d28.tar.gz historical-a8ed5522bafc700b0b49b5984073a2e6806f3d28.tar.bz2 historical-a8ed5522bafc700b0b49b5984073a2e6806f3d28.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 |