ChangeLog

# ChangeLog for app-emulation/simh
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.8 2008/02/05 21:30:34 grobian Exp $

05 Feb 2008; Fabian Groffen simh-3.5.2.ebuild,
simh-3.7.0.ebuild:
Dropped ppc-macos keyword, see you in prefix

*simh-3.7.0 (17 Feb 2007)

17 Feb 2007; Harald van Dijk +simh-3.7.0.ebuild:
Version bump (#139631)

05 Jan 2007; Danny van Dyk -simh-3.5.0.ebuild:
QA: Removed unused versions.

*simh-3.5.2 (27 Jan 2006)

27 Jan 2006; Mike Frysinger +simh-3.5.2.ebuild:
Version bump.

29 Oct 2005; Fabian Groffen simh-3.5.0.ebuild:
Marked ~ppc-macos (bug #108768)

13 Oct 2005; Luis Medinas simh-3.5.0.ebuild:
Added ~amd64 keyword. Bug #108351.

*simh-3.5.0 (15 Sep 2005)

15 Sep 2005; Marcelo Goes simh-3.3.0.ebuild,
+simh-3.5.0.ebuild:
Add DEPEND on app-arch/unzip for bug 69831, fix hardcoded SRC_URI, version
bump and other QA stuff.

27 Aug 2005; :
New ebuild. Thanks to Emil Skoldberg. Fixes #73996

Manifest

AUX makefile.patch 383 RMD160 90fc07b498c797a5b69bacfc0cb5c73b9ef2465b SHA1 d9e815a9610c8ddf8ada2826df3716a353e2d5c1 SHA256 89004ead180b37dc02a5e1121e61fd88b1c8cb9dbcc4b7ed13b72a3d1a69eb65
DIST simhv33-0.zip 2153444 RMD160 778cc7836b4558b57f1b9ca54427f3d2e8da94a4 SHA1 99a021afe2fd8dfb32bb479e383347e2b883e0f9 SHA256 28fcdc8443f6e2460193eb6ed8d41be95d75226490926219a0dfd5028eaf051c
DIST simhv35-2.zip 2259795 RMD160 27d3a95689aed7f0781137dbf158ba87716d04b3 SHA1 f0a3926ee0a4d0f275df3fa092f9982bd4521479 SHA256 12c6e6290b599b7f131027a533ee12add8d68735128805e012309db46f2ab9fb
DIST simhv37-0.zip 2362666 RMD160 7ecd3177d17c871a4b33fae13111fa0a19678511 SHA1 e24a777d98026dcb745c0a06203e9a96f4d0fc30 SHA256 23ae538b7607d231d9e64c170b7a4cc7b7c9d0c1c8bbd662c565ac0a56d15069
EBUILD simh-3.3.0.ebuild 1113 RMD160 b074564a005039434a04bf2d2cb702b8773f9f0b SHA1 da3776b4d48ae999b081634e3426e1bf71151278 SHA256 1f86ed3ace478ad1850c161a66a3590b3d6fc30f50cb0c4845030f1b77e6baaf
EBUILD simh-3.5.2.ebuild 1117 RMD160 6a489694541577042b09c2fdf5613104c367f84c SHA1 52195637bb51cf156d1d6f89866b626135e8e457 SHA256 bcd4137c676671a78747b67bceec611e861240b4eadc4e0061a9549b1dd4aea5
EBUILD simh-3.7.0.ebuild 1117 RMD160 5d777f5ac2c80ee9af23c55ccafe21989fa7ad8f SHA1 bfaaa485603d2e785ba1e7541e931079c15011d5 SHA256 47afcae292ef19ed1441a2cee2bc81a9857d0e959b1733c64770d8b14185c293
MISC ChangeLog 1223 RMD160 846163727d64494190be5c02d0ebcae4517a55b2 SHA1 74d336357d761f3e989ae2480d39d527b17cfaaa SHA256 d5492593db54f2e8972e3948daf55df4f1df1884400e1464a29be38e7cf43aa2
MISC metadata.xml 314 RMD160 25181cde297628576a9545bea3a76601485bfaf3 SHA1 ac16b621acf5a22b64859e3323d466fb556fc4c8 SHA256 736baab77aea9c4da199c01e3cd6877c271bd02357ff9b41b537a2232c6e96d7

files

metadata.xml




no-herd

maintainer-needed@gentoo.org
This package lacks a primary herd or maintainer.

simh-3.3.0.ebuild

# 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.3 2007/07/12 06:39:56 mr_bones_ Exp $

inherit eutils versionator

MY_P="${PN}v$(get_version_component_range 1)$(get_version_component_range 2)-$(get_version_component_range 3)"
DESCRIPTION="a simulator for historical computers such as Vax, PDP-11 etc.)"
HOMEPAGE="http://simh.trailing-edge.com/"
SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"

LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
app-arch/unzip"

S="${WORKDIR}"

MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}"

src_unpack() {
mkdir "${WORKDIR}/BIN"
unpack ${A}

# convert makefile from dos format to unix format
sed -i 's/.$//' makefile

epatch "${FILESDIR}/makefile.patch"
}

src_compile() {
emake || die "make failed"
}

src_install() {
cd "${S}/BIN"
for BINFILE in *; do
newbin ${BINFILE} "simh-${BINFILE}"
done

cd ${S}
dodir /usr/share/simh
insinto /usr/share/simh
doins VAX/*.bin
dodoc *.txt */*.txt
}

simh-3.5.2.ebuild

# Copyright 1999-2008 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.3 2008/02/05 21:30:34 grobian Exp $

inherit eutils versionator

MY_P="${PN}v$(get_version_component_range 1)$(get_version_component_range 2)-$(get_version_component_range 3)"
DESCRIPTION="a simulator for historical computers such as Vax, PDP-11 etc.)"
HOMEPAGE="http://simh.trailing-edge.com/"
SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
app-arch/unzip"

S=${WORKDIR}

MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}"

src_unpack() {
mkdir "${WORKDIR}/BIN"
unpack ${A}

# convert makefile from dos format to unix format
sed -i 's/.$//' makefile

epatch "${FILESDIR}/makefile.patch"
}

src_compile() {
emake || die "make failed"
}

src_install() {
cd "${S}/BIN"
for BINFILE in *; do
newbin ${BINFILE} "simh-${BINFILE}"
done

cd ${S}
dodir /usr/share/simh
insinto /usr/share/simh
doins VAX/*.bin
dodoc *.txt */*.txt
}

simh-3.7.0.ebuild

# Copyright 1999-2008 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.3 2008/02/05 21:30:34 grobian Exp $

inherit eutils versionator

MY_P="${PN}v$(get_version_component_range 1)$(get_version_component_range 2)-$(get_version_component_range 3)"
DESCRIPTION="a simulator for historical computers such as Vax, PDP-11 etc.)"
HOMEPAGE="http://simh.trailing-edge.com/"
SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
app-arch/unzip"

S=${WORKDIR}

MAKEOPTS="USE_NETWORK=1 ${MAKEOPTS}"

src_unpack() {
mkdir "${WORKDIR}/BIN"
unpack ${A}

# convert makefile from dos format to unix format
sed -i 's/.$//' makefile

epatch "${FILESDIR}/makefile.patch"
}

src_compile() {
emake || die "make failed"
}

src_install() {
cd "${S}/BIN"
for BINFILE in *; do
newbin ${BINFILE} "simh-${BINFILE}"
done

cd ${S}
dodir /usr/share/simh
insinto /usr/share/simh
doins VAX/*.bin
dodoc *.txt */*.txt
}