diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 06:39:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 06:39:56 +0000 |
commit | b9944d19b921ea774f462a6afd9bcda599e25963 (patch) | |
tree | 4f6193f9a6bc926a05d77a50e65f49fec6feaceb /app-emulation/simh | |
parent | Dont force sys-apps/setarch as it is part of the system already. (diff) | |
download | historical-b9944d19b921ea774f462a6afd9bcda599e25963.tar.gz historical-b9944d19b921ea774f462a6afd9bcda599e25963.tar.bz2 historical-b9944d19b921ea774f462a6afd9bcda599e25963.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-emulation/simh')
-rw-r--r-- | app-emulation/simh/simh-3.3.0.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/simh/simh-3.5.2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/simh/simh-3.7.0.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/app-emulation/simh/simh-3.3.0.ebuild b/app-emulation/simh/simh-3.3.0.ebuild index 0958f4263d29..127b3e1df505 100644 --- a/app-emulation/simh/simh-3.3.0.ebuild +++ b/app-emulation/simh/simh-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.2 2005/09/15 21:16:21 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.3 2007/07/12 06:39:56 mr_bones_ Exp $ inherit eutils versionator @@ -21,7 +21,6 @@ S="${WORKDIR}" MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}" - src_unpack() { mkdir "${WORKDIR}/BIN" unpack ${A} diff --git a/app-emulation/simh/simh-3.5.2.ebuild b/app-emulation/simh/simh-3.5.2.ebuild index 115e504041e5..f8ff25f05798 100644 --- a/app-emulation/simh/simh-3.5.2.ebuild +++ b/app-emulation/simh/simh-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.5.2.ebuild,v 1.1 2006/01/27 02:23:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.5.2.ebuild,v 1.2 2007/07/12 06:39:56 mr_bones_ Exp $ inherit eutils versionator @@ -21,7 +21,6 @@ S=${WORKDIR} MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}" - src_unpack() { mkdir "${WORKDIR}/BIN" unpack ${A} diff --git a/app-emulation/simh/simh-3.7.0.ebuild b/app-emulation/simh/simh-3.7.0.ebuild index a6a0c3212c67..08bcc41efbd5 100644 --- a/app-emulation/simh/simh-3.7.0.ebuild +++ b/app-emulation/simh/simh-3.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.1 2007/02/17 07:44:59 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.2 2007/07/12 06:39:56 mr_bones_ Exp $ inherit eutils versionator @@ -21,7 +21,6 @@ S=${WORKDIR} MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}" - src_unpack() { mkdir "${WORKDIR}/BIN" unpack ${A} |