summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 09:05:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 09:05:09 +0000
commit518d4370825e798b3f058182964ddb26da43135d (patch)
tree80dd9be71c9aaa4413b5a7889e8000eb10d55e9c /app-emulation
parentVersion bumped and removed old ebuilds. virtual/ruby fix (Manifest recommit) (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/hercules/ChangeLog6
-rw-r--r--app-emulation/hercules/hercules-2.17.1-r1.ebuild6
-rw-r--r--app-emulation/hercules/hercules-3.00.ebuild12
-rw-r--r--app-emulation/hercules/hercules-3.01.ebuild11
4 files changed, 20 insertions, 15 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog
index 458b38a7ee42..8b54c09ec3c3 100644
--- a/app-emulation/hercules/ChangeLog
+++ b/app-emulation/hercules/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/hercules
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.10 2004/02/21 01:00:11 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.11 2004/04/10 09:05:09 mr_bones_ Exp $
+
+ 10 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ hercules-2.17.1-r1.ebuild, hercules-3.00.ebuild, hercules-3.01.ebuild:
+ don't assign default to S; tidy
21 Feb 2004; Heinrich Wendel <lanius@gentoo.org> hercules-3.01.ebuild:
bug #41491
diff --git a/app-emulation/hercules/hercules-2.17.1-r1.ebuild b/app-emulation/hercules/hercules-2.17.1-r1.ebuild
index 16fd658fef87..e852b9879110 100644
--- a/app-emulation/hercules/hercules-2.17.1-r1.ebuild
+++ b/app-emulation/hercules/hercules-2.17.1-r1.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-2.17.1-r1.ebuild,v 1.6 2004/02/17 03:23:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.7 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
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() {
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() {