summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/dynamips')
-rw-r--r--app-emulation/dynamips/ChangeLog23
-rw-r--r--app-emulation/dynamips/Manifest5
-rw-r--r--app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild42
-rw-r--r--app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch21
-rw-r--r--app-emulation/dynamips/metadata.xml5
5 files changed, 0 insertions, 96 deletions
diff --git a/app-emulation/dynamips/ChangeLog b/app-emulation/dynamips/ChangeLog
deleted file mode 100644
index b449605ec..000000000
--- a/app-emulation/dynamips/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for app-emulation/dynamips
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 11 Jul 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- -dynamips-0.2.7.ebuild, dynamips-0.2.8_rc2.ebuild:
- Whitespace, drop old version
-
- 19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- dynamips-0.2.7.ebuild:
- Add suggested RDEPEND=${DEPEND}, add some die statements
-
- 16 Jan 2009; Duncan Lockwood (dunc) <dunc@lemonia.org>
- +dynamips-0.2.8_rc2.ebuild,
- +files/dynamips-0.2.8_rc2-parallel_build.patch:
- New Ebuild for version 0.2.8_rc2 bug 154491. Includes Makefile patch to fix
- parallel make. Thanks to everyone in #gentoo-sunrise for help
-
- 02 Sep 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
- +dynamips-0.2.7.ebuild, +metadata.xml:
- New ebuild for bug 154491 thanks to Sergey Khalavchuck for the RC ebuild and
- scarabeus for help and Tommy for the dev review
-
diff --git a/app-emulation/dynamips/Manifest b/app-emulation/dynamips/Manifest
deleted file mode 100644
index da25ce5f2..000000000
--- a/app-emulation/dynamips/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX dynamips-0.2.8_rc2-parallel_build.patch 624 RMD160 de33a8996fc5b51a0be63552fcecbbfe6e3d4c09 SHA1 e343b84b171fa14ff43d6bbdd101db9c225be4f0 SHA256 7a4aa2e56c933199799296335ebfc64f7f74ac10f934eaaf39faabe869b9d907
-DIST dynamips-0.2.8-RC2.tar.gz 578935 RMD160 0447a4c0cf516bd2b63259881c7625e26d0d838f SHA1 349270690996a1e260b3eceb51ea90f94c25a59e SHA256 a8b377ce631119e285c401fdb7cb4d0bcc600a15508bdffcf337546957e252de
-EBUILD dynamips-0.2.8_rc2.ebuild 949 RMD160 ae72b38ba8021dc0421365137e3cde10bbbeedb3 SHA1 e785a0268098805c47c7f6e63258dd8f362e5c4e SHA256 e2f8d0c6e8dfd6dfd30672b76d18de4db77d46de6448119405abfeca6fc8f7da
-MISC ChangeLog 933 RMD160 50b43b422a4e1ec0c2513bf37e8a2e99bef40a4b SHA1 3871761939fe60af5f229d5aefdf9d33ebf3b5dd SHA256 4d08ea4678ec386ed90c73a7f8374959c93dda8164838f6addfc0e67b94a8df6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild b/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild
deleted file mode 100644
index 43627831e..000000000
--- a/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-MY_P="${P/_rc/-RC}"
-
-DESCRIPTION="Cisco 7200/3600 Simulator"
-HOMEPAGE="http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator"
-SRC_URI="http://www.ipflow.utc.fr/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT=0
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=net-libs/libpcap-0.9.4
- dev-libs/elfutils"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-parallel_build.patch"
-
- if use amd64; then
- sed -i \
- -e 's:DYNAMIPS_ARCH?=x86:DYNAMIPS_ARCH?=amd64:g' \
- Makefile || die "sed failed"
- fi
-}
-
-src_install () {
- dobin dynamips nvram_export \
- || die "Installing binaries failed"
- doman dynamips.1 hypervisor_mode.7 nvram_export.1 \
- || die "Installing man pages failed"
- dodoc ChangeLog TODO README README.hypervisor \
- || die "Installing docs failed"
-}
diff --git a/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch b/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch
deleted file mode 100644
index a0e7798fa..000000000
--- a/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2009-01-16 14:45:30.000000000 +0000
-+++ Makefile 2009-01-16 15:02:47.000000000 +0000
-@@ -215,8 +215,7 @@
- .PHONY: all
- all: $(PROG) nvram_export
-
--$(PROG): mips64_microcode_dump.inc ppc32_microcode_dump.inc \
-- $(LEX_C) $(C_OBJS) $(A_OBJS)
-+$(PROG): $(LEX_C) $(C_OBJS) $(A_OBJS)
- @echo "Linking $@"
- @$(CC) -o $@ $(C_OBJS) $(A_OBJS) $(LIBS)
-
-@@ -246,6 +245,8 @@
- @echo "Building assembly definitions header file"
- @./asmdefs
-
-+dev_rom.o: mips64_microcode_dump.inc ppc32_microcode_dump.inc
-+
- nvram_export$(BIN_EXT): nvram_export.c
- @echo "Linking $@"
- @$(CC) -Wall $(CFLAGS) -o $@ nvram_export.c
diff --git a/app-emulation/dynamips/metadata.xml b/app-emulation/dynamips/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-emulation/dynamips/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>